solver: prevent edge merge to inactive states #3354
Annotations
4 errors and 1 warning
Generate annotations:
client/run.go#L270
=== RUN TestIntegration
time="2024-04-27T02:03:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35605"
run.go:270: copied docker.io/tonistiigi/test:nolayers to local mirror localhost:35605/tonistiigi/test:nolayers
time="2024-04-27T02:03:47Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35605"
time="2024-04-27T02:03:48Z" level=info msg=request digest="sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215" mediatype=application/vnd.docker.image.rootfs.foreign.diff.tar size=10240 url="https://gist.github.com/cpuguy83/fcf3041e5d8fb1bb5c340915aabeebe0/raw/eebc59ee14939fc38067aa8b8dfbfba053d0af94/base.tar"
run.go:270: copied docker.io/cpuguy83/buildkit-foreign:latest to local mirror localhost:35605/cpuguy83/buildkit-foreign:latest
time="2024-04-27T02:03:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35605"
run.go:270: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35605/library/alpine:latest
--- FAIL: TestIntegration (2.68s)
|
Generate annotations:
client/sandbox.go#L128
=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd
=== PAUSE TestIntegration/TestBuildExportWithForeignLayer/worker=containerd
=== CONT TestIntegration/TestBuildExportWithForeignLayer/worker=containerd
sandbox.go:128: stdout: /usr/bin/containerd --config /tmp/bktest_containerd3535987969/config.toml
sandbox.go:128: stderr: /usr/bin/containerd --config /tmp/bktest_containerd3535987969/config.toml
sandbox.go:131: > StartCmd 2024-04-27 02:07:02.040188913 +0000 UTC m=+215.702014230 /usr/bin/containerd --config /tmp/bktest_containerd3535987969/config.toml
sandbox.go:131: time="2024-04-27T02:07:02Z" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
sandbox.go:131: time="2024-04-27T02:07:02.084389131Z" level=info msg="starting containerd" revision=64b8a811b07ba6288238eefc14d898ee0b5b99ba version=v1.7.11
sandbox.go:131: time="2024-04-27T02:07:02.119941541Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-04-27T02:07:02.119976535Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-04-27T02:07:02.120020648Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-04-27T02:07:02.120035696Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.120114752Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.120129790Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.120143356Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2024-04-27T02:07:02.120153785Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.120246938Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.120479770Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.121501228Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.121535732Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.121764717Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /tmp/bktest_containerd3535987969/root/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-04-27T02:07:02.121787740Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2024-04-27T02:07:02.121893717Z" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
sandbox.go:131: time="2024-04-27T02:07:02.121955241Z" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
sandbox.go:131: time="2024-04-27T02
|
Generate annotations:
client/client_test.go#L3902
=== RUN TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1
client_test.go:3902:
Error Trace: /src/client/client_test.go:3902
Error: Received unexpected error:
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://gist.github.com/cpuguy83/fcf3041e5d8fb1bb5c340915aabeebe0/raw/eebc59ee14939fc38067aa8b8dfbfba053d0af94/base.tar": dial tcp 140.82.113.3:443: i/o timeout
github.com/moby/buildkit/util/stack.Enable
/src/util/stack/stack.go:77
github.com/moby/buildkit/util/grpcerrors.FromGRPC
/src/util/grpcerrors/grpcerrors.go:198
github.com/moby/buildkit/util/grpcerrors.UnaryClientInterceptor
/src/util/grpcerrors/intercept.go:41
google.golang.org/grpc.(*ClientConn).Invoke
/src/vendor/google.golang.org/grpc/call.go:35
github.com/moby/buildkit/api/services/control.(*controlClient).Solve
/src/api/services/control/control.pb.go:2234
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:274
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
failed to solve
github.com/moby/buildkit/client.(*Client).solve.func2
/src/client/solve.go:290
golang.org/x/sync/errgroup.(*Group).Go.func1
/src/vendor/golang.org/x/sync/errgroup/errgroup.go:75
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1650
Test: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1
--- FAIL: TestIntegration/TestBuildExportWithForeignLayer/worker=containerd/propagate=1 (30.20s)
|
Test
Process completed with exit code 1.
|
Send to Codecov
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Loading