question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building the Server Failed

See original GitHub issue

sudo docker build --pull -t tensorrtserver_build --target trtserver_build .

then the error is as below

Analyzing: 25 targets (182 packages loaded, 10303 targets configured) Analyzing: 25 targets (182 packages loaded, 10303 targets configured) ERROR: /root/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/org_tensorflow/tensorflow/workspace.bzl:896:5: no such package '@grpc//': java.io.IOException: thread interrupted and referenced by '//external:grpc_python_plugin' ERROR: Analysis of target '//src/clients/python:build_pip' failed; build aborted: Analysis failed INFO: Elapsed time: 168.496s INFO: 0 processes. FAILED: Build did NOT complete successfully (182 packages loaded, 10303 targets configured) FAILED: Build did NOT complete successfully (182 packages loaded, 10303 targets configured)

some env information is as below

Docker version 18.09.0, build 4d60db4 tensorrtserver 19.02-py3 cuda 10 cudnn 7.3 cuda Driver Version: 410.48 bazel version : Build label: 0.20.0- (@non-git)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

6reactions
levinxocommented, Nov 23, 2020

@nikhil-salodkar You could try trtserver instead of tritonserver

3reactions
deadeyegoodwincommented, Jun 8, 2020

You need to specify an executable when you use docker:

nvcr.io/nvidia/tritonserver:20.03.1-py3 tritonserver --model-repository=/models

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build failed! Server error performing build - Kodular Community
I am facing this problem with one of my app that I create recently … I try to export (build) other apps that...
Read more >
codenameone - Build Server Error - Stack Overflow
I am having a problem building from the server. My project is an Android application using Netbeans IDE. When I run my application...
Read more >
Building the Server Failed · Issue #169 · triton-inference ...
i use the git branch "v1.0.0" to build the server, it works! Removing intermediate container dd3e2c23d858 ---> a89ce54009ac Successfully built a89ce54009ac ...
Read more >
Builds fail with CompilerServer: server failed due to MVID
Builds fail with CompilerServer: server failed due to MVID ... Further, any build attempt will fail in the same way for this build...
Read more >
Package Deployment Stops With Communication To Server ...
Setting package to ERROR. Build not complete. Waiting for Server SERVER PKGCLT0043 ERROR: JDENET_CreateAssocMsg failed. Error Connection closed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found