-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image build failing #691
Comments
What os are you running this on? |
Is there a reason you do not want to take the latest version from ecr? Are you actively developing for this repo? |
What cpu arc do you have? |
What is you output when you run make docker-build |
@dyladan Sorry if it sounds too tech-supporty but have you tried restarting your docker daemon? I can't remember if it was operation not permitted but do occasionally get mysterious errors that get solved with a restart. |
this is running in CI on short lived machines so yes it has been restarted :) Tried building on both my local machine (MacOS 11.6 on Intel MBP 16") and on our CI servers which run some flavor of linux, not sure exactly which. Same error in both places.
As mentioned in #516 I maintain the Dynatrace exporter for the collector and we test all supported versions nightly in order to ensure no changes on our side have broken anything and that no changes on the collector have broken anything. Testing the latest |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Resolved based on response from @dyladan |
Take a look at this repo public.ecr.aws/aws-otel-test/adot-collector-integration-test |
This is not resolved |
Log output from this morning trying to build the latest collector in CI:
|
I didn't know how else to reach out about this issue but we're having an issue building the docker image. On step 19/39 of the docker build command we are getting this error:
The command used to build the docker image is this:
This command has always worked in the past for previous builds until this week. Unfortunately I don't have the exact commit sha of the most recent successful and the first failed builds, but the last success was 7 days ago on October 22nd at 2AM UTC and the first failed build was 6 days ago on October 23rd at 2AM UTC. Since then we have not had a successful build.
The text was updated successfully, but these errors were encountered: