Skip to content
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

CI fails on metricbeat couchbase test #14562

Closed
graphaelli opened this issue Nov 15, 2019 · 6 comments · Fixed by #17696
Closed

CI fails on metricbeat couchbase test #14562

graphaelli opened this issue Nov 15, 2019 · 6 comments · Fixed by #17696

Comments

@graphaelli
Copy link
Member

Per #14543 (comment)

21:21:06 compose.service: ERROR: 404 Client Error: Not Found ("pull access denied for docker.elastic.co/observability-ci/beats-integration-couchbase, repository does not exist or may require 'docker login': denied: requested access to the resource is denied")```
@jsoriano
Copy link
Member

I have been investigating this issue and I could reproduce it locally, but got mysteriously fixed after a docker system prune, so not sure what can be happening. It seems to happen only in jenkins and not in travis, it can be something with the local docker cache.

@kuisathaverat
Copy link
Contributor

related to #14660

@kuisathaverat
Copy link
Contributor

We have three options:

  • to login on the docker registry before access to the Docker image, also
  • Put the image in the Packer cache
  • Move this image to a namespace without authentication

@kuisathaverat
Copy link
Contributor

kuisathaverat commented Jan 30, 2020

there is another issue here, there is not a docker.elastic.co/observability-ci/beats-integration-couchbase image pushed to docker.elastic.co

@jsoriano
Copy link
Member

jsoriano commented Jan 30, 2020

Error log in #14660 is confusing. We first try to pull images ignoring all errors, but these ignored errors are logged.

The important part of this error log I think that is the following one. This happens when the container starts (so the image is available), but it finishes before being healthy:

09:12:17 Exception: Container couchbase_1 unexpectedly finished on startup

The problem seems to be then on the container startup, not with the availability of the image. Although, I saw this happening in my machine and it got solved by doing some cleanup in my docker, what implied to regenerate the image, so maybe we have something flaky in the image creation itself.

@jsoriano
Copy link
Member

there is another issue here, there is not a docker.elastic.co/observability-ci/beats-integration-couchbase image pushed to docker.elastic.co

We have to continue adding supported-versions.yml files for that (#14606).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants