>>> docker-registry: Building community/docker-registry 2.8.3-r22 (using abuild 3.17.0_rc1-r2) started Wed, 22 Apr 2026 12:55:05 +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.26.2-r0) (2/2) Installing .makedepends-docker-registry (20260422.125506) Executing busybox-1.37.0-r31.trigger OK: 709.9 MiB in 105 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.24/docker-registry-2.8.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> docker-registry: Fetching docker-registry-2.8.3.tar.gz::https://github.com/distribution/distribution/archive/v2.8.3.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/docker-registry-2.8.3.tar.gz.part' docker-registry-2.8. 100% |********************************| 1963k 0:00:00 ETA '/var/cache/distfiles/docker-registry-2.8.3.tar.gz.part' saved /var/cache/distfiles/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 /home/buildozer/aports/community/docker-registry/go-1.26-vet-fix-formatstring-arg.patch: OK >>> docker-registry: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/docker-registry-2.8.3.tar.gz /var/cache/distfiles/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 /home/buildozer/aports/community/docker-registry/go-1.26-vet-fix-formatstring-arg.patch: OK >>> docker-registry: Unpacking /var/cache/distfiles/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 >>> docker-registry: go-1.26-vet-fix-formatstring-arg.patch patching file registry/proxy/proxyregistry.go + 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-04-22T12:55:35Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2026-04-22T12:55:35Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_REPORTING_ASDF" OK: 20 passed --- PASS: Test (0.05s) PASS ok github.com/docker/distribution/configuration 0.063s === RUN TestWithRequest --- PASS: TestWithRequest (0.00s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2026-04-22T12:55:35Z" level=warning msg="invalid remote IP address: "1.2.3"" --- PASS: TestRemoteAddr (0.01s) === RUN TestWithTrace --- PASS: TestWithTrace (2.00s) === RUN TestVersionContext --- PASS: TestVersionContext (0.00s) PASS ok github.com/docker/distribution/context 2.018s ? 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.01s) PASS ok github.com/docker/distribution/health 0.022s === 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.012s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.14s) PASS ok github.com/docker/distribution/health/checks 0.146s ? 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.011s === 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.011s === 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.022s === 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.016s ? 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/04/22 12:55:35 http: TLS handshake error from 127.0.0.1:43612: 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:37919/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:37919/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:37919/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:37919/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:35573?status=0, fail=true --- PASS: TestHTTPSink (0.06s) === RUN TestListener --- PASS: TestListener (0.70s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2026-04-22T12:55:36Z" level=info msg="broadcaster: closing" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="closing testSink" time="2026-04-22T12:55:36Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.01s) === RUN TestEventQueue time="2026-04-22T12:55:36Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.11s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:36Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-04-22T12:55:37Z" level=warning msg="&{0x3eb2370b0a80 0.9} encountered too many errors, backing off" time="2026-04-22T12:55:37Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (1.11s) PASS ok github.com/docker/distribution/notifications 2.016s ? github.com/docker/distribution/reference [no test files] === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2026-04-22T12:55:35Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-04-22T12:55:35.942961833Z" 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.26.2 time="2026-04-22T12:55:35.943151064Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:55:35.943442825Z" level=info msg="Starting upload purge in 49m0s" go.version=go1.26.2 time="2026-04-22T12:55:35.944059257Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.26.2 time="2026-04-22T12:55:35.944093857Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.26.2 time="2026-04-22T12:55:35.94491206Z" level=info msg="listening on [::]:5001, tls" go.version=go1.26.2 time="2026-04-22T12:55:38.956770152Z" level=info msg="response completed" go.version=go1.26.2 http.request.host=127.0.0.1 http.request.id=099d79ac-934f-4377-b365-beac98ec14a1 http.request.method=GET http.request.remoteaddr="127.0.0.1:55222" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.190838ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:55:38 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2026-04-22T12:55:38.957335415Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.26.2 --- PASS: TestRegistrySupportedCipherSuite (3.33s) === RUN TestRegistryUnsupportedCipherSuite time="2026-04-22T12:55:39.25240434Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-04-22T12:55:39.253993296Z" 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.26.2 time="2026-04-22T12:55:39.254047426Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:55:39.254335138Z" level=info msg="Starting upload purge in 24m0s" go.version=go1.26.2 time="2026-04-22T12:55:39.254513338Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.26.2 --- PASS: TestRegistryUnsupportedCipherSuite (8.30s) PASS ok github.com/docker/distribution/registry 11.648s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.00s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.00s) PASS ok github.com/docker/distribution/registry/api/errcode 0.009s === RUN TestParseForwardedHeader --- PASS: TestParseForwardedHeader (0.00s) === RUN TestRouter --- PASS: TestRouter (0.04s) === RUN TestRouterWithPathTraversals --- PASS: TestRouterWithPathTraversals (0.01s) === RUN TestRouterWithBadCharacters --- PASS: TestRouterWithBadCharacters (0.01s) === RUN TestURLBuilder --- PASS: TestURLBuilder (0.03s) === RUN TestURLBuilderWithPrefix --- PASS: TestURLBuilderWithPrefix (0.03s) === RUN TestBuilderFromRequest --- PASS: TestBuilderFromRequest (0.10s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.01s) PASS ok github.com/docker/distribution/registry/api/v2 0.241s ? github.com/docker/distribution/registry/auth [no test files] === RUN TestBasicAccessController time="2026-04-22T12:55:35Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.26.2 instance.id=6ad3b6fc-4582-432f-a04d-5a6da843896f time="2026-04-22T12:55:35Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.26.2 instance.id=6ad3b6fc-4582-432f-a04d-5a6da843896f --- PASS: TestBasicAccessController (0.01s) === RUN TestCreateHtpasswdFile time="2026-04-22T12:55:35Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.26.2 password=4POUrm28gTai1QcvORYBkYjxgnXX-t1mIiUCQ1MU2iA user=docker --- PASS: TestCreateHtpasswdFile (0.12s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.149s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.00s) PASS ok github.com/docker/distribution/registry/auth/silly 0.021s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.02s) === RUN TestLeeway time="2026-04-22T12:55:35Z" level=info msg="token not to be used before 2026-04-22 12:55:36 +0000 UTC - currently 2026-04-22 12:55:35.74732988 +0000 UTC m=+0.027243511" time="2026-04-22T12:55:35Z" level=info msg="token not to be used after 2026-04-22 12:55:35 +0000 UTC - currently 2026-04-22 12:55:35.748753545 +0000 UTC m=+0.028667216" --- PASS: TestLeeway (0.00s) === RUN TestAccessController time="2026-04-22T12:55:35Z" level=info msg="could not verify JWK certificate chain: unable to verify certificate chain: x509: certificate signed by unknown authority" --- PASS: TestAccessController (0.01s) === RUN TestNewAccessControllerPemBlock --- PASS: TestNewAccessControllerPemBlock (0.00s) PASS ok github.com/docker/distribution/registry/auth/token 0.051s === RUN TestUploadReadFrom --- PASS: TestUploadReadFrom (0.01s) === 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.01s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.00s) === RUN TestBlobExists --- PASS: TestBlobExists (0.00s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.02s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.01s) === RUN TestBlobMount --- PASS: TestBlobMount (0.01s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.02s) === RUN TestManifestFetchWithEtag --- PASS: TestManifestFetchWithEtag (0.01s) === RUN TestManifestFetchWithAccept --- PASS: TestManifestFetchWithAccept (0.01s) === RUN TestManifestDelete --- PASS: TestManifestDelete (0.01s) === RUN TestManifestPut --- PASS: TestManifestPut (0.01s) === RUN TestManifestTags --- PASS: TestManifestTags (0.00s) === RUN TestObtainsErrorForMissingTag --- PASS: TestObtainsErrorForMissingTag (0.01s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.01s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.01s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.01s) === RUN TestCatalog --- PASS: TestCatalog (0.01s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.00s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.176s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.01s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.00s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.00s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.01s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.01s) === 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.019s ? github.com/docker/distribution/registry/client/transport [no test files] === RUN TestCheckAPI time="2026-04-22T12:55: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.26.2 time="2026-04-22T12:55:35Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:55:35Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45045" http.request.id=e9f37922-6982-4a8b-9aba-36c42f981098 http.request.method=GET http.request.remoteaddr="127.0.0.1:38608" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=7.001275ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:55:35 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.02s) === RUN TestCatalogAPI time="2026-04-22T12:55: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.26.2 time="2026-04-22T12:55:35Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:55:35Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=2c41e770-590d-4b21-a154-c6a9f0a60f86 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.51393ms http.response.status=200 http.response.written=20 127.0.0.1 - - [22/Apr/2026:12:55:35 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-04-22T12:55:35Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=58cce036-b4c7-49b8-918e-a101298910a1 http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.79491ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:35 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:38Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=5241b590-2959-4219-9004-057401cd28e6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/aaaa/blobs/uploads/ce235790-6e2d-4d80-a012-a849d0620f32?_state=LG3sXRuBhpcyPGi0mJMJyuMeDl4VHOdkR_WzeD0zsLp7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJjZTIzNTc5MC02ZTJkLTRkODAtYTAxMi1hODQ5ZDA2MjBmMzIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6MzUuOTY0ODQxNDUzWiJ9&digest=sha256%3Ac7c8dcac637b5e01977ee352f98e5846f9830d57a7d4bbaf9405349742178f74" http.request.useragent="Go-http-client/1.1" http.response.duration=2.608845303s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:35 +0000] "PUT /v2/foo/aaaa/blobs/uploads/ce235790-6e2d-4d80-a012-a849d0620f32?_state=LG3sXRuBhpcyPGi0mJMJyuMeDl4VHOdkR_WzeD0zsLp7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJjZTIzNTc5MC02ZTJkLTRkODAtYTAxMi1hODQ5ZDA2MjBmMzIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6MzUuOTY0ODQxNDUzWiJ9&digest=sha256%3Ac7c8dcac637b5e01977ee352f98e5846f9830d57a7d4bbaf9405349742178f74 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:38Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=2a3a49d4-789a-448b-9a0b-56bb5eb8a02b http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.414132ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:38 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:38Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=3b4c73a1-0240-4db1-b209-5383716cde05 http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.162282ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:38 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:46Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=1ad6c01b-d3e2-43f2-a7a8-c57159ee8eeb http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/bbbb/blobs/uploads/15f8a3ee-e618-4229-8567-36fe5f30848a?_state=DoKOpEbR3HWP-VEWfxnXH6NS5Lra84xYHSuPWc3kTWt7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIxNWY4YTNlZS1lNjE4LTQyMjktODU2Ny0zNmZlNWYzMDg0OGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6MzguODQzOTU0NDQxWiJ9&digest=sha256%3Aeda8526cced52ee5dcf9042795519df10c5126cf3e677bdd5380618f3ff0a6fb" http.request.useragent="Go-http-client/1.1" http.response.duration=7.252962207s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:38 +0000] "PUT /v2/foo/bbbb/blobs/uploads/15f8a3ee-e618-4229-8567-36fe5f30848a?_state=DoKOpEbR3HWP-VEWfxnXH6NS5Lra84xYHSuPWc3kTWt7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIxNWY4YTNlZS1lNjE4LTQyMjktODU2Ny0zNmZlNWYzMDg0OGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6MzguODQzOTU0NDQxWiJ9&digest=sha256%3Aeda8526cced52ee5dcf9042795519df10c5126cf3e677bdd5380618f3ff0a6fb HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:46Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=fa1303b5-2301-4bf8-a2f3-0c82f530b631 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.433973ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:46 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:46Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=c12cca30-8dfe-4f0b-985a-6066fedc53ac http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.83087ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:46 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=0e62cc59-5df0-4a28-bc00-218d97034b83 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/cccc/blobs/uploads/c1eaf9c9-2a55-4ad0-a499-0a3910ee6449?_state=jGACnJHlHtV_FgZrEyFj6HcpDsfSonU5WIoERtpwGBN7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJjMWVhZjljOS0yYTU1LTRhZDAtYTQ5OS0wYTM5MTBlZTY0NDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NDYuMjczNjQ4OTAzWiJ9&digest=sha256%3A8e19330cacbc3a34d94cc8bf1eaff8a9eeb3969e73ec32f68487c41d9b763520" http.request.useragent="Go-http-client/1.1" http.response.duration=2.253573527s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:46 +0000] "PUT /v2/foo/cccc/blobs/uploads/c1eaf9c9-2a55-4ad0-a499-0a3910ee6449?_state=jGACnJHlHtV_FgZrEyFj6HcpDsfSonU5WIoERtpwGBN7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJjMWVhZjljOS0yYTU1LTRhZDAtYTQ5OS0wYTM5MTBlZTY0NDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NDYuMjczNjQ4OTAzWiJ9&digest=sha256%3A8e19330cacbc3a34d94cc8bf1eaff8a9eeb3969e73ec32f68487c41d9b763520 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=b3de0cb6-d25d-4533-94b1-7c18dca0145d http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.995274ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:48 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=ef00df16-dc32-41ef-9f7e-c510cb8ce41e http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.324169ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:48 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:53Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=593d2315-4069-42e0-bbe1-beade5a920b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/dddd/blobs/uploads/d40a6ede-48a0-409f-a813-6407423d2c3f?_state=t_A_GWQ4vN08_4m728b-tj0IDVVIe7EPXFy7YmEIKr17Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJkNDBhNmVkZS00OGEwLTQwOWYtYTgxMy02NDA3NDIzZDJjM2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NDguNzY2OTkyNDI1WiJ9&digest=sha256%3A1e0f56e71b82e540f68fed570b8215c4fdd67e6a063f6c5b0c1b287bf4e834a2" http.request.useragent="Go-http-client/1.1" http.response.duration=4.912042371s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:48 +0000] "PUT /v2/foo/dddd/blobs/uploads/d40a6ede-48a0-409f-a813-6407423d2c3f?_state=t_A_GWQ4vN08_4m728b-tj0IDVVIe7EPXFy7YmEIKr17Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJkNDBhNmVkZS00OGEwLTQwOWYtYTgxMy02NDA3NDIzZDJjM2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NDguNzY2OTkyNDI1WiJ9&digest=sha256%3A1e0f56e71b82e540f68fed570b8215c4fdd67e6a063f6c5b0c1b287bf4e834a2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:53Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=a9a05650-8305-4e99-b332-9bad9ddb04aa http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.792554ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:53 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:53Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=b681b178-8078-4487-b7c8-6d0cac8ff1d4 http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.62998ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:53 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:58Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=d7247034-c1e4-479b-943c-53702ea99088 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/eeee/blobs/uploads/c95debff-565a-43de-ab3c-a8829b58aff0?_state=G-snaMlKwttYRth2vvNLd21KrmwGN6H9vskYG6vySrV7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiJjOTVkZWJmZi01NjVhLTQzZGUtYWIzYy1hODgyOWI1OGFmZjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NTMuOTExOTc5MDk1WiJ9&digest=sha256%3A3d1a929918df741c2dc442068b9bd6e96fa7b5701cada08f3dbf0e411120f458" http.request.useragent="Go-http-client/1.1" http.response.duration=4.278425401s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:53 +0000] "PUT /v2/foo/eeee/blobs/uploads/c95debff-565a-43de-ab3c-a8829b58aff0?_state=G-snaMlKwttYRth2vvNLd21KrmwGN6H9vskYG6vySrV7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiJjOTVkZWJmZi01NjVhLTQzZGUtYWIzYy1hODgyOWI1OGFmZjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NTMuOTExOTc5MDk1WiJ9&digest=sha256%3A3d1a929918df741c2dc442068b9bd6e96fa7b5701cada08f3dbf0e411120f458 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:58Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=61cb57d9-5bad-4c8e-b041-70d3084b39e1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.870328ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:58 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:55:58Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=02f00a42-305b-4c47-a3d6-a345016b4b46 http.request.method=POST http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.359328ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:58 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=d6e45bd4-15af-4723-8e64-5a65758b99bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/ffff/blobs/uploads/16394da9-33a6-4335-9239-47c14947d908?_state=gG01MURmUNoBP-piuJ31uiFZrj5qSU378eYSfNyaxRF7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIxNjM5NGRhOS0zM2E2LTQzMzUtOTIzOS00N2MxNDk0N2Q5MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NTguMzcwNjkxNjU0WiJ9&digest=sha256%3A11ea734a84da005b57e7bbb65ac0327d59f3bff3fe9c93cc6dd4d5a818ae92ee" http.request.useragent="Go-http-client/1.1" http.response.duration=2.641615782s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:55:58 +0000] "PUT /v2/foo/ffff/blobs/uploads/16394da9-33a6-4335-9239-47c14947d908?_state=gG01MURmUNoBP-piuJ31uiFZrj5qSU378eYSfNyaxRF7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIxNjM5NGRhOS0zM2E2LTQzMzUtOTIzOS00N2MxNDk0N2Q5MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTU6NTguMzcwNjkxNjU0WiJ9&digest=sha256%3A11ea734a84da005b57e7bbb65ac0327d59f3bff3fe9c93cc6dd4d5a818ae92ee HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=9ed32ceb-d0db-4010-8b94-0199c86c2f9a http.request.method=PUT http.request.remoteaddr="127.0.0.1:60258" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.763154ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=6335fff7-ed53-48ac-af7e-827b621fde8a http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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.974847ms http.response.status=200 http.response.written=74 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=e6894bf3-da25-4c32-bda2-92d658331fbf http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.582066ms http.response.status=200 http.response.written=30 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=819e3c9a-a411-4780-8196-c05b2abf1df9 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.381085ms http.response.status=200 http.response.written=74 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=04fb7a33-47d2-4077-b70b-743cffa15544 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.100424ms http.response.status=200 http.response.written=30 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=ccfd3f91-ae89-4e3d-b153-235a773db870 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.244815ms http.response.status=200 http.response.written=63 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=a1abc18b-10d7-4997-8c9d-32fe3ec83425 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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="906.153µs" http.response.status=200 http.response.written=41 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" 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.26.2 http.request.host="127.0.0.1:35019" http.request.id=3f627f8e-8bbc-4fca-b4a0-1d71bed37a16 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.323005ms http.response.status=400 http.response.written=116 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" 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.26.2 http.request.host="127.0.0.1:35019" http.request.id=53e5edeb-72aa-4c95-9bd4-3e4d760085af http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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=1.051014ms http.response.status=400 http.response.written=115 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=97ce90a0-0393-4fe2-915e-e9d3614901d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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="912.003µs" http.response.status=200 http.response.written=20 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35019" http.request.id=1fdf61de-b310-4d38-9e27-64da513d48de http.request.method=GET http.request.remoteaddr="127.0.0.1:60258" 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="889.094µs" http.response.status=200 http.response.written=74 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-04-22T12:56:01Z" 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.26.2 time="2026-04-22T12:56:01Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=50119731-8c7c-4e3f-904d-7274f9f90516 http.request.method=POST http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.154998ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:03Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=32d3132b-65ff-44c2-942f-3b61a035cc1a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/aaaa/blobs/uploads/9d702ed9-8dd1-4007-8d7e-f46e657529e0?_state=MQiliRaAp3Ab4Qz-PPBIpFB-S75jj4ZRTe_zzJk9r8t7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI5ZDcwMmVkOS04ZGQxLTQwMDctOGQ3ZS1mNDZlNjU3NTI5ZTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDEuMjExNzE0NjczWiJ9&digest=sha256%3A3194ca449ef2fa0d327b328f7f2c48f7c86558ce8de5b05fe25e1fef6a2a81f4" http.request.useragent="Go-http-client/1.1" http.response.duration=2.723690011s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:01 +0000] "PUT /v2/foo/aaaa/blobs/uploads/9d702ed9-8dd1-4007-8d7e-f46e657529e0?_state=MQiliRaAp3Ab4Qz-PPBIpFB-S75jj4ZRTe_zzJk9r8t7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI5ZDcwMmVkOS04ZGQxLTQwMDctOGQ3ZS1mNDZlNjU3NTI5ZTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDEuMjExNzE0NjczWiJ9&digest=sha256%3A3194ca449ef2fa0d327b328f7f2c48f7c86558ce8de5b05fe25e1fef6a2a81f4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:03Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=c6f05541-df79-479c-9cb7-658d76fcfbc1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.410857ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:03 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:04Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=23dccbbc-9064-44ab-9eb1-ac0cd959190b http.request.method=POST http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.924517ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:04 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:06Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=c7ed4dd2-ec75-4b9c-8ce9-e975be2cfa95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/bbbb/blobs/uploads/2f294410-acf2-4e89-8763-a09ae5f50f38?_state=WPQRmoZyNWo0P4DOdLolL65bXaIT0uYvwQjxhUDaMWB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIyZjI5NDQxMC1hY2YyLTRlODktODc2My1hMDlhZTVmNTBmMzgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDQuMTE1OTUxNjkzWiJ9&digest=sha256%3A20e726c37e60ef0f359b52acbdad41a7e35d232620949aaca04670596c557df8" http.request.useragent="Go-http-client/1.1" http.response.duration=2.441105231s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:04 +0000] "PUT /v2/foo/bbbb/blobs/uploads/2f294410-acf2-4e89-8763-a09ae5f50f38?_state=WPQRmoZyNWo0P4DOdLolL65bXaIT0uYvwQjxhUDaMWB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIyZjI5NDQxMC1hY2YyLTRlODktODc2My1hMDlhZTVmNTBmMzgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDQuMTE1OTUxNjkzWiJ9&digest=sha256%3A20e726c37e60ef0f359b52acbdad41a7e35d232620949aaca04670596c557df8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:06Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=7a3f551e-7d1b-4812-a240-e96618b1de37 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.208731ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:06 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:06Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=bc6729f7-50eb-4d68-aef5-10119fdf6cb4 http.request.method=POST http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.455599ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:06 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=53acc9e7-c383-4c3e-a1da-dea6e131c0a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/cccc/blobs/uploads/3c7ac718-b23c-4d23-8e01-e9f0f2ad0de4?_state=Tx_Sj_pdMSRLG12UyP6oc3VOh_YpYxzBgakLynlP6XF7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIzYzdhYzcxOC1iMjNjLTRkMjMtOGUwMS1lOWYwZjJhZDBkZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDYuNzQyNjg0MTgxWiJ9&digest=sha256%3A7514b5f7324ff7a93d37f6c4b2cd4a6fc8cda0a979b5eaae3110446c5d6aad59" http.request.useragent="Go-http-client/1.1" http.response.duration=2.911517747s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:06 +0000] "PUT /v2/foo/cccc/blobs/uploads/3c7ac718-b23c-4d23-8e01-e9f0f2ad0de4?_state=Tx_Sj_pdMSRLG12UyP6oc3VOh_YpYxzBgakLynlP6XF7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIzYzdhYzcxOC1iMjNjLTRkMjMtOGUwMS1lOWYwZjJhZDBkZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDYuNzQyNjg0MTgxWiJ9&digest=sha256%3A7514b5f7324ff7a93d37f6c4b2cd4a6fc8cda0a979b5eaae3110446c5d6aad59 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=423586d6-29e3-44c4-9204-9277439687a3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.937604ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:09 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=fe4fa14a-f0c1-4303-b8e0-6f77202fff06 http.request.method=POST http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.479609ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:09 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=d035dc77-a732-4d6a-bafc-418ff647f1f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/dddd/blobs/uploads/f4c66320-49f2-4de0-9a79-860cdddbbc78?_state=5s4BH0fd10GnUT3sHWudKkRgHiW2wqOGZthGXQ1UDs57Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJmNGM2NjMyMC00OWYyLTRkZTAtOWE3OS04NjBjZGRkYmJjNzgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDkuODY2OTMwMjg0WiJ9&digest=sha256%3Afe8764146bfe9ecbcf0a94d4f5aa2345b299aa13403bef6b6f9ae7474fa98b89" http.request.useragent="Go-http-client/1.1" http.response.duration=4.266455818s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:09 +0000] "PUT /v2/foo/dddd/blobs/uploads/f4c66320-49f2-4de0-9a79-860cdddbbc78?_state=5s4BH0fd10GnUT3sHWudKkRgHiW2wqOGZthGXQ1UDs57Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJmNGM2NjMyMC00OWYyLTRkZTAtOWE3OS04NjBjZGRkYmJjNzgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MDkuODY2OTMwMjg0WiJ9&digest=sha256%3Afe8764146bfe9ecbcf0a94d4f5aa2345b299aa13403bef6b6f9ae7474fa98b89 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=46b34829-3833-487a-baff-1b397878ddd7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49510" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.033314ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44903" http.request.id=f15831f9-9055-4a9a-a903-1457f036e45a http.request.method=GET http.request.remoteaddr="127.0.0.1:49510" 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=1.939067ms http.response.status=200 http.response.written=63 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (38.40s) === RUN TestURLPrefix time="2026-04-22T12:56:14Z" 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.26.2 time="2026-04-22T12:56:14Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:36397" http.request.id=684da925-3adf-4f17-9a8a-aa5259519620 http.request.method=GET http.request.remoteaddr="127.0.0.1:56778" http.request.uri="/test/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.540305ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.01s) === RUN TestBlobAPI time="2026-04-22T12:56:14Z" 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.26.2 time="2026-04-22T12:56:14Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:14Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=499f17f5-51ab-4086-8cdb-9db7e0bfcd77 http.request.method=GET http.request.remoteaddr="127.0.0.1:60896" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.200868ms http.response.status=404 http.response.written=157 vars.digest="sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "GET /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=11f0bb33-9d88-4f44-b300-27d26f2ea1a5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.711326ms http.response.status=404 http.response.written=157 vars.digest="sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "HEAD /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=61261ee0-ce95-4f3b-94ba-4a66b479b988 http.request.method=POST http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.548286ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=4ef0f47e-f156-49e7-80c8-61f6b6dad73d http.request.method=GET http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.335228ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "GET /v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=10063c44-93db-42cf-a720-10c8112a1cd8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.544596ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "DELETE /v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=0b15875e-e35a-4a66-9614-19e616c2494b http.request.method=GET http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=6a304077-a480-4788-ba32-fb892d29720c time="2026-04-22T12:56:14Z" 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.26.2 http.request.host="127.0.0.1:45143" http.request.id=0b15875e-e35a-4a66-9614-19e616c2494b http.request.method=GET http.request.remoteaddr="127.0.0.1:60902" http.request.uri="/v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.511815ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=6a304077-a480-4788-ba32-fb892d29720c 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "GET /v2/foo/bar/blobs/uploads/6a304077-a480-4788-ba32-fb892d29720c?_state=-1Is756yfHRPS4QDnE8Xhxcw7nLOVAvRr9C2fFnaKj97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMzA0MDc3LWE0ODAtNDc4OC1iYTMyLWZiODkyZDI5NzIwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NDczODMxMDZaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=62d35b83-0227-4dfc-a428-fd97bf37bc10 http.request.method=POST http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.910257ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=2c319680-4998-476e-8b56-8d13904dbaab http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/ef18e81a-a265-42b1-9b8e-002f2dd6c722?_state=0eeRmAznVvOyatd_zPCGkjrg4vDGH88D7S6RwTn5jax7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMThlODFhLWEyNjUtNDJiMS05YjhlLTAwMmYyZGQ2YzcyMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NTY5MjI2NDFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" provided=sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c vars.name="foo/bar" vars.uuid=ef18e81a-a265-42b1-9b8e-002f2dd6c722 time="2026-04-22T12:56:14Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=2c319680-4998-476e-8b56-8d13904dbaab http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/ef18e81a-a265-42b1-9b8e-002f2dd6c722?_state=0eeRmAznVvOyatd_zPCGkjrg4vDGH88D7S6RwTn5jax7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMThlODFhLWEyNjUtNDJiMS05YjhlLTAwMmYyZGQ2YzcyMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NTY5MjI2NDFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=ef18e81a-a265-42b1-9b8e-002f2dd6c722 time="2026-04-22T12:56:14Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=2c319680-4998-476e-8b56-8d13904dbaab http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/ef18e81a-a265-42b1-9b8e-002f2dd6c722?_state=0eeRmAznVvOyatd_zPCGkjrg4vDGH88D7S6RwTn5jax7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMThlODFhLWEyNjUtNDJiMS05YjhlLTAwMmYyZGQ2YzcyMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NTY5MjI2NDFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.801416ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=ef18e81a-a265-42b1-9b8e-002f2dd6c722 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "PUT /v2/foo/bar/blobs/uploads/ef18e81a-a265-42b1-9b8e-002f2dd6c722?_state=0eeRmAznVvOyatd_zPCGkjrg4vDGH88D7S6RwTn5jax7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMThlODFhLWEyNjUtNDJiMS05YjhlLTAwMmYyZGQ2YzcyMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NTY5MjI2NDFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=8c0febbf-73dc-4798-bed6-2a93d709266d http.request.method=POST http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.273485ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=303e485f-15b6-478a-8780-54d862b9349b http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/44fdc0c0-6d2c-4aec-be10-dda29bdd6c4a?_state=T8tX9SvFhtAUD5ouEpMhhWeJNDMSokele7JDsvwwKr57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ0ZmRjMGMwLTZkMmMtNGFlYy1iZTEwLWRkYTI5YmRkNmM0YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjA4NjIzNjVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.808596ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "PUT /v2/foo/bar/blobs/uploads/44fdc0c0-6d2c-4aec-be10-dda29bdd6c4a?_state=T8tX9SvFhtAUD5ouEpMhhWeJNDMSokele7JDsvwwKr57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ0ZmRjMGMwLTZkMmMtNGFlYy1iZTEwLWRkYTI5YmRkNmM0YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjA4NjIzNjVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=d5dc910a-52ea-4959-a385-83720ebe51a3 http.request.method=POST http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.328745ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=3b5c4f47-b03a-4f87-b4e3-3f31bb1b81f0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/ea4ab2f8-4150-484c-9ef0-5caf147984be?_state=WmKtqImEDSMcg2mJYPveiWrPAA4H21VA-laODbMbund7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVhNGFiMmY4LTQxNTAtNDg0Yy05ZWYwLTVjYWYxNDc5ODRiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjQ3MzA0OTlaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.616146ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "PUT /v2/foo/bar/blobs/uploads/ea4ab2f8-4150-484c-9ef0-5caf147984be?_state=WmKtqImEDSMcg2mJYPveiWrPAA4H21VA-laODbMbund7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVhNGFiMmY4LTQxNTAtNDg0Yy05ZWYwLTVjYWYxNDc5ODRiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjQ3MzA0OTlaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=37e5c549-764f-44ab-bae8-114e96a25357 http.request.method=POST http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.292015ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:21Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=b0eccff7-97f1-4d02-9298-baaf234f3e76 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/8bc68c23-9f96-4146-81c0-b82b4510df2c?_state=YGSnlc7Fh338P9qD9li-z55nM7eYC-1eLHa9hqfQ2EB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhiYzY4YzIzLTlmOTYtNDE0Ni04MWMwLWI4MmI0NTEwZGYyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjgyMzQxNzJaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.duration=6.881054361s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:14 +0000] "PUT /v2/foo/bar/blobs/uploads/8bc68c23-9f96-4146-81c0-b82b4510df2c?_state=YGSnlc7Fh338P9qD9li-z55nM7eYC-1eLHa9hqfQ2EB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhiYzY4YzIzLTlmOTYtNDE0Ni04MWMwLWI4MmI0NTEwZGYyYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoxNC40NjgyMzQxNzJaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:21Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=b90d1d90-88ca-44eb-b571-563495c51089 http.request.method=POST http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.219168ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:21 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:45143" http.request.id=35b4471c-44cc-4e4e-9061-10c8c4d91d62 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/9a22a7eb-c600-42ad-89e6-0af66ef9c4a7?_state=itmD-29bDrbPg_enuYhTkDiflKHqWvEEBHhddI3cm2d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlhMjJhN2ViLWM2MDAtNDJhZC04OWU2LTBhZjY2ZWY5YzRhNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyMS40OTM3NzczMVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=6.951795059s http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:21 +0000] "PATCH /v2/foo/bar/blobs/uploads/9a22a7eb-c600-42ad-89e6-0af66ef9c4a7?_state=itmD-29bDrbPg_enuYhTkDiflKHqWvEEBHhddI3cm2d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlhMjJhN2ViLWM2MDAtNDJhZC04OWU2LTBhZjY2ZWY5YzRhNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyMS40OTM3NzczMVoifQ%3D%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=ba17ed0f-31ff-4936-b3ca-9efd43f1d979 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/uploads/9a22a7eb-c600-42ad-89e6-0af66ef9c4a7?_state=4KEeqpt0OBcNoySjHQ3RFNiBWKmM1KTAT07pu69SUpp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlhMjJhN2ViLWM2MDAtNDJhZC04OWU2LTBhZjY2ZWY5YzRhNyIsIk9mZnNldCI6MjkwNjQ3MDQsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MjFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.duration=2.629779ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "PUT /v2/foo/bar/blobs/uploads/9a22a7eb-c600-42ad-89e6-0af66ef9c4a7?_state=4KEeqpt0OBcNoySjHQ3RFNiBWKmM1KTAT07pu69SUpp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlhMjJhN2ViLWM2MDAtNDJhZC04OWU2LTBhZjY2ZWY5YzRhNyIsIk9mZnNldCI6MjkwNjQ3MDQsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MjFaIn0%3D&digest=sha256%3A3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=8c636122-8ab1-46db-b93a-563c470f5d6f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.027548ms http.response.status=200 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "HEAD /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=9d520077-d7ed-4884-83a8-cd38709abad9 http.request.method=GET http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=128.615859ms http.response.status=200 http.response.written=29064704 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 200 29064704 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=error msg="error parsing digest="sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c": unsupported digest algorithm" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=418d983a-8f87-4531-adf3-81120983f135 http.request.method=GET http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" vars.name="foo/bar" time="2026-04-22T12:56:28Z" 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.26.2 http.request.host="127.0.0.1:45143" http.request.id=418d983a-8f87-4531-adf3-81120983f135 http.request.method=GET http.request.remoteaddr="127.0.0.1:60910" http.request.uri="/v2/foo/bar/blobs/sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.455525ms http.response.status=400 http.response.written=110 vars.digest="sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha257:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=f748ca36-ebdf-44c7-9a6b-b57ef06c68a1 http.request.method=GET http.request.remoteaddr="127.0.0.1:42322" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.duration=1.734526ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" 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.26.2 time="2026-04-22T12:56:28Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:28Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=2354e858-2999-4f96-9727-aed1bb9d09e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:48702" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.144668ms http.response.status=404 http.response.written=157 vars.digest="sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=346976b6-020b-4c13-b06f-02b14ae5da00 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.663176ms http.response.status=404 http.response.written=157 vars.digest="sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "HEAD /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=2934bae5-8f48-45f8-8b7d-273b542018f2 http.request.method=POST http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.511065ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=6e845864-f400-4976-8b39-11d1faa2f5ad http.request.method=GET http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.459419ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=2f3f80e2-5e3b-40b1-ab68-f004af22448d http.request.method=DELETE http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.672256ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "DELETE /v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=216e5474-68de-4339-a64c-e4bc4ba1d5c2 http.request.method=GET http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=9043757e-d0fb-4d2c-8358-f683276a7d96 time="2026-04-22T12:56:28Z" 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.26.2 http.request.host="127.0.0.1:44237" http.request.id=216e5474-68de-4339-a64c-e4bc4ba1d5c2 http.request.method=GET http.request.remoteaddr="127.0.0.1:48716" http.request.uri="/v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.451865ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=9043757e-d0fb-4d2c-8358-f683276a7d96 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/uploads/9043757e-d0fb-4d2c-8358-f683276a7d96?_state=bzQVGMTlo6kqFh6kCo1ojOENVcJoV20v_0RbBSUemlZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkwNDM3NTdlLWQwZmItNGQyYy04MzU4LWY2ODMyNzZhN2Q5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44Mzc4MTkxMjlaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=bae08dc3-8eb5-4727-991d-ec6cf4b25f47 http.request.method=POST http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.589436ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=4426cd7b-37c7-476d-bd55-a3e987e95032 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/8a7de2c6-eab5-4768-bb86-fd041a283560?_state=DqXZq1DXhUUTQ49V4TE76VkMFdRmqV8FtVLs8qSJrIJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhhN2RlMmM2LWVhYjUtNDc2OC1iYjg2LWZkMDQxYTI4MzU2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NDY1NDU4MDFaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" provided=sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 vars.name="foo/bar" vars.uuid=8a7de2c6-eab5-4768-bb86-fd041a283560 time="2026-04-22T12:56:28Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=4426cd7b-37c7-476d-bd55-a3e987e95032 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/8a7de2c6-eab5-4768-bb86-fd041a283560?_state=DqXZq1DXhUUTQ49V4TE76VkMFdRmqV8FtVLs8qSJrIJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhhN2RlMmM2LWVhYjUtNDc2OC1iYjg2LWZkMDQxYTI4MzU2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NDY1NDU4MDFaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=8a7de2c6-eab5-4768-bb86-fd041a283560 time="2026-04-22T12:56:28Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=4426cd7b-37c7-476d-bd55-a3e987e95032 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/8a7de2c6-eab5-4768-bb86-fd041a283560?_state=DqXZq1DXhUUTQ49V4TE76VkMFdRmqV8FtVLs8qSJrIJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhhN2RlMmM2LWVhYjUtNDc2OC1iYjg2LWZkMDQxYTI4MzU2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NDY1NDU4MDFaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.049987ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=8a7de2c6-eab5-4768-bb86-fd041a283560 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "PUT /v2/foo/bar/blobs/uploads/8a7de2c6-eab5-4768-bb86-fd041a283560?_state=DqXZq1DXhUUTQ49V4TE76VkMFdRmqV8FtVLs8qSJrIJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhhN2RlMmM2LWVhYjUtNDc2OC1iYjg2LWZkMDQxYTI4MzU2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NDY1NDU4MDFaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=edf4ff46-8ef2-4a56-b3b2-fb4a430953af http.request.method=POST http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.473475ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=1765ced0-f012-412a-bc64-87ba707eda08 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/21511662-1013-4b69-abec-a4e6b3102e99?_state=y8r6EgxzscX9asaQDuvZPSFa0NxHy7J_j-v76wWpkAh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjIxNTExNjYyLTEwMTMtNGI2OS1hYmVjLWE0ZTZiMzEwMmU5OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTA4MzI1MjdaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.761707ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "PUT /v2/foo/bar/blobs/uploads/21511662-1013-4b69-abec-a4e6b3102e99?_state=y8r6EgxzscX9asaQDuvZPSFa0NxHy7J_j-v76wWpkAh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjIxNTExNjYyLTEwMTMtNGI2OS1hYmVjLWE0ZTZiMzEwMmU5OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTA4MzI1MjdaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=9d8b79d8-83c8-41cf-a706-0351230b2eec http.request.method=POST http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.589856ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=e318d40d-13fe-4844-8978-7d3cb8ae7615 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/2a8d9aae-c974-4968-bacd-01f17acf8e86?_state=-ttmNsm-QA244b9YtlfvpeZeRZ-LskfbxKITie0y-z17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJhOGQ5YWFlLWM5NzQtNDk2OC1iYWNkLTAxZjE3YWNmOGU4NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTQ5MDI3NDJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.601226ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "PUT /v2/foo/bar/blobs/uploads/2a8d9aae-c974-4968-bacd-01f17acf8e86?_state=-ttmNsm-QA244b9YtlfvpeZeRZ-LskfbxKITie0y-z17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJhOGQ5YWFlLWM5NzQtNDk2OC1iYWNkLTAxZjE3YWNmOGU4NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTQ5MDI3NDJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:28Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=6dce1a9f-2d17-4e07-9ed2-5e4c871d82c8 http.request.method=POST http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.222345ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:32Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=2f6fb1b9-9839-479a-aa4f-5eaa3a8c3826 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/cee3fe78-be8c-41e2-80ad-361a95fed58d?_state=h3D583dRNsijzIQGARrGg8Wi31vwj7-eOfw4xLqi2UJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNlZTNmZTc4LWJlOGMtNDFlMi04MGFkLTM2MWE5NWZlZDU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTgzOTg1MjRaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.duration=3.715685189s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "PUT /v2/foo/bar/blobs/uploads/cee3fe78-be8c-41e2-80ad-361a95fed58d?_state=h3D583dRNsijzIQGARrGg8Wi31vwj7-eOfw4xLqi2UJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNlZTNmZTc4LWJlOGMtNDFlMi04MGFkLTM2MWE5NWZlZDU4ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjoyOC44NTgzOTg1MjRaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:32Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=1e1a862d-6b3c-4e63-9271-686debc35ddb http.request.method=POST http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.7525ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:32 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:44237" http.request.id=ce96f0a7-85e7-4ec4-86e0-cdfeeb434d4d http.request.method=PATCH http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/feb3d242-08d3-47ee-8b8c-f29ac743b5ce?_state=Mp51AzL1J-3sWoem99OXOg-3y19DcIGUrBV0QTWejO17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZlYjNkMjQyLTA4ZDMtNDdlZS04YjhjLWYyOWFjNzQzYjVjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozMi42ODk2ODIxMjVaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=3.896056776s http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:32 +0000] "PATCH /v2/foo/bar/blobs/uploads/feb3d242-08d3-47ee-8b8c-f29ac743b5ce?_state=Mp51AzL1J-3sWoem99OXOg-3y19DcIGUrBV0QTWejO17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZlYjNkMjQyLTA4ZDMtNDdlZS04YjhjLWYyOWFjNzQzYjVjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozMi42ODk2ODIxMjVaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=b499fdd9-e94a-4480-856e-388c31613ced http.request.method=PUT http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/uploads/feb3d242-08d3-47ee-8b8c-f29ac743b5ce?_state=LBeCLZIUekPi9GYP3OoPG2L1ce6ghASle4OS9_I4eEB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZlYjNkMjQyLTA4ZDMtNDdlZS04YjhjLWYyOWFjNzQzYjVjZSIsIk9mZnNldCI6MjIzOTEyOTYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MzJaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.434719ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "PUT /v2/foo/bar/blobs/uploads/feb3d242-08d3-47ee-8b8c-f29ac743b5ce?_state=LBeCLZIUekPi9GYP3OoPG2L1ce6ghASle4OS9_I4eEB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZlYjNkMjQyLTA4ZDMtNDdlZS04YjhjLWYyOWFjNzQzYjVjZSIsIk9mZnNldCI6MjIzOTEyOTYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6MzJaIn0%3D&digest=sha256%3A61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=4ad00013-10a8-488f-9fa5-63ff080d3e27 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.873997ms http.response.status=200 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "HEAD /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=d293da02-2f47-470b-bc6d-46be03e37a3c http.request.method=GET http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=89.642676ms http.response.status=200 http.response.written=22391296 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "GET /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 200 22391296 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=error msg="error parsing digest="sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0": unsupported digest algorithm" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=3a58c7e2-89ae-4b6e-bcaf-49148f97435f http.request.method=GET http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" vars.name="foo/bar" time="2026-04-22T12:56:36Z" 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.26.2 http.request.host="127.0.0.1:44237" http.request.id=3a58c7e2-89ae-4b6e-bcaf-49148f97435f http.request.method=GET http.request.remoteaddr="127.0.0.1:48732" http.request.uri="/v2/foo/bar/blobs/sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.904556ms http.response.status=400 http.response.written=110 vars.digest="sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "GET /v2/foo/bar/blobs/sha257:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=6cd15ec3-94f2-4b9e-8f8b-4c97cc21e350 http.request.method=GET http.request.remoteaddr="127.0.0.1:48750" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.233918ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "GET /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=c8aaa6ca-bdb9-482e-b08e-7b7402414cd9 http.request.method=GET http.request.remoteaddr="127.0.0.1:48738" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=10.653069ms http.response.status=200 http.response.written=2719744 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "GET /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:44237" http.request.id=1811b7ba-1162-4388-8357-33661d9574d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:48750" http.request.uri="/v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.9034ms http.response.status=200 http.response.written=786432 127.0.0.1 - - [22/Apr/2026:12:56:36 +0000] "GET /v2/foo/bar/blobs/sha256:61c4e91bb5c4d46a7e1e35486d2134909a835bd79cd3658538b4e81b0ba44fa0 HTTP/1.1" 200 786432 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=7bbb7f69-1de2-44af-afdf-c9107061b355 http.request.method=GET http.request.remoteaddr="127.0.0.1:42322" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=8.108929149s http.response.status=200 http.response.written=2621440 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 200 2621440 "" "Go-http-client/1.1" time="2026-04-22T12:56:36Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45143" http.request.id=ba5f026f-e702-4d3b-96ed-c416a5e9739f http.request.method=GET http.request.remoteaddr="127.0.0.1:42320" http.request.uri="/v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=8.115041101s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [22/Apr/2026:12:56:28 +0000] "GET /v2/foo/bar/blobs/sha256:3a521523ddebb7d1ac6490cfad248cee389213d8d23906bd6301697d41094a6c HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (22.58s) === RUN TestBlobDelete time="2026-04-22T12:56: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.26.2 time="2026-04-22T12:56:36Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:37Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=171e2278-a292-411e-bf38-d5b4d55d2c50 http.request.method=GET http.request.remoteaddr="127.0.0.1:52564" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.171971ms http.response.status=404 http.response.written=157 vars.digest="sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "GET /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=a12fb813-efe1-4fc5-818e-32a48cc6a0ca http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.72358ms http.response.status=404 http.response.written=157 vars.digest="sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "HEAD /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=172c54fc-cdde-46a5-b362-088565455f4d http.request.method=POST http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.836537ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=72fec876-a2a3-425d-a558-eafd131b459a http.request.method=GET http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.010017ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "GET /v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=5dacf0da-762b-49d9-a146-b59687247124 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.888997ms http.response.status=204 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "DELETE /v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=e79dfee3-58cb-4588-95b8-5e254b875ec3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=b9c7afe0-6e97-4bc8-9baf-adbf69f91f30 time="2026-04-22T12:56:37Z" 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.26.2 http.request.host="127.0.0.1:34747" http.request.id=e79dfee3-58cb-4588-95b8-5e254b875ec3 http.request.method=GET http.request.remoteaddr="127.0.0.1:52566" http.request.uri="/v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.760996ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=b9c7afe0-6e97-4bc8-9baf-adbf69f91f30 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "GET /v2/foo/bar/blobs/uploads/b9c7afe0-6e97-4bc8-9baf-adbf69f91f30?_state=ccqvmZ2lkL-wNwxJYb0Ouyg-alBXjwTzFFpLrphk3Hd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImI5YzdhZmUwLTZlOTctNGJjOC05YmFmLWFkYmY2OWY5MWYzMCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wNzcyNTYzNTRaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=e70176d2-3692-4f99-9951-7cf2355cfa18 http.request.method=POST http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.880327ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=6952731e-e7d5-446b-99ff-f54ff9123d2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/de1c0981-e67f-400f-8c56-7df2aec443da?_state=9YZ2YNxT73bNYY9XV8tGiN0hsRFiBpog7fxhdnz7ENJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRlMWMwOTgxLWU2N2YtNDAwZi04YzU2LTdkZjJhZWM0NDNkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wODY0MjQ1MjdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" provided=sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 vars.name="foo/bar" vars.uuid=de1c0981-e67f-400f-8c56-7df2aec443da time="2026-04-22T12:56:37Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=6952731e-e7d5-446b-99ff-f54ff9123d2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/de1c0981-e67f-400f-8c56-7df2aec443da?_state=9YZ2YNxT73bNYY9XV8tGiN0hsRFiBpog7fxhdnz7ENJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRlMWMwOTgxLWU2N2YtNDAwZi04YzU2LTdkZjJhZWM0NDNkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wODY0MjQ1MjdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=de1c0981-e67f-400f-8c56-7df2aec443da time="2026-04-22T12:56:37Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=6952731e-e7d5-446b-99ff-f54ff9123d2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/de1c0981-e67f-400f-8c56-7df2aec443da?_state=9YZ2YNxT73bNYY9XV8tGiN0hsRFiBpog7fxhdnz7ENJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRlMWMwOTgxLWU2N2YtNDAwZi04YzU2LTdkZjJhZWM0NDNkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wODY0MjQ1MjdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.574096ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=de1c0981-e67f-400f-8c56-7df2aec443da 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "PUT /v2/foo/bar/blobs/uploads/de1c0981-e67f-400f-8c56-7df2aec443da?_state=9YZ2YNxT73bNYY9XV8tGiN0hsRFiBpog7fxhdnz7ENJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRlMWMwOTgxLWU2N2YtNDAwZi04YzU2LTdkZjJhZWM0NDNkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wODY0MjQ1MjdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=de1d8065-8242-474d-b40e-d9e8ab3e191d http.request.method=POST http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.406195ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=b9c4635a-4dd8-411d-adf6-19cc99e81e64 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/9f81c405-5a29-41fc-b676-64bb22f167f6?_state=mQO4kNVcFI8xcVt63ptxLMDsRX0y-Hnoaz5j9OJfw957Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlmODFjNDA1LTVhMjktNDFmYy1iNjc2LTY0YmIyMmYxNjdmNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wOTAxNzg2OTFaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=2.637579ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "PUT /v2/foo/bar/blobs/uploads/9f81c405-5a29-41fc-b676-64bb22f167f6?_state=mQO4kNVcFI8xcVt63ptxLMDsRX0y-Hnoaz5j9OJfw957Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjlmODFjNDA1LTVhMjktNDFmYy1iNjc2LTY0YmIyMmYxNjdmNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wOTAxNzg2OTFaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=0551ad39-5db5-4002-8516-831f34ab2a89 http.request.method=POST http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.512405ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=862ad51a-2fc5-40ce-9000-8de85b45c6f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/7e7cd4a4-b90f-4275-b74d-aa4fcbca03d1?_state=PGU4Plt22-t8aJ2pzPLrc7OHca-I2qufXOd_CkNnYxV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdlN2NkNGE0LWI5MGYtNDI3NS1iNzRkLWFhNGZjYmNhMDNkMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wOTU5MzAzMDJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.946077ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "PUT /v2/foo/bar/blobs/uploads/7e7cd4a4-b90f-4275-b74d-aa4fcbca03d1?_state=PGU4Plt22-t8aJ2pzPLrc7OHca-I2qufXOd_CkNnYxV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdlN2NkNGE0LWI5MGYtNDI3NS1iNzRkLWFhNGZjYmNhMDNkMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4wOTU5MzAzMDJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:37Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=4fd5076a-e538-4e40-a35a-32b8fdef1b0b http.request.method=POST http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.529325ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:43Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=402c5d0f-04fc-4753-a384-33ea4e0217df http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/1537dcc3-7b80-468c-9102-ed395a18819a?_state=wKOhrdp78hGe4jOFTzhnE0FsF0gXe3erMaUZgxp_sx97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzdkY2MzLTdiODAtNDY4Yy05MTAyLWVkMzk1YTE4ODE5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4xMDAwNTM0OTdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.duration=6.574333423s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:37 +0000] "PUT /v2/foo/bar/blobs/uploads/1537dcc3-7b80-468c-9102-ed395a18819a?_state=wKOhrdp78hGe4jOFTzhnE0FsF0gXe3erMaUZgxp_sx97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzdkY2MzLTdiODAtNDY4Yy05MTAyLWVkMzk1YTE4ODE5YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NjozNy4xMDAwNTM0OTdaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:43Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=6dba6290-e373-4b24-ab48-720e6f726eff http.request.method=POST http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.214598ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:34747" http.request.id=67eb5ab5-2727-45be-b7ee-8b1a4147a137 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/3b4978b7-e040-427e-b131-a43c7816632b?_state=9xbrdTz6LzVGRjaebtSrNjRi1u4qg-mGzAza1UMAohV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNiNDk3OGI3LWUwNDAtNDI3ZS1iMTMxLWE0M2M3ODE2NjMyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo0My44MTU2NzQwMDVaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=6.431479412s http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:43 +0000] "PATCH /v2/foo/bar/blobs/uploads/3b4978b7-e040-427e-b131-a43c7816632b?_state=9xbrdTz6LzVGRjaebtSrNjRi1u4qg-mGzAza1UMAohV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNiNDk3OGI3LWUwNDAtNDI3ZS1iMTMxLWE0M2M3ODE2NjMyYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo0My44MTU2NzQwMDVaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=d3484ec4-d8ef-4aac-88b5-df15c3282b6b http.request.method=PUT http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/uploads/3b4978b7-e040-427e-b131-a43c7816632b?_state=WLhAP4qApoT0bbkfwC5BJgrdbLcA_tf65XB4_V5F2GF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNiNDk3OGI3LWUwNDAtNDI3ZS1iMTMxLWE0M2M3ODE2NjMyYiIsIk9mZnNldCI6Mjg2MjE4MjQsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6NDNaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.duration=2.77407ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "PUT /v2/foo/bar/blobs/uploads/3b4978b7-e040-427e-b131-a43c7816632b?_state=WLhAP4qApoT0bbkfwC5BJgrdbLcA_tf65XB4_V5F2GF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNiNDk3OGI3LWUwNDAtNDI3ZS1iMTMxLWE0M2M3ODE2NjMyYiIsIk9mZnNldCI6Mjg2MjE4MjQsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTY6NDNaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=d75be9b1-aa25-4729-af50-d1a2516678f1 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.913607ms http.response.status=200 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "HEAD /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=22b11c5e-1301-4a04-a16c-89639f566848 http.request.method=GET http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=115.723982ms http.response.status=200 http.response.written=28621824 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "GET /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 200 28621824 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=error msg="error parsing digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7": unsupported digest algorithm" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=8f4c46fe-9162-4518-80d5-22ac4818ffba http.request.method=GET http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" time="2026-04-22T12:56:50Z" 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.26.2 http.request.host="127.0.0.1:34747" http.request.id=8f4c46fe-9162-4518-80d5-22ac4818ffba http.request.method=GET http.request.remoteaddr="127.0.0.1:52582" http.request.uri="/v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.744576ms http.response.status=400 http.response.written=110 vars.digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "GET /v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=3a4d35f2-1f97-42a4-afd1-ea2be1216f76 http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.duration=1.599426ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "GET /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=d445cf70-200c-42ef-86f7-ae92329a87c5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50824" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.duration=1.482936ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "DELETE /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=0a0f6552-8321-412d-a4d7-f64f6d012271 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50824" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.186924ms http.response.status=404 http.response.written=157 vars.digest="sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "HEAD /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=7a275593-6dc8-4b5e-8c3e-5cf030be39c2 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50824" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.070054ms http.response.status=404 http.response.written=74 vars.digest="sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "DELETE /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=error msg="error parsing digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7": unsupported digest algorithm" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=c67c5ba9-054a-493e-8517-e693126798c1 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50830" http.request.uri="/v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" time="2026-04-22T12:56:50Z" 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.26.2 http.request.host="127.0.0.1:34747" http.request.id=c67c5ba9-054a-493e-8517-e693126798c1 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50830" http.request.uri="/v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.474136ms http.response.status=400 http.response.written=110 vars.digest="sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "DELETE /v2/foo/bar/blobs/sha257:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-04-22T12:56:50Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=1f8eaeba-f830-4950-af88-c9e625d1ffaf http.request.method=POST http.request.remoteaddr="127.0.0.1:50836" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.587275ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=88f0971a-3d83-4d4a-8e56-46abc526d8a7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50836" http.request.uri="/v2/foo/bar/blobs/uploads/709fdd76-ba9c-47b9-87e1-099d59f9ecc1?_state=RJu9hutEI3C61pUwp3ye0BzW3DwhiFYBrzSbYmOBCqF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjcwOWZkZDc2LWJhOWMtNDdiOS04N2UxLTA5OWQ1OWY5ZWNjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo1MC40MjEzMTgxMTJaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.duration=6.680902432s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "PUT /v2/foo/bar/blobs/uploads/709fdd76-ba9c-47b9-87e1-099d59f9ecc1?_state=RJu9hutEI3C61pUwp3ye0BzW3DwhiFYBrzSbYmOBCqF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjcwOWZkZDc2LWJhOWMtNDdiOS04N2UxLTA5OWQ1OWY5ZWNjMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo1MC40MjEzMTgxMTJaIn0%3D&digest=sha256%3Ab0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=4b30a396-173c-4709-83cd-7a1854c5bfec http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50836" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.65994ms http.response.status=200 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:57 +0000] "HEAD /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-04-22T12:56:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=11fa3118-969e-451d-9a68-4c8805af5acb http.request.method=GET http.request.remoteaddr="127.0.0.1:50816" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.832673025s http.response.status=200 http.response.written=2621440 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "GET /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 200 2621440 "" "Go-http-client/1.1" time="2026-04-22T12:56:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34747" http.request.id=e2280416-ca59-4018-b98a-9385f1e420a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.838528416s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [22/Apr/2026:12:56:50 +0000] "GET /v2/foo/bar/blobs/sha256:b0143da77c95b70e34458e88c0892162e9ed4a8cb83e4d6a7ad48d2d3cc8d6d7 HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (20.51s) === RUN TestRelativeURL time="2026-04-22T12:56:57Z" 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.26.2 time="2026-04-22T12:56:57Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:56:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:43763" http.request.id=a06b6c1f-eddb-4e7d-b956-bdb5820309fc http.request.method=POST http.request.remoteaddr="127.0.0.1:55552" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.012457ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:57 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:03Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:43763" http.request.id=f64a627b-33d3-43ae-ba32-d098283f3138 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55552" http.request.uri="/v2/foo/bar/blobs/uploads/a74a826a-3df3-4693-8cfd-a8c7de21b2ea?_state=hCXSBMkLgqePiCyMA15vvT2_r76aLB-p-m_vXvn9on97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE3NGE4MjZhLTNkZjMtNDY5My04Y2ZkLWE4YzdkZTIxYjJlYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo1Ny4yNDk1MjI0MVoifQ%3D%3D&digest=sha256%3A43c1aaf4d60c48ee8328887069f61deb4cd913e915315de8d2db6ed4d39fcb8b" http.request.useragent="Go-http-client/1.1" http.response.duration=6.011852142s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:56:57 +0000] "PUT /v2/foo/bar/blobs/uploads/a74a826a-3df3-4693-8cfd-a8c7de21b2ea?_state=hCXSBMkLgqePiCyMA15vvT2_r76aLB-p-m_vXvn9on97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImE3NGE4MjZhLTNkZjMtNDY5My04Y2ZkLWE4YzdkZTIxYjJlYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Njo1Ny4yNDk1MjI0MVoifQ%3D%3D&digest=sha256%3A43c1aaf4d60c48ee8328887069f61deb4cd913e915315de8d2db6ed4d39fcb8b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:03Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:43763" http.request.id=41965c94-1fe1-4c76-b754-26bbd165b954 http.request.method=POST http.request.remoteaddr="127.0.0.1:55552" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.074501ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:03 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:03Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:43763" http.request.id=ae6dc052-7623-4ba1-b095-5263d4ab4b88 http.request.method=POST http.request.remoteaddr="127.0.0.1:55552" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.913207ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:03 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:06Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:43763" http.request.id=33fddc35-4f5f-4d9d-858d-504495d625b5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55552" http.request.uri="/v2/foo/bar/blobs/uploads/135d6a40-65a9-4ee9-a601-49d6416acfa9?_state=Luve2X1pXqyKSyxzx3O5c1OU7P581Nx0yO5iCeOG7v97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzNWQ2YTQwLTY1YTktNGVlOS1hNjAxLTQ5ZDY0MTZhY2ZhOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzowMy42OTQzMDI3WiJ9&digest=sha256%3A7c41a32be504e6207c1736968c5e6666952071fafffdc2fcc1a500725d9dd138" http.request.useragent="Go-http-client/1.1" http.response.duration=3.033303611s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:03 +0000] "PUT /v2/foo/bar/blobs/uploads/135d6a40-65a9-4ee9-a601-49d6416acfa9?_state=Luve2X1pXqyKSyxzx3O5c1OU7P581Nx0yO5iCeOG7v97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzNWQ2YTQwLTY1YTktNGVlOS1hNjAxLTQ5ZDY0MTZhY2ZhOSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzowMy42OTQzMDI3WiJ9&digest=sha256%3A7c41a32be504e6207c1736968c5e6666952071fafffdc2fcc1a500725d9dd138 HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (9.49s) === RUN TestBlobDeleteDisabled time="2026-04-22T12:57:06Z" 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.26.2 time="2026-04-22T12:57:06Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:07Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:39529" http.request.id=0ce8bb19-5850-42ce-923c-b60f7d93ecc7 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45798" http.request.uri="/v2/foo/bar/blobs/sha256:8454e1e05806544dc73e467387fcdcd307d66789398c87d0f1079a6059d38702" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.273548ms http.response.status=405 http.response.written=78 vars.digest="sha256:8454e1e05806544dc73e467387fcdcd307d66789398c87d0f1079a6059d38702" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:57:07 +0000] "DELETE /v2/foo/bar/blobs/sha256:8454e1e05806544dc73e467387fcdcd307d66789398c87d0f1079a6059d38702 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.31s) === RUN TestDeleteDisabled time="2026-04-22T12:57: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.26.2 time="2026-04-22T12:57:07Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:07Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:37565" http.request.id=9c368cad-f2a1-4835-8009-1c412aa694d5 http.request.method=POST http.request.remoteaddr="127.0.0.1:32836" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.423309ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:10Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:37565" http.request.id=d7761213-457a-44b8-83d0-1e62693cc471 http.request.method=PUT http.request.remoteaddr="127.0.0.1:32836" http.request.uri="/v2/foo/bar/blobs/uploads/fcf4e70c-dc95-4dae-b46d-88d6f166e632?_state=5L0tXUov4-CDA9NruUdNvBQT217hfnCWGaW4mCpRdxF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjZjRlNzBjLWRjOTUtNGRhZS1iNDZkLTg4ZDZmMTY2ZTYzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzowNy4yMjU4MDM1MDhaIn0%3D&digest=sha256%3A0b840044b2cd6db754e245275ca79432a6b231cfb489c4677773fc138697ce9b" http.request.useragent="Go-http-client/1.1" http.response.duration=3.16743978s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:07 +0000] "PUT /v2/foo/bar/blobs/uploads/fcf4e70c-dc95-4dae-b46d-88d6f166e632?_state=5L0tXUov4-CDA9NruUdNvBQT217hfnCWGaW4mCpRdxF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjZjRlNzBjLWRjOTUtNGRhZS1iNDZkLTg4ZDZmMTY2ZTYzMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzowNy4yMjU4MDM1MDhaIn0%3D&digest=sha256%3A0b840044b2cd6db754e245275ca79432a6b231cfb489c4677773fc138697ce9b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:10Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:37565" http.request.id=b18c69bc-ff1a-4fae-932c-cf1181b85976 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:32836" http.request.uri="/v2/foo/bar/blobs/sha256:0b840044b2cd6db754e245275ca79432a6b231cfb489c4677773fc138697ce9b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.165948ms http.response.status=405 http.response.written=78 vars.digest="sha256:0b840044b2cd6db754e245275ca79432a6b231cfb489c4677773fc138697ce9b" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:57:10 +0000] "DELETE /v2/foo/bar/blobs/sha256:0b840044b2cd6db754e245275ca79432a6b231cfb489c4677773fc138697ce9b HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (3.36s) === RUN TestDeleteReadOnly time="2026-04-22T12:57: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.26.2 time="2026-04-22T12:57:10Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:10Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:46509" http.request.id=a4576a7e-5ea1-4842-80d8-2c9c2f2154c7 http.request.method=POST http.request.remoteaddr="127.0.0.1:60240" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.377178ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:10 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:46509" http.request.id=8143cd94-50c4-44d3-9fb5-6251c63b0538 http.request.method=PUT http.request.remoteaddr="127.0.0.1:60240" http.request.uri="/v2/foo/bar/blobs/uploads/259c096b-301f-4db6-96f4-1743d721b8ab?_state=8LO4wqZUADY_JQU_G0EjmOHceYSGQJF_ANicOVft8CJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI1OWMwOTZiLTMwMWYtNGRiNi05NmY0LTE3NDNkNzIxYjhhYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzoxMC42MTQ0MTc3MzRaIn0%3D&digest=sha256%3Aea08365389982c82b825655c171477e05570aa0f163a0d51bf3f12d86f23106f" http.request.useragent="Go-http-client/1.1" http.response.duration=3.575487747s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:10 +0000] "PUT /v2/foo/bar/blobs/uploads/259c096b-301f-4db6-96f4-1743d721b8ab?_state=8LO4wqZUADY_JQU_G0EjmOHceYSGQJF_ANicOVft8CJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI1OWMwOTZiLTMwMWYtNGRiNi05NmY0LTE3NDNkNzIxYjhhYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1NzoxMC42MTQ0MTc3MzRaIn0%3D&digest=sha256%3Aea08365389982c82b825655c171477e05570aa0f163a0d51bf3f12d86f23106f HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "DELETE /v2/foo/bar/blobs/sha256:ea08365389982c82b825655c171477e05570aa0f163a0d51bf3f12d86f23106f HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (3.80s) === RUN TestStartPushReadOnly time="2026-04-22T12:57:14Z" 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.26.2 time="2026-04-22T12:57:14Z" level=info msg="redis not configured" go.version=go1.26.2 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestStartPushReadOnly (0.01s) === RUN TestManifestAPI time="2026-04-22T12:57:14Z" 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.26.2 time="2026-04-22T12:57:14Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=8ad7f8f3-c818-4465-acf1-d787c2caa69c http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" 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=2.154618ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-04-22T12:57:14Z" 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.26.2 http.request.host="127.0.0.1:34047" http.request.id=7dd50863-a1f3-4004-a132-a698e545e94f http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" 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=1.429056ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=141b472a-ab7a-487d-8f60-da2b78b670f6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" 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.057794ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=99b97458-9205-47a7-9bc5-4d585ec2cb73 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" 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=2.549169ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=99b97458-9205-47a7-9bc5-4d585ec2cb73 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" 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=2.604219ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=99b97458-9205-47a7-9bc5-4d585ec2cb73 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" 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=2.640869ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:14Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=99b97458-9205-47a7-9bc5-4d585ec2cb73 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" 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=2.680029ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-04-22T12:57:14Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=6002ede7-d578-4d6b-919b-3cf066952a52 http.request.method=POST http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.810077ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:17Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=0107f23d-436c-44e9-a21a-a24faaab9e54 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/blobs/uploads/b2de2c5d-d2cb-435b-8f5f-6ea5cf47dfd5?_state=7ZlrIN66FkDR582uU8J5KoVTzDLe-khI0qs4mnmEk0d7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiMmRlMmM1ZC1kMmNiLTQzNWItOGY1Zi02ZWE1Y2Y0N2RmZDUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MTQuMzk4MTQzNzYxWiJ9&digest=sha256%3A23049aaa0d6067dd84ead197d0f02405c7863c9600f385056c7e63f676dd85c0" http.request.useragent="Go-http-client/1.1" http.response.duration=3.110136361s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:14 +0000] "PUT /v2/foo/schema1/blobs/uploads/b2de2c5d-d2cb-435b-8f5f-6ea5cf47dfd5?_state=7ZlrIN66FkDR582uU8J5KoVTzDLe-khI0qs4mnmEk0d7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiMmRlMmM1ZC1kMmNiLTQzNWItOGY1Zi02ZWE1Y2Y0N2RmZDUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MTQuMzk4MTQzNzYxWiJ9&digest=sha256%3A23049aaa0d6067dd84ead197d0f02405c7863c9600f385056c7e63f676dd85c0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:17Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=a6ad073d-ae75-4179-8339-a07c77799a54 http.request.method=POST http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.218728ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:17 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=d85900e6-bf73-4172-b77a-9c1931e79830 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/blobs/uploads/db8c5fd1-4cf1-40a6-9e68-c8f0e4f7e187?_state=paR9J5kOKOicH0mVhyL7RNh-O_Gk1EZMKjmMZqXw7qt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJkYjhjNWZkMS00Y2YxLTQwYTYtOWU2OC1jOGYwZTRmN2UxODciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MTcuNjgyODQ3NDI4WiJ9&digest=sha256%3Abcce76c8dd4675285bdc385f1b4caa3c9463bb97c9d9ad0618fbc3eba9e91109" http.request.useragent="Go-http-client/1.1" http.response.duration=2.672114394s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:17 +0000] "PUT /v2/foo/schema1/blobs/uploads/db8c5fd1-4cf1-40a6-9e68-c8f0e4f7e187?_state=paR9J5kOKOicH0mVhyL7RNh-O_Gk1EZMKjmMZqXw7qt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJkYjhjNWZkMS00Y2YxLTQwYTYtOWU2OC1jOGYwZTRmN2UxODciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MTcuNjgyODQ3NDI4WiJ9&digest=sha256%3Abcce76c8dd4675285bdc385f1b4caa3c9463bb97c9d9ad0618fbc3eba9e91109 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=6c83020f-14bd-46df-a9da-ddabf6239843 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.900624ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=6577e03f-498e-4e12-a43a-07fcbd7b40f3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.duration=2.71985ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=b535079e-d9db-4982-aee8-a50f5390a032 http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" 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=2.536489ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=1fbc3faf-ba29-4718-aa4e-196dd872e36c http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.459319ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:34047" http.request.id=1bee4ef2-959d-444f-8996-680aec08772c http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.duration=2.72724ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:34047" http.request.id=8fd3b940-fff1-4663-8ab5-2a6e5ceb6c04 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.duration=2.861921ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:34047" http.request.id=f5b5a42c-8697-418a-a793-2eb6291191bf http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.duration=2.633269ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=7571bf3f-edb1-49f0-b4e6-02a29b9bc817 http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.142588ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=25672a2f-d3b3-498f-90dc-6e7dafce4c39 http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.743896ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=b81034d6-523e-48e8-80bd-86f70ad0b373 http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.duration=1.517746ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=856b9319-795c-4001-986d-aafb7b2ba4db http.request.method=GET http.request.remoteaddr="127.0.0.1:41362" 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=1.397625ms http.response.status=200 http.response.written=41 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=error msg="payload digest does match: "sha256:5ff485bf66e261c7de8cda65c6926c5bb149fa8b4724e858bffe82c57557dd61" != "sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9"" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=d2daf635-c09b-455f-85e6-50ed5653081a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" time="2026-04-22T12:57:20Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=d2daf635-c09b-455f-85e6-50ed5653081a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41362" http.request.uri="/v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.897647ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9" 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema1/manifests/sha256:25f0b367498c2743c94738bed409309deffc1d7fe33bf300da07d20443c7f2c9 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=7f62fb14-34ba-43d0-8ddb-17619272d66a http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=1.636906ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" 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.26.2 http.request.host="127.0.0.1:34047" http.request.id=e397fdf0-56b7-43f0-9568-549ce88a9e21 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=1.485566ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=e3efae2f-eded-4ae8-a341-f11900aa8b0d http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.823647ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:20Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=e3efae2f-eded-4ae8-a341-f11900aa8b0d http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.881457ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:20Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=e3efae2f-eded-4ae8-a341-f11900aa8b0d http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.921737ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=264dfa1e-81f7-42b9-9c1e-2ef33dbd5e07 http.request.method=POST http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.479555ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=ce47d6eb-25a8-4fc9-ad34-4897d62df340 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/7101e3a6-5476-4bbc-88c3-8754365da450?_state=KbcXDg3T665EmeY1A_Hk6NyyvkajntyYuZBOPbsu5wV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3MTAxZTNhNi01NDc2LTRiYmMtODhjMy04NzU0MzY1ZGE0NTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjAuMzk5NzgyOTc1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.304089ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema2/blobs/uploads/7101e3a6-5476-4bbc-88c3-8754365da450?_state=KbcXDg3T665EmeY1A_Hk6NyyvkajntyYuZBOPbsu5wV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3MTAxZTNhNi01NDc2LTRiYmMtODhjMy04NzU0MzY1ZGE0NTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjAuMzk5NzgyOTc1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=2bfdd795-fa29-4f83-a43c-b97470d1bfdc http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.819996ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:20Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=2bfdd795-fa29-4f83-a43c-b97470d1bfdc http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.870417ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-04-22T12:57:20Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=dd292798-1058-4d9a-bb20-ccb36e023b8f http.request.method=POST http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.417295ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:26Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=ffcf50c9-3084-4fcf-9bfa-3e102be2322d http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/61f1ff4e-9597-49c1-b7c0-4c7eb8daad7a?_state=xSxe19rkT3uAQx6EtpCY7c7pZAeL5SCutpWnPFHF7lh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI2MWYxZmY0ZS05NTk3LTQ5YzEtYjdjMC00YzdlYjhkYWFkN2EiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjAuNjU2NDA4NDUxWiJ9&digest=sha256%3Aaf0690d1ac6979bb9f3a71e4c4069e6c6fefb75012f90d6fa830bdbc2def9bd8" http.request.useragent="Go-http-client/1.1" http.response.duration=5.597231939s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:20 +0000] "PUT /v2/foo/schema2/blobs/uploads/61f1ff4e-9597-49c1-b7c0-4c7eb8daad7a?_state=xSxe19rkT3uAQx6EtpCY7c7pZAeL5SCutpWnPFHF7lh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI2MWYxZmY0ZS05NTk3LTQ5YzEtYjdjMC00YzdlYjhkYWFkN2EiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjAuNjU2NDA4NDUxWiJ9&digest=sha256%3Aaf0690d1ac6979bb9f3a71e4c4069e6c6fefb75012f90d6fa830bdbc2def9bd8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:26Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=25677bd6-32f3-436a-8068-f4135f7ae02e http.request.method=POST http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.501613ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:26 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=fcef9230-7779-40f5-b121-cdf1dc9e473c http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/blobs/uploads/42d08711-c497-4a38-85f2-bb25e574e935?_state=byTU7leX0qSbsTagrdQjFdDU1vF1R4sojGb8-Eb4Lkx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0MmQwODcxMS1jNDk3LTRhMzgtODVmMi1iYjI1ZTU3NGU5MzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjYuNDI0ODM0NjY1WiJ9&digest=sha256%3Aff953b577408d7d22c2ce0d541443eb9e7f60b960f80e0c1dbcc1cdbdd966b5b" http.request.useragent="Go-http-client/1.1" http.response.duration=2.710047812s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:26 +0000] "PUT /v2/foo/schema2/blobs/uploads/42d08711-c497-4a38-85f2-bb25e574e935?_state=byTU7leX0qSbsTagrdQjFdDU1vF1R4sojGb8-Eb4Lkx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0MmQwODcxMS1jNDk3LTRhMzgtODVmMi1iYjI1ZTU3NGU5MzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjYuNDI0ODM0NjY1WiJ9&digest=sha256%3Aff953b577408d7d22c2ce0d541443eb9e7f60b960f80e0c1dbcc1cdbdd966b5b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=14a13751-9457-4007-ab39-69fc4513ac8c http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.086871ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34047" http.request.id=9b76f6a5-4bd2-460a-b7b7-3ccf6a79e444 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166" http.request.useragent="Go-http-client/1.1" http.response.duration=2.310569ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=bb7909e4-2ca7-4311-849c-4687a29d7d42 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=2.136978ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=3669453d-68c4-44ca-b46c-529857028536 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.803246ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=f65e0256-9c48-4171-861a-2c62f13067b8 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.856277ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=f0bbd272-65ba-4504-a80e-fdd83649f483 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166" http.request.useragent="Go-http-client/1.1" http.response.duration=1.516135ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=20d6347a-3714-4935-aa87-4b7e948b03ef http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=1.353885ms http.response.status=200 http.response.written=45 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="rewriting manifest sha256:42b4f1157644f312b259eb5dab1117d669d1163fb2116b2e111ff47185e32166 in schema1 format to support old client" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=6c22bd9f-3580-4f8e-8a2f-63bff253754e http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=6c22bd9f-3580-4f8e-8a2f-63bff253754e http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=2.844331ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-04-22T12:57: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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34047" http.request.id=621bea55-c57e-49cf-9bfd-209802a5b9f9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" 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=1.796677ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34047" http.request.id=9aaf7a2e-8180-4b2a-88c2-361dd1df0973 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.862967ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34047" http.request.id=4a2936ce-0a33-49dc-a5d6-2a7c0dff89aa http.request.method=PUT http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72" http.request.useragent="Go-http-client/1.1" http.response.duration=1.516925ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=c5b48a09-c918-4fd3-9b1f-78e19d2bc55a http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=1.544916ms http.response.status=200 http.response.written=434 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=f0865197-17f4-4f5d-b897-aeb92f122239 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.325745ms http.response.status=200 http.response.written=434 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=f7fd574c-4009-4edb-a2d3-bfa7d449c352 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.363095ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=ddc93f9a-12c7-4854-ba75-f3b397c20e48 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" http.request.uri="/v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72" http.request.useragent="Go-http-client/1.1" http.response.duration=1.049124ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="rewriting manifest list sha256:5c50a26d7215cfbb16bede3439f4617633126f6590ed9776fe32e4a234d87a72 in schema1 format to support old client" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=0c053286-bc90-4ba7-81ed-050ee3f23b54 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:34047" http.request.id=0c053286-bc90-4ba7-81ed-050ee3f23b54 http.request.method=GET http.request.remoteaddr="127.0.0.1:53108" 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=2.234758ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2026-04-22T12:57: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.26.2 time="2026-04-22T12:57:29Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:29Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=97cf90a5-5910-420d-aeb3-0fbc7a788afd http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" 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.269975ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-04-22T12:57: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.26.2 http.request.host="127.0.0.1:33395" http.request.id=730eae45-fe4b-4ed7-83d5-4b6e64f24da1 http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" 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=1.167684ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=5749a511-eb86-4028-8888-6705b1585ce0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" 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.747697ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=45bda9eb-fdc1-476c-839d-3b7efd857551 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" 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=2.191418ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57: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.26.2 http.request.host="127.0.0.1:33395" http.request.id=45bda9eb-fdc1-476c-839d-3b7efd857551 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" 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=2.243678ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:29Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=45bda9eb-fdc1-476c-839d-3b7efd857551 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" 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=2.274989ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57: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.26.2 http.request.host="127.0.0.1:33395" http.request.id=45bda9eb-fdc1-476c-839d-3b7efd857551 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" 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=2.304459ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-04-22T12:57:29Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=95416e2c-0498-4555-a239-aeeb5b220460 http.request.method=POST http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.820607ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:31Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=ef3547ba-10d6-4ed7-bf88-f6d6e3fe4084 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/blobs/uploads/6d0559c2-ebb6-4b9b-ab46-ec7684243ccf?_state=Dmr9zjQTf0kt6YLl-zpVbiiGS58w3gYdQhPE9xwPNCp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI2ZDA1NTljMi1lYmI2LTRiOWItYWI0Ni1lYzc2ODQyNDNjY2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjkuMzMxNjc4OTk1WiJ9&digest=sha256%3A9123e14e7123b99d210c00c03e3451c19529f085cc3f2b2f5e1e7f8429873e79" http.request.useragent="Go-http-client/1.1" http.response.duration=1.897475489s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:29 +0000] "PUT /v2/foo/schema1/blobs/uploads/6d0559c2-ebb6-4b9b-ab46-ec7684243ccf?_state=Dmr9zjQTf0kt6YLl-zpVbiiGS58w3gYdQhPE9xwPNCp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI2ZDA1NTljMi1lYmI2LTRiOWItYWI0Ni1lYzc2ODQyNDNjY2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MjkuMzMxNjc4OTk1WiJ9&digest=sha256%3A9123e14e7123b99d210c00c03e3451c19529f085cc3f2b2f5e1e7f8429873e79 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:31Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=bca5e332-3cf0-4456-b7ba-6e1a01ac31a6 http.request.method=POST http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.167158ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:31 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=220783c8-ed8c-4e04-916e-38a4125cabd0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/blobs/uploads/55f53d2f-6762-47d3-a2ae-403260fb1509?_state=DIMZfmm4_451qQgnXorXtEpKex99bZbRRhrEwZbrq257Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI1NWY1M2QyZi02NzYyLTQ3ZDMtYTJhZS00MDMyNjBmYjE1MDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzEuMzg4MzA3NjI0WiJ9&digest=sha256%3Ab7a5f4ecb7f7c098ed53fc9de72e75172dafde04d57469e1f6705607bb7db6ad" http.request.useragent="Go-http-client/1.1" http.response.duration=1.947901223s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:31 +0000] "PUT /v2/foo/schema1/blobs/uploads/55f53d2f-6762-47d3-a2ae-403260fb1509?_state=DIMZfmm4_451qQgnXorXtEpKex99bZbRRhrEwZbrq257Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI1NWY1M2QyZi02NzYyLTQ3ZDMtYTJhZS00MDMyNjBmYjE1MDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzEuMzg4MzA3NjI0WiJ9&digest=sha256%3Ab7a5f4ecb7f7c098ed53fc9de72e75172dafde04d57469e1f6705607bb7db6ad HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=2e594d43-fcdc-451b-a50d-303b69e46d38 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.978074ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=18430ca4-b4ee-49be-ad78-a6397a31af1c http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.duration=2.956821ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=fd3e4bd6-4890-4fb5-906a-c2efdb95fe83 http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" 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=2.63617ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=226e9ff6-9f84-4843-829a-aed11bd294cd http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.539039ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:33395" http.request.id=69a9ca7d-c6ab-42d5-81a5-7769fbd329d5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.duration=2.86795ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:33395" http.request.id=42f9af79-0d06-45a7-a971-4bc677ca7460 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.duration=2.602829ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:33395" http.request.id=b8cb3878-1369-48c2-94ff-0df4fc63624f http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.duration=2.7403ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=1ef2260b-963c-4e9c-ba39-214b9125376f http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.056238ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=91a80020-e4dd-4f40-8925-4c7f05938f88 http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.527726ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=587f85c1-c01d-4f58-aa7a-dc06b2e2296b http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.duration=1.416916ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=ce12f2bd-c89f-46ec-a514-5a49cdf11103 http.request.method=GET http.request.remoteaddr="127.0.0.1:36678" 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=1.587075ms http.response.status=200 http.response.written=41 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=error msg="payload digest does match: "sha256:851928f12988eb64bfe1b8cab4ee3bbd1f21846f4c5da0aa4902e55499c9e945" != "sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12"" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=c60c57bc-136d-4cf8-b361-027523f3c319 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" time="2026-04-22T12:57:33Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=c60c57bc-136d-4cf8-b361-027523f3c319 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36678" http.request.uri="/v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.505875ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12" 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:a8e182f0c49481f7c77d060cae322657eb72b043e1e2fd0d8d64154c8a78ea12 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=2a52a677-959c-4a8b-9528-f9d765f33dfa http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=1.448316ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" 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.26.2 http.request.host="127.0.0.1:33395" http.request.id=36716892-445f-4d03-bb4b-c558f4dbb344 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=1.752486ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=0985e327-f598-4e2e-9631-44e45800d33b http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.731406ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:33Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=0985e327-f598-4e2e-9631-44e45800d33b http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.783736ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:33Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=0985e327-f598-4e2e-9631-44e45800d33b http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.832446ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=6f286d5d-4e8f-4de4-85b6-ccbf9ef64284 http.request.method=POST http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.516285ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=5344a6eb-4e13-4a88-ad33-af26c3b0488d http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/7d3685a4-c404-4add-bd8a-1b8214ef790f?_state=MnHhs1aiWmi5GFmz2GNwjroHV6v87xdXfD3lzQUdG_h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3ZDM2ODVhNC1jNDA0LTRhZGQtYmQ4YS0xYjgyMTRlZjc5MGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzMuMzgyNDM5NjA1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.018328ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema2/blobs/uploads/7d3685a4-c404-4add-bd8a-1b8214ef790f?_state=MnHhs1aiWmi5GFmz2GNwjroHV6v87xdXfD3lzQUdG_h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3ZDM2ODVhNC1jNDA0LTRhZGQtYmQ4YS0xYjgyMTRlZjc5MGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzMuMzgyNDM5NjA1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=8b81d415-9af3-42f9-bfb7-831cc8472cbb http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.503875ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:33Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=8b81d415-9af3-42f9-bfb7-831cc8472cbb http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.555155ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-04-22T12:57:33Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=85b6fc88-f953-4ae8-ab21-4de0aee5699f http.request.method=POST http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.440289ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:39Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=d75d11cf-f0fb-4a09-9361-2b8a0ef3b978 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/fa1f188d-bac4-42d1-be3f-8e586773f408?_state=heYW1x4O8bLfX_pBb1c2lDmgTLn6f5OsWoFMGhcEdeF7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmYTFmMTg4ZC1iYWM0LTQyZDEtYmUzZi04ZTU4Njc3M2Y0MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzMuNjM3NDMyMTc1WiJ9&digest=sha256%3Aaf6d9c2f758b8c327dae2acc1d4e509c61cfdb5f8642daba39c340ee22235381" http.request.useragent="Go-http-client/1.1" http.response.duration=6.043442437s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:33 +0000] "PUT /v2/foo/schema2/blobs/uploads/fa1f188d-bac4-42d1-be3f-8e586773f408?_state=heYW1x4O8bLfX_pBb1c2lDmgTLn6f5OsWoFMGhcEdeF7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmYTFmMTg4ZC1iYWM0LTQyZDEtYmUzZi04ZTU4Njc3M2Y0MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzMuNjM3NDMyMTc1WiJ9&digest=sha256%3Aaf6d9c2f758b8c327dae2acc1d4e509c61cfdb5f8642daba39c340ee22235381 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:39Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=f6b9cda3-9083-419a-852f-9c1a8e328736 http.request.method=POST http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.241951ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:39 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=a160acd3-057b-4f73-b5a9-00da27aded05 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/blobs/uploads/2d2287e3-2dd6-4af0-b856-1fe36b85634e?_state=IVN_KWI-5Xa3drhgfYWXuogSwCnAQIx6EP5y8Bz6cI57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyZDIyODdlMy0yZGQ2LTRhZjAtYjg1Ni0xZmUzNmI4NTYzNGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzkuODI1NjIzMjNaIn0%3D&digest=sha256%3Aa3f1ecfb2782939ef36ee8fef261f5cd6499c6739c502a901a3a22a9e77155e2" http.request.useragent="Go-http-client/1.1" http.response.duration=1.61529891s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:39 +0000] "PUT /v2/foo/schema2/blobs/uploads/2d2287e3-2dd6-4af0-b856-1fe36b85634e?_state=IVN_KWI-5Xa3drhgfYWXuogSwCnAQIx6EP5y8Bz6cI57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyZDIyODdlMy0yZGQ2LTRhZjAtYjg1Ni0xZmUzNmI4NTYzNGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6MzkuODI1NjIzMjNaIn0%3D&digest=sha256%3Aa3f1ecfb2782939ef36ee8fef261f5cd6499c6739c502a901a3a22a9e77155e2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=684a7df8-d857-47db-8468-bfa5d0852f8c http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.86903ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33395" http.request.id=46b929e6-a6a5-405f-88f7-c9290672ebb2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46" http.request.useragent="Go-http-client/1.1" http.response.duration=2.443589ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=56c35bd8-6665-4a27-abcf-39c1fccc61e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=1.656386ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=d52f2722-5b92-46be-be8c-20eebfc180b4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.874157ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=2dfb8b54-5725-4aec-88cf-2053ba02b1b4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.441865ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=e12b4b85-f2b5-4878-b983-2f6f93e69412 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46" http.request.useragent="Go-http-client/1.1" http.response.duration=1.456055ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=2686ab02-bef9-43cc-9393-f2b33207096e http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=1.731367ms http.response.status=200 http.response.written=45 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="rewriting manifest sha256:1e2afb303efcaafdf87f305801209ff5b790b9e9642af643bcf11db965603b46 in schema1 format to support old client" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=94f92275-189a-421e-8883-e24f24fed1f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=94f92275-189a-421e-8883-e24f24fed1f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=2.685629ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33395" http.request.id=e2146aa2-2d76-4270-87f6-62e82a122125 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" 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=1.546616ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33395" http.request.id=e423f667-925b-4ca6-83b1-20cf9c2229f9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.152847ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33395" http.request.id=975e22e9-ad92-44a6-9508-5a8f68dcb1f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0" http.request.useragent="Go-http-client/1.1" http.response.duration=1.635266ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=9eedbdbd-0654-4c7c-afa3-e808ebceb44f http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=1.853877ms http.response.status=200 http.response.written=434 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=7ea5b321-d1e5-4b88-809e-ee9f73b3e069 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.515005ms http.response.status=200 http.response.written=434 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=38aaf85e-bbc6-43af-b90f-80dd6cc8ecd4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.667276ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=147f2d42-22e8-4720-8549-7d6697381b64 http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" http.request.uri="/v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0" http.request.useragent="Go-http-client/1.1" http.response.duration=1.379515ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="rewriting manifest list sha256:dc6376c79fa6412b229ee665d4fab8edbe0288f983b68e0516b0ff41c91967d0 in schema1 format to support old client" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=be5ddcdc-19b9-414d-8f9b-c295aabac9bb http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:33395" http.request.id=be5ddcdc-19b9-414d-8f9b-c295aabac9bb http.request.method=GET http.request.remoteaddr="127.0.0.1:36680" 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=3.011431ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (27.28s) === RUN TestGetManifestWithStorageError time="2026-04-22T12:57: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.26.2 time="2026-04-22T12:57:41Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:46347" http.request.id=7aaad049-173e-42c5-8cdc-f0adc95dcf49 http.request.method=GET http.request.remoteaddr="127.0.0.1:46900" 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=1.372145ms http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.26.2 http.request.host="127.0.0.1:46347" http.request.id=27e115e7-942e-4c07-a51d-771d7f19b11e http.request.method=GET http.request.remoteaddr="127.0.0.1:46900" 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=1.257924ms http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.26.2 http.request.host="127.0.0.1:46347" http.request.id=e64b8513-8704-4400-a027-73c6f7287eec http.request.method=GET http.request.remoteaddr="127.0.0.1:46900" 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=1.358275ms http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.26.2 http.request.host="127.0.0.1:46347" http.request.id=f5a8426a-1d5d-41f4-b518-aaa564b53372 http.request.method=GET http.request.remoteaddr="127.0.0.1:46900" 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=1.684476ms http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.01s) === RUN TestManifestDelete time="2026-04-22T12:57: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.26.2 time="2026-04-22T12:57:41Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=2dbfb97b-de02-407a-94d0-38b14b3e6d74 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" 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.473816ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" 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.26.2 http.request.host="127.0.0.1:39661" http.request.id=d7078f0f-18f9-47d6-96c2-266ebb7f128b http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" 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=1.093094ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=2880a822-dd58-41c1-a964-ed4e4b34cbb6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" 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.824077ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=9db5c06f-cea2-4835-8f6e-440b15e25180 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" 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=2.126468ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=9db5c06f-cea2-4835-8f6e-440b15e25180 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" 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=2.171658ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=9db5c06f-cea2-4835-8f6e-440b15e25180 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" 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=2.204948ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-04-22T12:57:41Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=9db5c06f-cea2-4835-8f6e-440b15e25180 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" 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=2.234188ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-04-22T12:57:41Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=6903d4ac-c998-451b-a060-ab93d3ebf59d http.request.method=POST http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.715976ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:47Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=0c805639-8b38-441b-baf3-d7799afbfec4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/blobs/uploads/0dc649c3-fcaa-48f0-ba71-b76ed7599ea9?_state=_8ZRwleNhUcGh6KiMDunZReoquHSAfBukWF_BEwURtZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIwZGM2NDljMy1mY2FhLTQ4ZjAtYmE3MS1iNzZlZDc1OTllYTkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDEuNzYyOTU2ODQ0WiJ9&digest=sha256%3A0e7af57885341514b0009fd50ff03ce806017e3a7946da92b0916f33b4465bed" http.request.useragent="Go-http-client/1.1" http.response.duration=5.44377747s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:41 +0000] "PUT /v2/foo/schema1/blobs/uploads/0dc649c3-fcaa-48f0-ba71-b76ed7599ea9?_state=_8ZRwleNhUcGh6KiMDunZReoquHSAfBukWF_BEwURtZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIwZGM2NDljMy1mY2FhLTQ4ZjAtYmE3MS1iNzZlZDc1OTllYTkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDEuNzYyOTU2ODQ0WiJ9&digest=sha256%3A0e7af57885341514b0009fd50ff03ce806017e3a7946da92b0916f33b4465bed HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:47Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=c744c313-a824-4e32-994c-9e7b074b828a http.request.method=POST http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.188108ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:47 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=8f507335-4572-423b-9151-7e2d8f1287de http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/blobs/uploads/392a596d-16df-4f2e-acab-9fa0cf070510?_state=u8Bixh1bPcELcEgVJfzWtC3Xc1fOC0tqp02bbVS60ZZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIzOTJhNTk2ZC0xNmRmLTRmMmUtYWNhYi05ZmEwY2YwNzA1MTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDcuMzQyNTgyNTNaIn0%3D&digest=sha256%3A28e60bccac0348e6d53c045638eb6efd8cdab563199f03218c8323e865fa7b6a" http.request.useragent="Go-http-client/1.1" http.response.duration=1.220101509s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:47 +0000] "PUT /v2/foo/schema1/blobs/uploads/392a596d-16df-4f2e-acab-9fa0cf070510?_state=u8Bixh1bPcELcEgVJfzWtC3Xc1fOC0tqp02bbVS60ZZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIzOTJhNTk2ZC0xNmRmLTRmMmUtYWNhYi05ZmEwY2YwNzA1MTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDcuMzQyNTgyNTNaIn0%3D&digest=sha256%3A28e60bccac0348e6d53c045638eb6efd8cdab563199f03218c8323e865fa7b6a HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=5ce6e8f5-39b5-4e77-8a31-0558a06db566 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.577683ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=565c3389-d178-45c3-8bf7-6b84418eb30d http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=3.280892ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=f7ef6532-ad0b-41ab-9dd4-bd9da0df8a50 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" 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=2.508959ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=303ef111-9e04-4abc-89d7-430114940bd3 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.295699ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:39661" http.request.id=453eb862-a49f-4daa-a714-dc001465c317 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.54828ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:39661" http.request.id=fa7685e7-e834-4602-bf84-9da61d549e0a http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.88878ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:39661" http.request.id=3e4d9b4a-4c08-4532-a551-9f5fe7023011 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.82333ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=dda62226-cfd4-4285-be18-ab4784565564 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.092028ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=ed76001e-ef99-49d3-bdbd-866c48a43a58 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.434876ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=30b76f5a-b150-43b7-86c6-1607b51789bd http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=1.544045ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=290a6890-77b1-455f-afe6-073d10b37e64 http.request.method=GET http.request.remoteaddr="127.0.0.1:51390" 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=1.484706ms http.response.status=200 http.response.written=41 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=error msg="payload digest does match: "sha256:afb97e20ce95160fd8d1536d19317fe535548ae31d6f9ecf8bb32c3cda3d2536" != "sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1"" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=b1368a24-262a-4cc2-9835-a11333f13076 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" time="2026-04-22T12:57:48Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=b1368a24-262a-4cc2-9835-a11333f13076 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51390" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.617166ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=021a7d9e-5e21-4250-964f-ecf3eb2a5081 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54122" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=1.746316ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "DELETE /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=ac4acb1d-936b-40a3-b2c2-fd389de380ea http.request.method=GET http.request.remoteaddr="127.0.0.1:54122" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.193035ms http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=4e0e4c33-a04f-4c06-bf65-189d8c677f63 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54128" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.353715ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "DELETE /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=45715c77-c201-408f-b13d-cc4602b4fd3d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54140" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.298019ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=fd5ca446-d63c-4d83-ba24-5e4bf0212e62 http.request.method=GET http.request.remoteaddr="127.0.0.1:54140" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.622046ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=1f85a730-c410-4fcc-971c-b33f733eaff0 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54152" 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=1.141744ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=efacb5e7-5f84-4062-ad5b-4f27e9d7bcb4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.271478ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=59f922d3-ca86-4f84-a668-20a18d61ebf6 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.129714ms http.response.status=200 http.response.written=39 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=5e8a2972-c685-4675-aa20-f3838590595a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1" http.request.useragent="Go-http-client/1.1" http.response.duration=1.219354ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "DELETE /v2/foo/schema1/manifests/sha256:d2ccbe209cc87d0d99eac5f90db753133d440e642219d2101c3356e3b3d030e1 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=47e5307f-4adb-46ec-be4c-75e294e616a3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.124634ms http.response.status=200 http.response.written=35 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=973f5b79-4f62-446d-81ea-8676205f6e77 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.391755ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" 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.26.2 http.request.host="127.0.0.1:39661" http.request.id=faff3290-dc11-4b70-b978-3d4f4c77f26c http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.620046ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=976eb196-86a4-49cb-83b9-08a73fd539d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" 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=1.458235ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:48Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=976eb196-86a4-49cb-83b9-08a73fd539d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" 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=1.506065ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:48Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=976eb196-86a4-49cb-83b9-08a73fd539d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" 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=1.575656ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=32a0bed7-5d15-450a-8280-aba2d99067e6 http.request.method=POST http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.296995ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=3dd029f5-49ad-4063-944a-29ca6a0461ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/4e1fca7c-0656-4116-ad8c-727dc59b8f68?_state=aJvAZWxl0enPLAChgArEAD4QJ5QUu8d18XqTWgmsQ7J7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0ZTFmY2E3Yy0wNjU2LTQxMTYtYWQ4Yy03MjdkYzU5YjhmNjgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDguNjI1ODIyNjU5WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=1.577975ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema2/blobs/uploads/4e1fca7c-0656-4116-ad8c-727dc59b8f68?_state=aJvAZWxl0enPLAChgArEAD4QJ5QUu8d18XqTWgmsQ7J7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0ZTFmY2E3Yy0wNjU2LTQxMTYtYWQ4Yy03MjdkYzU5YjhmNjgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDguNjI1ODIyNjU5WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=283e6663-0a12-4d1d-b313-524efede934c http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" 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=1.406265ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-04-22T12:57:48Z" 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.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=283e6663-0a12-4d1d-b313-524efede934c http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" 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=1.454356ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-04-22T12:57:48Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=9ac43b6f-e963-45c4-bf97-a70df145d248 http.request.method=POST http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.822087ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:51Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=5d7e7ee8-99a4-40d3-ad64-cc655f865cc7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/c9e51e72-d0f5-4e0a-9f55-c7ca9062fd63?_state=m5iQQfP9P4a1mS8mF9Ksy9NFDk68pMQxJwNDx-zyknp7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjOWU1MWU3Mi1kMGY1LTRlMGEtOWY1NS1jN2NhOTA2MmZkNjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDguNzk5NDU4NzgyWiJ9&digest=sha256%3A3f980b1213eac385ed1886689c1c14158e2707d14b3932f4815520f3dcdfc8b9" http.request.useragent="Go-http-client/1.1" http.response.duration=2.3364811s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:48 +0000] "PUT /v2/foo/schema2/blobs/uploads/c9e51e72-d0f5-4e0a-9f55-c7ca9062fd63?_state=m5iQQfP9P4a1mS8mF9Ksy9NFDk68pMQxJwNDx-zyknp7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjOWU1MWU3Mi1kMGY1LTRlMGEtOWY1NS1jN2NhOTA2MmZkNjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NDguNzk5NDU4NzgyWiJ9&digest=sha256%3A3f980b1213eac385ed1886689c1c14158e2707d14b3932f4815520f3dcdfc8b9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:51Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=824bce8c-b83a-495d-ba9e-efc3155f45a1 http.request.method=POST http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.620369ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:51 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=0e84354b-4343-4f7f-b9cb-22efd448f53c http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/blobs/uploads/f9244b7c-7b90-4f98-903d-4f0fa538185c?_state=6yh9VUYP2ulzagD6WZiIDGeMWYR2chwptl4EIYztQ8p7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmOTI0NGI3Yy03YjkwLTRmOTgtOTAzZC00ZjBmYTUzODE4NWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NTEuMzc3MzAzMDQyWiJ9&digest=sha256%3Ac334393e59028a2d27bea78373eb39659c171b9d96c06aa71ae62193b0f3df79" http.request.useragent="Go-http-client/1.1" http.response.duration=5.27932524s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:51 +0000] "PUT /v2/foo/schema2/blobs/uploads/f9244b7c-7b90-4f98-903d-4f0fa538185c?_state=6yh9VUYP2ulzagD6WZiIDGeMWYR2chwptl4EIYztQ8p7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmOTI0NGI3Yy03YjkwLTRmOTgtOTAzZC00ZjBmYTUzODE4NWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDQtMjJUMTI6NTc6NTEuMzc3MzAzMDQyWiJ9&digest=sha256%3Ac334393e59028a2d27bea78373eb39659c171b9d96c06aa71ae62193b0f3df79 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=82be3e67-24b0-4057-9e22-09ba78069ff8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.82289ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=d9c846ca-f5b2-4351-af7d-9318a1c9de0f http.request.method=PUT http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.duration=2.183728ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "PUT /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=dbe3f46e-735b-40cf-b87b-3d28e21c0d26 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.851417ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=d34ffc95-48e0-483b-8c87-6007a480c4b5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.933107ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=476ee39a-819d-42d1-9719-9e53d5fa38d2 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.342045ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=f68b4a3e-951c-4ec3-b0f4-19a6a8edade4 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.duration=2.001007ms http.response.status=304 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=a2d54de4-7f1a-4c9b-a161-e50c31a4a0cc http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=1.391005ms http.response.status=200 http.response.written=45 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="rewriting manifest sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 in schema1 format to support old client" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=e4166aa2-e17e-4215-9914-27a5fda91ad5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=e4166aa2-e17e-4215-9914-27a5fda91ad5 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" 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=2.548509ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=0192bad3-2d14-4821-b39e-15f0037da87b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.duration=1.626946ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=966fbb8a-7a15-4e04-859c-1892ad5925e9 http.request.method=GET http.request.remoteaddr="127.0.0.1:54166" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.291525ms http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=c5204ee0-097b-467a-8f3b-1e03c7e6bba8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54170" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.695016ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=b63c7f88-dd10-4fb7-9165-ff700421e0ef http.request.method=PUT http.request.remoteaddr="127.0.0.1:54176" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.duration=1.832316ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "PUT /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=bab98c74-5f2d-4ffe-ace5-5466f22788e3 http.request.method=GET http.request.remoteaddr="127.0.0.1:54176" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.399415ms http.response.status=200 http.response.written=732 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=02457d97-5c08-4875-b1c2-8026f2afe944 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54180" 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=1.435716ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:39661" http.request.id=44de793c-9ec7-47a0-8fd2-7c660dc57f4d http.request.method=PUT http.request.remoteaddr="127.0.0.1:54196" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.921897ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=f7f7a242-d3e0-482b-ae76-15222fd48131 http.request.method=GET http.request.remoteaddr="127.0.0.1:54196" 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=1.110974ms http.response.status=200 http.response.written=39 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=1291467a-1682-4277-b807-c0ef437d38d0 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:54196" http.request.uri="/v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33" http.request.useragent="Go-http-client/1.1" http.response.duration=1.233085ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/schema2/manifests/sha256:3f754c566f58e99c8922d51cd22cd54153b68136b1e47e9486a251706e32bd33 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39661" http.request.id=6176373b-ade2-4da4-b588-5a6723d75dcb http.request.method=GET http.request.remoteaddr="127.0.0.1:54196" 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=1.062553ms http.response.status=200 http.response.written=35 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (15.21s) === RUN TestManifestDeleteDisabled time="2026-04-22T12:57:56Z" 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.26.2 time="2026-04-22T12:57:56Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:42017" http.request.id=6bb242b7-a532-4f42-9ad9-ea786ace6f44 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46354" 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=1.357375ms http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [22/Apr/2026:12:57:56 +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-04-22T12:57:56Z" 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.26.2 time="2026-04-22T12:57:56Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:56Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 time="2026-04-22T12:57:56Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.26.2 time="2026-04-22T12:57:56Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.26.2 time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:41439" http.request.id=f297021a-cb2b-459f-86eb-74d86586ae9e http.request.method=PUT http.request.remoteaddr="127.0.0.1:44494" 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=2.191448ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:41439" http.request.id=c34100ca-15a8-41e7-b7a5-a73e6e0d0a35 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:44502" 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=2.007307ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:41439" http.request.id=724fa7ed-46ba-4693-958d-38f1c5106814 http.request.method=POST http.request.remoteaddr="127.0.0.1:44504" 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.864857ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-04-22T12:57:56Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.2 http.request.host="127.0.0.1:41439" http.request.id=48c24588-2e66-4099-87b4-106dd7e85c02 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:44516" 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.791846ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [22/Apr/2026:12:57:56 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.04s) === RUN TestProxyManifestGetByTag time="2026-04-22T12:57:56Z" 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.26.2 time="2026-04-22T12:57:56Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:57:57Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=fc8a4e3e-04c0-460b-93f0-f7f01a9e1c34 http.request.method=POST http.request.remoteaddr="127.0.0.1:35578" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.665609ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:57 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=ca5571c9-9a9e-4378-a0c4-a0ac40bab6f3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35578" http.request.uri="/v2/foo/bar/blobs/uploads/62c0c6cf-7625-40dc-9008-af9f979498c5?_state=4w2lbiqK2mNgR3s3bz3o459ZSXHkfv12t2HN-PhPEqJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyYzBjNmNmLTc2MjUtNDBkYy05MDA4LWFmOWY5Nzk0OThjNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Nzo1Ny4wMDIyOTQ2ODNaIn0%3D&digest=sha256%3Adb0e4026af5484aeadfc2f7f65b395cd8b1e3154224f3a098695ca3160a4ad51" http.request.useragent="Go-http-client/1.1" http.response.duration=4.647836787s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:57:57 +0000] "PUT /v2/foo/bar/blobs/uploads/62c0c6cf-7625-40dc-9008-af9f979498c5?_state=4w2lbiqK2mNgR3s3bz3o459ZSXHkfv12t2HN-PhPEqJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyYzBjNmNmLTc2MjUtNDBkYy05MDA4LWFmOWY5Nzk0OThjNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1Nzo1Ny4wMDIyOTQ2ODNaIn0%3D&digest=sha256%3Adb0e4026af5484aeadfc2f7f65b395cd8b1e3154224f3a098695ca3160a4ad51 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=3d4cc2cd-3ed3-4e36-8a0a-83b433004801 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35578" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=3.148872ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" 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.26.2 time="2026-04-22T12:58:01Z" level=info msg="redis not configured" go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=info msg="Starting upload purge in 24m0s" go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=9e5120e6-162d-4e71-b77d-6ad2145f8701 http.request.method=GET http.request.remoteaddr="127.0.0.1:35578" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.190124ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:35477" go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=8d1be618-23a6-4b57-8898-4fc08ee29053 http.request.method=GET http.request.remoteaddr="127.0.0.1:34822" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.294104ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="Challenge established with upstream : http://127.0.0.1:35477/v2/ &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:35477/v2/:[]]}" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=444ba597-857c-49f6-b2c6-befb4bac8404 http.request.method=GET http.request.remoteaddr="127.0.0.1:42840" http.request.uri="/v2/foo/bar/manifests/sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=7498cf7c-070c-4e92-bd73-f941e538ad70 http.request.method=GET http.request.remoteaddr="127.0.0.1:34828" http.request.uri="/v2/foo/bar/manifests/sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.100527ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/foo/bar/manifests/sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22 with ttl=167h59m59.99999638s" go.version=go1.26.2 time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=444ba597-857c-49f6-b2c6-befb4bac8404 http.request.method=GET http.request.remoteaddr="127.0.0.1:42840" http.request.uri="/v2/foo/bar/manifests/sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=8.574911ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/foo/bar/manifests/sha256:5e8ec57937314221e5226f03177f77640c8af444f52be7cf4fe801141295ae22 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=e357cfa9-ee75-49b5-b46c-d4da6c64acbe http.request.method=GET http.request.remoteaddr="127.0.0.1:34828" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="943.964µs" http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="Challenge established with upstream : http://127.0.0.1:35477/v2/ &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:35477/v2/:[]]}" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=0bb54b28-d176-4b06-8437-7e64bee84aa6 http.request.method=GET http.request.remoteaddr="127.0.0.1:42852" 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-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=891cd3db-77d5-4f7b-b0ff-dd5724598191 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:34830" 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=2.048237ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=0bb54b28-d176-4b06-8437-7e64bee84aa6 http.request.method=GET http.request.remoteaddr="127.0.0.1:42852" 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=6.610784ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:01Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=7783c6f2-48fe-44aa-9062-ba1818491525 http.request.method=POST http.request.remoteaddr="127.0.0.1:34830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.084368ms http.response.status=202 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=d7df99dc-ff6a-41ce-9407-3b59c233b966 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34830" http.request.uri="/v2/foo/bar/blobs/uploads/fc232318-4b11-4831-b419-d32e6713ffd1?_state=cNVXDEiPul0CchMLQqIZKMpp9I8okWyGHLSTnFth0IB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjMjMyMzE4LTRiMTEtNDgzMS1iNDE5LWQzMmU2NzEzZmZkMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1ODowMS45NTA0OTQyODZaIn0%3D&digest=sha256%3Add04f156a18d347067158c1a8de0e700ee697c8bcdb463d463a6e737134f20ba" http.request.useragent="Go-http-client/1.1" http.response.duration=7.824718282s http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:58:01 +0000] "PUT /v2/foo/bar/blobs/uploads/fc232318-4b11-4831-b419-d32e6713ffd1?_state=cNVXDEiPul0CchMLQqIZKMpp9I8okWyGHLSTnFth0IB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjMjMyMzE4LTRiMTEtNDgzMS1iNDE5LWQzMmU2NzEzZmZkMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNC0yMlQxMjo1ODowMS45NTA0OTQyODZaIn0%3D&digest=sha256%3Add04f156a18d347067158c1a8de0e700ee697c8bcdb463d463a6e737134f20ba HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=65eac02d-2f73-46f4-99b2-38f01fb5ea9d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34830" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=3.490913ms http.response.status=201 http.response.written=0 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=f42ccd12-2d15-492e-9054-2dcc8e430bbe http.request.method=GET http.request.remoteaddr="127.0.0.1:34830" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.319795ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="Challenge established with upstream : http://127.0.0.1:35477/v2/ &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:35477/v2/:[]]}" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=8224fa30-06d5-4de0-9f6a-9a9e0fb220b0 http.request.method=GET http.request.remoteaddr="127.0.0.1:57534" 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-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=50808a80-fdb7-4375-8ab5-09ffa42214ea http.request.method=HEAD http.request.remoteaddr="127.0.0.1:60600" 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=3.046651ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=719dddc3-1054-490c-88ad-37cc452107f1 http.request.method=GET http.request.remoteaddr="127.0.0.1:60600" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.362895ms http.response.status=200 http.response.written=2 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="Challenge established with upstream : http://127.0.0.1:35477/v2/ &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:35477/v2/:[]]}" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=8224fa30-06d5-4de0-9f6a-9a9e0fb220b0 http.request.method=GET http.request.remoteaddr="127.0.0.1:57534" 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-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:35477" http.request.id=6f0c8166-952a-48d8-b85e-24065f59c765 http.request.method=GET http.request.remoteaddr="127.0.0.1:60608" 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=2.406249ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-04-22T12:58:09Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:02883f7322604c03ba0b5ea29cf5e3726e2b6840da8cbc37a5b9487668f605e9 with ttl=167h59m59.99999324s" go.version=go1.26.2 time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:45163" http.request.id=8224fa30-06d5-4de0-9f6a-9a9e0fb220b0 http.request.method=GET http.request.remoteaddr="127.0.0.1:57534" 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=14.622783ms http.response.status=200 http.response.written=935 127.0.0.1 - - [22/Apr/2026:12:58:09 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (13.05s) === RUN TestAppDispatcher time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39451" http.request.id=6a8ced53-17bd-469d-a27f-70dccd18d006 http.request.method=GET http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.413795ms http.response.status=200 http.response.written=0 time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39451" http.request.id=195a507c-711a-4ec7-a4fb-732111751f67 http.request.method=GET http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration=1.279734ms http.response.status=200 http.response.written=0 time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39451" http.request.id=8163b4dd-12c8-45e3-9415-ca6b342373ee http.request.method=GET http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.205434ms http.response.status=200 http.response.written=0 time="2026-04-22T12:58:09Z" level=info msg="response completed" go.version=go1.26.2 http.request.host="127.0.0.1:39451" http.request.id=73b1b3cf-c06d-4e51-b81c-d95eb4c5bdf7 http.request.method=GET http.request.remoteaddr="127.0.0.1:36842" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration="917.253µs" http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.01s) === RUN TestNewApp time="2026-04-22T12:58:09Z" 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.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:09Z" level=info msg="redis not configured" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:09Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.26.2 http.request.host="127.0.0.1:38573" http.request.id=3d6eea9d-7333-4690-a5e3-0af9dafc14b4 http.request.method=GET http.request.remoteaddr="127.0.0.1:52852" 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-04-22T12:58:09Z" 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.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:09Z" level=info msg="redis not configured" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:09Z" level=info msg="configuring file health check path=/tmp/healthcheck346959215, interval=1" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 --- PASS: TestFileHealthCheck (4.00s) === RUN TestTCPHealthCheck time="2026-04-22T12:58:13Z" 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.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:13Z" level=info msg="redis not configured" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:13Z" level=info msg="configuring TCP health check addr=127.0.0.1:33989, interval=1" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 --- PASS: TestTCPHealthCheck (4.00s) === RUN TestHTTPHealthCheck time="2026-04-22T12:58: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.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:17Z" level=info msg="redis not configured" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 time="2026-04-22T12:58:17Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:41991, interval=1, threshold=3" go.version=go1.26.2 instance.id=805bcfa8-43b8-4e2d-b071-ab16da1850e5 --- PASS: TestHTTPHealthCheck (7.01s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.00s) PASS ok github.com/docker/distribution/registry/handlers 169.131s ? 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.10s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.05s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (3.26s) === RUN TestProxyManifests --- PASS: TestProxyManifests (0.66s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 10.101s === RUN TestSchedule time="2026-04-22T12:55:35Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.99582ms" go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=998.18µs" go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=998.39µs" go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf 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-04-22T12:55:35Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2026-04-22T12:55:35Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.99554ms" go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.9983ms" go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf time="2026-04-22T12:55:35Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2026-04-22T12:55:36Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.2 instance.id=b0ceae0b-5243-4fe2-9bd8-1281e8418eaf --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.587s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.00s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (3.27s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 14524416 sha256:f50917b369138fc4f78863ad78ba39089ae5703a1b7ad11fa7e0fb36432e994a [] map[] } --- PASS: TestSimpleBlobRead (0.33s) === RUN TestBlobMount --- PASS: TestBlobMount (0.67s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (2.77s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (3.18s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (2.77s) === RUN TestCatalogWalkError --- PASS: TestCatalogWalkError (0.00s) === RUN TestSimpleRead --- PASS: TestSimpleRead (0.02s) === 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:4c339a86cef268a12ccd97825ca6479d9e28c7a601e5f04a0c107939f6719079 palailogos: marking blob sha256:ce574124e995f1c681fee3b7234d45ce857405f3e08a838b25e5f43f4fba2265 palailogos: marking blob sha256:638162fa8917835c2e3506989558d3bc78e023d4b0e94fdb1cbba226c7aee1cf palailogos: marking manifest sha256:638162fa8917835c2e3506989558d3bc78e023d4b0e94fdb1cbba226c7aee1cf palailogos: marking blob sha256:01ed11ee08a227e64484b132334b1633697518bec3ae60e411486f1a7c09f067 palailogos: marking blob sha256:eb3c524d800276c821c26b4f6fe3226fcc4a737271be4b42bd805bbac71fa3ba palailogos: marking manifest sha256:b53a51f2ae5208ef9e197637adc589bde35be3bb85102ae7f594d4b26eadd708 palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:9957cefc6b55fb3f1748b8d252c45f9f7db2aada4df3b1f8caeec94076bf7359 palailogos: marking blob sha256:c30a3bf1e71e13e557dbd9cb882e9232998f0e963f7dd9e4a7064042652d52d6 palailogos: marking manifest sha256:ce574124e995f1c681fee3b7234d45ce857405f3e08a838b25e5f43f4fba2265 palailogos: marking blob sha256:fa6ec1e9bced88574ef1d7809e7036161c82622d7a5c7aedf405283a45c64a38 palailogos: marking blob sha256:4dc23dc55218bcecf8cd8f98194a2e21a4f097300ba88c973d0540d6325c14c8 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (2.00s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba deletemanifests: marking manifest sha256:eff9c372b80500910385022b2e2bf3999a4691aad809531ce6b7a686ede9845a deletemanifests: marking blob sha256:b92dbe9661f7aa460bc1ea6e91d56000a4658792d604d3c00d1b08ccdc4b1e8c deletemanifests: marking blob sha256:821227fe64af308601e81a81a2988e682a66a7b81a076cd1665577b1acae10df deletemanifests: marking blob sha256:e801eb67daa4eebb7218fac76be52c4d933de38497af305cf7e2f7cdd42072ff 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:3cd2bf8b84cac4b50f94476d94fef0fc7727552e96bdd738d3f3b415e2115ead blob eligible for deletion: sha256:bb4e683776a3386cf4a11dba7aff89c2ac0f37fcb667c597368790b753d68239 blob eligible for deletion: sha256:cc56fcb062711ee737f6d66b7e9313478b57c21005646b83eec5d6ebb05fb6d2 blob eligible for deletion: sha256:e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba deletemanifests manifest eligible for deletion: sha256:e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba deletemanifests: marking manifest sha256:eff9c372b80500910385022b2e2bf3999a4691aad809531ce6b7a686ede9845a deletemanifests: marking blob sha256:b92dbe9661f7aa460bc1ea6e91d56000a4658792d604d3c00d1b08ccdc4b1e8c deletemanifests: marking blob sha256:821227fe64af308601e81a81a2988e682a66a7b81a076cd1665577b1acae10df deletemanifests: marking blob sha256:e801eb67daa4eebb7218fac76be52c4d933de38497af305cf7e2f7cdd42072ff time="2026-04-22T12:55:52Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 time="2026-04-22T12:55:52Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:3cd2bf8b84cac4b50f94476d94fef0fc7727552e96bdd738d3f3b415e2115ead time="2026-04-22T12:55:52Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/3c/3cd2bf8b84cac4b50f94476d94fef0fc7727552e96bdd738d3f3b415e2115ead" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:bb4e683776a3386cf4a11dba7aff89c2ac0f37fcb667c597368790b753d68239 time="2026-04-22T12:55:52Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/bb/bb4e683776a3386cf4a11dba7aff89c2ac0f37fcb667c597368790b753d68239" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:cc56fcb062711ee737f6d66b7e9313478b57c21005646b83eec5d6ebb05fb6d2 time="2026-04-22T12:55:52Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/cc/cc56fcb062711ee737f6d66b7e9313478b57c21005646b83eec5d6ebb05fb6d2" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba time="2026-04-22T12:55:52Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e4/e4afd4b3b566020eddb5d3a01a658429f5dc9ffaeaba542d95546a198bbca5ba" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 --- PASS: TestDeleteManifestIfTagNotFound (1.99s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:eed2fe0314274dcc78795abc9b9d3c1826578c0edb76bc5ab92352e5f20cbd01 time="2026-04-22T12:55:53Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ee/eed2fe0314274dcc78795abc9b9d3c1826578c0edb76bc5ab92352e5f20cbd01" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:5ce5291445abb69e7ee4f626d0418d61b57a4117d4cb20e9fce2c73dfb081181 time="2026-04-22T12:55:53Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/5c/5ce5291445abb69e7ee4f626d0418d61b57a4117d4cb20e9fce2c73dfb081181" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:997d870bd932674c129a143fea1933fe39bc91733d103ffcfde26ab6360527ea time="2026-04-22T12:55:53Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/99/997d870bd932674c129a143fea1933fe39bc91733d103ffcfde26ab6360527ea" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 --- PASS: TestGCWithMissingManifests (0.73s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:05826d953b2337fec2bd1c8d70ee5a824213e4c7daa89d3596c355df098b6005 komnenos: marking blob sha256:9dd3db461c9619e5a05a2228bc7024927142ce459de8e52b73073b035da90a57 komnenos: marking blob sha256:a8f3724110afc8c4aaa502fa451481021e48af125c7d8c615870f41439408d43 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:1625abd9d4e8a0ef68b5028f24c07be253a7acb31471493996a38eeece9b28a0 time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/16/1625abd9d4e8a0ef68b5028f24c07be253a7acb31471493996a38eeece9b28a0" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:4b74a0b1abdc8281f164d1563fc24972209cfee8141ac2cb3e79bb32ac95dd40 time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/4b/4b74a0b1abdc8281f164d1563fc24972209cfee8141ac2cb3e79bb32ac95dd40" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:bc08fc16ec9ae14bd0401ac4d4a59aa2c6b78ec2f3dd8c00f6368dfe5a5e88be time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/bc/bc08fc16ec9ae14bd0401ac4d4a59aa2c6b78ec2f3dd8c00f6368dfe5a5e88be" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:f0aac40797d9aed52cd99442ee8d0aa0b3849f6b763a46d92bdd601751360e19 time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f0/f0aac40797d9aed52cd99442ee8d0aa0b3849f6b763a46d92bdd601751360e19" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:f6b2a656b5ddbf95464cd6b5f3851bdd8280e2dcfb21b8106192e17da62e3d7f time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f6/f6b2a656b5ddbf95464cd6b5f3851bdd8280e2dcfb21b8106192e17da62e3d7f" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 blob eligible for deletion: sha256:138ee92cf80271ae055d4bd8adb0173c53df3ef4b1483e33ef751898349410ae time="2026-04-22T12:55:55Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/13/138ee92cf80271ae055d4bd8adb0173c53df3ef4b1483e33ef751898349410ae" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 --- PASS: TestDeletionHasEffect (2.18s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (2.02s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:ee4bfd81dae460f5e6bc884a50fd9926ca7bfdc598df2b9dafe74a86a7584184 michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:990c3668e5c461cefca5ae684ae98b55e9615bb90c9d22b8a6676ae907234bd9 michael_z_doukas: marking blob sha256:1162148c38c7c643d9221debec6a41ffe63a821e998b84dffef1f68bf684ec25 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:1f67995cc8f5cd29bb3c8565aa773d4a388e2f27fa619be4a62c24a015093ecf time="2026-04-22T12:55:58Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/1f/1f67995cc8f5cd29bb3c8565aa773d4a388e2f27fa619be4a62c24a015093ecf" go.version=go1.26.2 instance.id=450dd0f6-08a2-46c4-bb27-93cd1725e3d9 --- PASS: TestOrphanBlobDeleted (0.95s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:fa2383970add548f20d5056edb1be0cc03f4ed48a56e14820bac3d635af67b4d linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:4059e5cc6799884ea25a8b324652418b4f93cb52e83a2e03c76b591bb82644ab --- PASS: TestLinkedBlobStoreCreateWithMountFrom (0.64s) === RUN TestManifestStorage --- PASS: TestManifestStorage (0.54s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (0.41s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (1.46s) === 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-04-22T12:56:01Z" level=info msg="PurgeUploads starting: olderThan=2026-04-22 11:56:01.676058816 +0000 UTC m=-3574.048407699, actuallyDelete=true" time="2026-04-22T12:56:01Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2026-04-22T12:56:01Z" level=info msg="PurgeUploads starting: olderThan=2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446, actuallyDelete=true" time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/3e618fac-56dd-48bd-abdd-df7ad9a7b242 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9271414f-4ee2-4f06-807c-013d1b1a9b4d have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/acc1f128-5047-4d1c-a7b6-ddc256a5aa4a have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/b37505b2-2857-4ed8-85b8-c7d325c96f38 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/bbcd2278-45d1-49a4-a81c-01c02231fc32 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/bc65c567-f36d-499d-a77d-6fd85b5f90be have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/6ad5155b-2a11-4d72-8834-e9ff6f52448f have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/19275924-50da-426d-95d4-e2fbbfc9a612 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/89e855ee-2504-4563-9b9d-24246b0002dd have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/aad8c3d6-9cda-4731-9cd9-e1d250d98a82 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/cce9ca20-d5bb-4921-abc5-11a84e6c1b2b have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.677298961 +0000 UTC m=+25.952832446). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2026-04-22T12:56:01Z" level=info msg="PurgeUploads starting: olderThan=2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031, actuallyDelete=true" time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/6390fccb-4673-4a2b-b9c3-b3f44bf30944 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/1a1ad7af-5ec7-44b6-85bd-1ca6dfc3904e have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/75b0ad71-9ee5-4e81-bc9c-637792a52bca have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/94c64c1e-00e7-4ebd-9540-abdab9d29c8e have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/ea5519d1-7686-465e-b5f7-516abd11efd3 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.678735536 +0000 UTC m=+25.954269031). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2026-04-22T12:56:01Z" level=info msg="PurgeUploads starting: olderThan=2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534, actuallyDelete=true" time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/26808506-b262-4acc-be00-21fc3cfe8064 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/43fde80e-d75b-43cd-a474-a70b6f506b47 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9050fdae-c5bd-4e52-b0c6-de51d3464296 have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/e1ba5d5f-4091-4cf5-ae75-d74a27799caa have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/fa0d403d-6954-46ae-a4f4-4618a53ad20c have older date (2026-04-22 11:56:01 +0000 UTC) than purge date (2026-04-22 12:56:01.679663049 +0000 UTC m=+25.955196534). Removing upload directory." time="2026-04-22T12:56:01Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2026-04-22T12:56:01Z" level=info msg="PurgeUploads starting: olderThan=2026-04-22 12:56:01.680267482 +0000 UTC m=+25.955800967, actuallyDelete=true" time="2026-04-22T12:56:01Z" 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 25.978s ? 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.017s === 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.017s === RUN TestWalkFileRemoved time="2026-04-22T12:55:35Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.011s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 0.425s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.18s) === 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.195s ? github.com/docker/distribution/registry/storage/driver/factory [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.31s) === RUN TestFromParametersImpl --- PASS: TestFromParametersImpl (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/filesystem 15.744s ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (20.38s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 20.802s ? 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-04-22T12:55:35Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.26.2 === RUN TestEligibleForS3/Client_IP_=_#01 time="2026-04-22T12:55:35Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.26.2 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2026-04-22T12:55:35Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.26.2 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 === CONT TestMatchIPV6 === CONT TestMatchIPV4WithRegionMatched === CONT TestMatchIPV4_2 === CONT TestMatchIPV4WithRegionMatch_2 --- PASS: TestS3TryUpdate (0.00s) time="2026-04-22T12:55:35Z" level=error msg="unknown ip address format" go.version=go1.26.2 instance.id=b21e1ae4-7eab-4818-a74a-9c2aaeae88da ip=?0000000000000000000000000000000000 --- PASS: TestInvalidNetworkType (0.00s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.00s) time="2026-04-22T12:55:35Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.2 time="2026-04-22T12:55:35Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.26.2 instance.id=b21e1ae4-7eab-4818-a74a-9c2aaeae88da --- PASS: TestMatchIPV4 (0.01s) time="2026-04-22T12:55:35Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.26.2 instance.id=b21e1ae4-7eab-4818-a74a-9c2aaeae88da --- PASS: TestInvalidData (0.01s) --- PASS: TestMatchIPV4_2 (0.01s) --- PASS: TestMatchIPV6 (0.01s) --- PASS: TestMatchIPV4WithRegionMatch_2 (0.01s) --- PASS: TestParsing (0.01s) --- PASS: TestMatchIPV4WithRegionMatched (0.02s) time="2026-04-22T12:55:36Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.2 time="2026-04-22T12:55:37Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.2 time="2026-04-22T12:55:38Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.2 time="2026-04-22T12:55:39Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.2 --- PASS: TestUpdateCalledRegularly (4.51s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.520s === RUN Test OK: 4 passed --- PASS: Test (0.01s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.020s ? github.com/docker/distribution/registry/storage/driver/oss [no test files] === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.01s) === 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.432s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.86s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.01s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 16.292s ? 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.01s) PASS ok github.com/docker/distribution/uuid 0.013s ? 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... Please specify at least one package name on the command line. >>> 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 >>> docker-registry*: Adding .pre-install libfakeroot internal error: payload not recognized! Please specify at least one package name on the command line. >>> 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-r22.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-loongarch64.so.1 >>> docker-registry*: Package size: 27.5 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r22.apk >>> docker-registry: Build complete at Wed, 22 Apr 2026 12:58:26 +0000 elapsed time 0h 3m 21s >>> 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 (20260422.125506) (2/2) Purging go (1.26.2-r0) Executing busybox-1.37.0-r31.trigger OK: 543.3 MiB in 103 packages >>> docker-registry: Updating the community/loongarch64 repository index... >>> docker-registry: Signing the index...