Add additional warnings for lint rules #2674
Annotations
3 errors
Generate annotations:
frontend/dockerfile/run.go#L270
=== RUN TestIntegration
time="2024-03-16T00:31:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42689"
run.go:270: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42689/library/busybox:latest
time="2024-03-16T00:31:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42689"
run.go:270: copied local:/mainline.tar to local mirror localhost:42689/buildkit_test/zagphv3ufnfpoeksyx8lx2ci5:latest
run.go:270: copied docker.io/amd64/debian:bullseye-20230109-slim@sha256:1acb06a0c31fb467eb8327ad361f1091ab265e0bf26d452dea45dcb0c0ea5e75 to local mirror localhost:38001/amd64/bullseye-20230109-slim
--- FAIL: TestIntegration (2.50s)
|
Generate annotations:
frontend/dockerfile/dockerfile_test.go#L6834
=== RUN TestIntegration/TestMultiPlatformWarnings/worker=oci-rootless/frontend=gateway
=== PAUSE TestIntegration/TestMultiPlatformWarnings/worker=oci-rootless/frontend=gateway
=== CONT TestIntegration/TestMultiPlatformWarnings/worker=oci-rootless/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=oci-rootless/frontend=gateway
sandbox.go:128: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1381114656/buildkitd.toml --root /tmp/bktest_buildkitd1110939293 --addr unix:///tmp/bktest_buildkitd1110939293/buildkitd.sock --debug
sandbox.go:131: > StartCmd 2024-03-16 00:32:37.167689955 +0000 UTC m=+45.859949596 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1381114656/buildkitd.toml --root /tmp/bktest_buildkitd1110939293 --addr unix:///tmp/bktest_buildkitd1110939293/buildkitd.sock --debug
sandbox.go:131: time="2024-03-16T00:32:37Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:131: time="2024-03-16T00:32:37Z" level=debug msg="running in rootless mode"
sandbox.go:131: time="2024-03-16T00:32:37Z" level=info msg="found worker \"rr9nyf4h5eca7g8f1rvmvwpyg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:7f5b3f6db2d3 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox 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:32:37Z" level=info msg="found 1 workers, default=\"rr9nyf4h5eca7g8f1rvmvwpyg\""
sandbox.go:131: time="2024-03-16T00:32:37Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:131: time="2024-03-16T00:32:37Z" level=info msg="running server on /tmp/bktest_buildkitd1110939293/buildkitd.sock"
sandbox.go:131: time="2024-03-16T00:32:37Z" level=debug msg="session started" spanID=994cc2958b40cd8d traceID=5ebcf59ac071a34d8c50f69a699a7197
sandbox.go:131: time="2024-03-16T00:32:37Z" level=debug msg="checked for cached auth handler namespace" cached=false key="docker.io/buildkit_test/zagphv3ufnfpoeksyx8lx2ci5::pull" name=docker.io/buildkit_test/zagphv3ufnfpoeksyx8lx2ci5 scope=pull
sandbox.go:131: time="2024-03-16T00:32:37Z" level=debug msg=resolving host="localhost:42689"
sandbox.go:131: time="2024-03-16T00:32:37Z" level=debug msg="do request" host="localhost:42689" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.0.0+unknown request.method=HEAD url="http://localhost:42689/v2/buildkit_test/zagphv3ufnfpoeksyx8lx2ci5/manifests/latest?ns=docker.io"
san
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading