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.

docker-compose build error

See original GitHub issue

I am seeing the following error when I do sudo docker-compose build inside conductor/docker folder.

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all files for configuration ‘:conductor-grpc:protobuf’.

Could not resolve io.chaossystems.grpc:grpc-healthcheck:1.0.1. Required by: project :conductor-grpc Could not resolve io.chaossystems.grpc:grpc-healthcheck:1.0.1. Could not get resource ‘https://dl.bintray.com/netflixoss/oss-candidate/io/chaossystems/grpc/grpc-healthcheck/1.0.1/grpc-healthcheck-1.0.1.pom’. Could not GET ‘https://dl.bintray.com/netflixoss/oss-candidate/io/chaossystems/grpc/grpc-healthcheck/1.0.1/grpc-healthcheck-1.0.1.pom’. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Could not resolve io.chaossystems.grpc:grpc-healthcheck:1.0.1. Could not get resource ‘https://dl.bintray.com/chaos-systems/mvn/io/chaossystems/grpc/grpc-healthcheck/1.0.1/grpc-healthcheck-1.0.1.pom’. Could not GET ‘https://dl.bintray.com/chaos-systems/mvn/io/chaossystems/grpc/grpc-healthcheck/1.0.1/grpc-healthcheck-1.0.1.pom’. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. See https://docs.gradle.org/4.8.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7m 58s

What am I missing here?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
taoj-actioncommented, May 17, 2021
Screen Shot 2021-05-16 at 7 18 29 AM I think bintray is dead and we need to switch to other places.
0reactions
vorathamcommented, May 17, 2021

Yes, I have a problem same on my ci-runner. In past 4 - 5 month not found with this problem but i found on today

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker-compose build Error · Issue #6634 - GitHub
I tried running docker-compose build in a local repository with a docker-compose.yml but got the error mentioned in this issue.
Read more >
Unable to build dockerfile via docker-compose
Hi, I recognized a very strange behavior of my docker-compose: Here ... RUN apt-get update ERROR: Service 'moodle_test-app' failed to build: ...
Read more >
Why does building and image with docker compose fail but ...
I have read some SO posts saying that the error thrown when failing happens when a file/folder cannot be found in the Dockerfile....
Read more >
Solution build fails with docker compose error (in VS 15.3)
Developer Community. We have solution with docker enabled projects. It works if remove nginx service from docker-compose. yml and fails if return nginx...
Read more >
How to get detailed error message using docker-compose up ...
The error is occurring during the build process. You should see the same results when you run docker-compose build . ... means that...
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