>>> docker-registry: Building community/docker-registry 2.8.3-r23 (using abuild 3.16.0-r0) started Sat, 16 May 2026 01:42:34 +0000 >>> docker-registry: Validating /home/buildozer/aports/community/docker-registry/APKBUILD... >>> docker-registry: Analyzing dependencies... >>> docker-registry: Installing for build: build-base git go (1/2) Installing go (1.25.10-r0) (2/2) Installing .makedepends-docker-registry (20260516.014235) Executing busybox-1.37.0-r30.trigger OK: 581.6 MiB in 106 packages >>> docker-registry: Cleaning up srcdir >>> docker-registry: Cleaning up pkgdir >>> docker-registry: Cleaning up tmpdir >>> docker-registry: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/docker-registry-2.8.3.tar.gz /var/cache/distfiles/v3.23/docker-registry-2.8.3.tar.gz: OK /home/buildozer/aports/community/docker-registry/log-hook-syslog.patch: OK /home/buildozer/aports/community/docker-registry/config-example.patch: OK /home/buildozer/aports/community/docker-registry/bugsnag-panicwrap.patch: OK /home/buildozer/aports/community/docker-registry/docker-registry.initd: OK /home/buildozer/aports/community/docker-registry/docker-registry.confd: OK /home/buildozer/aports/community/docker-registry/docker-registry.logrotate: OK /home/buildozer/aports/community/docker-registry/test-non-constant-fmt-str.patch: OK /home/buildozer/aports/community/docker-registry/skip-test-graceful-shutdown.patch: OK >>> docker-registry: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/docker-registry-2.8.3.tar.gz /var/cache/distfiles/v3.23/docker-registry-2.8.3.tar.gz: OK /home/buildozer/aports/community/docker-registry/log-hook-syslog.patch: OK /home/buildozer/aports/community/docker-registry/config-example.patch: OK /home/buildozer/aports/community/docker-registry/bugsnag-panicwrap.patch: OK /home/buildozer/aports/community/docker-registry/docker-registry.initd: OK /home/buildozer/aports/community/docker-registry/docker-registry.confd: OK /home/buildozer/aports/community/docker-registry/docker-registry.logrotate: OK /home/buildozer/aports/community/docker-registry/test-non-constant-fmt-str.patch: OK /home/buildozer/aports/community/docker-registry/skip-test-graceful-shutdown.patch: OK >>> docker-registry: Unpacking /var/cache/distfiles/v3.23/docker-registry-2.8.3.tar.gz... >>> docker-registry: log-hook-syslog.patch patching file registry/handlers/app.go patching file registry/registry.go Hunk #2 succeeded at 368 (offset -1 lines). Hunk #3 succeeded at 393 (offset -1 lines). patching file vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go >>> docker-registry: config-example.patch patching file cmd/registry/config-example.yml >>> docker-registry: bugsnag-panicwrap.patch patching file vendor/github.com/bugsnag/panicwrap/dup2.go patching file vendor/github.com/bugsnag/panicwrap/dup3.go >>> docker-registry: test-non-constant-fmt-str.patch patching file registry/handlers/api_test.go patching file registry/proxy/proxyblobstore_test.go patching file registry/proxy/proxymanifeststore_test.go patching file registry/proxy/scheduler/scheduler_test.go patching file registry/storage/driver/walk_test.go patching file registry/storage/purgeuploads_test.go >>> docker-registry: skip-test-graceful-shutdown.patch patching file Makefile + bin/registry + bin/digest + bin/registry-api-descriptor-template + binaries + test ? github.com/docker/distribution/cmd/digest [no test files] ? github.com/docker/distribution/cmd/registry [no test files] ? github.com/docker/distribution/cmd/registry-api-descriptor-template [no test files] === RUN Test time="2026-05-16T01:42:52Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2026-05-16T01:42:52Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_REPORTING_ASDF" OK: 20 passed --- PASS: Test (0.01s) PASS ok github.com/docker/distribution/configuration 0.046s === RUN TestWithRequest --- PASS: TestWithRequest (0.00s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2026-05-16T01:42:52Z" level=warning msg="invalid remote IP address: "1.2.3"" --- PASS: TestRemoteAddr (0.00s) === RUN TestWithTrace --- PASS: TestWithTrace (2.00s) === RUN TestVersionContext --- PASS: TestVersionContext (0.00s) PASS ok github.com/docker/distribution/context 2.040s ? github.com/docker/distribution/contrib/token-server [no test files] ? github.com/docker/distribution/digestset [no test files] === RUN TestReturns200IfThereAreNoChecks --- PASS: TestReturns200IfThereAreNoChecks (0.00s) === RUN TestReturns503IfThereAreErrorChecks --- PASS: TestReturns503IfThereAreErrorChecks (0.00s) === RUN TestHealthHandler --- PASS: TestHealthHandler (0.00s) PASS ok github.com/docker/distribution/health 0.041s === RUN TestGETDownHandlerDoesNotChangeStatus --- PASS: TestGETDownHandlerDoesNotChangeStatus (0.00s) === RUN TestGETUpHandlerDoesNotChangeStatus --- PASS: TestGETUpHandlerDoesNotChangeStatus (0.00s) === RUN TestPOSTDownHandlerChangeStatus --- PASS: TestPOSTDownHandlerChangeStatus (0.00s) === RUN TestPOSTUpHandlerChangeStatus --- PASS: TestPOSTUpHandlerChangeStatus (0.00s) PASS ok github.com/docker/distribution/health/api 0.025s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.08s) PASS ok github.com/docker/distribution/health/checks 0.124s ? github.com/docker/distribution/manifest [no test files] === RUN TestManifestList --- PASS: TestManifestList (0.00s) === RUN TestOCIImageIndex --- PASS: TestOCIImageIndex (0.00s) === RUN TestMediaTypes --- PASS: TestMediaTypes (0.00s) === RUN TestValidateManifest === RUN TestValidateManifest/valid === RUN TestValidateManifest/invalid --- PASS: TestValidateManifest (0.00s) --- PASS: TestValidateManifest/valid (0.00s) --- PASS: TestValidateManifest/invalid (0.00s) PASS ok github.com/docker/distribution/manifest/manifestlist 0.029s === RUN TestBuilder --- PASS: TestBuilder (0.00s) === RUN TestManifest --- PASS: TestManifest (0.00s) === RUN TestMediaTypes --- PASS: TestMediaTypes (0.00s) === RUN TestValidateManifest === RUN TestValidateManifest/valid === RUN TestValidateManifest/invalid --- PASS: TestValidateManifest (0.00s) --- PASS: TestValidateManifest/valid (0.00s) --- PASS: TestValidateManifest/invalid (0.00s) PASS ok github.com/docker/distribution/manifest/ocischema 0.032s === RUN TestEmptyTar --- PASS: TestEmptyTar (0.00s) === RUN TestConfigBuilder --- PASS: TestConfigBuilder (0.00s) === RUN TestManifestMarshaling --- PASS: TestManifestMarshaling (0.00s) === RUN TestManifestUnmarshaling --- PASS: TestManifestUnmarshaling (0.00s) === RUN TestManifestVerification --- PASS: TestManifestVerification (0.00s) === RUN TestReferenceBuilder --- PASS: TestReferenceBuilder (0.00s) PASS ok github.com/docker/distribution/manifest/schema1 0.037s === RUN TestBuilder --- PASS: TestBuilder (0.00s) === RUN TestManifest --- PASS: TestManifest (0.00s) === RUN TestMediaTypes --- PASS: TestMediaTypes (0.00s) PASS ok github.com/docker/distribution/manifest/schema2 0.037s ? github.com/docker/distribution/metrics [no test files] === RUN TestEventBridgeManifestPulled --- PASS: TestEventBridgeManifestPulled (0.00s) === RUN TestEventBridgeManifestPushed --- PASS: TestEventBridgeManifestPushed (0.00s) === RUN TestEventBridgeManifestPushedWithTag --- PASS: TestEventBridgeManifestPushedWithTag (0.00s) === RUN TestEventBridgeManifestPulledWithTag --- PASS: TestEventBridgeManifestPulledWithTag (0.00s) === RUN TestEventBridgeManifestDeleted --- PASS: TestEventBridgeManifestDeleted (0.00s) === RUN TestEventBridgeTagDeleted --- PASS: TestEventBridgeTagDeleted (0.00s) === RUN TestEventBridgeRepoDeleted --- PASS: TestEventBridgeRepoDeleted (0.00s) === RUN TestEventEnvelopeJSONFormat --- PASS: TestEventEnvelopeJSONFormat (0.00s) === RUN TestHTTPSink 2026/05/16 01:42:52 http: TLS handshake error from 127.0.0.1:43564: remote error: tls: bad certificate http_test.go:56: error parsing status: strconv.Atoi: parsing "": invalid syntax http_test.go:164: testcase: http://127.0.0.1:44219/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:44219/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:44219/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:44219/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:43375?status=0, fail=true --- PASS: TestHTTPSink (0.02s) === RUN TestListener --- PASS: TestListener (0.21s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2026-05-16T01:42:52Z" level=info msg="broadcaster: closing" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="closing testSink" time="2026-05-16T01:42:52Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.00s) === RUN TestEventQueue time="2026-05-16T01:42:52Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.11s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:52Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-16T01:42:53Z" level=warning msg="&{0x400014f4d0 0.9} encountered too many errors, backing off" time="2026-05-16T01:42:53Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (1.57s) PASS ok github.com/docker/distribution/notifications 1.958s ? github.com/docker/distribution/reference [no test files] === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2026-05-16T01:42:52Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-05-16T01:42:52.342573413Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:42:52.342628293Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:42:52.342670214Z" level=info msg="Starting upload purge in 29m0s" go.version=go1.25.10 time="2026-05-16T01:42:52.343131618Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.25.10 time="2026-05-16T01:42:52.343143098Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.25.10 time="2026-05-16T01:42:52.343508462Z" level=info msg="listening on [::]:5001, tls" go.version=go1.25.10 time="2026-05-16T01:42:55.35217734Z" level=info msg="response completed" go.version=go1.25.10 http.request.host=127.0.0.1 http.request.id=abf3ba14-e85d-4982-9cdb-9a3075e1530e http.request.method=GET http.request.remoteaddr="127.0.0.1:32794" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration="757.448µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:42:55 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2026-05-16T01:42:55.352298381Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.25.10 --- PASS: TestRegistrySupportedCipherSuite (3.42s) === RUN TestRegistryUnsupportedCipherSuite time="2026-05-16T01:42:55.651416747Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-05-16T01:42:55.652065154Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:42:55.652082794Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:42:55.652153954Z" level=info msg="Starting upload purge in 31m0s" go.version=go1.25.10 time="2026-05-16T01:42:55.652204675Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.25.10 --- PASS: TestRegistryUnsupportedCipherSuite (8.30s) PASS ok github.com/docker/distribution/registry 11.763s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.00s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.00s) PASS ok github.com/docker/distribution/registry/api/errcode 0.027s === RUN TestParseForwardedHeader --- PASS: TestParseForwardedHeader (0.00s) === RUN TestRouter --- PASS: TestRouter (0.01s) === RUN TestRouterWithPathTraversals --- PASS: TestRouterWithPathTraversals (0.00s) === RUN TestRouterWithBadCharacters --- PASS: TestRouterWithBadCharacters (0.00s) === RUN TestURLBuilder --- PASS: TestURLBuilder (0.01s) === RUN TestURLBuilderWithPrefix --- PASS: TestURLBuilderWithPrefix (0.01s) === RUN TestBuilderFromRequest --- PASS: TestBuilderFromRequest (0.07s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.00s) PASS ok github.com/docker/distribution/registry/api/v2 0.143s ? github.com/docker/distribution/registry/auth [no test files] === RUN TestBasicAccessController time="2026-05-16T01:42:52Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.25.10 instance.id=472a209b-17f4-415f-9bd4-2bef89c1c1db time="2026-05-16T01:42:52Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.25.10 instance.id=472a209b-17f4-415f-9bd4-2bef89c1c1db --- PASS: TestBasicAccessController (0.01s) === RUN TestCreateHtpasswdFile time="2026-05-16T01:42:52Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.25.10 password=EeGsPCuMnlSl4AjRv5ZU9ILxnwGNsjAGOm-mKaL1Xgc user=docker --- PASS: TestCreateHtpasswdFile (0.10s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.146s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.00s) PASS ok github.com/docker/distribution/registry/auth/silly 0.036s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.01s) === RUN TestLeeway time="2026-05-16T01:42:52Z" level=info msg="token not to be used before 2026-05-16 01:42:53 +0000 UTC - currently 2026-05-16 01:42:52.033354425 +0000 UTC m=+0.024045923" time="2026-05-16T01:42:52Z" level=info msg="token not to be used after 2026-05-16 01:42:52 +0000 UTC - currently 2026-05-16 01:42:52.03388875 +0000 UTC m=+0.024580288" --- PASS: TestLeeway (0.00s) === RUN TestAccessController time="2026-05-16T01:42:52Z" level=info msg="could not verify JWK certificate chain: unable to verify certificate chain: x509: certificate signed by unknown authority" --- PASS: TestAccessController (0.00s) === RUN TestNewAccessControllerPemBlock --- PASS: TestNewAccessControllerPemBlock (0.00s) PASS ok github.com/docker/distribution/registry/auth/token 0.047s === RUN TestUploadReadFrom --- PASS: TestUploadReadFrom (0.00s) === RUN TestHandleErrorResponse401ValidBody --- PASS: TestHandleErrorResponse401ValidBody (0.00s) === RUN TestHandleErrorResponse401WithInvalidBody --- PASS: TestHandleErrorResponse401WithInvalidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode400ValidBody --- PASS: TestHandleErrorResponseExpectedStatusCode400ValidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice --- PASS: TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404InvalidBody --- PASS: TestHandleErrorResponseExpectedStatusCode404InvalidBody (0.00s) === RUN TestHandleErrorResponseUnexpectedStatusCode501 --- PASS: TestHandleErrorResponseUnexpectedStatusCode501 (0.00s) === RUN TestHandleErrorResponseInsufficientPrivileges403 --- PASS: TestHandleErrorResponseInsufficientPrivileges403 (0.00s) === RUN TestHandleErrorResponseNonJson --- PASS: TestHandleErrorResponseNonJson (0.00s) === RUN TestBlobDelete --- PASS: TestBlobDelete (0.00s) === RUN TestBlobFetch --- PASS: TestBlobFetch (0.00s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.00s) === RUN TestBlobExists --- PASS: TestBlobExists (0.00s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.00s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.00s) === RUN TestBlobMount --- PASS: TestBlobMount (0.00s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.00s) === RUN TestManifestFetchWithEtag --- PASS: TestManifestFetchWithEtag (0.00s) === RUN TestManifestFetchWithAccept --- PASS: TestManifestFetchWithAccept (0.00s) === RUN TestManifestDelete --- PASS: TestManifestDelete (0.00s) === RUN TestManifestPut --- PASS: TestManifestPut (0.00s) === RUN TestManifestTags --- PASS: TestManifestTags (0.00s) === RUN TestObtainsErrorForMissingTag --- PASS: TestObtainsErrorForMissingTag (0.01s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.01s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.00s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.01s) === RUN TestCatalog --- PASS: TestCatalog (0.00s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.01s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.120s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.00s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.00s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.00s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.00s) === RUN TestEndpointAuthorizeBasic --- PASS: TestEndpointAuthorizeBasic (0.00s) PASS ok github.com/docker/distribution/registry/client/auth 0.052s === RUN TestAuthChallengeParse --- PASS: TestAuthChallengeParse (0.00s) === RUN TestAuthChallengeNormalization --- PASS: TestAuthChallengeNormalization (0.00s) PASS ok github.com/docker/distribution/registry/client/auth/challenge 0.028s ? github.com/docker/distribution/registry/client/transport [no test files] === RUN TestCheckAPI time="2026-05-16T01:42:52Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:42:52Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:42:52Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46407" http.request.id=4d35e677-b705-4b8b-90da-5fbd979d1ea9 http.request.method=GET http.request.remoteaddr="127.0.0.1:42952" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=6.388064ms http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:42:52 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.02s) === RUN TestCatalogAPI time="2026-05-16T01:42:52Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:42:52Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:42:52Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=8c813bbe-ad12-4c17-bdc1-169ee7bcf759 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.542816ms http.response.status=200 http.response.written=20 127.0.0.1 - - [16/May/2026:01:42:52 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-05-16T01:42:52Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=e5e82a7a-3950-4850-a1e2-6b7e7d61fcd3 http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="873.169µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:52 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:53Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=ff3a7aee-09d5-4a1f-8ca1-8647371b4c64 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/aaaa/blobs/uploads/1e4148a7-7c36-4516-9e45-edc55109c6d1?_state=u1sp-j1eyb_vc2spkfOr0lC7HMQjZJRG9YjgMxh0pHJ7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIxZTQxNDhhNy03YzM2LTQ1MTYtOWU0NS1lZGM1NTEwOWM2ZDEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTIuMjE1NzQyNjU4WiJ9&digest=sha256%3A5590d43ca84a70ac1d2a644dd58a3026a4b4d68aec92452e2ffa662a424459fd" http.request.useragent="Go-http-client/1.1" http.response.duration=1.37109734s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:52 +0000] "PUT /v2/foo/aaaa/blobs/uploads/1e4148a7-7c36-4516-9e45-edc55109c6d1?_state=u1sp-j1eyb_vc2spkfOr0lC7HMQjZJRG9YjgMxh0pHJ7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIxZTQxNDhhNy03YzM2LTQ1MTYtOWU0NS1lZGM1NTEwOWM2ZDEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTIuMjE1NzQyNjU4WiJ9&digest=sha256%3A5590d43ca84a70ac1d2a644dd58a3026a4b4d68aec92452e2ffa662a424459fd HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:53Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=e4773120-4b1e-4922-901b-d71e47f9b465 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.389774ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:53 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:53Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=cb53b934-06ce-4692-8115-c0bb4b42a492 http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="884.969µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:53 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:55Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=8e2c86ec-86f4-4aa2-a595-a78af32d733b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/bbbb/blobs/uploads/e6bc14e3-3b93-4f83-9124-719f480c8de4?_state=n1-SG3Npq2OjQ2huXcO364CXErYFvqHMqo4StrA14r57Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJlNmJjMTRlMy0zYjkzLTRmODMtOTEyNC03MTlmNDgwYzhkZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTMuNzMwMzQ2MDRaIn0%3D&digest=sha256%3Ac94d62c5fcdc45acda87fa8c9bb8572ca26141ad199b70af68223095d245eccf" http.request.useragent="Go-http-client/1.1" http.response.duration=1.830077513s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:53 +0000] "PUT /v2/foo/bbbb/blobs/uploads/e6bc14e3-3b93-4f83-9124-719f480c8de4?_state=n1-SG3Npq2OjQ2huXcO364CXErYFvqHMqo4StrA14r57Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJlNmJjMTRlMy0zYjkzLTRmODMtOTEyNC03MTlmNDgwYzhkZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTMuNzMwMzQ2MDRaIn0%3D&digest=sha256%3Ac94d62c5fcdc45acda87fa8c9bb8572ca26141ad199b70af68223095d245eccf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:55Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=1958db11-ae29-44d9-a0bf-01de97e9e2b4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.421454ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:55 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:55Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=081f19c9-578f-4950-b6d4-3f6263291d2a http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="796.848µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:55 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:56Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=423a3d29-bd10-4573-8092-4dc63bd35b4e http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/cccc/blobs/uploads/e6e47c83-10dc-44c5-8ab0-80922136417a?_state=aoTX7FpNXM55a_-A66t1aFL5Dl3BbFJDvxhC-k-vZ857Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJlNmU0N2M4My0xMGRjLTQ0YzUtOGFiMC04MDkyMjEzNjQxN2EiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTUuNjQwNjIzMzE5WiJ9&digest=sha256%3A603aafae9dae7d7bd751a834d7919470ee037a22f790fb675413b071de4a60cb" http.request.useragent="Go-http-client/1.1" http.response.duration=571.585665ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:55 +0000] "PUT /v2/foo/cccc/blobs/uploads/e6e47c83-10dc-44c5-8ab0-80922136417a?_state=aoTX7FpNXM55a_-A66t1aFL5Dl3BbFJDvxhC-k-vZ857Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJlNmU0N2M4My0xMGRjLTQ0YzUtOGFiMC04MDkyMjEzNjQxN2EiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTUuNjQwNjIzMzE5WiJ9&digest=sha256%3A603aafae9dae7d7bd751a834d7919470ee037a22f790fb675413b071de4a60cb HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:56Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=bed60ee4-9dc8-4340-94de-47f358670dfa http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.361814ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:56 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:56Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=8d8b6967-5159-4cac-b3dc-6db5d499f873 http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="843.849µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:56 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:57Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=93323c23-17ea-4428-8ee5-ceaeb91110d2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/dddd/blobs/uploads/dd46a58b-d4a5-4d89-9ee1-5dca44087735?_state=G-up0RXVjUzazSlIY-Iz6rQgC6X6l4atu7xc-zLGDlt7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJkZDQ2YTU4Yi1kNGE1LTRkODktOWVlMS01ZGNhNDQwODc3MzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTYuMzM3MDEwMjM3WiJ9&digest=sha256%3A1b8b21349a0a5f658072425df716ca198a4a5f29981c0ad38616ae1145ea2d2f" http.request.useragent="Go-http-client/1.1" http.response.duration=1.366446053s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:56 +0000] "PUT /v2/foo/dddd/blobs/uploads/dd46a58b-d4a5-4d89-9ee1-5dca44087735?_state=G-up0RXVjUzazSlIY-Iz6rQgC6X6l4atu7xc-zLGDlt7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJkZDQ2YTU4Yi1kNGE1LTRkODktOWVlMS01ZGNhNDQwODc3MzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTYuMzM3MDEwMjM3WiJ9&digest=sha256%3A1b8b21349a0a5f658072425df716ca198a4a5f29981c0ad38616ae1145ea2d2f HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:57Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=dff748af-eedc-400a-86ae-6415db5362d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.406694ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:57 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:57Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=3ca3b8d2-5f43-4cd2-8a0f-04782291f220 http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="811.688µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:57 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:59Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=78676776-ec31-4276-b909-daff25831e2b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/eeee/blobs/uploads/4d786b15-8d0b-4756-a490-c7a7958b507d?_state=vaQ-7jwS_w1r-2g9TSHCahqiZjLhY_YI1domn_qam-d7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI0ZDc4NmIxNS04ZDBiLTQ3NTYtYTQ5MC1jN2E3OTU4YjUwN2QiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTcuODMxNTI5NjU3WiJ9&digest=sha256%3Aec7b33e74c6d591c2bc4103e6a62637ed5a204c8eb7acf8dcf40ceb3c659ad79" http.request.useragent="Go-http-client/1.1" http.response.duration=1.760433093s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:57 +0000] "PUT /v2/foo/eeee/blobs/uploads/4d786b15-8d0b-4756-a490-c7a7958b507d?_state=vaQ-7jwS_w1r-2g9TSHCahqiZjLhY_YI1domn_qam-d7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI0ZDc4NmIxNS04ZDBiLTQ3NTYtYTQ5MC1jN2E3OTU4YjUwN2QiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTcuODMxNTI5NjU3WiJ9&digest=sha256%3Aec7b33e74c6d591c2bc4103e6a62637ed5a204c8eb7acf8dcf40ceb3c659ad79 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:59Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=03e3d461-6f89-47c5-bebd-929d556d9d5c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.520176ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:59 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:42:59Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=fa79a4af-a274-4c38-b466-2a49affc5dba http.request.method=POST http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="787.408µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:59 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=116b3e47-d473-4cae-b971-6c2e442c9127 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/ffff/blobs/uploads/1dd3e5da-7b71-41e9-a668-868d93e7fe52?_state=78_e5Dv2y8JIE08DyiNtDbgF2WnrDTBzvDfNIG3wXMx7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIxZGQzZTVkYS03YjcxLTQxZTktYTY2OC04NjhkOTNlN2ZlNTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTkuNjkzMzU5ODA5WiJ9&digest=sha256%3A021afdf443dc3753b9fb275775507d32b8da76b9b2d1875c569a819583c31529" http.request.useragent="Go-http-client/1.1" http.response.duration=1.126968407s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:42:59 +0000] "PUT /v2/foo/ffff/blobs/uploads/1dd3e5da-7b71-41e9-a668-868d93e7fe52?_state=78_e5Dv2y8JIE08DyiNtDbgF2WnrDTBzvDfNIG3wXMx7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIxZGQzZTVkYS03YjcxLTQxZTktYTY2OC04NjhkOTNlN2ZlNTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDI6NTkuNjkzMzU5ODA5WiJ9&digest=sha256%3A021afdf443dc3753b9fb275775507d32b8da76b9b2d1875c569a819583c31529 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=dca80be3-edff-4336-82fe-a01985bb331c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.366854ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=0799c9d3-2e3e-4a78-bd1e-9d329287a421 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="655.767µs" http.response.status=200 http.response.written=74 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=778ec949-6a7a-4ab2-a122-915bddaa0c7f http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?last=foo%2Feeee&n=5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="675.167µs" http.response.status=200 http.response.written=30 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=a41ee356-0e90-4055-bc55-eb39f5298959 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?last=&n=5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="653.807µs" http.response.status=200 http.response.written=74 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=b8347719-49c6-4367-bd4c-01d94d1798ec http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?last=foo%2Feeee&n=5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="650.726µs" http.response.status=200 http.response.written=30 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=563138c7-d0ac-4fdf-bda2-bd3ed9a90491 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?n=4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="639.567µs" http.response.status=200 http.response.written=63 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=bd9745a3-4050-42d9-8faa-96e569a08da4 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?last=foo%2Fdddd&n=4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="623.846µs" http.response.status=200 http.response.written=41 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=error msg="response completed with error" err.code="pagination number invalid" err.detail=map[n:15] err.message="invalid number of results requested" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=22836f9c-96b2-44eb-931a-949916d8f751 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?n=15" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="591.806µs" http.response.status=400 http.response.written=116 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=error msg="response completed with error" err.code="pagination number invalid" err.detail=map[n:6] err.message="invalid number of results requested" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=9bae2607-7715-4c47-9e7d-d8326f194b22 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?n=6" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="493.085µs" http.response.status=400 http.response.written=115 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=d657ea3d-2fad-448c-a3f9-f530cef865f1 http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?n=0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="530.645µs" http.response.status=200 http.response.written=20 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:46135" http.request.id=cc46d9cb-7a19-4b47-a5bb-1a0cf0a69bdc http.request.method=GET http.request.remoteaddr="127.0.0.1:34310" http.request.uri="/v2/_catalog?n=-1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="646.767µs" http.response.status=200 http.response.written=74 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-16T01:43:00Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:00Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:00Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=078ae45f-e5cd-4a98-893b-56bf064087df http.request.method=POST http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="846.248µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:01Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=e2afa0ca-74a4-434a-af43-6eec282930ec http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/aaaa/blobs/uploads/c0f10c9e-1a6b-4b5e-aa8d-a6969cc98012?_state=43G-nURBP2EJhNjvAvAS3YMGzQJMuqweWr-08ew5hOB7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJjMGYxMGM5ZS0xYTZiLTRiNWUtYWE4ZC1hNjk2OWNjOTgwMTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDAuOTA4Mzk2MDZaIn0%3D&digest=sha256%3A148cab57fca3b76190cdcbd17c39310bf468249d383c5293928be92f80491d99" http.request.useragent="Go-http-client/1.1" http.response.duration=514.572052ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:00 +0000] "PUT /v2/foo/aaaa/blobs/uploads/c0f10c9e-1a6b-4b5e-aa8d-a6969cc98012?_state=43G-nURBP2EJhNjvAvAS3YMGzQJMuqweWr-08ew5hOB7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJjMGYxMGM5ZS0xYTZiLTRiNWUtYWE4ZC1hNjk2OWNjOTgwMTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDAuOTA4Mzk2MDZaIn0%3D&digest=sha256%3A148cab57fca3b76190cdcbd17c39310bf468249d383c5293928be92f80491d99 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:01Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=38825fd5-5ea5-43fd-bf49-e04834fe9402 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.271213ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:01 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:01Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=f0dbae61-00e2-41c2-90cd-0bee5d738963 http.request.method=POST http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="730.287µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:01 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:02Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=eceb2727-7c42-4fed-b36c-630f9a87f0a8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/bbbb/blobs/uploads/f79dd1df-c0dc-4f2d-b0f6-1a062eb5f584?_state=lClXXnUCtWhx9gdHSYJ2ANNXd4Z55irQeQCSvjsw1Zx7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJmNzlkZDFkZi1jMGRjLTRmMmQtYjBmNi0xYTA2MmViNWY1ODQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDEuNTE4MjE5NDI5WiJ9&digest=sha256%3A55b5c7649818e4b112416c05a23f49e3d0939b3f334837b8705026ac917960aa" http.request.useragent="Go-http-client/1.1" http.response.duration=990.026069ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:01 +0000] "PUT /v2/foo/bbbb/blobs/uploads/f79dd1df-c0dc-4f2d-b0f6-1a062eb5f584?_state=lClXXnUCtWhx9gdHSYJ2ANNXd4Z55irQeQCSvjsw1Zx7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJmNzlkZDFkZi1jMGRjLTRmMmQtYjBmNi0xYTA2MmViNWY1ODQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDEuNTE4MjE5NDI5WiJ9&digest=sha256%3A55b5c7649818e4b112416c05a23f49e3d0939b3f334837b8705026ac917960aa HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:02Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=33f6a728-17f2-484c-9623-3b4d76542c9a http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.286133ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:02 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:02Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=095337b4-ecda-4b79-8061-146874449767 http.request.method=POST http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="781.047µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:02 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:03Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=1e37698f-b504-487a-8b02-9549050bd9e2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/cccc/blobs/uploads/407cf058-3320-40db-86b6-6b651f1b1657?_state=qOKHsEYn7axjNeEUE6KpcEHnJiw_2AH97Ef_dUfFp4d7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI0MDdjZjA1OC0zMzIwLTQwZGItODZiNi02YjY1MWYxYjE2NTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDIuNjE4NzI0NjQ5WiJ9&digest=sha256%3A572273db93a97c315bf4c94aff92bb410a4242f7f7f027f41c3ed6ecca944612" http.request.useragent="Go-http-client/1.1" http.response.duration=1.047966292s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:02 +0000] "PUT /v2/foo/cccc/blobs/uploads/407cf058-3320-40db-86b6-6b651f1b1657?_state=qOKHsEYn7axjNeEUE6KpcEHnJiw_2AH97Ef_dUfFp4d7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI0MDdjZjA1OC0zMzIwLTQwZGItODZiNi02YjY1MWYxYjE2NTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDIuNjE4NzI0NjQ5WiJ9&digest=sha256%3A572273db93a97c315bf4c94aff92bb410a4242f7f7f027f41c3ed6ecca944612 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:03Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=4ca5be31-ff5c-4abb-a8fb-d12fee98e8a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.289013ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:03 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:03Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=9ccb63c8-0293-488e-80b2-baf475143a23 http.request.method=POST http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="756.127µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:03 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=65c60036-b45d-4bae-b119-911592689270 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/dddd/blobs/uploads/4c0af6a0-45b6-4661-be9f-585914d39323?_state=iAqLFXyCea7hR8M9c8e-ku_4IrZC4k97M0M27vK-pM97Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI0YzBhZjZhMC00NWI2LTQ2NjEtYmU5Zi01ODU5MTRkMzkzMjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDMuNzc2NjEzNjQ2WiJ9&digest=sha256%3A88e2d92246bee1ce84af46662a450fcc4fa1b3ec7ab4f226a6b5c85952290a6d" http.request.useragent="Go-http-client/1.1" http.response.duration=895.075476ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:03 +0000] "PUT /v2/foo/dddd/blobs/uploads/4c0af6a0-45b6-4661-be9f-585914d39323?_state=iAqLFXyCea7hR8M9c8e-ku_4IrZC4k97M0M27vK-pM97Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI0YzBhZjZhMC00NWI2LTQ2NjEtYmU5Zi01ODU5MTRkMzkzMjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDMuNzc2NjEzNjQ2WiJ9&digest=sha256%3A88e2d92246bee1ce84af46662a450fcc4fa1b3ec7ab4f226a6b5c85952290a6d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=6a55e338-95c6-46ad-8f36-1be147dd7694 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.383774ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35821" http.request.id=3afd07ee-a24e-4dd5-871a-b62bcf5a5fe4 http.request.method=GET http.request.remoteaddr="127.0.0.1:33150" http.request.uri="/v2/_catalog?n=5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="630.726µs" http.response.status=200 http.response.written=63 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (12.56s) === RUN TestURLPrefix time="2026-05-16T01:43:04Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:04Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40337" http.request.id=88bc3703-0467-4d21-84c9-af559d71f774 http.request.method=GET http.request.remoteaddr="127.0.0.1:54022" http.request.uri="/test/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="726.887µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.00s) === RUN TestBlobAPI time="2026-05-16T01:43:04Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:04Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:04Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=f546b6f8-c36a-4f57-b990-373b59c21623 http.request.method=GET http.request.remoteaddr="127.0.0.1:34952" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="772.048µs" http.response.status=404 http.response.written=157 vars.digest="sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "GET /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=fe7c621c-c004-4231-9e7f-dd5975f8dff6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="762.448µs" http.response.status=404 http.response.written=157 vars.digest="sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "HEAD /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=3e0a3cda-7a68-489c-8cd2-2efcd9f29f6f http.request.method=POST http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="641.207µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=bdd482c4-4dae-4b0d-9ffd-f13c48913158 http.request.method=GET http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="652.487µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "GET /v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=5c0349f5-66c5-4533-a990-57a30b4cafb8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="705.327µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "DELETE /v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=f978ee57-846a-4d83-b7df-c293b1fd86f2 http.request.method=GET http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=0a7662b4-2940-46b1-913b-3d8a06485195 time="2026-05-16T01:43:04Z" level=error msg="response completed with error" err.code="blob upload unknown" err.detail="blob upload unknown" err.message="blob upload unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=f978ee57-846a-4d83-b7df-c293b1fd86f2 http.request.method=GET http.request.remoteaddr="127.0.0.1:34956" http.request.uri="/v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="589.526µs" http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=0a7662b4-2940-46b1-913b-3d8a06485195 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "GET /v2/foo/bar/blobs/uploads/0a7662b4-2940-46b1-913b-3d8a06485195?_state=nqD1LiF7rzk4LQwDd6kvh1Anl3J5qOReAROFDBOTqtF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBhNzY2MmI0LTI5NDAtNDZiMS05MTNiLTNkOGEwNjQ4NTE5NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC43OTc4ODU1NVoifQ%3D%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=f92f6291-e260-4074-9606-e90ca464a4c2 http.request.method=POST http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="706.367µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=751ca93c-b049-4492-894b-b08a7d6b255b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/b2ff496b-952b-4e1f-ae75-bfd3ce05a492?_state=FhONb_SDyuD3Tn4Sthx5TfVBnB7t7fYTFhk1yj0pZwV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyZmY0OTZiLTk1MmItNGUxZi1hZTc1LWJmZDNjZTA1YTQ5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDEyMzkxODRaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" provided=sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 vars.name="foo/bar" vars.uuid=b2ff496b-952b-4e1f-ae75-bfd3ce05a492 time="2026-05-16T01:43:04Z" level=error msg="error canceling upload after error: already closed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=751ca93c-b049-4492-894b-b08a7d6b255b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/b2ff496b-952b-4e1f-ae75-bfd3ce05a492?_state=FhONb_SDyuD3Tn4Sthx5TfVBnB7t7fYTFhk1yj0pZwV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyZmY0OTZiLTk1MmItNGUxZi1hZTc1LWJmZDNjZTA1YTQ5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDEyMzkxODRaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=b2ff496b-952b-4e1f-ae75-bfd3ce05a492 time="2026-05-16T01:43:04Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=751ca93c-b049-4492-894b-b08a7d6b255b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/b2ff496b-952b-4e1f-ae75-bfd3ce05a492?_state=FhONb_SDyuD3Tn4Sthx5TfVBnB7t7fYTFhk1yj0pZwV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyZmY0OTZiLTk1MmItNGUxZi1hZTc1LWJmZDNjZTA1YTQ5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDEyMzkxODRaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="734.688µs" http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=b2ff496b-952b-4e1f-ae75-bfd3ce05a492 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "PUT /v2/foo/bar/blobs/uploads/b2ff496b-952b-4e1f-ae75-bfd3ce05a492?_state=FhONb_SDyuD3Tn4Sthx5TfVBnB7t7fYTFhk1yj0pZwV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyZmY0OTZiLTk1MmItNGUxZi1hZTc1LWJmZDNjZTA1YTQ5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDEyMzkxODRaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=d6e30b6e-d9b6-4b54-8eb5-76adb92fe6df http.request.method=POST http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="693.687µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=7290c458-6f11-4462-ab9a-3a94bcdb182d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/f9d60968-9ddb-4859-9b8e-714968cf1e3d?_state=-coc2tXYNCwwz-R-VKhCbJ7-bIJo14v_X3MXDcToT0R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY5ZDYwOTY4LTlkZGItNDg1OS05YjhlLTcxNDk2OGNmMWUzZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDMwMjIzNjFaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration="759.728µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "PUT /v2/foo/bar/blobs/uploads/f9d60968-9ddb-4859-9b8e-714968cf1e3d?_state=-coc2tXYNCwwz-R-VKhCbJ7-bIJo14v_X3MXDcToT0R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY5ZDYwOTY4LTlkZGItNDg1OS05YjhlLTcxNDk2OGNmMWUzZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDMwMjIzNjFaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=1d85c033-c79c-40e3-9a43-b7a9fa2ecba8 http.request.method=POST http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="697.447µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=dac8c81a-395e-46e0-a1c2-4c51a00b5fbe http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/0b94268c-bdf1-42fa-ab0e-8e9359dfc150?_state=CS-r9MnnAM30gjJv2qOE7sq6yX9oRLqNxYXKwgHdaZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiOTQyNjhjLWJkZjEtNDJmYS1hYjBlLThlOTM1OWRmYzE1MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDQ4MjIyMloifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration="809.248µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "PUT /v2/foo/bar/blobs/uploads/0b94268c-bdf1-42fa-ab0e-8e9359dfc150?_state=CS-r9MnnAM30gjJv2qOE7sq6yX9oRLqNxYXKwgHdaZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiOTQyNjhjLWJkZjEtNDJmYS1hYjBlLThlOTM1OWRmYzE1MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDQ4MjIyMloifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:04Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=47523f8c-e526-4a0f-81ca-bb7bd856fb0a http.request.method=POST http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="619.846µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:06Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=15aa0a3f-028b-4874-b8e1-ea7d62a46d26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/1b843b93-0594-4d67-b639-c7c547fd6cb2?_state=BazwSGDruNCZW2K2Fs5aWpFZgWsiP1EMC_1yAlaU8Jd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFiODQzYjkzLTA1OTQtNGQ2Ny1iNjM5LWM3YzU0N2ZkNmNiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDY2NzEwMzhaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.duration=1.450165574s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:04 +0000] "PUT /v2/foo/bar/blobs/uploads/1b843b93-0594-4d67-b639-c7c547fd6cb2?_state=BazwSGDruNCZW2K2Fs5aWpFZgWsiP1EMC_1yAlaU8Jd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFiODQzYjkzLTA1OTQtNGQ2Ny1iNjM5LWM3YzU0N2ZkNmNiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNC44MDY2NzEwMzhaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:06Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=338f4f37-8970-4ecb-8746-f24e80ff9da7 http.request.method=POST http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="912.129µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:06 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:40457" http.request.id=6a15f6df-06b6-40de-ba66-754ebd387ec1 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/85302aba-8155-43f2-b3e0-df01d648f9aa?_state=0hhhmK7hbt5qgdRQ_PrYO-blwBTLkhLkKs4fOd0o1jF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg1MzAyYWJhLTgxNTUtNDNmMi1iM2UwLWRmMDFkNjQ4ZjlhYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNi4yNzIwMjQzMjVaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.321100397s http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:06 +0000] "PATCH /v2/foo/bar/blobs/uploads/85302aba-8155-43f2-b3e0-df01d648f9aa?_state=0hhhmK7hbt5qgdRQ_PrYO-blwBTLkhLkKs4fOd0o1jF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg1MzAyYWJhLTgxNTUtNDNmMi1iM2UwLWRmMDFkNjQ4ZjlhYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNi4yNzIwMjQzMjVaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=2c2a9e2d-352a-402c-9e9a-ec636652ca53 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/uploads/85302aba-8155-43f2-b3e0-df01d648f9aa?_state=WLaIeAS54yp5neNakIDMrjZ-SM5ZFlOqEnyT-7su_rp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg1MzAyYWJhLTgxNTUtNDNmMi1iM2UwLWRmMDFkNjQ4ZjlhYSIsIk9mZnNldCI6MjU3MjgwMDAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDZaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.duration="938.729µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "PUT /v2/foo/bar/blobs/uploads/85302aba-8155-43f2-b3e0-df01d648f9aa?_state=WLaIeAS54yp5neNakIDMrjZ-SM5ZFlOqEnyT-7su_rp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg1MzAyYWJhLTgxNTUtNDNmMi1iM2UwLWRmMDFkNjQ4ZjlhYSIsIk9mZnNldCI6MjU3MjgwMDAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDZaIn0%3D&digest=sha256%3A47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=d33d0635-ede6-4850-ae79-067e0c99e2d8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration="829.048µs" http.response.status=200 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "HEAD /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=3ce7bfdd-65cf-4538-b2a7-21fbb4c86717 http.request.method=GET http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=16.738209ms http.response.status=200 http.response.written=25728000 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 200 25728000 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=error msg="error parsing digest="sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4": unsupported digest algorithm" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=a97cbb4b-9754-450d-b750-3519cbf56836 http.request.method=GET http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" vars.name="foo/bar" time="2026-05-16T01:43:07Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=a97cbb4b-9754-450d-b750-3519cbf56836 http.request.method=GET http.request.remoteaddr="127.0.0.1:34966" http.request.uri="/v2/foo/bar/blobs/sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="764.007µs" http.response.status=400 http.response.written=110 vars.digest="sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha257:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=1e29dd76-decd-4c61-8391-35c9e2d9c111 http.request.method=GET http.request.remoteaddr="127.0.0.1:34986" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.duration="948.73µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:07Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:07Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=25b49832-3149-4778-aae6-63124e6d0f35 http.request.method=GET http.request.remoteaddr="127.0.0.1:35436" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="801.728µs" http.response.status=404 http.response.written=157 vars.digest="sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=178151e4-c6fd-4d74-84d1-146163c11312 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="677.687µs" http.response.status=404 http.response.written=157 vars.digest="sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "HEAD /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=f1c288b2-998b-46eb-bfaa-dca6497c2fb8 http.request.method=POST http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="660.247µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=df2b82ee-a977-41fc-8d63-bf6fb3ad8db7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="665.286µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=015031bb-df9c-4fd2-87f6-bbc425004e87 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="648.926µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "DELETE /v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=2488dd03-1948-4b04-a002-f1b65e3cf3c7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=3cd9bbd5-da21-43b9-b882-4425bb3b4c02 time="2026-05-16T01:43:07Z" level=error msg="response completed with error" err.code="blob upload unknown" err.detail="blob upload unknown" err.message="blob upload unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=2488dd03-1948-4b04-a002-f1b65e3cf3c7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35442" http.request.uri="/v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="616.327µs" http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=3cd9bbd5-da21-43b9-b882-4425bb3b4c02 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/uploads/3cd9bbd5-da21-43b9-b882-4425bb3b4c02?_state=B1t1eFtNDozV2luo2LajpBDIhCpV5JmFsmtL-n--mLJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjZDliYmQ1LWRhMjEtNDNiOS1iODgyLTQ0MjViYjNiNGMwMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NDcyODg0MzFaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=fea9e9ab-edc6-48bc-b9a7-4fa105ea944c http.request.method=POST http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="727.047µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=50e12d49-c09a-4bfb-8093-91f20f6569ab http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/59aed872-a043-4c7a-ad3c-4f737cbebf5d?_state=b45bmujgSu2z18L2hho704K3-FxG67AWhej3ftbdrqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5YWVkODcyLWEwNDMtNGM3YS1hZDNjLTRmNzM3Y2JlYmY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTA4Mzk5NDdaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" provided=sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 vars.name="foo/bar" vars.uuid=59aed872-a043-4c7a-ad3c-4f737cbebf5d time="2026-05-16T01:43:07Z" level=error msg="error canceling upload after error: already closed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=50e12d49-c09a-4bfb-8093-91f20f6569ab http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/59aed872-a043-4c7a-ad3c-4f737cbebf5d?_state=b45bmujgSu2z18L2hho704K3-FxG67AWhej3ftbdrqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5YWVkODcyLWEwNDMtNGM3YS1hZDNjLTRmNzM3Y2JlYmY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTA4Mzk5NDdaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=59aed872-a043-4c7a-ad3c-4f737cbebf5d time="2026-05-16T01:43:07Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=50e12d49-c09a-4bfb-8093-91f20f6569ab http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/59aed872-a043-4c7a-ad3c-4f737cbebf5d?_state=b45bmujgSu2z18L2hho704K3-FxG67AWhej3ftbdrqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5YWVkODcyLWEwNDMtNGM3YS1hZDNjLTRmNzM3Y2JlYmY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTA4Mzk5NDdaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="782.207µs" http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=59aed872-a043-4c7a-ad3c-4f737cbebf5d 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "PUT /v2/foo/bar/blobs/uploads/59aed872-a043-4c7a-ad3c-4f737cbebf5d?_state=b45bmujgSu2z18L2hho704K3-FxG67AWhej3ftbdrqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5YWVkODcyLWEwNDMtNGM3YS1hZDNjLTRmNzM3Y2JlYmY1ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTA4Mzk5NDdaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=641b1016-fd8a-43ab-b31d-1d7f0a003692 http.request.method=POST http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="706.247µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=d1725bce-53d0-4370-b710-07ecdd227e25 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/844cd570-667e-48cf-bcf2-346e96c25556?_state=vNyHQHY4i0TL-0XpAkue-mr591W8qb9uVjBn_R2mUt57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0NGNkNTcwLTY2N2UtNDhjZi1iY2YyLTM0NmU5NmMyNTU1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTMwMTQyODlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration="916.369µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "PUT /v2/foo/bar/blobs/uploads/844cd570-667e-48cf-bcf2-346e96c25556?_state=vNyHQHY4i0TL-0XpAkue-mr591W8qb9uVjBn_R2mUt57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0NGNkNTcwLTY2N2UtNDhjZi1iY2YyLTM0NmU5NmMyNTU1NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTMwMTQyODlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=6bf64338-3000-4beb-ba50-f2b3b5e9d19e http.request.method=POST http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="709.527µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=a81878b3-3bc7-4014-9bd4-562fe82c4d4b http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/bd2e1259-34fc-4b44-925a-a3df896eaebc?_state=B4vhGn6vpgrmHm-rYtwwgXz5b9ezLvBVEFQCliamr2h7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJkMmUxMjU5LTM0ZmMtNGI0NC05MjVhLWEzZGY4OTZlYWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTUxMTYxMVoifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration="829.848µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "PUT /v2/foo/bar/blobs/uploads/bd2e1259-34fc-4b44-925a-a3df896eaebc?_state=B4vhGn6vpgrmHm-rYtwwgXz5b9ezLvBVEFQCliamr2h7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJkMmUxMjU5LTM0ZmMtNGI0NC05MjVhLWEzZGY4OTZlYWViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTUxMTYxMVoifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:07Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=d7f6c888-2930-4420-a380-897b5493202e http.request.method=POST http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="610.286µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:09Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=1889999b-e859-4c83-9b4c-1ec4cbe92641 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/e955cfe3-9c37-4d79-bb24-08bebe9e36cd?_state=ZqWVjjnBDKG3VdJoIlKyJY-87Tdfs9ofxNs5q3rCKFV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5NTVjZmUzLTljMzctNGQ3OS1iYjI0LTA4YmViZTllMzZjZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTY5NzE0MDlaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.duration=1.474996464s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "PUT /v2/foo/bar/blobs/uploads/e955cfe3-9c37-4d79-bb24-08bebe9e36cd?_state=ZqWVjjnBDKG3VdJoIlKyJY-87Tdfs9ofxNs5q3rCKFV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5NTVjZmUzLTljMzctNGQ3OS1iYjI0LTA4YmViZTllMzZjZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowNy43NTY5NzE0MDlaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:09Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=8f8f39bb-62ae-4563-89be-402d8381be14 http.request.method=POST http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="867.289µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:09 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:35577" http.request.id=fb5a12d1-e253-438c-b426-6c9af872099e http.request.method=PATCH http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/a49868c1-f6dc-4b02-8dac-ff44ad27f96b?_state=-i5l9QtUTplQdsEWaWkOg3K5M86ZnEpJ35fa8R0yLUF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE0OTg2OGMxLWY2ZGMtNGIwMi04ZGFjLWZmNDRhZDI3Zjk2YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowOS4yNDc4MTM4MzJaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.434253494s http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:09 +0000] "PATCH /v2/foo/bar/blobs/uploads/a49868c1-f6dc-4b02-8dac-ff44ad27f96b?_state=-i5l9QtUTplQdsEWaWkOg3K5M86ZnEpJ35fa8R0yLUF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE0OTg2OGMxLWY2ZGMtNGIwMi04ZGFjLWZmNDRhZDI3Zjk2YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzowOS4yNDc4MTM4MzJaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=e46cad11-826b-4f0d-8219-d052f5ed46e1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/uploads/a49868c1-f6dc-4b02-8dac-ff44ad27f96b?_state=fr0l0uXnju1TNL-sGfgRhi96C8yGPI6FOCodW_5FMdp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE0OTg2OGMxLWY2ZGMtNGIwMi04ZGFjLWZmNDRhZDI3Zjk2YiIsIk9mZnNldCI6MjcxMzU0ODgsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDlaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.duration=1.051531ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "PUT /v2/foo/bar/blobs/uploads/a49868c1-f6dc-4b02-8dac-ff44ad27f96b?_state=fr0l0uXnju1TNL-sGfgRhi96C8yGPI6FOCodW_5FMdp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE0OTg2OGMxLWY2ZGMtNGIwMi04ZGFjLWZmNDRhZDI3Zjk2YiIsIk9mZnNldCI6MjcxMzU0ODgsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MDlaIn0%3D&digest=sha256%3Ac9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=e399a545-fc5e-4b22-b583-5f819f5e6a73 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration="816.049µs" http.response.status=200 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "HEAD /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=5e369fea-114b-4794-a492-6b44a68256a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=20.330284ms http.response.status=200 http.response.written=27135488 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 200 27135488 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=error msg="error parsing digest="sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224": unsupported digest algorithm" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=00ac50be-a087-41f3-90cd-51602df098f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" vars.name="foo/bar" time="2026-05-16T01:43:10Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=00ac50be-a087-41f3-90cd-51602df098f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:35452" http.request.uri="/v2/foo/bar/blobs/sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="695.127µs" http.response.status=400 http.response.written=110 vars.digest="sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha257:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=2dd32623-da87-4006-b856-944233c986c2 http.request.method=GET http.request.remoteaddr="127.0.0.1:37262" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.duration="984.89µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=96f4bd0f-c029-4bb2-906c-11d62f516061 http.request.method=GET http.request.remoteaddr="127.0.0.1:37260" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.919189ms http.response.status=200 http.response.written=2681472 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35577" http.request.id=05930799-ed41-4f11-a870-ae5e8602f7e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:37262" http.request.uri="/v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.919549ms http.response.status=200 http.response.written=98304 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha256:c9472dae06a68b04c875cb4aa97331b354860408881b084a34f9513d14f26224 HTTP/1.1" 200 98304 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=3f49c864-f46a-4da6-809a-d015143ec319 http.request.method=GET http.request.remoteaddr="127.0.0.1:34986" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.095140506s http.response.status=200 http.response.written=2634240 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 200 2634240 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40457" http.request.id=79b20fa4-e4d9-4d5a-9dce-a8662ea636aa http.request.method=GET http.request.remoteaddr="127.0.0.1:34974" http.request.uri="/v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.099660031s http.response.status=200 http.response.written=2681472 127.0.0.1 - - [16/May/2026:01:43:07 +0000] "GET /v2/foo/bar/blobs/sha256:47c4f1fd55247144f01dc7698bd97c0c41d699d08ab8cedaec86dd1cf0c415b4 HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (6.04s) === RUN TestBlobDelete time="2026-05-16T01:43:10Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:10Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:10Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=7d054e68-e77d-4079-a30c-4b7008af1351 http.request.method=GET http.request.remoteaddr="127.0.0.1:46396" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="773.408µs" http.response.status=404 http.response.written=157 vars.digest="sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=2ebecdcd-6a44-42a8-a158-531076037e76 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="713.807µs" http.response.status=404 http.response.written=157 vars.digest="sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=b81176b6-9dd2-4c79-be9c-a109873aee3d http.request.method=POST http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="653.086µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=36a71a69-cd55-46bc-acb7-e3ee07295887 http.request.method=GET http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="754.687µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=16c3098c-5016-41ee-83d1-dc2fbae22b62 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="661.206µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "DELETE /v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=307e6d93-3bc5-41f3-ae05-b8c2f7fe4939 http.request.method=GET http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=57e52a01-f210-400a-a503-00539b57f869 time="2026-05-16T01:43:10Z" level=error msg="response completed with error" err.code="blob upload unknown" err.detail="blob upload unknown" err.message="blob upload unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=307e6d93-3bc5-41f3-ae05-b8c2f7fe4939 http.request.method=GET http.request.remoteaddr="127.0.0.1:46398" http.request.uri="/v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="582.926µs" http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=57e52a01-f210-400a-a503-00539b57f869 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "GET /v2/foo/bar/blobs/uploads/57e52a01-f210-400a-a503-00539b57f869?_state=LkZkNexF2T40Q_o636n5Vl99mis1xnd0VJ3PurkhNvp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU3ZTUyYTAxLWYyMTAtNDAwYS1hNTAzLTAwNTM5YjU3Zjg2OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTA3NTY1MDFaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=737b37e4-90b7-4526-b31a-a75f465112db http.request.method=POST http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="814.928µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=102e2105-c9e8-4b02-8e6b-4e42157a4db8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/d3032b7e-1898-41f6-ad55-6ca0e88d23fb?_state=qp8RCh93XWY6Sv76hd_2HWDavfb1kKg7iEaplD5vK0Z7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQzMDMyYjdlLTE4OTgtNDFmNi1hZDU1LTZjYTBlODhkMjNmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTQyNDYwMTZaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" provided=sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 vars.name="foo/bar" vars.uuid=d3032b7e-1898-41f6-ad55-6ca0e88d23fb time="2026-05-16T01:43:10Z" level=error msg="error canceling upload after error: already closed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=102e2105-c9e8-4b02-8e6b-4e42157a4db8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/d3032b7e-1898-41f6-ad55-6ca0e88d23fb?_state=qp8RCh93XWY6Sv76hd_2HWDavfb1kKg7iEaplD5vK0Z7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQzMDMyYjdlLTE4OTgtNDFmNi1hZDU1LTZjYTBlODhkMjNmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTQyNDYwMTZaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=d3032b7e-1898-41f6-ad55-6ca0e88d23fb time="2026-05-16T01:43:10Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=102e2105-c9e8-4b02-8e6b-4e42157a4db8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/d3032b7e-1898-41f6-ad55-6ca0e88d23fb?_state=qp8RCh93XWY6Sv76hd_2HWDavfb1kKg7iEaplD5vK0Z7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQzMDMyYjdlLTE4OTgtNDFmNi1hZDU1LTZjYTBlODhkMjNmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTQyNDYwMTZaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="707.607µs" http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=d3032b7e-1898-41f6-ad55-6ca0e88d23fb 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "PUT /v2/foo/bar/blobs/uploads/d3032b7e-1898-41f6-ad55-6ca0e88d23fb?_state=qp8RCh93XWY6Sv76hd_2HWDavfb1kKg7iEaplD5vK0Z7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQzMDMyYjdlLTE4OTgtNDFmNi1hZDU1LTZjYTBlODhkMjNmYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTQyNDYwMTZaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=f5d25078-8c76-456a-89b1-a11ef5ebf37b http.request.method=POST http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="631.007µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=c254cee6-779d-4ec1-a68f-5a6d28934556 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/013bb97e-97eb-41cf-a976-d7f82977ea47?_state=HrltnPfTxoUqMMrUuoiRiHdfElJOWoIdwdfumggimG17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxM2JiOTdlLTk3ZWItNDFjZi1hOTc2LWQ3ZjgyOTc3ZWE0NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTU5NTkxMTRaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration="838.729µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "PUT /v2/foo/bar/blobs/uploads/013bb97e-97eb-41cf-a976-d7f82977ea47?_state=HrltnPfTxoUqMMrUuoiRiHdfElJOWoIdwdfumggimG17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxM2JiOTdlLTk3ZWItNDFjZi1hOTc2LWQ3ZjgyOTc3ZWE0NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTU5NTkxMTRaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=a3167266-76a4-476e-aded-ca974b8b027c http.request.method=POST http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="705.247µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=b601f9c7-93f9-4cc0-b9f6-f03e3fafdebb http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/b2670fcb-8539-4bed-b636-443ab12cba91?_state=TspRaI68xxMP-tfWxibo5opUoocTnVvo0SUUYG_HXad7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyNjcwZmNiLTg1MzktNGJlZC1iNjM2LTQ0M2FiMTJjYmE5MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTc4NTQyMTNaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration="871.049µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "PUT /v2/foo/bar/blobs/uploads/b2670fcb-8539-4bed-b636-443ab12cba91?_state=TspRaI68xxMP-tfWxibo5opUoocTnVvo0SUUYG_HXad7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIyNjcwZmNiLTg1MzktNGJlZC1iNjM2LTQ0M2FiMTJjYmE5MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTc4NTQyMTNaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:10Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=91846f05-e0da-4476-acbe-55d4271239e8 http.request.method=POST http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="605.126µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:12Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=90d84b3f-d84e-42b8-86b5-4fe2c2d0ca63 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/d59d4fa9-09e2-4dd6-a43f-5ed020a94198?_state=onth1WQVK5ywmDvDcnFossz2y1b9ktrqdrMgt2a2Hqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQ1OWQ0ZmE5LTA5ZTItNGRkNi1hNDNmLTVlZDAyMGE5NDE5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTk2NTk2NzFaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.duration=1.775921928s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:10 +0000] "PUT /v2/foo/bar/blobs/uploads/d59d4fa9-09e2-4dd6-a43f-5ed020a94198?_state=onth1WQVK5ywmDvDcnFossz2y1b9ktrqdrMgt2a2Hqx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQ1OWQ0ZmE5LTA5ZTItNGRkNi1hNDNmLTVlZDAyMGE5NDE5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMC44NTk2NTk2NzFaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:12Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=4ec668ba-818d-4d55-a385-dd76a7dcce09 http.request.method=POST http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.052771ms http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:12 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:33887" http.request.id=bfc87161-6b96-4580-b3ce-e376cc778812 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/82dbbe4b-59cf-405f-9cd9-54b005e1f4a8?_state=qaZ6qD2kwk-61hRQhLnD3lc3u0158YzPuvMlhFIP9nV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgyZGJiZTRiLTU5Y2YtNDA1Zi05Y2Q5LTU0YjAwNWUxZjRhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMi42NTMyODkwOTdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.689762182s http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:12 +0000] "PATCH /v2/foo/bar/blobs/uploads/82dbbe4b-59cf-405f-9cd9-54b005e1f4a8?_state=qaZ6qD2kwk-61hRQhLnD3lc3u0158YzPuvMlhFIP9nV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgyZGJiZTRiLTU5Y2YtNDA1Zi05Y2Q5LTU0YjAwNWUxZjRhOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxMi42NTMyODkwOTdaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=68d39ee3-8c66-4981-beec-a4f8319f81ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/uploads/82dbbe4b-59cf-405f-9cd9-54b005e1f4a8?_state=8xqiXALhGF9nKxGeSxGF9w4P6mEi8ye8r_S7Zp_IK7x7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgyZGJiZTRiLTU5Y2YtNDA1Zi05Y2Q5LTU0YjAwNWUxZjRhOCIsIk9mZnNldCI6Mjg4NDI0OTYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MTJaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.duration=1.059171ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "PUT /v2/foo/bar/blobs/uploads/82dbbe4b-59cf-405f-9cd9-54b005e1f4a8?_state=8xqiXALhGF9nKxGeSxGF9w4P6mEi8ye8r_S7Zp_IK7x7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgyZGJiZTRiLTU5Y2YtNDA1Zi05Y2Q5LTU0YjAwNWUxZjRhOCIsIk9mZnNldCI6Mjg4NDI0OTYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MTJaIn0%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=8271840a-e4bb-42ef-b29a-3883fcb2ea51 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration="807.888µs" http.response.status=200 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=a4efab97-6fef-40eb-936f-b8ff6ae58218 http.request.method=GET http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=20.642288ms http.response.status=200 http.response.written=28842496 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "GET /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 200 28842496 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=error msg="error parsing digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763": unsupported digest algorithm" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=af000ecb-f043-40c0-968d-8b62ec5bd435 http.request.method=GET http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" time="2026-05-16T01:43:14Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=af000ecb-f043-40c0-968d-8b62ec5bd435 http.request.method=GET http.request.remoteaddr="127.0.0.1:46406" http.request.uri="/v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="740.328µs" http.response.status=400 http.response.written=110 vars.digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "GET /v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=0980d618-7fce-4dac-8183-cbb3e889551d http.request.method=GET http.request.remoteaddr="127.0.0.1:46426" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.duration="989.61µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "GET /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=0d9e7a71-33bd-46d5-be32-ceb18931f3f2 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46428" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.duration="826.088µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "DELETE /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=79279cc1-39f6-4b08-9f86-baef2e818167 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46428" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="735.247µs" http.response.status=404 http.response.written=157 vars.digest="sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=7065aab8-e3be-44f9-ba5f-8b2bc35b50ce http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46428" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="728.047µs" http.response.status=404 http.response.written=74 vars.digest="sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "DELETE /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=error msg="error parsing digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763": unsupported digest algorithm" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=51d69da7-cd28-4399-9128-eacd1cdd2e48 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46444" http.request.uri="/v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" time="2026-05-16T01:43:14Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=51d69da7-cd28-4399-9128-eacd1cdd2e48 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46444" http.request.uri="/v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="811.368µs" http.response.status=400 http.response.written=110 vars.digest="sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "DELETE /v2/foo/bar/blobs/sha257:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-16T01:43:14Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=ad0cf084-822e-400d-afea-8a265a2f2d29 http.request.method=POST http.request.remoteaddr="127.0.0.1:46448" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="816.009µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=9fd8d0f8-3de5-400c-b918-36aacce8be9c http.request.method=PUT http.request.remoteaddr="127.0.0.1:46448" http.request.uri="/v2/foo/bar/blobs/uploads/28d3b506-79ec-49e6-8190-325800d30638?_state=i4Jq7bX_IZih6ppim0ojxUysjGzEoYDXvBuAzYMZ4Gd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI4ZDNiNTA2LTc5ZWMtNDllNi04MTkwLTMyNTgwMGQzMDYzOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNC4zODQwMTMzM1oifQ%3D%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.duration=1.813445905s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "PUT /v2/foo/bar/blobs/uploads/28d3b506-79ec-49e6-8190-325800d30638?_state=i4Jq7bX_IZih6ppim0ojxUysjGzEoYDXvBuAzYMZ4Gd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI4ZDNiNTA2LTc5ZWMtNDllNi04MTkwLTMyNTgwMGQzMDYzOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNC4zODQwMTMzM1oifQ%3D%3D&digest=sha256%3A0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=4d93c34d-9b06-43c4-930d-3d179d40229e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46448" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration="966.17µs" http.response.status=200 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:16 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=c717cdd9-1682-4cc1-aa73-81a2ff9470d2 http.request.method=GET http.request.remoteaddr="127.0.0.1:46416" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.841879831s http.response.status=200 http.response.written=2681472 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "GET /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:33887" http.request.id=e34d9c4f-5c99-4b62-91f3-9e55b401e6a1 http.request.method=GET http.request.remoteaddr="127.0.0.1:46426" http.request.uri="/v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.837615228s http.response.status=200 http.response.written=2634240 127.0.0.1 - - [16/May/2026:01:43:14 +0000] "GET /v2/foo/bar/blobs/sha256:0e195fba275f2e92c95e7f38687c4b1790a9404a8ce1fd6e002fa94d38a97763 HTTP/1.1" 200 2634240 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (5.50s) === RUN TestRelativeURL time="2026-05-16T01:43:16Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:16Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39859" http.request.id=4453d3e7-b94b-476a-8bec-098ab9c0822f http.request.method=POST http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="922.21µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:16 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:16Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39859" http.request.id=affa567a-cbe8-472f-96e5-92ad6a4ca607 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/foo/bar/blobs/uploads/6a21d25e-85ce-4460-99da-2f1d868abfad?_state=-v-ZRipzzVZVQ4qpCSbJYo7r-ICgoisjt9m-A_vzeH57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMjFkMjVlLTg1Y2UtNDQ2MC05OWRhLTJmMWQ4NjhhYmZhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNi4yMTc3MzY5MTlaIn0%3D&digest=sha256%3A40ae40e35758a384e38caf13b5c1cd83de9133612a9ee41787dbf38e55d506bf" http.request.useragent="Go-http-client/1.1" http.response.duration=690.056735ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:16 +0000] "PUT /v2/foo/bar/blobs/uploads/6a21d25e-85ce-4460-99da-2f1d868abfad?_state=-v-ZRipzzVZVQ4qpCSbJYo7r-ICgoisjt9m-A_vzeH57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMjFkMjVlLTg1Y2UtNDQ2MC05OWRhLTJmMWQ4NjhhYmZhZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNi4yMTc3MzY5MTlaIn0%3D&digest=sha256%3A40ae40e35758a384e38caf13b5c1cd83de9133612a9ee41787dbf38e55d506bf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:17Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39859" http.request.id=65e9955d-d369-426f-96f9-bef3421e76f2 http.request.method=POST http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="894.249µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:17Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39859" http.request.id=a04e1234-47bd-4905-be3f-fae2bffd1e79 http.request.method=POST http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="678.686µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:17Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39859" http.request.id=e17b3480-1b4d-48b8-9de6-b0577ef51967 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49508" http.request.uri="/v2/foo/bar/blobs/uploads/ae2dde75-fd0e-4d34-90d7-d34dbedd512a?_state=XXsA9SPb7Q6gbLBeFOQcTWw2RauNi-d1V_wJPJoHFl17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImFlMmRkZTc1LWZkMGUtNGQzNC05MGQ3LWQzNGRiZWRkNTEyYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNy4wNjE5MjQyNDNaIn0%3D&digest=sha256%3A5e36ed2cc3a8c6aabfa75601bfb317ec1e1235b267ab85ca6fa5bcb668abcf39" http.request.useragent="Go-http-client/1.1" http.response.duration=572.954598ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "PUT /v2/foo/bar/blobs/uploads/ae2dde75-fd0e-4d34-90d7-d34dbedd512a?_state=XXsA9SPb7Q6gbLBeFOQcTWw2RauNi-d1V_wJPJoHFl17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImFlMmRkZTc1LWZkMGUtNGQzNC05MGQ3LWQzNGRiZWRkNTEyYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNy4wNjE5MjQyNDNaIn0%3D&digest=sha256%3A5e36ed2cc3a8c6aabfa75601bfb317ec1e1235b267ab85ca6fa5bcb668abcf39 HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (1.42s) === RUN TestBlobDeleteDisabled time="2026-05-16T01:43:17Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:17Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:17Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:35937" http.request.id=e43d6425-be16-4478-b76f-a9c6938b8413 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45894" http.request.uri="/v2/foo/bar/blobs/sha256:e6d671f061955173819f4b9378ba28a9f2085f5a180bedbd53ca15f2bb7a0c43" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="952.649µs" http.response.status=405 http.response.written=78 vars.digest="sha256:e6d671f061955173819f4b9378ba28a9f2085f5a180bedbd53ca15f2bb7a0c43" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "DELETE /v2/foo/bar/blobs/sha256:e6d671f061955173819f4b9378ba28a9f2085f5a180bedbd53ca15f2bb7a0c43 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.10s) === RUN TestDeleteDisabled time="2026-05-16T01:43:17Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:17Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:17Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:36209" http.request.id=eab91fb1-6052-4fd3-8598-3493f470e2de http.request.method=POST http.request.remoteaddr="127.0.0.1:56798" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="879.369µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:19Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:36209" http.request.id=6f637ad4-7d64-4629-ae6f-fe505d147157 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56798" http.request.uri="/v2/foo/bar/blobs/uploads/39584cb8-c166-4bfb-88b0-3aceac7ac767?_state=w0lWXCQ4JKChOV9etZYSI5Vgu1Fl3h912y1Eysj0fGd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM5NTg0Y2I4LWMxNjYtNGJmYi04OGIwLTNhY2VhYzdhYzc2NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNy44MzE3MDU1WiJ9&digest=sha256%3A8b77c10536db24b17fdf1b7eb1b18961e7c52bfb8a364ffdba284690ec1e7145" http.request.useragent="Go-http-client/1.1" http.response.duration=1.291216697s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:17 +0000] "PUT /v2/foo/bar/blobs/uploads/39584cb8-c166-4bfb-88b0-3aceac7ac767?_state=w0lWXCQ4JKChOV9etZYSI5Vgu1Fl3h912y1Eysj0fGd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM5NTg0Y2I4LWMxNjYtNGJmYi04OGIwLTNhY2VhYzdhYzc2NyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxNy44MzE3MDU1WiJ9&digest=sha256%3A8b77c10536db24b17fdf1b7eb1b18961e7c52bfb8a364ffdba284690ec1e7145 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:36209" http.request.id=64f82840-cfbe-490d-9eea-a412ca3ddfe5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:56798" http.request.uri="/v2/foo/bar/blobs/sha256:8b77c10536db24b17fdf1b7eb1b18961e7c52bfb8a364ffdba284690ec1e7145" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="781.048µs" http.response.status=405 http.response.written=78 vars.digest="sha256:8b77c10536db24b17fdf1b7eb1b18961e7c52bfb8a364ffdba284690ec1e7145" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:19 +0000] "DELETE /v2/foo/bar/blobs/sha256:8b77c10536db24b17fdf1b7eb1b18961e7c52bfb8a364ffdba284690ec1e7145 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (1.40s) === RUN TestDeleteReadOnly time="2026-05-16T01:43:19Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:19Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:19Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:43105" http.request.id=9c9476f3-b0f0-4d56-b78c-0370679f68ae http.request.method=POST http.request.remoteaddr="127.0.0.1:37288" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="862.888µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:43105" http.request.id=6c820bcd-d0fe-47b7-ba8e-2cf6258ff90d http.request.method=PUT http.request.remoteaddr="127.0.0.1:37288" http.request.uri="/v2/foo/bar/blobs/uploads/2a67e081-1453-4d4b-80c3-2869ed29040b?_state=RanbNUeppAbvn1bqdDNrfGErorLwTHVAa0fonZkxsS57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJhNjdlMDgxLTE0NTMtNGQ0Yi04MGMzLTI4NjllZDI5MDQwYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxOS4yMjA0OTUyOTdaIn0%3D&digest=sha256%3Aced83dc6b33132c9c79dea74fc5559477701d8572db810f2a9bb59a172c9f233" http.request.useragent="Go-http-client/1.1" http.response.duration=795.373553ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:19 +0000] "PUT /v2/foo/bar/blobs/uploads/2a67e081-1453-4d4b-80c3-2869ed29040b?_state=RanbNUeppAbvn1bqdDNrfGErorLwTHVAa0fonZkxsS57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJhNjdlMDgxLTE0NTMtNGQ0Yi04MGMzLTI4NjllZDI5MDQwYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzoxOS4yMjA0OTUyOTdaIn0%3D&digest=sha256%3Aced83dc6b33132c9c79dea74fc5559477701d8572db810f2a9bb59a172c9f233 HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "DELETE /v2/foo/bar/blobs/sha256:ced83dc6b33132c9c79dea74fc5559477701d8572db810f2a9bb59a172c9f233 HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (0.89s) === RUN TestStartPushReadOnly time="2026-05-16T01:43:20Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:20Z" level=info msg="redis not configured" go.version=go1.25.10 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestStartPushReadOnly (0.00s) === RUN TestManifestAPI time="2026-05-16T01:43:20Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:20Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=1a50b2f5-2bec-4779-b685-5a761bbe05e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="940.01µs" http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema1] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=a9853164-c1d8-489d-aa97-1900b9315e42 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="699.447µs" http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=55e79c68-50f6-4fea-9e62-cb7c42979625 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="700.767µs" http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=36ea434d-167d-42d2-acf7-27ae11e8b253 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.263493ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=36ea434d-167d-42d2-acf7-27ae11e8b253 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.355974ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=36ea434d-167d-42d2-acf7-27ae11e8b253 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.389734ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:20Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=36ea434d-167d-42d2-acf7-27ae11e8b253 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.441695ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=026658b4-329b-48c8-8eea-72d6e3d19ae2 http.request.method=POST http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="862.968µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:20Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=b18676f7-a2dd-4490-b7dd-342c40c08b2c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/blobs/uploads/81bd1dd5-8b01-47c6-9b0f-baff0ab8bfec?_state=j1Z-bPqoNmqnOrn_3wVXotvluct1zXv2l-f3wzJFd9x7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4MWJkMWRkNS04YjAxLTQ3YzYtOWIwZi1iYWZmMGFiOGJmZWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjAuMTE4MjM2Mjc5WiJ9&digest=sha256%3A2d5fb89ed5d65e4e3f091bf6a45629bfc0ff7335a1bbc728e6d6b83f64e51468" http.request.useragent="Go-http-client/1.1" http.response.duration=793.405414ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:20 +0000] "PUT /v2/foo/schema1/blobs/uploads/81bd1dd5-8b01-47c6-9b0f-baff0ab8bfec?_state=j1Z-bPqoNmqnOrn_3wVXotvluct1zXv2l-f3wzJFd9x7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4MWJkMWRkNS04YjAxLTQ3YzYtOWIwZi1iYWZmMGFiOGJmZWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjAuMTE4MjM2Mjc5WiJ9&digest=sha256%3A2d5fb89ed5d65e4e3f091bf6a45629bfc0ff7335a1bbc728e6d6b83f64e51468 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:21Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=607a27b9-d452-42ce-89fc-f784886b14b6 http.request.method=POST http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="849.249µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:21 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=fa6c0cee-dd46-45a0-a2fa-342f5e028908 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/blobs/uploads/f1ca3d53-0cd6-495d-afd4-e9f1b445a21a?_state=52k_OqOZCKXTYaNfWFdRjGfiSUNzcovLBmnJQJtJn9Z7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmMWNhM2Q1My0wY2Q2LTQ5NWQtYWZkNC1lOWYxYjQ0NWEyMWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjEuMDMwMjEyNzI0WiJ9&digest=sha256%3A222ff0e01d2b25e01c566be4a87ece66496f7d050a0900ec2f06e0ce819a9b27" http.request.useragent="Go-http-client/1.1" http.response.duration=1.756861697s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:21 +0000] "PUT /v2/foo/schema1/blobs/uploads/f1ca3d53-0cd6-495d-afd4-e9f1b445a21a?_state=52k_OqOZCKXTYaNfWFdRjGfiSUNzcovLBmnJQJtJn9Z7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmMWNhM2Q1My0wY2Q2LTQ5NWQtYWZkNC1lOWYxYjQ0NWEyMWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjEuMDMwMjEyNzI0WiJ9&digest=sha256%3A222ff0e01d2b25e01c566be4a87ece66496f7d050a0900ec2f06e0ce819a9b27 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=69df4549-ac02-409c-86b1-0191b33f4bc6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.384213ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=7dff9906-9dba-439c-9c5f-f61fd7cf2823 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.duration=1.219452ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=070b269e-0cff-4a6f-a1f5-25286b8b4f54 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.049251ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=d774c04f-5bcd-4069-8e90-f72c73ae842a http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.047691ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:41529" http.request.id=c40afb19-a905-41e8-82e8-c1d1b352253b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.duration=1.220892ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:41529" http.request.id=0f9b7e4b-1b70-4839-8b3e-a9a848fd4dff http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.duration=1.233692ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json" http.request.host="127.0.0.1:41529" http.request.id=fc7fa152-1e94-45fe-8e07-18792ff101e1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.duration=1.299813ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=4bd4b124-7bef-4819-9448-292a0207f45b http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.070011ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=bd33a6b8-b0e1-45c5-be87-44e213a5de66 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration="680.047µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=01d28936-36d5-473e-b8f7-a690935251e8 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.duration="636.767µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=d6914ecb-63cf-4982-afea-28e099147f06 http.request.method=GET http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="685.247µs" http.response.status=200 http.response.written=41 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=error msg="payload digest does match: "sha256:03d12269460e32d561d9534052f8bb441539ce8cd5204801529f931e6dccaec9" != "sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff"" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=df83a02c-d9c8-401f-80a4-ad0b30dd4378 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=df83a02c-d9c8-401f-80a4-ad0b30dd4378 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34540" http.request.uri="/v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="771.448µs" http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff" 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema1/manifests/sha256:cac6d51b99b4332303979265840dcd8dd5ecf9549f4b047491e72aa5301324ff HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=fbc461cd-871d-4805-a03b-4bf4f569f6bc http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="811.648µs" http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema2] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=3b26c3a0-ff42-4c3d-bd74-0c49ed623b93 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="648.686µs" http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=1a2ca2f9-5821-42e3-8e7e-fbd1e2613438 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="793.648µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=1a2ca2f9-5821-42e3-8e7e-fbd1e2613438 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="827.648µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=1a2ca2f9-5821-42e3-8e7e-fbd1e2613438 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="845.928µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=5fcfdcb6-1532-4066-8bb8-53fed3c4fbee http.request.method=POST http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="774.287µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=c74f509b-98da-4109-83cc-b6e5a86ae035 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/0a43c9cc-a726-4a22-b111-ebe6f35dec0f?_state=Lrtz8aofkPlTXDl95YE1VpHTEHrrwA_9HjfUpatmUtB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwYTQzYzljYy1hNzI2LTRhMjItYjExMS1lYmU2ZjM1ZGVjMGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjIuODExNTAxNzg2WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration="986.25µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema2/blobs/uploads/0a43c9cc-a726-4a22-b111-ebe6f35dec0f?_state=Lrtz8aofkPlTXDl95YE1VpHTEHrrwA_9HjfUpatmUtB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwYTQzYzljYy1hNzI2LTRhMjItYjExMS1lYmU2ZjM1ZGVjMGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjIuODExNTAxNzg2WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=14742387-5917-405b-9363-b0eca262a1c9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="783.608µs" http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:22Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=14742387-5917-405b-9363-b0eca262a1c9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.681467ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-16T01:43:22Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=ad029e73-98b3-4442-9fc4-01646771b6c5 http.request.method=POST http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="848.929µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:23Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=48d1aaf5-7e41-4c74-a572-f742762057ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/2b429bb2-5771-4e11-901e-ba07aaa69716?_state=X9bpLyOfbRjA5S2kpXRRMNzSCtFQj2aj-GlDfgmY3DJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyYjQyOWJiMi01NzcxLTRlMTEtOTAxZS1iYTA3YWFhNjk3MTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjIuOTA5NzQ2ODEzWiJ9&digest=sha256%3A43cae036a2cec8734c5f58f14cb1cc0dc997528fdb8b8749d0e43f9ff3393af4" http.request.useragent="Go-http-client/1.1" http.response.duration=834.280544ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:22 +0000] "PUT /v2/foo/schema2/blobs/uploads/2b429bb2-5771-4e11-901e-ba07aaa69716?_state=X9bpLyOfbRjA5S2kpXRRMNzSCtFQj2aj-GlDfgmY3DJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyYjQyOWJiMi01NzcxLTRlMTEtOTAxZS1iYTA3YWFhNjk3MTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjIuOTA5NzQ2ODEzWiJ9&digest=sha256%3A43cae036a2cec8734c5f58f14cb1cc0dc997528fdb8b8749d0e43f9ff3393af4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:23Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=39e3d71e-0de6-4079-9b45-ba4cf764dc50 http.request.method=POST http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="876.129µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:23 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=30870501-3577-4d88-8ecb-1d8377a233bf http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/blobs/uploads/69630de3-8c0a-479f-98cf-32f8fe32e144?_state=phfF7MIbbk21lxpzKRmpmWlpa_pkGW1ZqjLJMryvUTx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI2OTYzMGRlMy04YzBhLTQ3OWYtOThjZi0zMmY4ZmUzMmUxNDQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjMuODE3MzY0ODk1WiJ9&digest=sha256%3A9a520328105e6c3cf0b8ec39a96bd343b5864e1e005cb448b5b1588ab039f685" http.request.useragent="Go-http-client/1.1" http.response.duration=645.947452ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:23 +0000] "PUT /v2/foo/schema2/blobs/uploads/69630de3-8c0a-479f-98cf-32f8fe32e144?_state=phfF7MIbbk21lxpzKRmpmWlpa_pkGW1ZqjLJMryvUTx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI2OTYzMGRlMy04YzBhLTQ3OWYtOThjZi0zMmY4ZmUzMmUxNDQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjMuODE3MzY0ODk1WiJ9&digest=sha256%3A9a520328105e6c3cf0b8ec39a96bd343b5864e1e005cb448b5b1588ab039f685 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=606cdf34-0c8d-4f0a-9612-c6755868eafc http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.02381ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41529" http.request.id=8e959544-e22c-4853-961b-9016c9d06a4a http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e" http.request.useragent="Go-http-client/1.1" http.response.duration="873.329µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=f7bbdc97-cdb9-40d1-84a5-caa4ca8047fd http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="779.088µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=5dcc0b69-2dc3-4b5c-9635-0849654296c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="743.088µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=5b96ea81-c8ea-4ea6-96d7-2867aa563a1e http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration="681.687µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=58fedd41-a966-45e6-80fb-9dffdf062cd0 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e" http.request.useragent="Go-http-client/1.1" http.response.duration="607.646µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=f1047a9f-9017-4a61-b7b8-19057f9b8155 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="667.526µs" http.response.status=200 http.response.written=45 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="rewriting manifest sha256:62de8e439f66c456c6a49eba5e6e2b57675d17b934de3bb8c27cac47944b6d3e in schema1 format to support old client" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=7499eda9-6a6d-4dc0-92f6-9fa9b005896e http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=7499eda9-6a6d-4dc0-92f6-9fa9b005896e http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.299733ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41529" http.request.id=93b6fa7f-aa86-47ee-b532-a7750ffac630 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="754.648µs" http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41529" http.request.id=774d765c-834f-451d-bb95-21cd3d0e476e http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration="885.289µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41529" http.request.id=864c5a9b-bb13-4e1f-929f-54a34cba1f71 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743" http.request.useragent="Go-http-client/1.1" http.response.duration="921.729µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=ebb150e6-ea3b-47cb-afe3-45e692a9416b http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration="867.649µs" http.response.status=200 http.response.written=434 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=f73f388e-8314-4fa1-a24e-d43f64d2fdbd http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration="810.169µs" http.response.status=200 http.response.written=434 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=5815cc9e-e397-406d-847b-4e87790a994c http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration="707.287µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=79f02ec7-73e6-4d09-b49c-7ca553525ce9 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743" http.request.useragent="Go-http-client/1.1" http.response.duration="685.887µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="rewriting manifest list sha256:47297d0a1e058bdd2ac1eefeedb894b6575a4bbfcd86a0e30d21d14e5bd51743 in schema1 format to support old client" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=b7b34e9b-4ee1-44c6-a86a-4f9773f692b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:41529" http.request.id=b7b34e9b-4ee1-44c6-a86a-4f9773f692b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:50678" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.386134ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:24Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=48b1f39b-0687-4ab4-b10d-7cb3b0e45643 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="852.528µs" http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema1] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=0c52b79d-4b30-4a46-b24e-99802204b029 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="734.847µs" http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=8d3a1dba-c6f5-4fbf-a92a-46902fece52a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="716.328µs" http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=15e9b99e-0ac7-47f0-9833-5447d323dbc7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.00689ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=15e9b99e-0ac7-47f0-9833-5447d323dbc7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.03485ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=15e9b99e-0ac7-47f0-9833-5447d323dbc7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.05697ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:24Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=15e9b99e-0ac7-47f0-9833-5447d323dbc7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.074571ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-16T01:43:24Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=58a6ef92-aabb-4933-84f2-bfa04f2be523 http.request.method=POST http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="810.888µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:25Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=4810aac2-9fef-46f6-bb16-56dc0e065e7e http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/blobs/uploads/7240e450-6642-4d7b-8b42-5a3c13551f91?_state=rwAC3D6ZU5UYVpjW_J7czju9hwIf5qDYl-ruMfym1xh7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3MjQwZTQ1MC02NjQyLTRkN2ItOGI0Mi01YTNjMTM1NTFmOTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjQuNTczOTE5MDE4WiJ9&digest=sha256%3Ac8b244f7d8e7babd545241af1a19ffc73c8f15bc196df4e615143d3dc3ea2074" http.request.useragent="Go-http-client/1.1" http.response.duration=466.69709ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:24 +0000] "PUT /v2/foo/schema1/blobs/uploads/7240e450-6642-4d7b-8b42-5a3c13551f91?_state=rwAC3D6ZU5UYVpjW_J7czju9hwIf5qDYl-ruMfym1xh7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3MjQwZTQ1MC02NjQyLTRkN2ItOGI0Mi01YTNjMTM1NTFmOTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjQuNTczOTE5MDE4WiJ9&digest=sha256%3Ac8b244f7d8e7babd545241af1a19ffc73c8f15bc196df4e615143d3dc3ea2074 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:25Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=08616815-b026-4b31-8dd4-af3c55e8d5a8 http.request.method=POST http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="850.649µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:25 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=f0bcefff-f3d2-4d5f-84ff-4d68b95cf03f http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/blobs/uploads/422d62f9-3d16-46da-852c-f3f3f0d5f3d4?_state=KPZSTCJTOOFDKlFjwiLTUoIZ748isV_e-fUkCbzSBUt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI0MjJkNjJmOS0zZDE2LTQ2ZGEtODUyYy1mM2YzZjBkNWYzZDQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjUuMTMwNzkxNzM1WiJ9&digest=sha256%3A0e3e7f677c25429ae89ab324ba67730e4ecb7978be4e85b4dd1e1261d72c5fe7" http.request.useragent="Go-http-client/1.1" http.response.duration=883.169116ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:25 +0000] "PUT /v2/foo/schema1/blobs/uploads/422d62f9-3d16-46da-852c-f3f3f0d5f3d4?_state=KPZSTCJTOOFDKlFjwiLTUoIZ748isV_e-fUkCbzSBUt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI0MjJkNjJmOS0zZDE2LTQ2ZGEtODUyYy1mM2YzZjBkNWYzZDQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjUuMTMwNzkxNzM1WiJ9&digest=sha256%3A0e3e7f677c25429ae89ab324ba67730e4ecb7978be4e85b4dd1e1261d72c5fe7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=9bba8512-18f4-46b4-b112-251c8dd7e85e http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.309893ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=44e5b87f-9119-4bc5-bea7-f8368aa89018 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.duration=1.146612ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=a2ba8395-6140-4c10-895c-b069d38425f7 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration="967.569µs" http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=71254609-cf82-446d-9fc3-2fa8660e9675 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration="929.37µs" http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:39543" http.request.id=3e949e3d-ce55-4fdd-9415-5987b4dc76cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.duration=1.151572ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:39543" http.request.id=67ce37b4-17c1-4762-b820-31736dc20e82 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.duration=1.154771ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json" http.request.host="127.0.0.1:39543" http.request.id=d0487c4c-3201-4519-b0bf-f9f103bf936c http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.duration=1.076051ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=d0c563c2-7464-4459-8d23-e13c39fb16fb http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration="952.129µs" http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=3894d7ba-0e19-4128-9c46-3732145ddb3d http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration="581.205µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=5b5878d3-d0bb-4133-a544-efd3debbaf72 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.duration="584.006µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=be97b67c-908e-4759-a149-7a08f0c2c308 http.request.method=GET http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="544.965µs" http.response.status=200 http.response.written=41 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=error msg="payload digest does match: "sha256:d8e227c27a1916b5fdcfbf8a78dc9ada80fefbb7695601ca950c82458b8485a4" != "sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258"" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=25975732-567b-4523-b820-81331ea3e640 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=25975732-567b-4523-b820-81331ea3e640 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59446" http.request.uri="/v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="680.727µs" http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258" 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:c3f112ff5e2b44cabbdcd55f2cf5796a95967b524c37cce97f7e968c8d4f7258 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=c46e8d8e-8b8b-4479-ae76-fc0c44b7bc3c http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="676.567µs" http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema2] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=a84aeac9-2d26-4c76-be17-acff4ac4eaa1 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="568.206µs" http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=b112efd3-91f4-4cb0-a211-5eefda5fe22a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="637.246µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=b112efd3-91f4-4cb0-a211-5eefda5fe22a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="667.366µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=b112efd3-91f4-4cb0-a211-5eefda5fe22a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="688.967µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=76163e39-bd9d-4f15-9fa6-b64a16738817 http.request.method=POST http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="604.326µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=5c018512-3edc-48ff-b0e4-158b0bc2607e http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/46baaf3c-9a5d-497b-9d60-4c2d5c12d08e?_state=NF9scx8my-R6KZOG0TffppEx1iMKCSA_3hboMtghIbJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0NmJhYWYzYy05YTVkLTQ5N2ItOWQ2MC00YzJkNWMxMmQwOGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjYuMDMyNTY1MzE3WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration="850.089µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema2/blobs/uploads/46baaf3c-9a5d-497b-9d60-4c2d5c12d08e?_state=NF9scx8my-R6KZOG0TffppEx1iMKCSA_3hboMtghIbJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0NmJhYWYzYy05YTVkLTQ5N2ItOWQ2MC00YzJkNWMxMmQwOGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjYuMDMyNTY1MzE3WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=668640b8-0380-4bac-80f8-8bd9bd54e835 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="726.767µs" http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=668640b8-0380-4bac-80f8-8bd9bd54e835 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="753.727µs" http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-16T01:43:26Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=806a9cb7-d290-493d-929a-3b8f9c6f9f1b http.request.method=POST http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="781.768µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:27Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=fd0d8ae4-f3be-4862-8ae8-109c2d1961fd http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/cba7d622-dc6f-4241-aa6d-715fed01edb3?_state=JNVtwJVUnzP63VqP8GS_x6MBrwm7CXS7dAsE-vph90h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjYmE3ZDYyMi1kYzZmLTQyNDEtYWE2ZC03MTVmZWQwMWVkYjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjYuMTUwNjkzNTg1WiJ9&digest=sha256%3Ac7e17ec96b55299bff2a58f1f679b853d13ade8b59629aae10ea9e095bff2a15" http.request.useragent="Go-http-client/1.1" http.response.duration=1.537058367s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:26 +0000] "PUT /v2/foo/schema2/blobs/uploads/cba7d622-dc6f-4241-aa6d-715fed01edb3?_state=JNVtwJVUnzP63VqP8GS_x6MBrwm7CXS7dAsE-vph90h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjYmE3ZDYyMi1kYzZmLTQyNDEtYWE2ZC03MTVmZWQwMWVkYjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjYuMTUwNjkzNTg1WiJ9&digest=sha256%3Ac7e17ec96b55299bff2a58f1f679b853d13ade8b59629aae10ea9e095bff2a15 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:27Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=3ce8135f-1fbd-4954-adae-a15352c5ab4d http.request.method=POST http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="894.329µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:27 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=4ac99d9b-c512-489f-af0e-980bec91833a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/blobs/uploads/852182e1-6a76-48d2-804d-353af99cc346?_state=XjZG45w8Bq7Og-rvTj1b8YU5HpEKKZOBHSgXGJ15Q5l7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI4NTIxODJlMS02YTc2LTQ4ZDItODA0ZC0zNTNhZjk5Y2MzNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjcuODI5NjgyMTc4WiJ9&digest=sha256%3Adfea2f13356b94fc66addb2409ba974ab4827da5e7c9696cd3e62a5dc9fbc3bf" http.request.useragent="Go-http-client/1.1" http.response.duration=1.355052298s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:27 +0000] "PUT /v2/foo/schema2/blobs/uploads/852182e1-6a76-48d2-804d-353af99cc346?_state=XjZG45w8Bq7Og-rvTj1b8YU5HpEKKZOBHSgXGJ15Q5l7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI4NTIxODJlMS02YTc2LTQ4ZDItODA0ZC0zNTNhZjk5Y2MzNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjcuODI5NjgyMTc4WiJ9&digest=sha256%3Adfea2f13356b94fc66addb2409ba974ab4827da5e7c9696cd3e62a5dc9fbc3bf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=7cb6c113-54b4-498d-999e-4a80fc9b12cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.041291ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39543" http.request.id=784f51e4-365d-45e9-b48f-dcc74a43adb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e" http.request.useragent="Go-http-client/1.1" http.response.duration="833.729µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=5d44524c-3951-4b82-b5e9-3047cb02fc00 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="711.967µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=0b06c86c-290b-425e-aedb-c7f4c0830a5d http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="710.287µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=ac389b46-8957-410e-9d22-974e6b6845e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration="635.166µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=77de8da5-3dc7-4d5b-9d30-81b69b7d6670 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e" http.request.useragent="Go-http-client/1.1" http.response.duration="657.366µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=f57ebe69-3db4-49b9-bc89-9034228820be http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="632.646µs" http.response.status=200 http.response.written=45 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="rewriting manifest sha256:40ca5dc14569d79af7986a66f548576ed6bf74b5a9fbdf14a8d898ea0e2d0c4e in schema1 format to support old client" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=2b41d74b-673a-4bca-89e5-db4d86721c76 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=2b41d74b-673a-4bca-89e5-db4d86721c76 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.193652ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:39543" http.request.id=ce7aaae0-5812-4566-b9c8-737407cb91d9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="750.608µs" http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:39543" http.request.id=27c8ba7e-b1ae-4970-a693-27c24f1c492d http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration="844.329µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:39543" http.request.id=492541af-f6a9-49fd-849c-5ee508667b04 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad" http.request.useragent="Go-http-client/1.1" http.response.duration="818.008µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=d0b3b78d-2b7d-41a8-86aa-1661a262a5e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration="741.687µs" http.response.status=200 http.response.written=434 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=e3c0b799-7e6d-44b8-93a5-ffa4f2aaa55e http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration="774.127µs" http.response.status=200 http.response.written=434 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=aeb1f7aa-0d4e-4b93-bec7-6b3afe367237 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration="743.447µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=9a4d25b2-975e-4569-a794-0aa437c455df http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad" http.request.useragent="Go-http-client/1.1" http.response.duration="636.726µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="rewriting manifest list sha256:b1d00b8be0c464e647ed222c860da907a959dde9d5d612edc98fb4b0ee3b39ad in schema1 format to support old client" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=1bfa3964-9c91-47c3-ac31-fd64f7911534 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:39543" http.request.id=1bfa3964-9c91-47c3-ac31-fd64f7911534 http.request.method=GET http.request.remoteaddr="127.0.0.1:59452" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.272173ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (9.18s) === RUN TestGetManifestWithStorageError time="2026-05-16T01:43:29Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:29Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:37871" http.request.id=ff5a4aed-f342-46ba-a70e-c5dcc78f2044 http.request.method=GET http.request.remoteaddr="127.0.0.1:47070" http.request.uri="/v2/manifesttagnotfound/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="771.048µs" http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.25.10 http.request.host="127.0.0.1:37871" http.request.id=0e47e402-c032-449e-b60b-596180f68c77 http.request.method=GET http.request.remoteaddr="127.0.0.1:47070" http.request.uri="/v2/genericstorageerr/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="708.167µs" http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.25.10 http.request.host="127.0.0.1:37871" http.request.id=709a93c5-fc30-4da3-93fb-9f65ae67a56b http.request.method=GET http.request.remoteaddr="127.0.0.1:47070" http.request.uri="/v2/manifestinvalidpath/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="660.847µs" http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.25.10 http.request.host="127.0.0.1:37871" http.request.id=6ddc7f4d-289b-4b67-a671-e2ca79627493 http.request.method=GET http.request.remoteaddr="127.0.0.1:47070" http.request.uri="/v2/manifestbadlink/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="678.566µs" http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.01s) === RUN TestManifestDelete time="2026-05-16T01:43:29Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:29Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=f5bea7f1-adbb-4539-9706-c8aeb6e461b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="773.688µs" http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema1] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=2ba1f5be-3ea6-4c32-81fa-58414edfe32b http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="665.847µs" http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=1c2db34c-052e-4111-8645-20e714621055 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="796.568µs" http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=d753115c-7b64-4c65-b38e-468adeed2f58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.016171ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=d753115c-7b64-4c65-b38e-468adeed2f58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.046971ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=d753115c-7b64-4c65-b38e-468adeed2f58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.073411ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-16T01:43:29Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=d753115c-7b64-4c65-b38e-468adeed2f58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.089851ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-16T01:43:29Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=4c7af561-a0ef-44b0-8b45-13c0cbe9fa3f http.request.method=POST http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="909.13µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:31Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=191e91a0-d344-42cc-a826-50b17b840ee5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/blobs/uploads/88216dd8-6316-4ab8-aa57-90a97d5d538c?_state=ZQhE--xpC-_cbSF4lWTYFP4zkXiATNBRg5ZKyW6n2_l7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4ODIxNmRkOC02MzE2LTRhYjgtYWE1Ny05MGE5N2Q1ZDUzOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjkuMzUwMDE1NDU3WiJ9&digest=sha256%3A23fe956c818eb413aa7cb38511b8aed22b9cfaf3780fb6b39e6e2a08d8c3e14c" http.request.useragent="Go-http-client/1.1" http.response.duration=1.966375321s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:29 +0000] "PUT /v2/foo/schema1/blobs/uploads/88216dd8-6316-4ab8-aa57-90a97d5d538c?_state=ZQhE--xpC-_cbSF4lWTYFP4zkXiATNBRg5ZKyW6n2_l7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4ODIxNmRkOC02MzE2LTRhYjgtYWE1Ny05MGE5N2Q1ZDUzOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MjkuMzUwMDE1NDU3WiJ9&digest=sha256%3A23fe956c818eb413aa7cb38511b8aed22b9cfaf3780fb6b39e6e2a08d8c3e14c HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:31Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=5238dbac-edf6-4695-b228-b0041928f120 http.request.method=POST http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="875.129µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:31 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=bd6e0722-b444-45bf-879c-e2b778071936 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/blobs/uploads/9b21edf6-d610-4915-8641-21dbe2745209?_state=olKI9H0OgIZtxrpE4EeQMJZS6uzI3ByOwJSMcFogoBl7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5YjIxZWRmNi1kNjEwLTQ5MTUtODY0MS0yMWRiZTI3NDUyMDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzEuNDI5NjU0NDM3WiJ9&digest=sha256%3A081b819215233f41140cb86b962f78dc293915fe7d4f1dd0ee7d8c59eeb4d768" http.request.useragent="Go-http-client/1.1" http.response.duration=1.266004844s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:31 +0000] "PUT /v2/foo/schema1/blobs/uploads/9b21edf6-d610-4915-8641-21dbe2745209?_state=olKI9H0OgIZtxrpE4EeQMJZS6uzI3ByOwJSMcFogoBl7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5YjIxZWRmNi1kNjEwLTQ5MTUtODY0MS0yMWRiZTI3NDUyMDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzEuNDI5NjU0NDM3WiJ9&digest=sha256%3A081b819215233f41140cb86b962f78dc293915fe7d4f1dd0ee7d8c59eeb4d768 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=b459153a-7009-420a-a987-5b395885bacb http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.386654ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=17f4e23c-d469-4918-9b31-546d8089ebbc http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration=1.242692ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=038cf340-c138-4856-a8e2-6d9f53b11671 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.01645ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=1aab02b8-56e7-4382-8695-18a1f9fcf6c2 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.858379ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:40643" http.request.id=ff1e8573-da9d-48b9-beb4-74afb40f3847 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration=1.145011ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:40643" http.request.id=5bc26f6c-cc64-491c-af01-cf73009e6599 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration=1.074131ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/json" http.request.host="127.0.0.1:40643" http.request.id=3adfd2dd-41fb-41c2-b7a8-827410856f58 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration=1.079771ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=0cef2fdb-90cd-4d69-80cd-a9e809054686 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration="956.57µs" http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=328eeb28-eebb-4b52-ae7d-fcd9c3dc6d0e http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration="638.527µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=28ab7882-6018-41c5-be94-9afdd0167e77 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration="637.766µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=36bef5e2-654f-47e3-919b-9c14ea31c853 http.request.method=GET http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="613.886µs" http.response.status=200 http.response.written=41 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="payload digest does match: "sha256:467147bc47569c261044d1834a459ed7c502e17a5989955646378e9474de5451" != "sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be"" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=b194edab-11b0-4359-8578-c59bd07ea7bb http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=b194edab-11b0-4359-8578-c59bd07ea7bb http.request.method=PUT http.request.remoteaddr="127.0.0.1:56414" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="875.609µs" http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=27920dd5-0a57-4c77-bf52-81f7ca659816 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41868" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration="925.769µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "DELETE /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=266e887a-4187-4d80-9514-1880c98479cd http.request.method=GET http.request.remoteaddr="127.0.0.1:41868" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="680.807µs" http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=d2c65f65-9887-4ff6-96bc-ed1287cdd3dc http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41872" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="797.808µs" http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "DELETE /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=46d0d998-b232-4bf9-ba76-f37bbce9544a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41884" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration=1.378374ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=8bac4795-8cab-42c9-abc8-29821f691cc1 http.request.method=GET http.request.remoteaddr="127.0.0.1:41884" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.015771ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=fbb43326-2c46-4c1b-b35e-d3f89ae3147e http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41900" http.request.uri="/v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="797.168µs" http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=17b20584-fa73-4717-a9c3-68b30968d9b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.391814ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=b1b2eaa6-546e-442e-b724-d807482377ab http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="632.006µs" http.response.status=200 http.response.written=39 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=5c28ac26-1ff2-4139-814d-69ab35be3d6a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be" http.request.useragent="Go-http-client/1.1" http.response.duration="801.328µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "DELETE /v2/foo/schema1/manifests/sha256:5fd888fa7c1b4b2971de3a5d586c44371c3126a07c97c0902b75ed87badd31be HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=4ff7851b-25f5-48ca-a9a7-6cc10812e89c http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema1/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="625.286µs" http.response.status=200 http.response.written=35 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=2b7b7713-2c7f-4b26-8657-918c7ffac10e http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="671.207µs" http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema2] err.message="repository name not known to registry" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=fa9bd6bd-edd6-4103-ba09-6f7ad41d219f http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="639.566µs" http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=bbf3ce67-ad83-43bc-b179-01b5569eb429 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="793.408µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=bbf3ce67-ad83-43bc-b179-01b5569eb429 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="861.369µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=bbf3ce67-ad83-43bc-b179-01b5569eb429 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="899.049µs" http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=7097e105-5032-4f90-a82a-806271fd89a5 http.request.method=POST http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="738.168µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=4e0969df-71ea-4c35-bb8e-1b57043b98bb http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/918f1958-c312-4298-a229-f3d466210d55?_state=UF5hZSbzn1bP2jnt6yRcDT0CficGbwG-OprG_r6rUV57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5MThmMTk1OC1jMzEyLTQyOTgtYTIyOS1mM2Q0NjYyMTBkNTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzIuNzMwODEzNTk0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration="985.89µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema2/blobs/uploads/918f1958-c312-4298-a229-f3d466210d55?_state=UF5hZSbzn1bP2jnt6yRcDT0CficGbwG-OprG_r6rUV57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5MThmMTk1OC1jMzEyLTQyOTgtYTIyOS1mM2Q0NjYyMTBkNTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzIuNzMwODEzNTk0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=0573eed0-5fa2-4f40-a8c2-626ccf1b615d http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="825.648µs" http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:32Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=0573eed0-5fa2-4f40-a8c2-626ccf1b615d http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="860.688µs" http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-16T01:43:32Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=1a30038c-2b5d-4590-89a3-e686862b2a9c http.request.method=POST http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="858.889µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:33Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=6e2a37de-b621-4245-a172-15fbeb5dbd2a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/f8e3a82a-4712-4ff8-8cd0-c43d1ebc15b5?_state=_kg5p94XsZZGEOFJpXaCuNiOvazsgQwEXxnCLo-lkTV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmOGUzYTgyYS00NzEyLTRmZjgtOGNkMC1jNDNkMWViYzE1YjUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzIuNzk4NTE3NTk0WiJ9&digest=sha256%3A91fb32ca60b1fda6ebd5baa00c4eea7d2d86f2e29adcf554d173ec46330dd63d" http.request.useragent="Go-http-client/1.1" http.response.duration=547.483662ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:32 +0000] "PUT /v2/foo/schema2/blobs/uploads/f8e3a82a-4712-4ff8-8cd0-c43d1ebc15b5?_state=_kg5p94XsZZGEOFJpXaCuNiOvazsgQwEXxnCLo-lkTV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmOGUzYTgyYS00NzEyLTRmZjgtOGNkMC1jNDNkMWViYzE1YjUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzIuNzk4NTE3NTk0WiJ9&digest=sha256%3A91fb32ca60b1fda6ebd5baa00c4eea7d2d86f2e29adcf554d173ec46330dd63d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:33Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=a01f6d74-933e-4d8a-945f-423b1f60784e http.request.method=POST http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="800.368µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:33 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=f54308cf-28ad-45ee-89c7-02fe8d23a57b http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/blobs/uploads/8488bfbf-84bf-4538-9a4e-ff6e3dde8e67?_state=NFicm9eRyh5f-nczvfsrdcqpAy6gVLZt45jaCCrBQDh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI4NDg4YmZiZi04NGJmLTQ1MzgtOWE0ZS1mZjZlM2RkZThlNjciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzMuNDY2NzYwNDdaIn0%3D&digest=sha256%3A928198d9de45b4a1c5472d02ca1a8d1cd02872b74fd64f5c99bf6fe626062c04" http.request.useragent="Go-http-client/1.1" http.response.duration=1.642584867s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:33 +0000] "PUT /v2/foo/schema2/blobs/uploads/8488bfbf-84bf-4538-9a4e-ff6e3dde8e67?_state=NFicm9eRyh5f-nczvfsrdcqpAy6gVLZt45jaCCrBQDh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI4NDg4YmZiZi04NGJmLTQ1MzgtOWE0ZS1mZjZlM2RkZThlNjciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTZUMDE6NDM6MzMuNDY2NzYwNDdaIn0%3D&digest=sha256%3A928198d9de45b4a1c5472d02ca1a8d1cd02872b74fd64f5c99bf6fe626062c04 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=3b2d4a47-c4e1-4cc3-a4a3-5cfbb2bb9ad4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.03293ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=69f5440c-2c27-433c-8169-80b27e49c228 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.duration="876.929µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=c7d7c23e-89e4-4b72-b8fc-740ff4462e6a http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="758.208µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=4bd1ef4e-01a4-42c8-ac12-8003d2e9da26 http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="720.407µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=540e1001-014a-46ca-8953-5f31b328cdf3 http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration="651.526µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=ff9ed3f7-5d7b-455b-8990-8cb65c43b06e http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.duration="597.606µs" http.response.status=304 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=44d8503c-1b17-428e-9323-742050b492c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="613.486µs" http.response.status=200 http.response.written=45 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="rewriting manifest sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 in schema1 format to support old client" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=f031bc57-0e90-4024-b70d-b0a0d1592a10 http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=f031bc57-0e90-4024-b70d-b0a0d1592a10 http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.182211ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=89ef50f5-a84a-48be-88d3-6aecf57b246e http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.duration="705.967µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=a81aff50-8f72-4711-8274-1d7bc243777e http.request.method=GET http.request.remoteaddr="127.0.0.1:41908" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="641.606µs" http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=44484229-0314-4626-8eed-d04d4a737975 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41910" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="786.488µs" http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=4df53819-1905-4cfb-ac2e-c3f2c5dbc472 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41912" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.duration="999.97µs" http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=c7db0288-4e37-493d-afbc-34e967442e33 http.request.method=GET http.request.remoteaddr="127.0.0.1:41912" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration="713.287µs" http.response.status=200 http.response.written=732 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=c6a59bd2-bbae-415a-bfe5-6038202faa6f http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41918" http.request.uri="/v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="806.408µs" http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40643" http.request.id=d0128cbf-7744-4645-8e2e-c6c91154ae22 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41920" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.124011ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=c6d3c92c-dd98-41ee-8792-a036f2a7b3fe http.request.method=GET http.request.remoteaddr="127.0.0.1:41920" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="576.926µs" http.response.status=200 http.response.written=39 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=2df0fc34-54b7-422e-8519-6e59d6e00f19 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41920" http.request.uri="/v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3" http.request.useragent="Go-http-client/1.1" http.response.duration="703.447µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/schema2/manifests/sha256:04d7b7a80153e09402d54c57f40a53237a5b14ca381e5f8d1cd0d19c79fc28f3 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:40643" http.request.id=e4e8980b-c790-4e96-9d6e-756aad3bf506 http.request.method=GET http.request.remoteaddr="127.0.0.1:41920" http.request.uri="/v2/foo/schema2/tags/list" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="582.326µs" http.response.status=200 http.response.written=35 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (5.92s) === RUN TestManifestDeleteDisabled time="2026-05-16T01:43:35Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:35515" http.request.id=48a13784-d5c8-417c-8e03-0236aeb1cbe8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45234" http.request.uri="/v2/foo/schema1/manifests/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="846.808µs" http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestManifestDeleteDisabled (0.00s) === RUN TestRegistryAsCacheMutationAPIs time="2026-05-16T01:43:35Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:46159" http.request.id=94a5ee7a-fe33-4f07-b2b5-9035e6a4f4e0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34050" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.415974ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:46159" http.request.id=c363ba92-fd4b-4899-b6dc-25de9d6330d4 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34062" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.346214ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:46159" http.request.id=5f712947-2dbf-4b8d-85e3-c967acef1cf5 http.request.method=POST http.request.remoteaddr="127.0.0.1:34070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.311414ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-16T01:43:35Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.25.10 http.request.host="127.0.0.1:46159" http.request.id=128fba22-83f8-4fbe-87b9-96c453efcf7f http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34072" http.request.uri="/v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.355454ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.03s) === RUN TestProxyManifestGetByTag time="2026-05-16T01:43:35Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:35Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=c288ad24-dae3-41d1-9190-d19aaacee026 http.request.method=POST http.request.remoteaddr="127.0.0.1:38838" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="945.329µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=ded96b28-2ac8-4b72-994d-01e294c620e9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38838" http.request.uri="/v2/foo/bar/blobs/uploads/8c6efe26-c5ca-48a1-b64f-de431e5e4c25?_state=VmzYQa85fuAeidlmxVC2-jaA7kUfETURdAcTawngALh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhjNmVmZTI2LWM1Y2EtNDhhMS1iNjRmLWRlNDMxZTVlNGMyNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzozNS4yNjAxMTQxNzNaIn0%3D&digest=sha256%3A2f2e33ce4cff89f067589fb021b3081ebc5851544546f7af7628d3035dcefe23" http.request.useragent="Go-http-client/1.1" http.response.duration=1.181681355s http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:35 +0000] "PUT /v2/foo/bar/blobs/uploads/8c6efe26-c5ca-48a1-b64f-de431e5e4c25?_state=VmzYQa85fuAeidlmxVC2-jaA7kUfETURdAcTawngALh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhjNmVmZTI2LWM1Y2EtNDhhMS1iNjRmLWRlNDMxZTVlNGMyNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzozNS4yNjAxMTQxNzNaIn0%3D&digest=sha256%3A2f2e33ce4cff89f067589fb021b3081ebc5851544546f7af7628d3035dcefe23 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=6d30f1b0-f02c-4500-97f1-436551beef85 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38838" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=1.285813ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="redis not configured" go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=58235212-4837-457c-aa9d-c8f5811b0ea6 http.request.method=GET http.request.remoteaddr="127.0.0.1:38838" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="563.966µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:38039" go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=5e2761a0-f6c7-49d6-8500-0cba13d761fd http.request.method=GET http.request.remoteaddr="127.0.0.1:38850" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="716.967µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38039 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38039/v2/:[]]}" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=c3209423-0e7a-480c-9081-b9edc2a1985c http.request.method=GET http.request.remoteaddr="127.0.0.1:48226" http.request.uri="/v2/foo/bar/manifests/sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=6bfd9ed8-48b8-4745-941e-d5bfafd3dfca http.request.method=GET http.request.remoteaddr="127.0.0.1:38858" http.request.uri="/v2/foo/bar/manifests/sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.131092ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/foo/bar/manifests/sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e with ttl=167h59m59.99999732s" go.version=go1.25.10 time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=c3209423-0e7a-480c-9081-b9edc2a1985c http.request.method=GET http.request.remoteaddr="127.0.0.1:48226" http.request.uri="/v2/foo/bar/manifests/sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.369324ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/foo/bar/manifests/sha256:02b7380c47d6a246740bf8eef1f5205d15809bf9d9eb3f21a2293fe00495424e HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=9f994d7e-fd21-4ba5-a6b4-5ab7cdd04163 http.request.method=GET http.request.remoteaddr="127.0.0.1:38858" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="626.007µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38039 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38039/v2/:[]]}" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=da6d0352-badf-4449-8174-12ef62ccd601 http.request.method=GET http.request.remoteaddr="127.0.0.1:48234" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=357112e8-048b-44d5-a47f-08872dd874ce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38870" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.116932ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=da6d0352-badf-4449-8174-12ef62ccd601 http.request.method=GET http.request.remoteaddr="127.0.0.1:48234" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.00344ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:36Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=85b31fb3-d1d1-490f-9316-799024996ddb http.request.method=POST http.request.remoteaddr="127.0.0.1:38870" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="844.608µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=5bcfd162-ecec-4047-9eb0-968cae896faa http.request.method=PUT http.request.remoteaddr="127.0.0.1:38870" http.request.uri="/v2/foo/bar/blobs/uploads/2324ce2d-21b5-4719-b8c3-cdc7fa096fbc?_state=yXwBfwVRB9k8WcCrjxNgH9PeX1e0jCow3EUNI5iqY5h7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjIzMjRjZTJkLTIxYjUtNDcxOS1iOGMzLWNkYzdmYTA5NmZiYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzozNi41NTA0MzczNFoifQ%3D%3D&digest=sha256%3Ad93786c5e60998799d88f60338005747828b946ce5a1b3a373c06366fc78f162" http.request.useragent="Go-http-client/1.1" http.response.duration=914.48163ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:36 +0000] "PUT /v2/foo/bar/blobs/uploads/2324ce2d-21b5-4719-b8c3-cdc7fa096fbc?_state=yXwBfwVRB9k8WcCrjxNgH9PeX1e0jCow3EUNI5iqY5h7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjIzMjRjZTJkLTIxYjUtNDcxOS1iOGMzLWNkYzdmYTA5NmZiYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNlQwMTo0MzozNi41NTA0MzczNFoifQ%3D%3D&digest=sha256%3Ad93786c5e60998799d88f60338005747828b946ce5a1b3a373c06366fc78f162 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=5f9522d6-5fe3-4ed6-8cdf-cf7da1f0c351 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38870" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=1.494775ms http.response.status=201 http.response.written=0 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=3d2c901c-5a2c-467e-ad32-0e077ce1f3bf http.request.method=GET http.request.remoteaddr="127.0.0.1:38870" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="551.286µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38039 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38039/v2/:[]]}" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=2ba67d12-fe36-4ef0-94bd-302e3bf4aeb0 http.request.method=GET http.request.remoteaddr="127.0.0.1:48248" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=8a46b593-a4c1-41b3-8b72-f4d21535ef61 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38882" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.282773ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=5fb33255-fe56-421f-89e4-4c1add97bb4f http.request.method=GET http.request.remoteaddr="127.0.0.1:38882" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="584.886µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38039 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38039/v2/:[]]}" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=2ba67d12-fe36-4ef0-94bd-302e3bf4aeb0 http.request.method=GET http.request.remoteaddr="127.0.0.1:48248" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:38039" http.request.id=6125cebc-c619-49e9-999d-1733e8c476e0 http.request.method=GET http.request.remoteaddr="127.0.0.1:38886" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.139491ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-16T01:43:37Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:c5fc8f6b94d6eba0afce8cdd1c76b5f5996f99c85a8f70bf3daff6294b2cda69 with ttl=167h59m59.99999636s" go.version=go1.25.10 time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:35055" http.request.id=2ba67d12-fe36-4ef0-94bd-302e3bf4aeb0 http.request.method=GET http.request.remoteaddr="127.0.0.1:48248" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=7.159952ms http.response.status=200 http.response.written=935 127.0.0.1 - - [16/May/2026:01:43:37 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (2.32s) === RUN TestAppDispatcher time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:34963" http.request.id=ee98dceb-d533-4fcc-aa0c-8e621a86e8f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55124" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration="733.407µs" http.response.status=200 http.response.written=0 time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:34963" http.request.id=817c860e-ff14-436d-8bbe-49a41a3c1353 http.request.method=GET http.request.remoteaddr="127.0.0.1:55124" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration="645.566µs" http.response.status=200 http.response.written=0 time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:34963" http.request.id=2a07e960-b5fe-4a3e-a6f1-dc9b59fa0fc4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55124" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="639.967µs" http.response.status=200 http.response.written=0 time="2026-05-16T01:43:37Z" level=info msg="response completed" go.version=go1.25.10 http.request.host="127.0.0.1:34963" http.request.id=f91321ac-e266-4d84-9b41-cf7e86905a72 http.request.method=GET http.request.remoteaddr="127.0.0.1:55124" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration="685.527µs" http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.01s) === RUN TestNewApp time="2026-05-16T01:43:37Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:37Z" level=info msg="redis not configured" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:37Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.25.10 http.request.host="127.0.0.1:39665" http.request.id=74ebaef6-ad76-44c5-a75c-7255a0d8f9b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:44234" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" --- PASS: TestNewApp (0.00s) === RUN TestAppendAccessRecords --- PASS: TestAppendAccessRecords (0.00s) === RUN TestFileHealthCheck time="2026-05-16T01:43:37Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:37Z" level=info msg="redis not configured" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:37Z" level=info msg="configuring file health check path=/tmp/healthcheck4183322098, interval=1" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 --- PASS: TestFileHealthCheck (4.00s) === RUN TestTCPHealthCheck time="2026-05-16T01:43:41Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:41Z" level=info msg="redis not configured" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:41Z" level=info msg="configuring TCP health check addr=127.0.0.1:34753, interval=1" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 --- PASS: TestTCPHealthCheck (4.00s) === RUN TestHTTPHealthCheck time="2026-05-16T01:43:45Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:45Z" level=info msg="redis not configured" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 time="2026-05-16T01:43:45Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:35405, interval=1, threshold=3" go.version=go1.25.10 instance.id=0cdc0044-7d52-43a5-a059-ddca25274769 --- PASS: TestHTTPHealthCheck (7.00s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.00s) PASS ok github.com/docker/distribution/registry/handlers 60.483s ? github.com/docker/distribution/registry/listener [no test files] ? github.com/docker/distribution/registry/middleware/registry [no test files] ? github.com/docker/distribution/registry/middleware/repository [no test files] === RUN TestProxyStoreGet --- PASS: TestProxyStoreGet (0.00s) === RUN TestProxyStoreStat --- PASS: TestProxyStoreStat (0.00s) === RUN TestProxyStoreServeHighConcurrency --- PASS: TestProxyStoreServeHighConcurrency (3.05s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.01s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (3.08s) === RUN TestProxyManifests --- PASS: TestProxyManifests (0.25s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 9.428s === RUN TestSchedule time="2026-05-16T01:42:52Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.99852ms" go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=998.84µs" go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=998.6µs" go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 scheduler_test.go:52: removing testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc scheduler_test.go:52: removing testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb scheduler_test.go:52: removing testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --- PASS: TestSchedule (0.05s) === RUN TestRestoreOld time="2026-05-16T01:42:52Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2026-05-16T01:42:52Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.99872ms" go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.99816ms" go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 time="2026-05-16T01:42:52Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2026-05-16T01:42:52Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.25.10 instance.id=22bc6cef-f264-44ab-ac80-372d97f5a8e0 --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.601s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.00s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (2.15s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 18463744 sha256:eca4405bd12c28ce5ba5632216328d874900e8e30b915ecca04c75262bb76672 [] map[] } --- PASS: TestSimpleBlobRead (0.13s) === RUN TestBlobMount --- PASS: TestBlobMount (0.10s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (1.20s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (1.09s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (1.05s) === RUN TestCatalogWalkError --- PASS: TestCatalogWalkError (0.00s) === RUN TestSimpleRead --- PASS: TestSimpleRead (0.00s) === RUN TestFileReaderSeek --- PASS: TestFileReaderSeek (0.01s) === RUN TestFileReaderNonExistentFile --- PASS: TestFileReaderNonExistentFile (0.00s) === RUN TestFileReaderErrors --- PASS: TestFileReaderErrors (0.00s) === RUN TestNoDeletionNoEffect palailogos palailogos: marking manifest sha256:3376f5a3e504f9646f4ebd73cc20be7fb34882bf94a880524a51ea7bf3f7f850 palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:5df2673b1347deaa039fb5e9e80f1675497be4c87963ef6ffdb08e980d2bb28d palailogos: marking blob sha256:03b07b22bb3f3d565b2de39c2b7a5bb2eb093826f4ba2e95c9dc9192791549e1 palailogos: marking manifest sha256:75928089c3a435ace67d8a8919a22a36ad4118a48301af17abd6c99c72f16a04 palailogos: marking blob sha256:9ba1515cee4828fd08a587f5db2b433ce6a241055c7cc00f0fb78a7a19004b59 palailogos: marking blob sha256:3268b430656178a2668498cb6d457bf0b09d7ae573ea9fe9b80f58e86d45dd85 palailogos: marking manifest sha256:e5f9c439700ebdf66d7921f9da56fdeb35cb7c681cc701a74e15656b8206a70e palailogos: marking blob sha256:fdc8d3eeb4050790444f06c1bf76f0eb5a2e4a01756d51445d3e184c2fe351b9 palailogos: marking blob sha256:75928089c3a435ace67d8a8919a22a36ad4118a48301af17abd6c99c72f16a04 palailogos: marking manifest sha256:fdc8d3eeb4050790444f06c1bf76f0eb5a2e4a01756d51445d3e184c2fe351b9 palailogos: marking blob sha256:b9cf53e81af8b1062fb82e9f073d97b4a087d32bf90a90c5c3b045a891d7b414 palailogos: marking blob sha256:fe9e7fccfc21f85370c4d611d987181313d3db44459518f02b4e2940547e08bc 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (0.68s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b deletemanifests: marking manifest sha256:bb9b7c2836629f8ae0c7f67ee0d3b62b7ee1247b44eee09ca6fa7476dd05b5aa deletemanifests: marking blob sha256:b462ed84ff8bd80bc97153207bfee58b902c9ec2ae6ff017f02c6faa1f7c971d deletemanifests: marking blob sha256:94b60a96edeae5b0ea15ad8430a13e63fce4063b0829a310d01b54225abf46b5 deletemanifests: marking blob sha256:c8b75e0c9081d7a7cd5057dc81e615dcd96048e8d0865beb5bc383c16c6664f9 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:986b47791a1bca515e602a814477cf5170ee7bdee3aca5b29e042cdeb823f207 blob eligible for deletion: sha256:f706041cf25b91848d64eee89f021d75d9b044d18b32a7db8abaf02df4aad1af blob eligible for deletion: sha256:20fc1f3791db6a879fa11292608bb2e69e9f5d770767c66c6c42fb785c5c51ba blob eligible for deletion: sha256:6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b deletemanifests manifest eligible for deletion: sha256:6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b deletemanifests: marking manifest sha256:bb9b7c2836629f8ae0c7f67ee0d3b62b7ee1247b44eee09ca6fa7476dd05b5aa deletemanifests: marking blob sha256:b462ed84ff8bd80bc97153207bfee58b902c9ec2ae6ff017f02c6faa1f7c971d deletemanifests: marking blob sha256:94b60a96edeae5b0ea15ad8430a13e63fce4063b0829a310d01b54225abf46b5 deletemanifests: marking blob sha256:c8b75e0c9081d7a7cd5057dc81e615dcd96048e8d0865beb5bc383c16c6664f9 time="2026-05-16T01:42:59Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e time="2026-05-16T01:42:59Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:20fc1f3791db6a879fa11292608bb2e69e9f5d770767c66c6c42fb785c5c51ba time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/20/20fc1f3791db6a879fa11292608bb2e69e9f5d770767c66c6c42fb785c5c51ba" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/6d/6de321ab9bf19d4f429d9d87fde675a3fb08a8808f4d0fa61a7920d04eafc20b" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:986b47791a1bca515e602a814477cf5170ee7bdee3aca5b29e042cdeb823f207 time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/98/986b47791a1bca515e602a814477cf5170ee7bdee3aca5b29e042cdeb823f207" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:f706041cf25b91848d64eee89f021d75d9b044d18b32a7db8abaf02df4aad1af time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f7/f706041cf25b91848d64eee89f021d75d9b044d18b32a7db8abaf02df4aad1af" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e --- PASS: TestDeleteManifestIfTagNotFound (0.77s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:994748dfc936e23bb830a941d397ebb0ba23840c1e0aa28112b4598be1d6e1d2 time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/99/994748dfc936e23bb830a941d397ebb0ba23840c1e0aa28112b4598be1d6e1d2" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:c9912e335fb1e860f58b51d0df61739ce4daaa59783f2558b24b6fe6815db65d time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/c9/c9912e335fb1e860f58b51d0df61739ce4daaa59783f2558b24b6fe6815db65d" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:d1d01a2ccc4af2fac175af6a65a772c98135f70d6fec1209de0bdcdbad3bea22 time="2026-05-16T01:42:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/d1/d1d01a2ccc4af2fac175af6a65a772c98135f70d6fec1209de0bdcdbad3bea22" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e --- PASS: TestGCWithMissingManifests (0.28s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:a98433d075bff2f9cbd32e2879bf31762672b5168cad6f9f0c8d93d5b686a889 komnenos: marking blob sha256:d0934c70e54beca509e3523f4c51fe4bf883cb477250064fe0cc4f4dcaa44a36 komnenos: marking blob sha256:345ba3e47996e7598f56863ad39b187d8dd1eb8256faeb64558da0baa10c5216 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:3455a70260e96ffd243468ddfeb5a658849948ea409ad00e635eb8f896454c28 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/34/3455a70260e96ffd243468ddfeb5a658849948ea409ad00e635eb8f896454c28" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:a42b36d298eead8756b3c4b7b6220fdc52b41b0e35aa18437f679013e4f4fcb4 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a4/a42b36d298eead8756b3c4b7b6220fdc52b41b0e35aa18437f679013e4f4fcb4" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:ca122d65916bb75d8ce00fb56d485c1f0ea57b4129d7cec46592ef3b30dc1402 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ca/ca122d65916bb75d8ce00fb56d485c1f0ea57b4129d7cec46592ef3b30dc1402" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:cb7da76e138dbdf4a34359964b8e90b69b38c144209de34ae6e69ee5d27c0905 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/cb/cb7da76e138dbdf4a34359964b8e90b69b38c144209de34ae6e69ee5d27c0905" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:f899f5a56792e73853a39ad7630cf706d5fc3079cec7efde24df2456a131c096 time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f8/f899f5a56792e73853a39ad7630cf706d5fc3079cec7efde24df2456a131c096" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e blob eligible for deletion: sha256:1fe1cb981841478469e287871f3b8650a7b8b22416f31054e045af79b7af2d4d time="2026-05-16T01:43:00Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/1f/1fe1cb981841478469e287871f3b8650a7b8b22416f31054e045af79b7af2d4d" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e --- PASS: TestDeletionHasEffect (0.94s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (0.72s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:8b665ce252254d5d82185213a459193672ef4f7c1ccdb51470315388731597ea michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:06e55b3620bb75d5632b9cc233a18d0138e37974caad56e1d55e9a62263c2563 michael_z_doukas: marking blob sha256:e7d981f14c4da788f4694455f1024aa301fc4578caa801e8a22231044b7bdf73 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:8fc7339c5312e555132f4576aabf9a5f9da8c9592804236815b7fe126c385e9f time="2026-05-16T01:43:01Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/8f/8fc7339c5312e555132f4576aabf9a5f9da8c9592804236815b7fe126c385e9f" go.version=go1.25.10 instance.id=a861395f-7184-474e-9db8-7c51a7f7a49e --- PASS: TestOrphanBlobDeleted (0.32s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:549764ea120a8e33d94ca32627c68c7b61a55d55c9ebf7bf22ef20b4ff64b874 linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:e89437057311809054e8b95c2879305bd88022ffb06d8e5341c3fe58c414bd2c --- PASS: TestLinkedBlobStoreCreateWithMountFrom (0.24s) === RUN TestManifestStorage --- PASS: TestManifestStorage (0.28s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (0.17s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (0.44s) === RUN TestLinkPathFuncs --- PASS: TestLinkPathFuncs (0.00s) === RUN TestVerifyOCIManifestNonDistributableLayer --- PASS: TestVerifyOCIManifestNonDistributableLayer (0.00s) === RUN TestPathMapper --- PASS: TestPathMapper (0.00s) === RUN TestDigestFromPath --- PASS: TestDigestFromPath (0.00s) === RUN TestPurgeGather --- PASS: TestPurgeGather (0.00s) === RUN TestPurgeNone time="2026-05-16T01:43:02Z" level=info msg="PurgeUploads starting: olderThan=2026-05-16 00:43:02.686059246 +0000 UTC m=-3589.391993947, actuallyDelete=true" time="2026-05-16T01:43:02Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2026-05-16T01:43:02Z" level=info msg="PurgeUploads starting: olderThan=2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500, actuallyDelete=true" time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/33f5aea6-27ea-4434-8a84-604ebc3e107f have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/458dd863-df08-4ea2-9fc8-c2b9a02978de have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/99afaa67-8373-445f-97d8-e2edf1838e94 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/bff3c20a-6a20-4af6-b6ed-52fe345918b6 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/f1bb8d34-3786-4359-bbce-dbaf84ef9f86 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/2dec8da8-fb73-4363-a33b-f5ec64c39f53 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/083ffa6d-f65a-4c67-89dd-8cf93cc1f12e have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/2d24e81c-dc7c-4f5c-ae38-19d675a792a6 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/32b5ad15-5ac8-4bd2-b54c-f165b6201d8a have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/b12ac342-667b-47fb-a2d3-993122d228a2 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/c3c39629-0edf-4a2a-bd96-4e5dc6b0c54a have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.686722693 +0000 UTC m=+10.608669500). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2026-05-16T01:43:02Z" level=info msg="PurgeUploads starting: olderThan=2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469, actuallyDelete=true" time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/0ca20c34-67a7-4262-a41c-28007eacd071 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/f23242a1-5d2d-4c3f-b24e-ae974100dd75 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/060d76a6-2583-425e-b59f-a17889c86e1b have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/a9b9782e-e1bf-40ae-ac93-32ce9b3f95c7 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/d40c970a-6527-4478-9639-54d7c7f92e2d have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.687694662 +0000 UTC m=+10.609641469). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2026-05-16T01:43:02Z" level=info msg="PurgeUploads starting: olderThan=2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076, actuallyDelete=true" time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/1a0ba3a2-7196-4ee2-9e77-1d1d50fe5a30 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/3d99cab3-b71e-409c-9f42-e7642f5ae5cc have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/764b77e4-6f83-4973-ac8c-30999ceb17e9 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/f39f384d-1944-492e-b7cb-3294b06f45cd have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/fae71b05-e765-4ea4-8ad4-f8c5013173d8 have older date (2026-05-16 00:43:02 +0000 UTC) than purge date (2026-05-16 01:43:02.688354269 +0000 UTC m=+10.610301076). Removing upload directory." time="2026-05-16T01:43:02Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2026-05-16T01:43:02Z" level=info msg="PurgeUploads starting: olderThan=2026-05-16 01:43:02.688809594 +0000 UTC m=+10.610756401, actuallyDelete=true" time="2026-05-16T01:43:02Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeMissingStartedAt (0.00s) === RUN TestVerifyManifestForeignLayer --- PASS: TestVerifyManifestForeignLayer (0.00s) === RUN TestTagStoreTag --- PASS: TestTagStoreTag (0.00s) === RUN TestTagStoreUnTag --- PASS: TestTagStoreUnTag (0.00s) === RUN TestTagStoreAll --- PASS: TestTagStoreAll (0.00s) === RUN TestTagLookup --- PASS: TestTagLookup (0.00s) PASS ok github.com/docker/distribution/registry/storage 10.642s ? github.com/docker/distribution/registry/storage/cache [no test files] ? github.com/docker/distribution/registry/storage/cache/cachecheck [no test files] === RUN TestInMemoryBlobInfoCache --- PASS: TestInMemoryBlobInfoCache (0.00s) PASS ok github.com/docker/distribution/registry/storage/cache/memory 0.029s === RUN TestRedisBlobDescriptorCacheProvider redis_test.go:29: please set -test.registry.storage.cache.redis.addr to test layer info cache against redis --- SKIP: TestRedisBlobDescriptorCacheProvider (0.00s) PASS ok github.com/docker/distribution/registry/storage/cache/redis 0.028s === RUN TestWalkFileRemoved time="2026-05-16T01:42:52Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.014s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 0.502s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.10s) === RUN TestGetLimitFromParameter === RUN TestGetLimitFromParameter/foo === RUN TestGetLimitFromParameter/50 === RUN TestGetLimitFromParameter/5 === RUN TestGetLimitFromParameter/ === RUN TestGetLimitFromParameter/812 --- PASS: TestGetLimitFromParameter (0.00s) --- PASS: TestGetLimitFromParameter/foo (0.00s) --- PASS: TestGetLimitFromParameter/50 (0.00s) --- PASS: TestGetLimitFromParameter/5 (0.00s) --- PASS: TestGetLimitFromParameter/ (0.00s) --- PASS: TestGetLimitFromParameter/812 (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/base 0.134s ? github.com/docker/distribution/registry/storage/driver/factory [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.23s) === RUN TestFromParametersImpl --- PASS: TestFromParametersImpl (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/filesystem 15.722s ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (16.28s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 16.783s ? github.com/docker/distribution/registry/storage/driver/middleware [no test files] === RUN TestS3TryUpdate === PAUSE TestS3TryUpdate === RUN TestMatchIPV6 === PAUSE TestMatchIPV6 === RUN TestMatchIPV4 === PAUSE TestMatchIPV4 === RUN TestMatchIPV4_2 === PAUSE TestMatchIPV4_2 === RUN TestMatchIPV4WithRegionMatched === PAUSE TestMatchIPV4WithRegionMatched === RUN TestMatchIPV4WithRegionMatch_2 === PAUSE TestMatchIPV4WithRegionMatch_2 === RUN TestMatchIPV4WithRegionNotMatched === PAUSE TestMatchIPV4WithRegionNotMatched === RUN TestInvalidData === PAUSE TestInvalidData === RUN TestInvalidNetworkType === PAUSE TestInvalidNetworkType === RUN TestParsing === PAUSE TestParsing === RUN TestUpdateCalledRegularly === PAUSE TestUpdateCalledRegularly === RUN TestEligibleForS3 === RUN TestEligibleForS3/Client_IP_=_ time="2026-05-16T01:42:52Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.25.10 === RUN TestEligibleForS3/Client_IP_=_#01 time="2026-05-16T01:42:52Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.25.10 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2026-05-16T01:42:52Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.25.10 ip=192.168.0.2 user-client= --- PASS: TestEligibleForS3 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#02 (0.00s) === RUN TestEligibleForS3WithAWSIPNotInitialized === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 --- PASS: TestEligibleForS3WithAWSIPNotInitialized (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 (0.00s) === CONT TestS3TryUpdate === CONT TestMatchIPV4WithRegionNotMatched === CONT TestUpdateCalledRegularly === CONT TestParsing === CONT TestInvalidNetworkType === CONT TestInvalidData === CONT TestMatchIPV4_2 === CONT TestMatchIPV4WithRegionMatch_2 === CONT TestMatchIPV4WithRegionMatched === CONT TestMatchIPV4 === CONT TestMatchIPV6 time="2026-05-16T01:42:52Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.25.10 time="2026-05-16T01:42:52Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.25.10 instance.id=909f4bc9-5471-4bc1-9a38-481e791e01ae time="2026-05-16T01:42:52Z" level=error msg="unknown ip address format" go.version=go1.25.10 instance.id=909f4bc9-5471-4bc1-9a38-481e791e01ae ip=?0000000000000000000000000000000000 --- PASS: TestMatchIPV4_2 (0.01s) --- PASS: TestInvalidNetworkType (0.01s) --- PASS: TestParsing (0.01s) --- PASS: TestS3TryUpdate (0.01s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.01s) time="2026-05-16T01:42:52Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.25.10 instance.id=909f4bc9-5471-4bc1-9a38-481e791e01ae --- PASS: TestMatchIPV4 (0.01s) --- PASS: TestInvalidData (0.01s) --- PASS: TestMatchIPV6 (0.01s) --- PASS: TestMatchIPV4WithRegionMatched (0.01s) --- PASS: TestMatchIPV4WithRegionMatch_2 (0.01s) time="2026-05-16T01:42:53Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.25.10 time="2026-05-16T01:42:54Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.25.10 time="2026-05-16T01:42:55Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.25.10 time="2026-05-16T01:42:56Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.25.10 --- PASS: TestUpdateCalledRegularly (4.50s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.537s === RUN Test OK: 4 passed --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.031s ? github.com/docker/distribution/registry/storage/driver/oss [no test files] === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) === RUN TestEmptyRootList s3_test.go:119: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestEmptyRootList (0.00s) === RUN TestStorageClass s3_test.go:169: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestStorageClass (0.00s) === RUN TestOverThousandBlobs s3_test.go:242: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestOverThousandBlobs (0.00s) === RUN TestMoveWithMultipartCopy s3_test.go:275: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestMoveWithMultipartCopy (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/s3-aws 0.506s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.41s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.00s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 15.923s ? github.com/docker/distribution/registry/storage/driver/testdriver [no test files] ? github.com/docker/distribution/registry/storage/driver/testsuites [no test files] ? github.com/docker/distribution/testutil [no test files] === RUN TestUUID4Generation --- PASS: TestUUID4Generation (0.00s) === RUN TestParseAndEquality --- PASS: TestParseAndEquality (0.00s) PASS ok github.com/docker/distribution/uuid 0.020s ? github.com/docker/distribution/version [no test files] >>> docker-registry: Entering fakeroot... >>> docker-registry-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/init.d' >>> docker-registry-openrc*: Preparing subpackage docker-registry-openrc... >>> docker-registry-openrc*: Running postcheck for docker-registry-openrc >>> docker-registry*: Running postcheck for docker-registry >>> docker-registry*: Preparing package docker-registry... >>> docker-registry*: Stripping binaries >>> docker-registry*: Script found. /bin/sh added as a dependency for docker-registry-2.8.3-r23.apk >>> docker-registry*: Adding .pre-install >>> docker-registry*: Scanning shared objects >>> docker-registry-openrc*: Tracing dependencies... >>> docker-registry-openrc*: Package size: 1.5 KB >>> docker-registry-openrc*: Compressing data... >>> docker-registry-openrc*: Create checksum... >>> docker-registry-openrc*: Create docker-registry-openrc-2.8.3-r23.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-aarch64.so.1 >>> docker-registry*: Package size: 25.3 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r23.apk >>> docker-registry: Build complete at Sat, 16 May 2026 01:43:53 +0000 elapsed time 0h 1m 19s >>> docker-registry: Cleaning up srcdir >>> docker-registry: Cleaning up pkgdir >>> docker-registry: Cleaning up tmpdir >>> docker-registry: Uninstalling dependencies... (1/2) Purging .makedepends-docker-registry (20260516.014235) (2/2) Purging go (1.25.10-r0) Executing busybox-1.37.0-r30.trigger OK: 431.9 MiB in 104 packages >>> docker-registry: Updating the community/aarch64 repository index... >>> docker-registry: Signing the index...