Add additional warnings for lint rules #2674
Annotations
3 errors
Generate annotations:
frontend/dockerfile/run.go#L270
=== RUN TestIntegration
time="2024-03-16T00:34:32Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40775"
run.go:270: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40775/library/busybox:latest
time="2024-03-16T00:34:33Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40775"
run.go:270: copied local:/mainline.tar to local mirror localhost:40775/buildkit_test/yuw3g5idc9xh7itmslhqchw1s:latest
run.go:270: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:42487/amd64/bullseye-20230109-slim
--- FAIL: TestIntegration (4.55s)
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6834
=== RUN TestIntegration/TestMultiPlatformWarnings/worker=containerd/frontend=gateway
=== PAUSE TestIntegration/TestMultiPlatformWarnings/worker=containerd/frontend=gateway
=== CONT TestIntegration/TestMultiPlatformWarnings/worker=containerd/frontend=gateway
dockerfile_test.go:6834:
Error Trace: /src/frontend/dockerfile/dockerfile_test.go:6834
/src/util/testutil/integration/run.go:94
/src/util/testutil/integration/run.go:208
Error: Not equal:
expected: "Empty continuation line found in: COPY Dockerfile ."
actual : "Empty Continuation Line (Dockerfile:5)"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-Empty continuation line found in: COPY Dockerfile .
+Empty Continuation Line (Dockerfile:5)
Test: TestIntegration/TestMultiPlatformWarnings/worker=containerd/frontend=gateway
sandbox.go:128: stderr: /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3844385028/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config3278425032/buildkitd.toml --root /tmp/bktest_buildkitd566332075 --addr unix:///tmp/bktest_buildkitd566332075/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-03-16 00:34:55.370450788 +0000 UTC m=+23.676123555 /usr/bin/buildkitd --containerd-worker-gc=false --containerd-worker=true --containerd-worker-addr /tmp/bktest_containerd3844385028/containerd.sock --containerd-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker=false --config=/tmp/bktest_config3278425032/buildkitd.toml --root /tmp/bktest_buildkitd566332075 --addr unix:///tmp/bktest_buildkitd566332075/buildkitd.sock --debug
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="could not read \"/tmp/bktest_buildkitd566332075/net/cni\" for cleanup: open /tmp/bktest_buildkitd566332075/net/cni: no such file or directory"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="creating new network namespace ujyl9j3auscdi100qtbgsylen"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="finished creating network namespace ujyl9j3auscdi100qtbgsylen"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="finished setting up network namespace ujyl9j3auscdi100qtbgsylen"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="remote introspection plugin filters" filters="[type==io.containerd.runtime.v1 type==io.containerd.runtime.v2]"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=info msg="found worker \"hw5exqtwtvjkzan6h6o18zbot\", labels=map[org.mobyproject.buildkit.worker.containerd.namespace:buildkit org.mobyproject.buildkit.worker.containerd.uuid:070236ec-55f6-468b-a802-3625571769b6 org.mobyproject.buildkit.worker.executor:containerd org.mobyproject.buildkit.worker.hostname:e27af3b50e39 org.mobyproject.buildkit.worker.network:cni org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=info msg="found 1 workers, default=\"hw5exqtwtvjkzan6h6o18zbot\""
sandbox.go:131: time="2024-03-16T00:34:55Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-03-16T00:34:55Z" level=info msg="running server on /tmp/bktest_buildkitd566332075/buildkitd.sock"
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="session started" spanID=d2c06d84d873a746 traceID=cea0029451f589ecb8abcc5e6e108628
sandbox.go:131: time="2024-03-16T00:34:55Z" level=debug msg="checked for cached auth ha
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading