Page MenuHomePhabricator

Blubber pipeline fails for services
Closed, ResolvedPublicBUG REPORT

Description

(All) Blubber pipelines are failing with various errors:

Examples:

failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to read blubber config: config is invalid:
version: is required: Key: 'VersionConfig.version' Error:Field validation for 'version' failed on the 'required' tag
failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = open /srv/docker/tmp/buildkit-mount047136125/.dockerignore: no such file or directory

Details

Event Timeline

KartikMistry updated the task description. (Show Details)

Change 843516 had a related patch set uploaded (by Dduvall; author: Dduvall):

[integration/pipelinelib@master] Fix blubber file header processing

https://gerrit.wikimedia.org/r/843516

Change 843516 merged by jenkins-bot:

[integration/pipelinelib@master] Fix blubber file header processing

https://gerrit.wikimedia.org/r/843516

Thanks folks for working on this. I just reran my tests and still got the dockerfile.v0 error in the task description. Is there anything special I need to do beyond commenting recheck on the patch?

@dduvall Pipeline still fails for the cxserver at: https://integration.wikimedia.org/ci/job/cxserver-pipeline-test/176/console

failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = open /srv/docker/tmp/buildkit-mount353858534/.dockerignore: no such file or directory

@dduvall Pipeline still fails for the cxserver at: https://integration.wikimedia.org/ci/job/cxserver-pipeline-test/176/console

failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = open /srv/docker/tmp/buildkit-mount353858534/.dockerignore: no such file or directory

That looks like T320988: Blubber fails when a .dockerignore file does not exist in the context directory which should be fixed now.

Can confirm mine is working now -- thanks @dduvall and @Jdforrester-WMF!

cxserver blubber CI is also good now! Thanks!

bd808 assigned this task to dduvall.