>>> docker-registry: Building community/docker-registry 2.8.3-r23 (using abuild 3.17.0_rc2-r0) started Fri, 15 May 2026 02:04:22 +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.3-r0) (2/2) Installing .makedepends-docker-registry (20260515.020424) Executing busybox-1.37.0-r31.trigger OK: 617.5 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) saving to '/var/cache/distfiles/v3.24/docker-registry-2.8.3.tar.gz.part' docker-registry-2.8. 1% | | 32520 0:01:00 ETA docker-registry-2.8. 100% |********************************| 1963k 0:00:00 ETA '/var/cache/distfiles/v3.24/docker-registry-2.8.3.tar.gz.part' saved /var/cache/distfiles/v3.24/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/v3.24/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/v3.24/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-05-15T02:04:59Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2026-05-15T02:04:59Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_REPORTING_ASDF" OK: 20 passed --- PASS: Test (0.04s) PASS ok github.com/docker/distribution/configuration 0.049s === RUN TestWithRequest --- PASS: TestWithRequest (0.00s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2026-05-15T02:04:59Z" 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.020s ? 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.027s === 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.029s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.12s) PASS ok github.com/docker/distribution/health/checks 0.135s ? 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.014s === 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.016s === 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.01s) === RUN TestReferenceBuilder --- PASS: TestReferenceBuilder (0.00s) PASS ok github.com/docker/distribution/manifest/schema1 0.048s === 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.020s ? github.com/docker/distribution/metrics [no test files] === RUN TestEventBridgeManifestPulled --- PASS: TestEventBridgeManifestPulled (0.00s) === RUN TestEventBridgeManifestPushed --- PASS: TestEventBridgeManifestPushed (0.00s) === RUN TestEventBridgeManifestPushedWithTag --- PASS: TestEventBridgeManifestPushedWithTag (0.00s) === RUN TestEventBridgeManifestPulledWithTag --- PASS: TestEventBridgeManifestPulledWithTag (0.00s) === RUN TestEventBridgeManifestDeleted --- PASS: TestEventBridgeManifestDeleted (0.00s) === RUN TestEventBridgeTagDeleted --- PASS: TestEventBridgeTagDeleted (0.00s) === RUN TestEventBridgeRepoDeleted --- PASS: TestEventBridgeRepoDeleted (0.00s) === RUN TestEventEnvelopeJSONFormat --- PASS: TestEventEnvelopeJSONFormat (0.00s) === RUN TestHTTPSink 2026/05/15 02:04:59 http: TLS handshake error from 127.0.0.1:57308: 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:36399/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:36399/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:36399/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:36399/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:45915?status=0, fail=true --- PASS: TestHTTPSink (0.10s) === RUN TestListener --- PASS: TestListener (0.92s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2026-05-15T02:05:00Z" level=info msg="broadcaster: closing" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="closing testSink" time="2026-05-15T02:05:00Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.01s) === RUN TestEventQueue time="2026-05-15T02:05:00Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.11s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 1} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 1} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 1} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 1} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:00Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2026-05-15T02:05:01Z" level=warning msg="&{0x3927c15a0cc0 0.9} encountered too many errors, backing off" time="2026-05-15T02:05:01Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (1.00s) PASS ok github.com/docker/distribution/notifications 2.175s ? github.com/docker/distribution/reference [no test files] === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2026-05-15T02:04:59Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-05-15T02:04:59.859114262Z" 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.3 time="2026-05-15T02:04:59.859150303Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:04:59.859236768Z" level=info msg="Starting upload purge in 54m0s" go.version=go1.26.3 time="2026-05-15T02:04:59.859730919Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.26.3 time="2026-05-15T02:04:59.859787981Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.26.3 time="2026-05-15T02:04:59.862570618Z" level=info msg="listening on [::]:5001, tls" go.version=go1.26.3 time="2026-05-15T02:05:02.869617548Z" level=info msg="response completed" go.version=go1.26.3 http.request.host=127.0.0.1 http.request.id=707b1b62-6f0e-41cb-b2b6-f938f2a87ce1 http.request.method=GET http.request.remoteaddr="127.0.0.1:36956" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.441483ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:05:02 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2026-05-15T02:05:02.869803464Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.26.3 --- PASS: TestRegistrySupportedCipherSuite (3.45s) === RUN TestRegistryUnsupportedCipherSuite time="2026-05-15T02:05:03.150619642Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2026-05-15T02:05:03.152962992Z" 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.3 time="2026-05-15T02:05:03.153021862Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:03.153082336Z" level=info msg="Starting upload purge in 33m0s" go.version=go1.26.3 time="2026-05-15T02:05:03.153218921Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.26.3 --- PASS: TestRegistryUnsupportedCipherSuite (8.28s) PASS ok github.com/docker/distribution/registry 11.768s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.00s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.00s) PASS ok github.com/docker/distribution/registry/api/errcode 0.016s === 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.17s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.01s) PASS ok github.com/docker/distribution/registry/api/v2 0.324s ? github.com/docker/distribution/registry/auth [no test files] === RUN TestBasicAccessController time="2026-05-15T02:04:59Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.26.3 instance.id=9b48e1e9-2232-4395-ac8c-ef8cf8ce8b6e time="2026-05-15T02:04:59Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.26.3 instance.id=9b48e1e9-2232-4395-ac8c-ef8cf8ce8b6e --- PASS: TestBasicAccessController (0.02s) === RUN TestCreateHtpasswdFile time="2026-05-15T02:04:59Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.26.3 password=cuqpuEBOohbP5vUJBnTovqkFoOXv24aiiy01btCkccE user=docker --- PASS: TestCreateHtpasswdFile (0.20s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.237s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.00s) PASS ok github.com/docker/distribution/registry/auth/silly 0.020s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.03s) === RUN TestLeeway time="2026-05-15T02:04:59Z" level=info msg="token not to be used before 2026-05-15 02:05:00 +0000 UTC - currently 2026-05-15 02:04:59.533269121 +0000 UTC m=+0.029263880" time="2026-05-15T02:04:59Z" level=info msg="token not to be used after 2026-05-15 02:04:59 +0000 UTC - currently 2026-05-15 02:04:59.536031494 +0000 UTC m=+0.032026258" --- PASS: TestLeeway (0.00s) === RUN TestAccessController time="2026-05-15T02:04:59Z" 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.070s === 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.01s) === RUN TestBlobFetch --- PASS: TestBlobFetch (0.02s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.02s) === RUN TestBlobExists --- PASS: TestBlobExists (0.01s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.02s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.01s) === RUN TestBlobMount --- PASS: TestBlobMount (0.01s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.01s) === 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.00s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.02s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.02s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.00s) === RUN TestCatalog --- PASS: TestCatalog (0.00s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.00s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.245s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.01s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.01s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.02s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.00s) === RUN TestEndpointAuthorizeBasic --- PASS: TestEndpointAuthorizeBasic (0.00s) PASS ok github.com/docker/distribution/registry/client/auth 0.074s === RUN TestAuthChallengeParse --- PASS: TestAuthChallengeParse (0.00s) === RUN TestAuthChallengeNormalization --- PASS: TestAuthChallengeNormalization (0.00s) PASS ok github.com/docker/distribution/registry/client/auth/challenge 0.014s ? github.com/docker/distribution/registry/client/transport [no test files] === RUN TestCheckAPI time="2026-05-15T02:04:59Z" 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.3 time="2026-05-15T02:04:59Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:04:59Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45529" http.request.id=057c9b2a-efa7-4233-b38c-cbbaf7b28245 http.request.method=GET http.request.remoteaddr="127.0.0.1:38820" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=10.543817ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:04:59 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.02s) === RUN TestCatalogAPI time="2026-05-15T02:04:59Z" 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.3 time="2026-05-15T02:04:59Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:04:59Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=b2bbc9f7-355d-4f64-ad37-fb22520b4804 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=9.79447ms http.response.status=200 http.response.written=20 127.0.0.1 - - [15/May/2026:02:04:59 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-05-15T02:04:59Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=393c1ce7-0e95-4514-a4f3-cd7ff2b21b53 http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.795416ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:04:59 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:03Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=d3f17d04-2cc7-4940-a144-397dfca6977a http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/aaaa/blobs/uploads/63aa8b39-bee0-4cfe-ab80-edacab85ffa7?_state=LEq_FOA90my-hpkBi7WD4tsATQHqZMHKRikw0Li2vfJ7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI2M2FhOGIzOS1iZWUwLTRjZmUtYWI4MC1lZGFjYWI4NWZmYTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDQ6NTkuODgzNzc3NTcyWiJ9&digest=sha256%3Ac13424cea1f028b3e526728f5fd2ebf35023b1f96c26e60fdb363b1a9775b874" http.request.useragent="Go-http-client/1.1" http.response.duration=3.977165068s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:04:59 +0000] "PUT /v2/foo/aaaa/blobs/uploads/63aa8b39-bee0-4cfe-ab80-edacab85ffa7?_state=LEq_FOA90my-hpkBi7WD4tsATQHqZMHKRikw0Li2vfJ7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI2M2FhOGIzOS1iZWUwLTRjZmUtYWI4MC1lZGFjYWI4NWZmYTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDQ6NTkuODgzNzc3NTcyWiJ9&digest=sha256%3Ac13424cea1f028b3e526728f5fd2ebf35023b1f96c26e60fdb363b1a9775b874 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:03Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=5cb6739d-b41d-4e95-bef3-55a614a8867f http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.669346ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:03 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=2044844c-e6c4-4006-8d53-e3589fd3a5a6 http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.73024ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:04 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:06Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=443fb4b7-2858-4f84-8beb-38e4005ac4ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/bbbb/blobs/uploads/d51b2639-c5f5-4b91-ba83-425be20cf99c?_state=cvrW3bCBAmRmIc6Q-3zOtp6jM1BLS-1zFwmsCUP9hKF7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJkNTFiMjYzOS1jNWY1LTRiOTEtYmE4My00MjViZTIwY2Y5OWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDQuMDU3NTM0MTc0WiJ9&digest=sha256%3A7af774277cd6ed8f3575b15cd5377461c559ca1fc14922e37c90cf6cd004ca67" http.request.useragent="Go-http-client/1.1" http.response.duration=2.473485488s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:04 +0000] "PUT /v2/foo/bbbb/blobs/uploads/d51b2639-c5f5-4b91-ba83-425be20cf99c?_state=cvrW3bCBAmRmIc6Q-3zOtp6jM1BLS-1zFwmsCUP9hKF7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJkNTFiMjYzOS1jNWY1LTRiOTEtYmE4My00MjViZTIwY2Y5OWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDQuMDU3NTM0MTc0WiJ9&digest=sha256%3A7af774277cd6ed8f3575b15cd5377461c559ca1fc14922e37c90cf6cd004ca67 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:06Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=6192e916-06ec-4771-98d9-a6499064b989 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.634833ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:06 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:06Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=d6bdada6-d2f8-4143-9340-7bbd577a90ae http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.264614ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:06 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=dfb1480e-9a2b-40fd-80a8-5d20396d5220 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/cccc/blobs/uploads/ac888637-1b95-4766-b0d8-c90d756f75e7?_state=_ZJaiv7k8FdqFOc1KYkZXUP8tmnKgSfyAWToVfWBXiZ7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJhYzg4ODYzNy0xYjk1LTQ3NjYtYjBkOC1jOTBkNzU2Zjc1ZTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDYuNzE0MjIxMTI4WiJ9&digest=sha256%3Aa4ffc9317bbda950a3121964b041f164cc9cca584fcdbe8663c8c82fdc6c9d63" http.request.useragent="Go-http-client/1.1" http.response.duration=3.045614072s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:06 +0000] "PUT /v2/foo/cccc/blobs/uploads/ac888637-1b95-4766-b0d8-c90d756f75e7?_state=_ZJaiv7k8FdqFOc1KYkZXUP8tmnKgSfyAWToVfWBXiZ7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJhYzg4ODYzNy0xYjk1LTQ3NjYtYjBkOC1jOTBkNzU2Zjc1ZTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDYuNzE0MjIxMTI4WiJ9&digest=sha256%3Aa4ffc9317bbda950a3121964b041f164cc9cca584fcdbe8663c8c82fdc6c9d63 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=ce02296e-09c6-4cc3-adf8-f67347e2f0b5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.800849ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:09 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=f8294855-3cd9-4b14-81ce-ebcdfa211657 http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.569563ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:09 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:13Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=5dd310ca-429c-47a5-a8f1-cf18dacac505 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/dddd/blobs/uploads/247003d8-bf74-4cb5-bde7-697746135a3f?_state=5YCI4jEMpoKoXEvQTYBLSyna-p4Aauz7lG7Dk0pVZfl7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIyNDcwMDNkOC1iZjc0LTRjYjUtYmRlNy02OTc3NDYxMzVhM2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDkuOTczMzQ5Nzg5WiJ9&digest=sha256%3A7a7478b92b49e27b28f38c1b7816ddadb228e7dc1dc6c37d2ce8f5742d8202a8" http.request.useragent="Go-http-client/1.1" http.response.duration=3.539872903s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:09 +0000] "PUT /v2/foo/dddd/blobs/uploads/247003d8-bf74-4cb5-bde7-697746135a3f?_state=5YCI4jEMpoKoXEvQTYBLSyna-p4Aauz7lG7Dk0pVZfl7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIyNDcwMDNkOC1iZjc0LTRjYjUtYmRlNy02OTc3NDYxMzVhM2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MDkuOTczMzQ5Nzg5WiJ9&digest=sha256%3A7a7478b92b49e27b28f38c1b7816ddadb228e7dc1dc6c37d2ce8f5742d8202a8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:13Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=bd466fd2-1586-48cd-b26d-c2c3d0bd3b35 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.832519ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:13 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:13Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=279eee57-19b3-4051-b02a-b08fcb84fe4e http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.91026ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:13 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:17Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=20d17035-d7e8-48b3-aa66-c146dc5fb95a http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/eeee/blobs/uploads/34ffe19a-4117-4440-8594-fc40fdc2228c?_state=0vvtM70mBoQUYF7I38kK9GgeEnc1DNPlU9ENdtkRnnB7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiIzNGZmZTE5YS00MTE3LTQ0NDAtODU5NC1mYzQwZmRjMjIyOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MTMuNzUwNzQzNTA3WiJ9&digest=sha256%3Ad887c847240817420305cbbf7bd06e11e8e24b255bb486cb9ec993796eefb71a" http.request.useragent="Go-http-client/1.1" http.response.duration=4.203257032s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:13 +0000] "PUT /v2/foo/eeee/blobs/uploads/34ffe19a-4117-4440-8594-fc40fdc2228c?_state=0vvtM70mBoQUYF7I38kK9GgeEnc1DNPlU9ENdtkRnnB7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiIzNGZmZTE5YS00MTE3LTQ0NDAtODU5NC1mYzQwZmRjMjIyOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MTMuNzUwNzQzNTA3WiJ9&digest=sha256%3Ad887c847240817420305cbbf7bd06e11e8e24b255bb486cb9ec993796eefb71a HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:17Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=e8b9c11b-e516-465c-8b59-2b9a981058fa http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.630835ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:17 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:18Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=6ea3c560-aedd-4dcb-a91e-792815621c30 http.request.method=POST http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.71624ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:18 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=bbdd5ac5-6069-4bfb-9d79-8f5fb2ab2192 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/ffff/blobs/uploads/08e559cc-1f48-4040-9ff2-538f19964318?_state=1Kjcev0q_w13oPgDarIBbNJFWBTnyfc87vfy884-2KF7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIwOGU1NTljYy0xZjQ4LTQwNDAtOWZmMi01MzhmMTk5NjQzMTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MTguMjE1NjQ5MTA5WiJ9&digest=sha256%3A769148ce41e5bd17c677f87da102e2b9dbcf152853b08e7cd19cac196d012dcc" http.request.useragent="Go-http-client/1.1" http.response.duration=4.312702489s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:18 +0000] "PUT /v2/foo/ffff/blobs/uploads/08e559cc-1f48-4040-9ff2-538f19964318?_state=1Kjcev0q_w13oPgDarIBbNJFWBTnyfc87vfy884-2KF7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIwOGU1NTljYy0xZjQ4LTQwNDAtOWZmMi01MzhmMTk5NjQzMTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MTguMjE1NjQ5MTA5WiJ9&digest=sha256%3A769148ce41e5bd17c677f87da102e2b9dbcf152853b08e7cd19cac196d012dcc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=aa2e3328-14c1-48c0-ad27-7dab0e22f41d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34864" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.052068ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=40fc8288-19c6-4874-a510-b261934c606b http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.358485ms http.response.status=200 http.response.written=74 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=8e2834c3-e1b1-4a09-9e36-353ccc704cd9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.307453ms http.response.status=200 http.response.written=30 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=53fb200b-5076-446d-904b-48f07bdcfa91 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.480653ms http.response.status=200 http.response.written=74 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=8c04cdbe-bada-46f6-afef-0a97f25e8a60 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.212426ms http.response.status=200 http.response.written=30 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=3e243b04-083c-48c8-b74c-8f0b09895278 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.447395ms http.response.status=200 http.response.written=63 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=73fd999b-7a00-4c33-acd6-949db8ef5eeb http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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=1.2618ms http.response.status=200 http.response.written=41 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" 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.3 http.request.host="127.0.0.1:34575" http.request.id=7244b06a-d306-4faf-a6ca-a9719c836126 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.447723ms http.response.status=400 http.response.written=116 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" 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.3 http.request.host="127.0.0.1:34575" http.request.id=1ede970a-0fd3-4691-894e-2f48d0e87203 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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.432766ms http.response.status=400 http.response.written=115 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=bacc9933-fc2e-4d5c-b25c-51e9cbeecbe2 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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=1.123417ms http.response.status=200 http.response.written=20 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:34575" http.request.id=734638ba-063b-4c84-aaca-b4906cfd2ce0 http.request.method=GET http.request.remoteaddr="127.0.0.1:34864" 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=1.147509ms http.response.status=200 http.response.written=74 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2026-05-15T02:05:22Z" 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.3 time="2026-05-15T02:05:22Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:22Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=3218a893-21b9-41f9-9e95-633c3a266eb2 http.request.method=POST http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.864138ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=8df69404-d26d-42b1-8a82-c8a9bf618224 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/aaaa/blobs/uploads/78d7db2a-2698-4e5b-93e5-6a606e1cc310?_state=XzLFW0RZkm2KFhRFvMNPoZ9czyFqOuKirylRc8ioVpx7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI3OGQ3ZGIyYS0yNjk4LTRlNWItOTNlNS02YTYwNmUxY2MzMTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjIuNzE5NjM0ODYxWiJ9&digest=sha256%3A372ebc4fd161b2f7471995d59b95da900ddcea36195396d6e82bad458f1024a5" http.request.useragent="Go-http-client/1.1" http.response.duration=2.059461863s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:22 +0000] "PUT /v2/foo/aaaa/blobs/uploads/78d7db2a-2698-4e5b-93e5-6a606e1cc310?_state=XzLFW0RZkm2KFhRFvMNPoZ9czyFqOuKirylRc8ioVpx7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI3OGQ3ZGIyYS0yNjk4LTRlNWItOTNlNS02YTYwNmUxY2MzMTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjIuNzE5NjM0ODYxWiJ9&digest=sha256%3A372ebc4fd161b2f7471995d59b95da900ddcea36195396d6e82bad458f1024a5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=7f7fd219-f5f6-4f54-b8c5-923c4bfa9712 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.704571ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:24 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=3a9130eb-603d-427c-a7b9-ce88840012b1 http.request.method=POST http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.712575ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:24 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:27Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=683aae38-ba53-402d-84cb-a8f37ac8a62b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/bbbb/blobs/uploads/14175dc7-7569-49d7-a842-5c2f54c09aaa?_state=THmFpIO35HGeaWwP4vPH9JPfxKsXqHU95v4Gr3R00ch7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIxNDE3NWRjNy03NTY5LTQ5ZDctYTg0Mi01YzJmNTRjMDlhYWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjQuOTUyODU2ODg3WiJ9&digest=sha256%3Ac8f1bc9061407741a4b5b39f1a380275c260ad825023fc5cd66ceaf07e4b4f0c" http.request.useragent="Go-http-client/1.1" http.response.duration=2.305728704s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:24 +0000] "PUT /v2/foo/bbbb/blobs/uploads/14175dc7-7569-49d7-a842-5c2f54c09aaa?_state=THmFpIO35HGeaWwP4vPH9JPfxKsXqHU95v4Gr3R00ch7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiIxNDE3NWRjNy03NTY5LTQ5ZDctYTg0Mi01YzJmNTRjMDlhYWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjQuOTUyODU2ODg3WiJ9&digest=sha256%3Ac8f1bc9061407741a4b5b39f1a380275c260ad825023fc5cd66ceaf07e4b4f0c HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:27Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=3eadb957-a2f7-4781-87e3-76dfd2077815 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.953381ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:27 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:27Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=de3d7b88-3afc-445f-991d-42e01ba0e45c http.request.method=POST http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.631975ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:27 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=f68fb28f-292f-4a1f-a71a-6b5caa04cea4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/cccc/blobs/uploads/b207e71a-6812-4006-b17f-03693de08879?_state=sMa3Ht4WHhstojqDMrPKYMg605Flhiu9gh8loyMeDxp7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJiMjA3ZTcxYS02ODEyLTQwMDYtYjE3Zi0wMzY5M2RlMDg4NzkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjcuNTU3OTE3NzMxWiJ9&digest=sha256%3Aa88e7ee587cbc773ef4e084c24a8755932619a37fb0eb0fac5e04c2267a1ec90" http.request.useragent="Go-http-client/1.1" http.response.duration=5.784217194s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:27 +0000] "PUT /v2/foo/cccc/blobs/uploads/b207e71a-6812-4006-b17f-03693de08879?_state=sMa3Ht4WHhstojqDMrPKYMg605Flhiu9gh8loyMeDxp7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJiMjA3ZTcxYS02ODEyLTQwMDYtYjE3Zi0wMzY5M2RlMDg4NzkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MjcuNTU3OTE3NzMxWiJ9&digest=sha256%3Aa88e7ee587cbc773ef4e084c24a8755932619a37fb0eb0fac5e04c2267a1ec90 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=8298cdad-14b6-41db-9bc0-05800a01586c http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.758867ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:33 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=aac9bd9b-6d54-4698-b5ce-cc2ef950921f http.request.method=POST http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.493391ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:33 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=bff569cf-e3a9-4a84-9c3e-ae24d54505e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/dddd/blobs/uploads/b3d8ba2c-e112-41cb-a17d-8af3ae6b3017?_state=yclMXSp0iJAfXScguqdGFoqo5IlifJ3xIsGq_g6lfet7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJiM2Q4YmEyYy1lMTEyLTQxY2ItYTE3ZC04YWYzYWU2YjMwMTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MzMuNjE0MDY2NDk3WiJ9&digest=sha256%3A182725ecb4b43773db03a9bdf0b3b4bc751b3f478b5c0d4cd4f4395f7c341997" http.request.useragent="Go-http-client/1.1" http.response.duration=4.980992349s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:33 +0000] "PUT /v2/foo/dddd/blobs/uploads/b3d8ba2c-e112-41cb-a17d-8af3ae6b3017?_state=yclMXSp0iJAfXScguqdGFoqo5IlifJ3xIsGq_g6lfet7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiJiM2Q4YmEyYy1lMTEyLTQxY2ItYTE3ZC04YWYzYWU2YjMwMTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6MzMuNjE0MDY2NDk3WiJ9&digest=sha256%3A182725ecb4b43773db03a9bdf0b3b4bc751b3f478b5c0d4cd4f4395f7c341997 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=0f924d25-a4f2-4c0d-b472-187350c2de15 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34406" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.176762ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40137" http.request.id=e88acd75-9894-40bc-a1d7-c84b565c7de2 http.request.method=GET http.request.remoteaddr="127.0.0.1:34406" 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.514214ms http.response.status=200 http.response.written=63 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (39.06s) === RUN TestURLPrefix time="2026-05-15T02:05:38Z" 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.3 time="2026-05-15T02:05:38Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41527" http.request.id=ab64f323-4319-4105-9d5e-03c435b697bf http.request.method=GET http.request.remoteaddr="127.0.0.1:34328" 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.893731ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.01s) === RUN TestBlobAPI time="2026-05-15T02:05:38Z" 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.3 time="2026-05-15T02:05:38Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:38Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=76175cab-8897-400e-81f4-1ec0f68ee853 http.request.method=GET http.request.remoteaddr="127.0.0.1:36074" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.952024ms http.response.status=404 http.response.written=157 vars.digest="sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "GET /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=8f87b4e7-0a71-4e50-ace2-c101118f78ac http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.765497ms http.response.status=404 http.response.written=157 vars.digest="sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "HEAD /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=56df94d0-73c0-48f5-a5bf-c805becc40d3 http.request.method=POST http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.337087ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=dc2f7d0b-9e39-467f-be74-c951d6f4224c http.request.method=GET http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.541278ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "GET /v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=d9aa04eb-0d94-46a9-aeb3-851191399101 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.432066ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "DELETE /v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=d2da5ee5-9d25-461b-9eb3-13f63ea719ed http.request.method=GET http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=ddb51364-3bfd-432f-8a86-827b6cd54a0c time="2026-05-15T02:05:38Z" 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.3 http.request.host="127.0.0.1:35155" http.request.id=d2da5ee5-9d25-461b-9eb3-13f63ea719ed http.request.method=GET http.request.remoteaddr="127.0.0.1:36076" http.request.uri="/v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.400422ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=ddb51364-3bfd-432f-8a86-827b6cd54a0c 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "GET /v2/foo/bar/blobs/uploads/ddb51364-3bfd-432f-8a86-827b6cd54a0c?_state=x0eIMiKcn0KebJpJ0HoE3FVhs_EcILKT7T7tsBap9JJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRkYjUxMzY0LTNiZmQtNDMyZi04YTg2LTgyN2I2Y2Q1NGEwYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MjExMDAxNDdaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=6c7da256-a6d8-4c01-91e2-d96371d97643 http.request.method=POST http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.1265ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=af6a2dbb-a3a0-4cdd-b574-e15c3a040562 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/40ed37ca-f2f8-4a13-85a4-b266c2d2fc92?_state=Cr6Lwg8aBP4FTk0yWy2Y3sTwVVakCXteXz8x-7IY5057Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwZWQzN2NhLWYyZjgtNGExMy04NWE0LWIyNjZjMmQyZmM5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mjk2NjI4MDdaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" provided=sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 vars.name="foo/bar" vars.uuid=40ed37ca-f2f8-4a13-85a4-b266c2d2fc92 time="2026-05-15T02:05:38Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=af6a2dbb-a3a0-4cdd-b574-e15c3a040562 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/40ed37ca-f2f8-4a13-85a4-b266c2d2fc92?_state=Cr6Lwg8aBP4FTk0yWy2Y3sTwVVakCXteXz8x-7IY5057Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwZWQzN2NhLWYyZjgtNGExMy04NWE0LWIyNjZjMmQyZmM5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mjk2NjI4MDdaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=40ed37ca-f2f8-4a13-85a4-b266c2d2fc92 time="2026-05-15T02:05:38Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=af6a2dbb-a3a0-4cdd-b574-e15c3a040562 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/40ed37ca-f2f8-4a13-85a4-b266c2d2fc92?_state=Cr6Lwg8aBP4FTk0yWy2Y3sTwVVakCXteXz8x-7IY5057Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwZWQzN2NhLWYyZjgtNGExMy04NWE0LWIyNjZjMmQyZmM5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mjk2NjI4MDdaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.094639ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=40ed37ca-f2f8-4a13-85a4-b266c2d2fc92 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "PUT /v2/foo/bar/blobs/uploads/40ed37ca-f2f8-4a13-85a4-b266c2d2fc92?_state=Cr6Lwg8aBP4FTk0yWy2Y3sTwVVakCXteXz8x-7IY5057Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwZWQzN2NhLWYyZjgtNGExMy04NWE0LWIyNjZjMmQyZmM5MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mjk2NjI4MDdaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=996ecb3b-5995-459f-80fe-6fbb860d90c4 http.request.method=POST http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.536073ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=adc651eb-7b76-46c0-8537-9bc12826a421 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/e98be5a5-d2d3-49b4-a683-2a94ee0df3be?_state=DZFy3M1HxnhuxsD3-1FN-CvlF_dYlSLyDnBdvRiCbsV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5OGJlNWE1LWQyZDMtNDliNC1hNjgzLTJhOTRlZTBkZjNiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MzQ0MDEzOTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.926104ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "PUT /v2/foo/bar/blobs/uploads/e98be5a5-d2d3-49b4-a683-2a94ee0df3be?_state=DZFy3M1HxnhuxsD3-1FN-CvlF_dYlSLyDnBdvRiCbsV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5OGJlNWE1LWQyZDMtNDliNC1hNjgzLTJhOTRlZTBkZjNiZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44MzQ0MDEzOTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=0864557e-f452-4faf-a653-943b3d915499 http.request.method=POST http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.531849ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=d952fef1-ccaa-4fd3-a855-3ec1fd6e3c1a http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/4baf2053-5f98-409a-95fb-bf32d5bce570?_state=s9rIFAtXoCkF3L7E-RJp6Rcj5004ebvqe2smNPZzHMF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRiYWYyMDUzLTVmOTgtNDA5YS05NWZiLWJmMzJkNWJjZTU3MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mzg2MjQ4MzZaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.921978ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "PUT /v2/foo/bar/blobs/uploads/4baf2053-5f98-409a-95fb-bf32d5bce570?_state=s9rIFAtXoCkF3L7E-RJp6Rcj5004ebvqe2smNPZzHMF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRiYWYyMDUzLTVmOTgtNDA5YS05NWZiLWJmMzJkNWJjZTU3MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44Mzg2MjQ4MzZaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:38Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=c222d5a2-c79a-431e-811e-6a20b5e1b01c http.request.method=POST http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.531221ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:40Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=a0b05bcb-8563-41db-832c-21034b54d7ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/c637d26b-31d7-469b-ac7d-08e709191d7f?_state=EnT3N6obNv-Rv9qdKZ3-PTNh6SHZOgyTqtR6uT5dN357Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM2MzdkMjZiLTMxZDctNDY5Yi1hYzdkLTA4ZTcwOTE5MWQ3ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44NDI4MDgxNDlaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.duration=2.110809045s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:38 +0000] "PUT /v2/foo/bar/blobs/uploads/c637d26b-31d7-469b-ac7d-08e709191d7f?_state=EnT3N6obNv-Rv9qdKZ3-PTNh6SHZOgyTqtR6uT5dN357Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM2MzdkMjZiLTMxZDctNDY5Yi1hYzdkLTA4ZTcwOTE5MWQ3ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTozOC44NDI4MDgxNDlaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:41Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=7df20bd1-529d-4a02-a5d6-53f1526f5ebd http.request.method=POST http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.78832ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:35155" http.request.id=e4e8b767-7e5d-4b4a-b863-c3cb70367050 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/697c402c-8be6-4f4d-b05f-00d7acc43c36?_state=tWyAtx9KNOFppoYd4p8Mq-NcK_QknnLpNe2FjqrRri97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY5N2M0MDJjLThiZTYtNGY0ZC1iMDVmLTAwZDdhY2M0M2MzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0MS4wNDgwMzAzMjRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.992931889s http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:41 +0000] "PATCH /v2/foo/bar/blobs/uploads/697c402c-8be6-4f4d-b05f-00d7acc43c36?_state=tWyAtx9KNOFppoYd4p8Mq-NcK_QknnLpNe2FjqrRri97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY5N2M0MDJjLThiZTYtNGY0ZC1iMDVmLTAwZDdhY2M0M2MzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0MS4wNDgwMzAzMjRaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=f39c7e48-6929-474a-a267-711691b25058 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/uploads/697c402c-8be6-4f4d-b05f-00d7acc43c36?_state=QQnKHRHEDmHdYwrx12pFGSMUnlykgnQpt7bL7XKmGSh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY5N2M0MDJjLThiZTYtNGY0ZC1iMDVmLTAwZDdhY2M0M2MzNiIsIk9mZnNldCI6MTY2NjM1NTIsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NDFaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.duration=2.121223ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "PUT /v2/foo/bar/blobs/uploads/697c402c-8be6-4f4d-b05f-00d7acc43c36?_state=QQnKHRHEDmHdYwrx12pFGSMUnlykgnQpt7bL7XKmGSh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY5N2M0MDJjLThiZTYtNGY0ZC1iMDVmLTAwZDdhY2M0M2MzNiIsIk9mZnNldCI6MTY2NjM1NTIsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NDFaIn0%3D&digest=sha256%3Ae5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=aae2b102-04e1-4a95-96d0-840ae8cd9cab http.request.method=HEAD http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.422762ms http.response.status=200 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "HEAD /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=e935c78a-41c3-4cc4-aafd-4da6ffca45b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=56.355708ms http.response.status=200 http.response.written=16663552 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 200 16663552 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=error msg="error parsing digest="sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273": unsupported digest algorithm" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=3b525774-78e9-4ff7-8334-048ce10d572b http.request.method=GET http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" vars.name="foo/bar" time="2026-05-15T02:05:43Z" 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.3 http.request.host="127.0.0.1:35155" http.request.id=3b525774-78e9-4ff7-8334-048ce10d572b http.request.method=GET http.request.remoteaddr="127.0.0.1:36086" http.request.uri="/v2/foo/bar/blobs/sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.668266ms http.response.status=400 http.response.written=110 vars.digest="sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha257:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=9aa67c1c-3c15-40bc-b745-7d19e4b7f8f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:35444" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.duration=2.331742ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" 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.3 time="2026-05-15T02:05:43Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:43Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=db7f9e29-04e1-4279-87f0-f6ce40da0a9c http.request.method=GET http.request.remoteaddr="127.0.0.1:55048" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.738862ms http.response.status=404 http.response.written=157 vars.digest="sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=6e9b3625-f258-4e9a-859b-1d41735e76d2 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.406104ms http.response.status=404 http.response.written=157 vars.digest="sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "HEAD /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=483a22ba-5eaa-48e4-a5a9-191d6a0561fb http.request.method=POST http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.334489ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=84253489-49ec-4fb2-9711-3f33156e164d http.request.method=GET http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.561909ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=7017df58-e79d-4ae0-af59-831cbd24bba1 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.258138ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "DELETE /v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=e34da42b-8c68-4d4d-b3e9-d4ae7e3d71f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=ef151659-77f2-4b85-92c7-97baa9841511 time="2026-05-15T02:05:43Z" 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.3 http.request.host="127.0.0.1:45401" http.request.id=e34da42b-8c68-4d4d-b3e9-d4ae7e3d71f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:55058" http.request.uri="/v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.325439ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=ef151659-77f2-4b85-92c7-97baa9841511 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/uploads/ef151659-77f2-4b85-92c7-97baa9841511?_state=wDsy53GUCZvnzrsYGYLLXQmRHUNy82t41aamc3iOkoF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImVmMTUxNjU5LTc3ZjItNGI4NS05MmM3LTk3YmFhOTg0MTUxMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NDgxNjE1MTRaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=495c7479-ee9e-4ffc-a7a0-fabf3f2d9580 http.request.method=POST http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.755005ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=e3603850-df7a-4c9d-bd12-b03a488c8c32 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/b0c50218-cf01-44ef-b2b9-f0485e8c2d5c?_state=xpO53LbgARF5UnFuiutP69nG1-e0fTfvRhmnUsFDnrx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwYzUwMjE4LWNmMDEtNDRlZi1iMmI5LWYwNDg1ZThjMmQ1YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTU2NTI5MjRaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" provided=sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db vars.name="foo/bar" vars.uuid=b0c50218-cf01-44ef-b2b9-f0485e8c2d5c time="2026-05-15T02:05:43Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=e3603850-df7a-4c9d-bd12-b03a488c8c32 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/b0c50218-cf01-44ef-b2b9-f0485e8c2d5c?_state=xpO53LbgARF5UnFuiutP69nG1-e0fTfvRhmnUsFDnrx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwYzUwMjE4LWNmMDEtNDRlZi1iMmI5LWYwNDg1ZThjMmQ1YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTU2NTI5MjRaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=b0c50218-cf01-44ef-b2b9-f0485e8c2d5c time="2026-05-15T02:05:43Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=e3603850-df7a-4c9d-bd12-b03a488c8c32 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/b0c50218-cf01-44ef-b2b9-f0485e8c2d5c?_state=xpO53LbgARF5UnFuiutP69nG1-e0fTfvRhmnUsFDnrx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwYzUwMjE4LWNmMDEtNDRlZi1iMmI5LWYwNDg1ZThjMmQ1YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTU2NTI5MjRaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.532278ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=b0c50218-cf01-44ef-b2b9-f0485e8c2d5c 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "PUT /v2/foo/bar/blobs/uploads/b0c50218-cf01-44ef-b2b9-f0485e8c2d5c?_state=xpO53LbgARF5UnFuiutP69nG1-e0fTfvRhmnUsFDnrx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwYzUwMjE4LWNmMDEtNDRlZi1iMmI5LWYwNDg1ZThjMmQ1YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTU2NTI5MjRaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=b979fee8-d039-4759-bd48-8c27dd43fede http.request.method=POST http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.310336ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=74bcfe51-acc8-403d-966b-82246ec7adca http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/260d4f11-f9db-4713-9aeb-a5b64e9984e1?_state=5TIELIqpnGc48R2AKkezKwMQA3Fuhie3NnzlsJvemmZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI2MGQ0ZjExLWY5ZGItNDcxMy05YWViLWE1YjY0ZTk5ODRlMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTk1ODUyMjlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.674011ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "PUT /v2/foo/bar/blobs/uploads/260d4f11-f9db-4713-9aeb-a5b64e9984e1?_state=5TIELIqpnGc48R2AKkezKwMQA3Fuhie3NnzlsJvemmZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI2MGQ0ZjExLWY5ZGItNDcxMy05YWViLWE1YjY0ZTk5ODRlMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NTk1ODUyMjlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=fc93246f-7321-4da3-9bee-2b36e822a564 http.request.method=POST http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.348293ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=7ce4fcd2-f537-4543-811e-01723522ae1d http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/c757cff0-5908-4576-bd29-6cbb8afa87a6?_state=nYO5okY-1ix9DaIHA1X4yuN88-A7G64NVEOyflIVhM97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NTdjZmYwLTU5MDgtNDU3Ni1iZDI5LTZjYmI4YWZhODdhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NjM0NjU2OVoifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.680296ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "PUT /v2/foo/bar/blobs/uploads/c757cff0-5908-4576-bd29-6cbb8afa87a6?_state=nYO5okY-1ix9DaIHA1X4yuN88-A7G64NVEOyflIVhM97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NTdjZmYwLTU5MDgtNDU3Ni1iZDI5LTZjYmI4YWZhODdhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40NjM0NjU2OVoifQ%3D%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:43Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=56311dc3-7816-48f6-bd2c-38c2b3888b15 http.request.method=POST http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.279547ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:48Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=4da8318e-f92f-44f6-b35f-2f1bef053c16 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/fc5e280d-6979-4cb8-8150-53b0b9ac5317?_state=SRfpnC7dpNWos-FlLn3b3pfUsF0dfH7aZE__BRX7g5l7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjNWUyODBkLTY5NzktNGNiOC04MTUwLTUzYjBiOWFjNTMxNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40Njc1NTA5NDVaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.duration=4.898512518s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "PUT /v2/foo/bar/blobs/uploads/fc5e280d-6979-4cb8-8150-53b0b9ac5317?_state=SRfpnC7dpNWos-FlLn3b3pfUsF0dfH7aZE__BRX7g5l7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjNWUyODBkLTY5NzktNGNiOC04MTUwLTUzYjBiOWFjNTMxNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0My40Njc1NTA5NDVaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:48Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=1ed7d6ba-ed12-42f5-a91e-c3c1c5601066 http.request.method=POST http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.293349ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:48 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:45401" http.request.id=47e8b3f9-bee2-492f-8653-153de6419808 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/7abda6c7-ace9-4421-8f43-273f9c916250?_state=HK3EBGBUpQHNc0EjWoVNNcl8KsDIyNzNTikvNkODBR57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdhYmRhNmM3LWFjZTktNDQyMS04ZjQzLTI3M2Y5YzkxNjI1MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0OC41NDA1NTI3NloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=4.730251649s http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:48 +0000] "PATCH /v2/foo/bar/blobs/uploads/7abda6c7-ace9-4421-8f43-273f9c916250?_state=HK3EBGBUpQHNc0EjWoVNNcl8KsDIyNzNTikvNkODBR57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdhYmRhNmM3LWFjZTktNDQyMS04ZjQzLTI3M2Y5YzkxNjI1MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo0OC41NDA1NTI3NloifQ%3D%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=74eaaf91-4816-4cc4-9b10-d087faaac689 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/uploads/7abda6c7-ace9-4421-8f43-273f9c916250?_state=RWJL2v2MJ2r3oHNJEMRHgy94nM57L9hWAB09Nl16s7x7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdhYmRhNmM3LWFjZTktNDQyMS04ZjQzLTI3M2Y5YzkxNjI1MCIsIk9mZnNldCI6MjY1MDc3NzYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NDhaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.duration=2.286783ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "PUT /v2/foo/bar/blobs/uploads/7abda6c7-ace9-4421-8f43-273f9c916250?_state=RWJL2v2MJ2r3oHNJEMRHgy94nM57L9hWAB09Nl16s7x7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdhYmRhNmM3LWFjZTktNDQyMS04ZjQzLTI3M2Y5YzkxNjI1MCIsIk9mZnNldCI6MjY1MDc3NzYsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NDhaIn0%3D&digest=sha256%3Ae5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=7625e328-8d8a-4f40-a976-0ff9fdffb77e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.574913ms http.response.status=200 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "HEAD /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=09bfb206-734a-498c-a297-e209df575c05 http.request.method=GET http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=123.661644ms http.response.status=200 http.response.written=26507776 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 200 26507776 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=error msg="error parsing digest="sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db": unsupported digest algorithm" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=d36d7921-2546-4f64-a7f6-2f18ece83a16 http.request.method=GET http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" vars.name="foo/bar" time="2026-05-15T02:05:53Z" 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.3 http.request.host="127.0.0.1:45401" http.request.id=d36d7921-2546-4f64-a7f6-2f18ece83a16 http.request.method=GET http.request.remoteaddr="127.0.0.1:55070" http.request.uri="/v2/foo/bar/blobs/sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.59146ms http.response.status=400 http.response.written=110 vars.digest="sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha257:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=c3fe7db8-edb0-437e-8ea3-6b54e6c9f087 http.request.method=GET http.request.remoteaddr="127.0.0.1:55546" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.duration=4.176427ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=79eb37a9-761e-449e-ba81-5728a98ab523 http.request.method=GET http.request.remoteaddr="127.0.0.1:55546" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.171559ms http.response.status=200 http.response.written=3662 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 200 3662 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45401" http.request.id=17bc2c10-8774-408a-8183-5c4fdf550ad0 http.request.method=GET http.request.remoteaddr="127.0.0.1:55544" http.request.uri="/v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=17.928355ms http.response.status=200 http.response.written=2681472 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha256:e5d272be85a2a6d262a2849d11687de0f7ab02c72730d052f99ce039454498db HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=9f1586ab-a55b-464c-8af5-32b6c7514806 http.request.method=GET http.request.remoteaddr="127.0.0.1:35444" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=10.312154131s http.response.status=200 http.response.written=2693120 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 200 2693120 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:35155" http.request.id=fddb69a7-1002-4d0f-a083-9ab1e2540ad9 http.request.method=GET http.request.remoteaddr="127.0.0.1:35430" http.request.uri="/v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=10.319900297s http.response.status=200 http.response.written=2681472 127.0.0.1 - - [15/May/2026:02:05:43 +0000] "GET /v2/foo/bar/blobs/sha256:e5d497a1e1bee07f1d945afc3286f0c33ec81c642fec801f3bb9c6e955d49273 HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (14.87s) === RUN TestBlobDelete time="2026-05-15T02:05:53Z" 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.3 time="2026-05-15T02:05:53Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:05:53Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=0ded3162-29f2-4a0b-a9aa-b2fd6b2ea70f http.request.method=GET http.request.remoteaddr="127.0.0.1:39646" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.904714ms http.response.status=404 http.response.written=157 vars.digest="sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=13e59533-b00a-463a-9217-48506ca506ea http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.005766ms http.response.status=404 http.response.written=157 vars.digest="sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "HEAD /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=50d912b3-0e71-48d5-8d66-a7fa29b6d06d http.request.method=POST http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.314172ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=c2e61d85-1442-4659-8661-4486ec6d141e http.request.method=GET http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.665583ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=08257a15-dda8-466a-8a48-92b608cb22a8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.775647ms http.response.status=204 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "DELETE /v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=8e113699-29d1-4582-875b-8dbc36676781 http.request.method=GET http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=116e41a0-1b3b-49ad-9eab-970de8e606c3 time="2026-05-15T02:05:53Z" 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.3 http.request.host="127.0.0.1:45599" http.request.id=8e113699-29d1-4582-875b-8dbc36676781 http.request.method=GET http.request.remoteaddr="127.0.0.1:39650" http.request.uri="/v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.539641ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=116e41a0-1b3b-49ad-9eab-970de8e606c3 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "GET /v2/foo/bar/blobs/uploads/116e41a0-1b3b-49ad-9eab-970de8e606c3?_state=yGQAPN6lLG3xjfCTWMG9LRmvf0yqj2j3-zdTaqIA8R17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjExNmU0MWEwLTFiM2ItNDlhZC05ZWFiLTk3MGRlOGU2MDZjMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NjYxNjg3OTdaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=9a3c9d30-ac7b-4af6-8687-bd3831c4a11e http.request.method=POST http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.059663ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=0f12d8ff-83ed-4314-9562-c656a46a67bd http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/ba0877a0-0d8e-419c-807a-557b2373ccdc?_state=Q-B3KeaPPoyHlxdHWgAWodc18QYzrp98SodTMi6ocsh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJhMDg3N2EwLTBkOGUtNDE5Yy04MDdhLTU1N2IyMzczY2NkYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzUyMDM4NjNaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" provided=sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 vars.name="foo/bar" vars.uuid=ba0877a0-0d8e-419c-807a-557b2373ccdc time="2026-05-15T02:05:53Z" level=error msg="error canceling upload after error: already closed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=0f12d8ff-83ed-4314-9562-c656a46a67bd http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/ba0877a0-0d8e-419c-807a-557b2373ccdc?_state=Q-B3KeaPPoyHlxdHWgAWodc18QYzrp98SodTMi6ocsh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJhMDg3N2EwLTBkOGUtNDE5Yy04MDdhLTU1N2IyMzczY2NkYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzUyMDM4NjNaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=ba0877a0-0d8e-419c-807a-557b2373ccdc time="2026-05-15T02:05:53Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=0f12d8ff-83ed-4314-9562-c656a46a67bd http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/ba0877a0-0d8e-419c-807a-557b2373ccdc?_state=Q-B3KeaPPoyHlxdHWgAWodc18QYzrp98SodTMi6ocsh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJhMDg3N2EwLTBkOGUtNDE5Yy04MDdhLTU1N2IyMzczY2NkYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzUyMDM4NjNaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.696968ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=ba0877a0-0d8e-419c-807a-557b2373ccdc 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "PUT /v2/foo/bar/blobs/uploads/ba0877a0-0d8e-419c-807a-557b2373ccdc?_state=Q-B3KeaPPoyHlxdHWgAWodc18QYzrp98SodTMi6ocsh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImJhMDg3N2EwLTBkOGUtNDE5Yy04MDdhLTU1N2IyMzczY2NkYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzUyMDM4NjNaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=2a988546-ebb7-4e85-9dac-cb595c9c6cfd http.request.method=POST http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.466643ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=5da00ff3-8f58-4a9d-a96c-7450c14da1e6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/0b09b7f0-54dd-4e78-b5c2-8752d527da4d?_state=v1731wF47q9Pj0i6UsIpz63nhj-v4y4DD8dzPLIVrD17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiMDliN2YwLTU0ZGQtNGU3OC1iNWMyLTg3NTJkNTI3ZGE0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzkyNDEzOThaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.969545ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "PUT /v2/foo/bar/blobs/uploads/0b09b7f0-54dd-4e78-b5c2-8752d527da4d?_state=v1731wF47q9Pj0i6UsIpz63nhj-v4y4DD8dzPLIVrD17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiMDliN2YwLTU0ZGQtNGU3OC1iNWMyLTg3NTJkNTI3ZGE0ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43NzkyNDEzOThaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=7106940a-7430-49b4-acc6-7bf2d036ba29 http.request.method=POST http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.525271ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=04c3f9f7-3e35-4a08-9e0f-b21eb53ef067 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/52792fae-3a7f-4c38-b517-e1b4ef6bed2d?_state=MGuOBRVh-YSi-dj0RbnkLGbtH9aeRUHbCTi7A_kATO97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUyNzkyZmFlLTNhN2YtNGMzOC1iNTE3LWUxYjRlZjZiZWQyZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43ODM0Mjg1NTRaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.793334ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "PUT /v2/foo/bar/blobs/uploads/52792fae-3a7f-4c38-b517-e1b4ef6bed2d?_state=MGuOBRVh-YSi-dj0RbnkLGbtH9aeRUHbCTi7A_kATO97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUyNzkyZmFlLTNhN2YtNGMzOC1iNTE3LWUxYjRlZjZiZWQyZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43ODM0Mjg1NTRaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:53Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=38b3f12d-2fa1-457e-9218-ba7fd2d33e6c http.request.method=POST http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.372862ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:59Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=e510e35f-2902-439c-9686-4cd4e4da9ebe http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/cfc39679-9e72-42f6-bbe4-2e726fb069f5?_state=NaduuaSudzqRYMiGhfjOcoZGOhcSP8-GT58_8bvx9dN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNmYzM5Njc5LTllNzItNDJmNi1iYmU0LTJlNzI2ZmIwNjlmNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43ODczNTI3NzhaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.duration=5.227053852s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:53 +0000] "PUT /v2/foo/bar/blobs/uploads/cfc39679-9e72-42f6-bbe4-2e726fb069f5?_state=NaduuaSudzqRYMiGhfjOcoZGOhcSP8-GT58_8bvx9dN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNmYzM5Njc5LTllNzItNDJmNi1iYmU0LTJlNzI2ZmIwNjlmNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1My43ODczNTI3NzhaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:05:59Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=20ff69f9-de13-4d67-802e-97be97352f04 http.request.method=POST http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.260878ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:59 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:45599" http.request.id=c6c08b68-7a17-45ba-bca1-d01fa5d19d1c http.request.method=PATCH http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/fbaea4e6-343c-4008-98bd-1f461b6d1335?_state=F8J6fgkpUm5bJmTQVfKrP-1FzEXRu80qU212vVPqERZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZiYWVhNGU2LTM0M2MtNDAwOC05OGJkLTFmNDYxYjZkMTMzNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1OS4xOTAxODk0MTZaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=5.005048739s http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:05:59 +0000] "PATCH /v2/foo/bar/blobs/uploads/fbaea4e6-343c-4008-98bd-1f461b6d1335?_state=F8J6fgkpUm5bJmTQVfKrP-1FzEXRu80qU212vVPqERZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZiYWVhNGU2LTM0M2MtNDAwOC05OGJkLTFmNDYxYjZkMTMzNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNTo1OS4xOTAxODk0MTZaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=813748a2-7d63-4eda-8782-5276beb6c606 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/uploads/fbaea4e6-343c-4008-98bd-1f461b6d1335?_state=TRjNrfCpRczIPNYaQR4bF6aCbdQblRqF8SJshKDx5Fl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZiYWVhNGU2LTM0M2MtNDAwOC05OGJkLTFmNDYxYjZkMTMzNSIsIk9mZnNldCI6Mjc2MzgyNzIsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NTlaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.duration=2.149311ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "PUT /v2/foo/bar/blobs/uploads/fbaea4e6-343c-4008-98bd-1f461b6d1335?_state=TRjNrfCpRczIPNYaQR4bF6aCbdQblRqF8SJshKDx5Fl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZiYWVhNGU2LTM0M2MtNDAwOC05OGJkLTFmNDYxYjZkMTMzNSIsIk9mZnNldCI6Mjc2MzgyNzIsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDU6NTlaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=e0f92d9e-0f45-4a4c-ad56-f67ee81e25d7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.514983ms http.response.status=200 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "HEAD /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=4c61b3da-466a-4e59-b366-04783b26df9c http.request.method=GET http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=139.063524ms http.response.status=200 http.response.written=27638272 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "GET /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 200 27638272 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=error msg="error parsing digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7": unsupported digest algorithm" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=870d2a69-3b06-47f0-b428-75daf30b7761 http.request.method=GET http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" time="2026-05-15T02:06:04Z" 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.3 http.request.host="127.0.0.1:45599" http.request.id=870d2a69-3b06-47f0-b428-75daf30b7761 http.request.method=GET http.request.remoteaddr="127.0.0.1:39658" http.request.uri="/v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.450327ms http.response.status=400 http.response.written=110 vars.digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "GET /v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=8a1cfecd-188b-43de-90ff-1849bd604a90 http.request.method=GET http.request.remoteaddr="127.0.0.1:45962" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.duration=2.376928ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "GET /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=0764fa09-3215-45c3-99fe-544a30463234 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45970" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.duration=2.09483ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "DELETE /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=7d4c0bc8-ef94-4f78-b84b-7ef4c6013416 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45970" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.292921ms http.response.status=404 http.response.written=157 vars.digest="sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "HEAD /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=578127f3-b753-4821-8540-bbbf080a4f2a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45970" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.21734ms http.response.status=404 http.response.written=74 vars.digest="sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "DELETE /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=error msg="error parsing digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7": unsupported digest algorithm" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=cc8c9277-9562-4f98-ae42-05e665bd9fe5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45984" http.request.uri="/v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" time="2026-05-15T02:06:04Z" 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.3 http.request.host="127.0.0.1:45599" http.request.id=cc8c9277-9562-4f98-ae42-05e665bd9fe5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45984" http.request.uri="/v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.361971ms http.response.status=400 http.response.written=110 vars.digest="sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "DELETE /v2/foo/bar/blobs/sha257:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2026-05-15T02:06:04Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=d2d68116-7b6c-48a0-bd07-9b500fe1f1de http.request.method=POST http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.867148ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=44f0c3b6-2770-4794-b9bb-837f344eded4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/foo/bar/blobs/uploads/48cb1d73-ce6b-4c0c-9956-f789e503f76e?_state=vds6gkarNZbw29u5UOJ07ximJb0YCCoE2u2P-oMbc7V7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ4Y2IxZDczLWNlNmItNGMwYy05OTU2LWY3ODllNTAzZjc2ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjowNC40Mjg0ODI2MzFaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.duration=4.833645573s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "PUT /v2/foo/bar/blobs/uploads/48cb1d73-ce6b-4c0c-9956-f789e503f76e?_state=vds6gkarNZbw29u5UOJ07ximJb0YCCoE2u2P-oMbc7V7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ4Y2IxZDczLWNlNmItNGMwYy05OTU2LWY3ODllNTAzZjc2ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjowNC40Mjg0ODI2MzFaIn0%3D&digest=sha256%3A6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=6cf023f5-2c5d-4166-997b-c01b1c31f484 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45992" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.1072ms http.response.status=200 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:09 +0000] "HEAD /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=eeff77d9-613f-4670-97aa-2ae8000d0666 http.request.method=GET http.request.remoteaddr="127.0.0.1:45956" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=5.009421997s http.response.status=200 http.response.written=2681472 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "GET /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 200 2681472 "" "Go-http-client/1.1" time="2026-05-15T02:06:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:45599" http.request.id=53f18d4e-85cb-467c-8a3e-8fdae245213b http.request.method=GET http.request.remoteaddr="127.0.0.1:45962" http.request.uri="/v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=5.000069657s http.response.status=200 http.response.written=2634240 127.0.0.1 - - [15/May/2026:02:06:04 +0000] "GET /v2/foo/bar/blobs/sha256:6c4a607c75a3af9dcf0f2f294eba8851da20ed33d02a4e114639bdcea24aebc7 HTTP/1.1" 200 2634240 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (15.93s) === RUN TestRelativeURL time="2026-05-15T02:06: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.3 time="2026-05-15T02:06:09Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:43523" http.request.id=51ee3e55-5981-46d8-924e-ebf4d8dd672e http.request.method=POST http.request.remoteaddr="127.0.0.1:37214" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.014868ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:09 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:12Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:43523" http.request.id=baaf7bf3-e6dc-4ced-8b90-01f293dcb342 http.request.method=PUT http.request.remoteaddr="127.0.0.1:37214" http.request.uri="/v2/foo/bar/blobs/uploads/0b8dd8d2-8a41-4b90-8b98-20febdb04031?_state=t_CNNGD9nxsSW44FosDwDTwMDlaB5dcO0Wxs97yyKXl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiOGRkOGQyLThhNDEtNGI5MC04Yjk4LTIwZmViZGIwNDAzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjowOS40MjA1MTc4ODZaIn0%3D&digest=sha256%3A23445a720fbb8ea7e243d132837041b6abf6040fd509ae4513c2aa79ac3aeef1" http.request.useragent="Go-http-client/1.1" http.response.duration=3.320795676s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:09 +0000] "PUT /v2/foo/bar/blobs/uploads/0b8dd8d2-8a41-4b90-8b98-20febdb04031?_state=t_CNNGD9nxsSW44FosDwDTwMDlaB5dcO0Wxs97yyKXl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiOGRkOGQyLThhNDEtNGI5MC04Yjk4LTIwZmViZGIwNDAzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjowOS40MjA1MTc4ODZaIn0%3D&digest=sha256%3A23445a720fbb8ea7e243d132837041b6abf6040fd509ae4513c2aa79ac3aeef1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:13Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:43523" http.request.id=85259b69-41f5-49ff-992e-04d3f06682a8 http.request.method=POST http.request.remoteaddr="127.0.0.1:37214" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.13358ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:13 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:13Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:43523" http.request.id=ec59d329-bd64-4aa3-8c17-f58aaf7df0a7 http.request.method=POST http.request.remoteaddr="127.0.0.1:37214" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.374535ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:13 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:15Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:43523" http.request.id=55f22206-a1da-4bc7-9ffa-b069580e737b http.request.method=PUT http.request.remoteaddr="127.0.0.1:37214" http.request.uri="/v2/foo/bar/blobs/uploads/d03bd9c1-1c95-4583-aa21-397fa5ce68b2?_state=D5S5Of7LR7LHHLMphdv-pVIc1z-FL2493_th5wAsar17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwM2JkOWMxLTFjOTUtNDU4My1hYTIxLTM5N2ZhNWNlNjhiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoxMy4xNTI2NzUyMTZaIn0%3D&digest=sha256%3A78600be7c0d92d46779105d7ff7e78bef413a41aa3a3d146c6f4c04add23282d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.262691199s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:13 +0000] "PUT /v2/foo/bar/blobs/uploads/d03bd9c1-1c95-4583-aa21-397fa5ce68b2?_state=D5S5Of7LR7LHHLMphdv-pVIc1z-FL2493_th5wAsar17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwM2JkOWMxLTFjOTUtNDU4My1hYTIxLTM5N2ZhNWNlNjhiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoxMy4xNTI2NzUyMTZaIn0%3D&digest=sha256%3A78600be7c0d92d46779105d7ff7e78bef413a41aa3a3d146c6f4c04add23282d HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (6.01s) === RUN TestBlobDeleteDisabled time="2026-05-15T02:06:15Z" 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.3 time="2026-05-15T02:06:15Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:15Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:42211" http.request.id=8b01e404-86da-456b-8909-564cd9b8791b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50540" http.request.uri="/v2/foo/bar/blobs/sha256:a423966e5f5f7d4b39957634f91b5e0bbc24b1e67a858ab53c70af9949051dda" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.687792ms http.response.status=405 http.response.written=78 vars.digest="sha256:a423966e5f5f7d4b39957634f91b5e0bbc24b1e67a858ab53c70af9949051dda" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:15 +0000] "DELETE /v2/foo/bar/blobs/sha256:a423966e5f5f7d4b39957634f91b5e0bbc24b1e67a858ab53c70af9949051dda HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.36s) === RUN TestDeleteDisabled time="2026-05-15T02:06:15Z" 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.3 time="2026-05-15T02:06:15Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:16Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:39031" http.request.id=e2d5931f-acff-4af5-9817-9091f436fde4 http.request.method=POST http.request.remoteaddr="127.0.0.1:50294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.790789ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:16 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:21Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:39031" http.request.id=189c49c8-9c62-42e6-90ea-b62612e8d441 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50294" http.request.uri="/v2/foo/bar/blobs/uploads/81bc55d8-1fda-44bb-986c-9d1704efbd1a?_state=6bnKkPo37xLXuh_95S8nB-a371LGnmkWrycRG3oPlX97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgxYmM1NWQ4LTFmZGEtNDRiYi05ODZjLTlkMTcwNGVmYmQxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoxNi4wNDUyMjE4OFoifQ%3D%3D&digest=sha256%3Acc6f4477552433fb249f50885ac90786f3be7b5ea551f99c217880f9c9cd8e75" http.request.useragent="Go-http-client/1.1" http.response.duration=5.263011845s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:16 +0000] "PUT /v2/foo/bar/blobs/uploads/81bc55d8-1fda-44bb-986c-9d1704efbd1a?_state=6bnKkPo37xLXuh_95S8nB-a371LGnmkWrycRG3oPlX97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgxYmM1NWQ4LTFmZGEtNDRiYi05ODZjLTlkMTcwNGVmYmQxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoxNi4wNDUyMjE4OFoifQ%3D%3D&digest=sha256%3Acc6f4477552433fb249f50885ac90786f3be7b5ea551f99c217880f9c9cd8e75 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:21Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:39031" http.request.id=fe3297db-1fa6-41f7-9a7a-8b548fd9765a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50294" http.request.uri="/v2/foo/bar/blobs/sha256:cc6f4477552433fb249f50885ac90786f3be7b5ea551f99c217880f9c9cd8e75" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.817602ms http.response.status=405 http.response.written=78 vars.digest="sha256:cc6f4477552433fb249f50885ac90786f3be7b5ea551f99c217880f9c9cd8e75" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:06:21 +0000] "DELETE /v2/foo/bar/blobs/sha256:cc6f4477552433fb249f50885ac90786f3be7b5ea551f99c217880f9c9cd8e75 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (5.53s) === RUN TestDeleteReadOnly time="2026-05-15T02:06:21Z" 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.3 time="2026-05-15T02:06:21Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:21Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33107" http.request.id=f7a5d48a-57c3-4f36-9dc3-2098e37d9b7f http.request.method=POST http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.87112ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:21 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:27Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33107" http.request.id=26a81079-bd1b-42e9-ba1e-e12b17c075f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57858" http.request.uri="/v2/foo/bar/blobs/uploads/05f10796-2467-4aa7-8883-2458e071fffc?_state=DXMRuhHlvowYY7BlrLKIw5A0sPX4UeQpfuLsZI7I4DV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA1ZjEwNzk2LTI0NjctNGFhNy04ODgzLTI0NThlMDcxZmZmYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoyMS42MjA4MDcyNjZaIn0%3D&digest=sha256%3A3e26e9dcf8a9b4b2a97a1a0a1ffd05ca9bcf446aa11b7cf86242bdd21042a6a1" http.request.useragent="Go-http-client/1.1" http.response.duration=5.929549669s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:21 +0000] "PUT /v2/foo/bar/blobs/uploads/05f10796-2467-4aa7-8883-2458e071fffc?_state=DXMRuhHlvowYY7BlrLKIw5A0sPX4UeQpfuLsZI7I4DV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA1ZjEwNzk2LTI0NjctNGFhNy04ODgzLTI0NThlMDcxZmZmYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNjoyMS42MjA4MDcyNjZaIn0%3D&digest=sha256%3A3e26e9dcf8a9b4b2a97a1a0a1ffd05ca9bcf446aa11b7cf86242bdd21042a6a1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "DELETE /v2/foo/bar/blobs/sha256:3e26e9dcf8a9b4b2a97a1a0a1ffd05ca9bcf446aa11b7cf86242bdd21042a6a1 HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (6.24s) === RUN TestStartPushReadOnly time="2026-05-15T02:06:27Z" 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.3 time="2026-05-15T02:06:27Z" level=info msg="redis not configured" go.version=go1.26.3 127.0.0.1 - - [15/May/2026:02:06:27 +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-05-15T02:06:27Z" 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.3 time="2026-05-15T02:06:27Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:27Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=9e3b4065-6afa-45d4-a90b-84eec8c0c136 http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" 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.893904ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-15T02:06:27Z" 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.3 http.request.host="127.0.0.1:41877" http.request.id=330b18d0-3231-4aee-9716-b3a5703082d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" 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.442707ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:06:27Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=736800ec-afbd-4d26-9401-4288519005e4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" 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.464935ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-15T02:06:27Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=47db2af9-5b57-487f-b191-6ff40a41b84c http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" 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.843548ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:27Z" 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.3 http.request.host="127.0.0.1:41877" http.request.id=47db2af9-5b57-487f-b191-6ff40a41b84c http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" 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.937594ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:27Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=47db2af9-5b57-487f-b191-6ff40a41b84c http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" 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.995393ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:27Z" 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.3 http.request.host="127.0.0.1:41877" http.request.id=47db2af9-5b57-487f-b191-6ff40a41b84c http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" 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.068544ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-15T02:06:27Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=4bd4ae78-fd5c-43c0-9037-b900cc43625e http.request.method=POST http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.054978ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:29Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=d7b3c936-f939-4cd6-8c92-d34458e794b0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/blobs/uploads/02adafbe-9f5f-4468-8d89-2effb573ffcf?_state=63m8VCLmx8UPEly-pADK3xzQDAfsRJJlZDSVDgmcpql7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIwMmFkYWZiZS05ZjVmLTQ0NjgtOGQ4OS0yZWZmYjU3M2ZmY2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MjcuNzQ0MTMyNjkxWiJ9&digest=sha256%3A47b717ac0ff9f9878220ede03d7006bb7ee39556d1310411a9bbf9f281ce4718" http.request.useragent="Go-http-client/1.1" http.response.duration=1.757979273s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:27 +0000] "PUT /v2/foo/schema1/blobs/uploads/02adafbe-9f5f-4468-8d89-2effb573ffcf?_state=63m8VCLmx8UPEly-pADK3xzQDAfsRJJlZDSVDgmcpql7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIwMmFkYWZiZS05ZjVmLTQ0NjgtOGQ4OS0yZWZmYjU3M2ZmY2YiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MjcuNzQ0MTMyNjkxWiJ9&digest=sha256%3A47b717ac0ff9f9878220ede03d7006bb7ee39556d1310411a9bbf9f281ce4718 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:29Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=07b995d7-d747-492d-ba0b-0da82cc05579 http.request.method=POST http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.289409ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:29 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=0d35b856-87d3-4ff2-9889-f92a4d53bbd7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/blobs/uploads/abfd4d8a-d4aa-46c7-8d56-3b360451882c?_state=Vs-xySfMR2nXBbSC3PQ-c4zKOB2X8xI5-qNf5gw-Nm17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJhYmZkNGQ4YS1kNGFhLTQ2YzctOGQ1Ni0zYjM2MDQ1MTg4MmMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MjkuNzUxNjU5NzE5WiJ9&digest=sha256%3Ad15224afc7c32f8e7805783238df2968c07d5d1129af449e7a9aa49a0e2961f8" http.request.useragent="Go-http-client/1.1" http.response.duration=4.045904608s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:29 +0000] "PUT /v2/foo/schema1/blobs/uploads/abfd4d8a-d4aa-46c7-8d56-3b360451882c?_state=Vs-xySfMR2nXBbSC3PQ-c4zKOB2X8xI5-qNf5gw-Nm17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJhYmZkNGQ4YS1kNGFhLTQ2YzctOGQ1Ni0zYjM2MDQ1MTg4MmMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MjkuNzUxNjU5NzE5WiJ9&digest=sha256%3Ad15224afc7c32f8e7805783238df2968c07d5d1129af449e7a9aa49a0e2961f8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=fcaec029-bc54-4613-b4fe-d3e8a6c86a15 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.18086ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=0b9324d3-8f92-4c3e-a7b1-bbdc07f24a45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.172883ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=7b40af22-f68e-44da-8fff-ec7b1aa424cf http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" 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.140626ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=c2bfc728-2f71-4137-884b-a40d5e1d5594 http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.159915ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:41877" http.request.id=8cc321c1-ba96-4304-b4e3-a4ef3814c64a http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.155466ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:41877" http.request.id=db0724ad-ba19-44ca-8f8b-3199e49f28ce http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.363148ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json" http.request.host="127.0.0.1:41877" http.request.id=e1b626be-054b-4c67-8214-3ea6ed9879c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.duration=2.27336ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=9cbafc81-dcbb-4d0c-895f-d0a1dadb08eb http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.192362ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=2112e968-c732-41b8-8857-826c3184586e http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.519323ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=7da3a7db-65c1-4ee9-b4e1-ac83ce3a3adc http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.duration=1.441009ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=6d8532d9-b937-4a82-923d-5875ca0025b9 http.request.method=GET http.request.remoteaddr="127.0.0.1:55032" 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.418444ms http.response.status=200 http.response.written=41 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=error msg="payload digest does match: "sha256:94dcc6b2a074dc24a03ac346447d0b579c84ea74f35839ac80fbd9297a000fe1" != "sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0"" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=274f6b14-ed4c-47c8-975c-bfbc9ced79f6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" time="2026-05-15T02:06: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.3 http.request.host="127.0.0.1:41877" http.request.id=274f6b14-ed4c-47c8-975c-bfbc9ced79f6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:55032" http.request.uri="/v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.799537ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0" 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema1/manifests/sha256:de1b6c893620e124473183a412df304df444be4ef66719e88a321326609ea0d0 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-15T02:06: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.3 http.request.host="127.0.0.1:41877" http.request.id=fdb622ad-44a8-44df-9a87-af043f4d89a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.008127ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:06: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.3 http.request.host="127.0.0.1:41877" http.request.id=19485e60-1f47-4d40-8ba0-c3cf7cbb401f http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.520149ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:06: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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=5dd5dc6d-6f4b-4d62-a6b5-3002b20243ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.634627ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06: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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=5dd5dc6d-6f4b-4d62-a6b5-3002b20243ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.72545ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06: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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=5dd5dc6d-6f4b-4d62-a6b5-3002b20243ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.793415ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=91b1238f-7b12-4654-87aa-636bda3b4c1c http.request.method=POST http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.597057ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:33Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=fa1905f3-dcfb-46db-a36b-eab5439b54bd http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/eaf0d95f-05db-4701-b2bb-48580724c44a?_state=_Qkbii_KuIfCfabW78wcNgZmxHP2OOo9wfriXoIrTQR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlYWYwZDk1Zi0wNWRiLTQ3MDEtYjJiYi00ODU4MDcyNGM0NGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzMuODQyMDAwNDA4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.11713ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema2/blobs/uploads/eaf0d95f-05db-4701-b2bb-48580724c44a?_state=_Qkbii_KuIfCfabW78wcNgZmxHP2OOo9wfriXoIrTQR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlYWYwZDk1Zi0wNWRiLTQ3MDEtYjJiYi00ODU4MDcyNGM0NGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzMuODQyMDAwNDA4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06: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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=8b335ccd-cbf3-4455-96f3-33a83bea99f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.821152ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06: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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=8b335ccd-cbf3-4455-96f3-33a83bea99f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.895804ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:33 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-15T02:06:34Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=4d192cf8-2c04-4bc5-b531-f903f135777b http.request.method=POST http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.736851ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:34 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:36Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=7ab67988-b70c-4875-8f4d-75b0c375714a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/93a1641c-de75-483f-b949-3e2bbaf8b7ba?_state=fj_EOUPV3ZlT0a_jQRiff6frl1igFLztBt6SZHAEcxV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5M2ExNjQxYy1kZTc1LTQ4M2YtYjk0OS0zZTJiYmFmOGI3YmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzQuMDY4MzI3OTE4WiJ9&digest=sha256%3A395314d95d9b35b5a79a29e8dfa352fe4a67ad3ae36edcdb20186b56b8f585f1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.922560276s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:34 +0000] "PUT /v2/foo/schema2/blobs/uploads/93a1641c-de75-483f-b949-3e2bbaf8b7ba?_state=fj_EOUPV3ZlT0a_jQRiff6frl1igFLztBt6SZHAEcxV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5M2ExNjQxYy1kZTc1LTQ4M2YtYjk0OS0zZTJiYmFmOGI3YmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzQuMDY4MzI3OTE4WiJ9&digest=sha256%3A395314d95d9b35b5a79a29e8dfa352fe4a67ad3ae36edcdb20186b56b8f585f1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:37Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=7423d10b-2aee-430a-9bf0-ec57cad997fd http.request.method=POST http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.870057ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:37 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=d2b94557-acde-4b72-9f3a-676245d096c5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/blobs/uploads/08ec6900-58f7-4f4c-9517-d175c956d9e2?_state=PXytUH82pVVy-lGYUKEbzCG3uvNxmFqn7V1cVe7032F7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwOGVjNjkwMC01OGY3LTRmNGMtOTUxNy1kMTc1Yzk1NmQ5ZTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzcuMTk2OTQ5NjgxWiJ9&digest=sha256%3A54ec850d257065702376397f414de48c4d39dfbeae0b5b21d624c611145441a8" http.request.useragent="Go-http-client/1.1" http.response.duration=2.456483882s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:37 +0000] "PUT /v2/foo/schema2/blobs/uploads/08ec6900-58f7-4f4c-9517-d175c956d9e2?_state=PXytUH82pVVy-lGYUKEbzCG3uvNxmFqn7V1cVe7032F7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwOGVjNjkwMC01OGY3LTRmNGMtOTUxNy1kMTc1Yzk1NmQ5ZTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzcuMTk2OTQ5NjgxWiJ9&digest=sha256%3A54ec850d257065702376397f414de48c4d39dfbeae0b5b21d624c611145441a8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=f8f76469-6a2a-4ebf-b4e3-38c8be195aba http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.014903ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41877" http.request.id=63336fe9-fa0b-47ab-a698-591b1a7644ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81" http.request.useragent="Go-http-client/1.1" http.response.duration=1.610356ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=f81e2d99-ac79-4112-a8ae-01172974c92b http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.475448ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=8928db0d-b9e5-4713-8ba8-20208ebf441e http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.372594ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=eba73fa8-f4ee-42be-adb9-f578f233d89d http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.16281ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=591c3ce3-fb0d-4cd8-b235-685330b14600 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81" http.request.useragent="Go-http-client/1.1" http.response.duration=1.211572ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=ad8b432d-0a22-4526-acb4-31542a5cf8db http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.263584ms http.response.status=200 http.response.written=45 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="rewriting manifest sha256:436e1b2c3ce7cbcc79cfbf0ad3ebbc8d0090f55462511c05fc463fba040a0f81 in schema1 format to support old client" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=bf7a37e3-ac10-48bf-b42c-682e6a796524 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=bf7a37e3-ac10-48bf-b42c-682e6a796524 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.019766ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41877" http.request.id=8ec3940d-8034-4c24-a398-64b379df6807 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" 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.518477ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41877" http.request.id=6f795c7f-73a6-409b-8256-e9c2c3259e49 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.52132ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41877" http.request.id=74f19c77-3abc-4148-8fa2-972306c1c20f http.request.method=PUT http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26" http.request.useragent="Go-http-client/1.1" http.response.duration=1.456576ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=f1d7bd06-7346-4d2e-b824-e28b7ecf2553 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.391682ms http.response.status=200 http.response.written=434 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=56d14192-750f-49e7-9b07-48b3a662c14e http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.629354ms http.response.status=200 http.response.written=434 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=d34bf025-9c19-4f60-b214-b1bbdeb14fda http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.437062ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=11ce0039-e17b-4838-abbc-4b332148ba6c http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26" http.request.useragent="Go-http-client/1.1" http.response.duration=1.336304ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="rewriting manifest list sha256:dba4bd20ae2402a788a0abd7a842fdd135987bcb9014d5206b60f16d719c5b26 in schema1 format to support old client" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=9a87666f-965e-4689-8af5-ea54cf8a8cd4 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41877" http.request.id=9a87666f-965e-4689-8af5-ea54cf8a8cd4 http.request.method=GET http.request.remoteaddr="127.0.0.1:41196" 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.639776ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" 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.3 time="2026-05-15T02:06:39Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:39Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=f8c6b4ca-01fd-473a-b355-ad5e678fac4f http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" 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.807801ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" 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.3 http.request.host="127.0.0.1:41949" http.request.id=87431a8d-a550-4eb6-80be-52ae34c0879b http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" 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.511224ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=55180137-23ff-4e2a-85d0-72d65ed2697b http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" 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.424351ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=07930375-03e2-49bd-932f-1a6dddc3d719 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" 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.889961ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:39Z" 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.3 http.request.host="127.0.0.1:41949" http.request.id=07930375-03e2-49bd-932f-1a6dddc3d719 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" 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.051046ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:39Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=07930375-03e2-49bd-932f-1a6dddc3d719 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" 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.142093ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:39Z" 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.3 http.request.host="127.0.0.1:41949" http.request.id=07930375-03e2-49bd-932f-1a6dddc3d719 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" 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.23281ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-15T02:06:39Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=9d58cddb-a9ef-49ee-831e-79c80d595542 http.request.method=POST http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.454692ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:45Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=33c895e9-c99e-4120-8aa4-44a45815d4c1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/blobs/uploads/4909380e-f1f9-4bd3-891e-f6126c09c698?_state=FOMctScvGs5SqHB-yJJFL1cgVeCUip2QAJoeGDq5iTZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI0OTA5MzgwZS1mMWY5LTRiZDMtODkxZS1mNjEyNmMwOWM2OTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzkuOTYyMzc5MjcyWiJ9&digest=sha256%3A39c158d9606f63943b3a3325cd5c63b4c858973e0017ec242f7fdbfd65ca446e" http.request.useragent="Go-http-client/1.1" http.response.duration=5.47322155s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:39 +0000] "PUT /v2/foo/schema1/blobs/uploads/4909380e-f1f9-4bd3-891e-f6126c09c698?_state=FOMctScvGs5SqHB-yJJFL1cgVeCUip2QAJoeGDq5iTZ7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI0OTA5MzgwZS1mMWY5LTRiZDMtODkxZS1mNjEyNmMwOWM2OTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6MzkuOTYyMzc5MjcyWiJ9&digest=sha256%3A39c158d9606f63943b3a3325cd5c63b4c858973e0017ec242f7fdbfd65ca446e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:45Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=232d7348-d223-49ab-86dd-339a163b5fd0 http.request.method=POST http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.000968ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:45 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=557cb6d7-85a6-4094-86ec-c2dc9e14bce4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/blobs/uploads/b3909ea0-a10a-4e31-9113-cdaa5dc85d19?_state=8Zyw-W0Y7vcPqDsZOoJl4Qp8_8cWOHPYvcV9pWHQvwV7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiMzkwOWVhMC1hMTBhLTRlMzEtOTExMy1jZGFhNWRjODVkMTkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NDUuNzM4NzIwNjU3WiJ9&digest=sha256%3Aa9c0200fa2670eda06e0c6e334e634cf19b31f9ba6c539c68949b858e3449ce4" http.request.useragent="Go-http-client/1.1" http.response.duration=5.086827822s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:45 +0000] "PUT /v2/foo/schema1/blobs/uploads/b3909ea0-a10a-4e31-9113-cdaa5dc85d19?_state=8Zyw-W0Y7vcPqDsZOoJl4Qp8_8cWOHPYvcV9pWHQvwV7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiMzkwOWVhMC1hMTBhLTRlMzEtOTExMy1jZGFhNWRjODVkMTkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NDUuNzM4NzIwNjU3WiJ9&digest=sha256%3Aa9c0200fa2670eda06e0c6e334e634cf19b31f9ba6c539c68949b858e3449ce4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=848c655d-7462-4ae8-b4df-e9ebc4fbb19e http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.647513ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=256e56bd-db2c-4d7a-a231-b9dcaad1c0a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.137977ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=62a7c797-1e9c-473e-9d08-8fff1dbebbc9 http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" 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.013192ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=1d306984-d42a-487b-a948-572430815d33 http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.007684ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:41949" http.request.id=21c71d9e-6ee5-43b4-9e23-39e6769bd4a8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.386906ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:41949" http.request.id=17598757-7424-4367-8b1e-55622b06e988 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.225977ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json" http.request.host="127.0.0.1:41949" http.request.id=b5e46d93-0b98-4332-a817-447fdcbc857c http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.duration=2.209479ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=84bbffad-fb04-4436-8e51-0bc8acf2e7f6 http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.175391ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=f45bc223-0f84-4a0e-afea-0f163709de94 http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.383332ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=61d47ca2-5ef4-4d7b-b467-f942b891c2ac http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.duration=1.31854ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=51c914a2-e657-4cbe-be02-2b859637ffd0 http.request.method=GET http.request.remoteaddr="127.0.0.1:54580" 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.324822ms http.response.status=200 http.response.written=41 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=error msg="payload digest does match: "sha256:fa47f85ecca07ff3d7a41fd2c058ef63ea23a38defd954cfcbdce41f3150c18c" != "sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1"" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=72959b28-0013-4715-b7d2-1a238ba0d962 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" time="2026-05-15T02:06:50Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=72959b28-0013-4715-b7d2-1a238ba0d962 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54580" http.request.uri="/v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.775714ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1" 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema1/manifests/sha256:3d09b51e058dd72cd13bf1dceefc0495e9ce45b8af14a692139793b2cfc571a1 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=8b9e3da1-3b59-471c-9b1f-908a4ca0aad8 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.865869ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" 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.3 http.request.host="127.0.0.1:41949" http.request.id=c26f0cc1-5c8f-41a1-b0dc-34cca6b5dcc2 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.331271ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=071733da-3ab0-467b-b3fb-b53ddd9e8b51 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.559495ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06:50Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=071733da-3ab0-467b-b3fb-b53ddd9e8b51 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.654527ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06:50Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=071733da-3ab0-467b-b3fb-b53ddd9e8b51 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.740937ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=f33743b1-b300-4c8a-ae67-6cae9d1cbbd7 http.request.method=POST http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.53021ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=e46d3b28-3bdc-4959-8e7d-79efd81c3b7a http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/9af2f564-b9b3-4023-9721-bcf5e188ab7e?_state=TYMeKa4yHVNf5-UYBKEV9EDVng8tb7t_9Iwe8fwuH4p7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5YWYyZjU2NC1iOWIzLTQwMjMtOTcyMS1iY2Y1ZTE4OGFiN2UiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTAuODY2NDY5MTg0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=1.830372ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema2/blobs/uploads/9af2f564-b9b3-4023-9721-bcf5e188ab7e?_state=TYMeKa4yHVNf5-UYBKEV9EDVng8tb7t_9Iwe8fwuH4p7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI5YWYyZjU2NC1iOWIzLTQwMjMtOTcyMS1iY2Y1ZTE4OGFiN2UiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTAuODY2NDY5MTg0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:50Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=4412d56c-0864-47c3-bad5-152778b35fe4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.667762ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06:50Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=4412d56c-0864-47c3-bad5-152778b35fe4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.788591ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:06:50 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-15T02:06:51Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=34434c67-3220-4c93-a238-e679061bc928 http.request.method=POST http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.296362ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:51 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:54Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=f6cf1d66-1fbd-4c0c-be4c-1230f78c06f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/079e7a7d-2a2b-4a0e-9778-7f686bb1a808?_state=-knFihTwVhWmvnTuoE9JS6F9SRwtu_1VdAru37LXnIV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwNzllN2E3ZC0yYTJiLTRhMGUtOTc3OC03ZjY4NmJiMWE4MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTEuMTA4Mjg3MDNaIn0%3D&digest=sha256%3A36cfb37b2f1974bb39a052200151ce12f6a51513595ba0551e00f7926aad4bfa" http.request.useragent="Go-http-client/1.1" http.response.duration=3.570341538s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:51 +0000] "PUT /v2/foo/schema2/blobs/uploads/079e7a7d-2a2b-4a0e-9778-7f686bb1a808?_state=-knFihTwVhWmvnTuoE9JS6F9SRwtu_1VdAru37LXnIV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwNzllN2E3ZC0yYTJiLTRhMGUtOTc3OC03ZjY4NmJiMWE4MDgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTEuMTA4Mjg3MDNaIn0%3D&digest=sha256%3A36cfb37b2f1974bb39a052200151ce12f6a51513595ba0551e00f7926aad4bfa HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:54Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=a7ab02b4-2765-4088-998f-073d3f34e1ff http.request.method=POST http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.016748ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:54 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=7bb78d3e-c823-495c-8547-5867ce9ae473 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/blobs/uploads/35584fe8-3833-4f00-ab88-545bb18a9d96?_state=6LNkabf4OznnsGNiAphoLM94RI6PIa5S5LLUbBiShLF7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIzNTU4NGZlOC0zODMzLTRmMDAtYWI4OC01NDViYjE4YTlkOTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTQuODc5MzQ3MjQyWiJ9&digest=sha256%3A3775a7370c250bbe5db838c8a1fd29f82fd182dcee11a34e4c7fa074812d9b26" http.request.useragent="Go-http-client/1.1" http.response.duration=2.27229286s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:54 +0000] "PUT /v2/foo/schema2/blobs/uploads/35584fe8-3833-4f00-ab88-545bb18a9d96?_state=6LNkabf4OznnsGNiAphoLM94RI6PIa5S5LLUbBiShLF7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIzNTU4NGZlOC0zODMzLTRmMDAtYWI4OC01NDViYjE4YTlkOTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTQuODc5MzQ3MjQyWiJ9&digest=sha256%3A3775a7370c250bbe5db838c8a1fd29f82fd182dcee11a34e4c7fa074812d9b26 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=b1c280b8-391e-46b9-8619-29f592866697 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.000139ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41949" http.request.id=a093060a-c462-446a-b17c-6fc8d452b975 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699" http.request.useragent="Go-http-client/1.1" http.response.duration=1.590045ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=9b898e48-0954-4893-b34e-bf0c0afb8e1a http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.340099ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=a3d9ed5c-adc9-4820-8e72-7b0cad12754e http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.646561ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=b7e8dc81-63a4-446a-9eb5-413df441daa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.298124ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=10ce94b8-ceaf-4abb-a9e4-13df6d873e2b http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699" http.request.useragent="Go-http-client/1.1" http.response.duration=1.113867ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=b1031931-d0b6-4fe5-a193-611aff08034f http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.194668ms http.response.status=200 http.response.written=45 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="rewriting manifest sha256:1878f05b2504958b6f81ace9328563b08b79868336942dfc86dab26c443e5699 in schema1 format to support old client" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=2fddc480-89e2-4efc-9adc-29b2f20f0aae http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=2fddc480-89e2-4efc-9adc-29b2f20f0aae http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.293721ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41949" http.request.id=845bc6d2-d0a9-400e-bd3c-349dd0c34894 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" 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.305843ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41949" http.request.id=25c3acc3-03bb-4f32-9f3d-99be7c8fbe66 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.817293ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41949" http.request.id=66c81f41-88c7-4a7d-9392-1ee163380466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224" http.request.useragent="Go-http-client/1.1" http.response.duration=1.741978ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=6712e084-a963-41b9-b1b5-ffc3d311a2fe http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.522434ms http.response.status=200 http.response.written=434 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=333b0716-77e3-4c5c-bfae-fd9056881b0c http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.540561ms http.response.status=200 http.response.written=434 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=54c73299-0cdb-422f-991b-218061f7faa4 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.319877ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=e31f4a3c-03b4-4682-abc4-272e2ebb7b73 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224" http.request.useragent="Go-http-client/1.1" http.response.duration=1.405804ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="rewriting manifest list sha256:91667d39a4ae19af28c5f9237424e34da7f92df8f461522d8e79b1aa9b905224 in schema1 format to support old client" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=74d9b241-0908-492e-8d46-34d6fd286497 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:41949" http.request.id=74d9b241-0908-492e-8d46-34d6fd286497 http.request.method=GET http.request.remoteaddr="127.0.0.1:59572" 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.646418ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (29.62s) === RUN TestGetManifestWithStorageError time="2026-05-15T02:06: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.3 time="2026-05-15T02:06:57Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:35985" http.request.id=0d0c9971-0dce-4d7e-b769-9d48c1e14c20 http.request.method=GET http.request.remoteaddr="127.0.0.1:36456" 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.903933ms http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.26.3 http.request.host="127.0.0.1:35985" http.request.id=808b75c5-ac8d-44d8-987b-0ad76f4bce1d http.request.method=GET http.request.remoteaddr="127.0.0.1:36456" 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.328048ms http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.26.3 http.request.host="127.0.0.1:35985" http.request.id=2c775aeb-8e17-4dc8-8e2f-fd9a03cb332f http.request.method=GET http.request.remoteaddr="127.0.0.1:36456" 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.373765ms http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.26.3 http.request.host="127.0.0.1:35985" http.request.id=eef8cfc3-676f-4818-baeb-1a0eed1a56a7 http.request.method=GET http.request.remoteaddr="127.0.0.1:36456" 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.079922ms http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.01s) === RUN TestManifestDelete time="2026-05-15T02:06: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.3 time="2026-05-15T02:06:57Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=0a671f22-df63-45e2-8d87-74874634887b http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" 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.589549ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" 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.3 http.request.host="127.0.0.1:46435" http.request.id=215630dc-610a-46cc-aad1-088e89cd84e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" 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.04404ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=9b679fa6-2da8-4606-a024-c93ba84d1328 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" 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.015335ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=99f6c63e-3f13-4c80-b4b1-ea92ea8f4ca8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" 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.4783ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:57Z" 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.3 http.request.host="127.0.0.1:46435" http.request.id=99f6c63e-3f13-4c80-b4b1-ea92ea8f4ca8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" 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.527846ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:57Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=99f6c63e-3f13-4c80-b4b1-ea92ea8f4ca8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" 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.564259ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2026-05-15T02:06:57Z" 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.3 http.request.host="127.0.0.1:46435" http.request.id=99f6c63e-3f13-4c80-b4b1-ea92ea8f4ca8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" 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.597716ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2026-05-15T02:06:57Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=b6c9a8b9-7024-4d93-b022-954f4139272b http.request.method=POST http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.526762ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:03Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=4f82c0c7-ecaf-4e79-a34f-533e9d591616 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/blobs/uploads/2a78c6ff-e246-4395-9a90-e9d8327a140c?_state=UUQiWtTcRt8Mx-1vwm3u6i58JMZu3KCTLJS3q4QnK-F7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyYTc4YzZmZi1lMjQ2LTQzOTUtOWE5MC1lOWQ4MzI3YTE0MGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTcuNDk0NjAyMTkyWiJ9&digest=sha256%3A6b9b1016b804de7707f7467db911df206d56685ae09410e58fd72eb65ed86cd9" http.request.useragent="Go-http-client/1.1" http.response.duration=5.856579675s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:06:57 +0000] "PUT /v2/foo/schema1/blobs/uploads/2a78c6ff-e246-4395-9a90-e9d8327a140c?_state=UUQiWtTcRt8Mx-1vwm3u6i58JMZu3KCTLJS3q4QnK-F7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyYTc4YzZmZi1lMjQ2LTQzOTUtOWE5MC1lOWQ4MzI3YTE0MGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDY6NTcuNDk0NjAyMTkyWiJ9&digest=sha256%3A6b9b1016b804de7707f7467db911df206d56685ae09410e58fd72eb65ed86cd9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:03Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=bdb4102d-85d7-4daa-83e5-524bd23dedc1 http.request.method=POST http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.684572ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:03 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=f7cb4491-add6-495d-8cea-053aecb16943 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/blobs/uploads/fbc8f8b6-9571-4447-a710-e40aff9fe9e1?_state=_jdeaEKaV3dkyIOch0ddA58pjm7AYsSSZXIygMBKM0R7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmYmM4ZjhiNi05NTcxLTQ0NDctYTcxMC1lNDBhZmY5ZmU5ZTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDMuNjUyNzQyOTk4WiJ9&digest=sha256%3A7ec9559ff9640788466ddc147ae3f4dc40913ede26dc11cc9cdcfe335174d0e9" http.request.useragent="Go-http-client/1.1" http.response.duration=5.837756594s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:03 +0000] "PUT /v2/foo/schema1/blobs/uploads/fbc8f8b6-9571-4447-a710-e40aff9fe9e1?_state=_jdeaEKaV3dkyIOch0ddA58pjm7AYsSSZXIygMBKM0R7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmYmM4ZjhiNi05NTcxLTQ0NDctYTcxMC1lNDBhZmY5ZmU5ZTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDMuNjUyNzQyOTk4WiJ9&digest=sha256%3A7ec9559ff9640788466ddc147ae3f4dc40913ede26dc11cc9cdcfe335174d0e9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=fe21a606-79f4-4366-873d-008f205016c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.072234ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=de2c3ae8-4aaa-4b5d-8bd6-3a17a21704c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=1.870965ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=1397b95b-90ad-4deb-acb0-75394643968d http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=1.938859ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=9f00e461-19dc-4318-98fa-02a8325f48f1 http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.076032ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:46435" http.request.id=61fd07c9-4090-4d60-9230-6193c47946b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=2.032093ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:46435" http.request.id=fa35b337-ce4b-40c6-adea-8a27a456760d http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=2.391988ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/json" http.request.host="127.0.0.1:46435" http.request.id=b109cdac-b1d6-4094-8bcd-3bedcf7d82bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=2.289864ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=80690df0-85d3-46a6-b93e-8c8fcf8a969e http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.158487ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=c4207387-19d1-4cbe-befd-1079f41cd869 http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.44007ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=f91cfbea-bda4-4b3f-a855-50ccefc80aa0 http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=1.364504ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=b2ddee18-62fb-4746-88cc-6855ccec48ca http.request.method=GET http.request.remoteaddr="127.0.0.1:33944" 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.281499ms http.response.status=200 http.response.written=41 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=error msg="payload digest does match: "sha256:516f07dc85c83c08903ef24a3800b8c0066924f205debd083afc4e1b179c0f24" != "sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524"" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=d4aedf06-e443-4da9-bfa5-92b482d04549 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" time="2026-05-15T02:07:09Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=d4aedf06-e443-4da9-bfa5-92b482d04549 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33944" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.736936ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=e636979a-1159-469f-8c7b-507215fcb9ee http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52836" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=2.299041ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "DELETE /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=b560c831-23cf-4f24-8636-d97a0b92e5d9 http.request.method=GET http.request.remoteaddr="127.0.0.1:52836" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.331675ms http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=d9443d45-128e-4a10-b64e-f093d7717805 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52840" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.973791ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "DELETE /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=b3546e56-d853-45cd-ab31-d740ec97ba61 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52852" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=3.040064ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=d30e0639-c3d6-47e3-aa7d-1bd35b879bbd http.request.method=GET http.request.remoteaddr="127.0.0.1:52852" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.345415ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=c0374d3d-8daa-4a5d-905c-d9811340070b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52858" 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=2.137266ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=cfab90f4-8d01-4e1f-a52b-56069af3712f http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.197211ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=329f5898-d3ad-4edc-9c4c-29d2d56dff24 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.567358ms http.response.status=200 http.response.written=39 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=19f5a7b1-821c-4f61-a23c-8bdab4e9cebf http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524" http.request.useragent="Go-http-client/1.1" http.response.duration=1.7443ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "DELETE /v2/foo/schema1/manifests/sha256:a3d8b6f83f6c56c692e52585e986ae9365191288236e170be308028060d93524 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=cc034d9a-5c4d-4aeb-b183-626fdd34f658 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.42537ms http.response.status=200 http.response.written=35 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=0e6a6fcd-c512-4934-a523-973d037818f2 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.473442ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" 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.3 http.request.host="127.0.0.1:46435" http.request.id=5d45bf5c-7c5f-4684-b3b0-1d74dbbd0ce9 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.429879ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=feaf8b17-9252-4248-b8d1-a9af735838e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" 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.630161ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:07:09Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=feaf8b17-9252-4248-b8d1-a9af735838e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" 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.777079ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:07:09Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=feaf8b17-9252-4248-b8d1-a9af735838e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" 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.854269ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=ea01ccf7-08f1-48eb-923b-90032168f9cc http.request.method=POST http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.939687ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=3137a97c-aa9a-4ad6-9113-3b5392ede6ae http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/0e4a2ecb-d28d-4196-9f6d-31a864d14adf?_state=lKmWZEA23lcaLuyY-F8pFexFwjGhPX2s6Nj81y1_aSh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwZTRhMmVjYi1kMjhkLTQxOTYtOWY2ZC0zMWE4NjRkMTRhZGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDkuNTY2MjczNzM4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.062133ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema2/blobs/uploads/0e4a2ecb-d28d-4196-9f6d-31a864d14adf?_state=lKmWZEA23lcaLuyY-F8pFexFwjGhPX2s6Nj81y1_aSh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwZTRhMmVjYi1kMjhkLTQxOTYtOWY2ZC0zMWE4NjRkMTRhZGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDkuNTY2MjczNzM4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=22419675-7945-4aa4-ae17-766ab5075027 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" 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.964078ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:07:09Z" 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.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=22419675-7945-4aa4-ae17-766ab5075027 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.060324ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2026-05-15T02:07:09Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=55afc33d-d42c-496e-ad33-e001d0f4d6df http.request.method=POST http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.87765ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:16Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=a344d0e1-b09c-40ca-9bf3-978ce0b762f7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/cd35fe45-4794-494f-822e-a8bc0968f398?_state=xVFnMGM1qhi5m5GFZ7LzCZ5rdv1MaWoEgPyc-O-J2sB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjZDM1ZmU0NS00Nzk0LTQ5NGYtODIyZS1hOGJjMDk2OGYzOTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDkuODc3MjcwOTg0WiJ9&digest=sha256%3A0e245bfd6c722bebf0cff543996ade0b8f3c23a46dfb365eb12a6a8daa5e387e" http.request.useragent="Go-http-client/1.1" http.response.duration=6.251905372s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:09 +0000] "PUT /v2/foo/schema2/blobs/uploads/cd35fe45-4794-494f-822e-a8bc0968f398?_state=xVFnMGM1qhi5m5GFZ7LzCZ5rdv1MaWoEgPyc-O-J2sB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjZDM1ZmU0NS00Nzk0LTQ5NGYtODIyZS1hOGJjMDk2OGYzOTgiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MDkuODc3MjcwOTg0WiJ9&digest=sha256%3A0e245bfd6c722bebf0cff543996ade0b8f3c23a46dfb365eb12a6a8daa5e387e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:16Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=7579e179-8f63-4457-ab1d-cb68fb957631 http.request.method=POST http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.795426ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:16 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=0a87a592-d111-49fb-bfce-7761ccf54f9b http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/blobs/uploads/e4173d6d-661e-4459-8f63-a0cbcf12eb95?_state=RDRsTNjczpBQJfFc4E7u1zDZeQfINLuZmfAn5GbHUKh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlNDE3M2Q2ZC02NjFlLTQ0NTktOGY2My1hMGNiY2YxMmViOTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MTYuMzU0ODg1NjQ1WiJ9&digest=sha256%3A3865b66ea7c2e5d8af996d2eb0ead717462b515371191c9613b1df8d39cd57a2" http.request.useragent="Go-http-client/1.1" http.response.duration=2.927024701s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:16 +0000] "PUT /v2/foo/schema2/blobs/uploads/e4173d6d-661e-4459-8f63-a0cbcf12eb95?_state=RDRsTNjczpBQJfFc4E7u1zDZeQfINLuZmfAn5GbHUKh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlNDE3M2Q2ZC02NjFlLTQ0NTktOGY2My1hMGNiY2YxMmViOTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjYtMDUtMTVUMDI6MDc6MTYuMzU0ODg1NjQ1WiJ9&digest=sha256%3A3865b66ea7c2e5d8af996d2eb0ead717462b515371191c9613b1df8d39cd57a2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=bbdb83e0-b72d-40d4-b460-b0bc2037c89d http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.992417ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=7028bf4c-1f9e-4442-a938-c2b00b27deec http.request.method=PUT http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.duration=1.4909ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=ceebadd0-b4af-400d-a5d9-2861b27e84e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.398046ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=3340a587-e86a-4e07-b6a9-6634132c792d http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.474899ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=7919419b-0f48-4688-94b8-516bb1ba6b3c http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.410444ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=56f1666d-9a50-497b-b9c5-6962f5bf8c3f http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.duration=1.076998ms http.response.status=304 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=878ba0b1-35a8-4d75-9c48-46c77c0b1beb http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.399263ms http.response.status=200 http.response.written=45 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="rewriting manifest sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 in schema1 format to support old client" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=c9e956c0-f4ce-4068-a756-25110fab99b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=c9e956c0-f4ce-4068-a756-25110fab99b1 http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" 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.588056ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=6ccba566-5e51-40cc-af31-6c02378b8616 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.duration=1.47438ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=a48228fb-f94f-4b60-85e2-a81212364fde http.request.method=GET http.request.remoteaddr="127.0.0.1:52870" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.288975ms http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=cdf50e91-b436-41ae-b51f-f62322652e8c http.request.method=DELETE http.request.remoteaddr="127.0.0.1:60994" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.001931ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=9a3044fd-9e52-4f38-a271-f78c116fae64 http.request.method=PUT http.request.remoteaddr="127.0.0.1:32776" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.duration=2.266258ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=dd1a52b7-6d50-43b6-a946-effa2b9babe4 http.request.method=GET http.request.remoteaddr="127.0.0.1:32776" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.575541ms http.response.status=200 http.response.written=732 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=0b7b1265-b4d0-4b76-ae35-700263e60209 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:32792" 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.911717ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:46435" http.request.id=ca34e97c-0ab7-47b8-9fdc-3a96835f9f87 http.request.method=PUT http.request.remoteaddr="127.0.0.1:32794" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.285051ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=091e6e38-a257-4ef0-bf2d-9e32b19e24ab http.request.method=GET http.request.remoteaddr="127.0.0.1:32794" 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.250496ms http.response.status=200 http.response.written=39 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=d5229bdb-f810-4def-84cd-ec74f4d594c5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:32794" http.request.uri="/v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37" http.request.useragent="Go-http-client/1.1" http.response.duration=1.796321ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/schema2/manifests/sha256:0e913157ccb50b0cb08211c97564a8ee2eef719c8b920d14a5d31a53450b1c37 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:46435" http.request.id=47b65b91-fe1d-4e52-9a20-d253c72f7190 http.request.method=GET http.request.remoteaddr="127.0.0.1:32794" 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.270459ms http.response.status=200 http.response.written=35 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (22.13s) === RUN TestManifestDeleteDisabled time="2026-05-15T02:07:19Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:46619" http.request.id=5904461d-8931-4313-ad18-719b99c37b73 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:48160" 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.714829ms http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestManifestDeleteDisabled (0.01s) === RUN TestRegistryAsCacheMutationAPIs time="2026-05-15T02:07:19Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:45813" http.request.id=85689645-c8d6-4dfb-b0fb-3b921ef17f56 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56730" 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.987192ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:45813" http.request.id=5764f1df-15b6-4eb3-aa75-6d2793ffb354 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:56746" 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=3.116673ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:45813" http.request.id=995c582d-7fad-4fbb-886f-67a89f458592 http.request.method=POST http.request.remoteaddr="127.0.0.1:56750" 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=3.174306ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2026-05-15T02:07:19Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.26.3 http.request.host="127.0.0.1:45813" http.request.id=757d76db-e77c-48be-97f7-cd871b0943c5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:56760" 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=3.646911ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.06s) === RUN TestProxyManifestGetByTag time="2026-05-15T02:07:19Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:07:19Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=ac17b374-7c69-4c1a-8e8b-46be15fadcc2 http.request.method=POST http.request.remoteaddr="127.0.0.1:54136" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.921889ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=27cfef14-ef43-48e4-a879-5612cfc1d359 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54136" http.request.uri="/v2/foo/bar/blobs/uploads/6382778c-bade-4b9d-9e76-10c6670dde38?_state=dFaaLpZI7yL7Oc3BZY-1iPYWFIxRVdvdA_qGApcSjQB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYzODI3NzhjLWJhZGUtNGI5ZC05ZTc2LTEwYzY2NzBkZGUzOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNzoxOS42Mzc5NDk5MjNaIn0%3D&digest=sha256%3A2c6b51c479bbd21cae81bffbed43ef6d818ed4e6fb2b79d745fb8685eda6c3cd" http.request.useragent="Go-http-client/1.1" http.response.duration=4.444614723s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:19 +0000] "PUT /v2/foo/bar/blobs/uploads/6382778c-bade-4b9d-9e76-10c6670dde38?_state=dFaaLpZI7yL7Oc3BZY-1iPYWFIxRVdvdA_qGApcSjQB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYzODI3NzhjLWJhZGUtNGI5ZC05ZTc2LTEwYzY2NzBkZGUzOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNzoxOS42Mzc5NDk5MjNaIn0%3D&digest=sha256%3A2c6b51c479bbd21cae81bffbed43ef6d818ed4e6fb2b79d745fb8685eda6c3cd HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=02081713-65f6-44ce-99e9-672671548c82 http.request.method=PUT http.request.remoteaddr="127.0.0.1:54136" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=2.617126ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="redis not configured" go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="Starting upload purge in 59m0s" go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=6645132d-3687-44c8-b35a-262b5bc40794 http.request.method=GET http.request.remoteaddr="127.0.0.1:54136" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.111171ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:33237" go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=dd7188e1-f1c5-445e-8def-1927c97632cc http.request.method=GET http.request.remoteaddr="127.0.0.1:59062" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.734095ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="Challenge established with upstream : http://127.0.0.1:33237/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:33237/v2/:[]]}" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=b6f65484-c477-46d7-824a-c13a3ac75487 http.request.method=GET http.request.remoteaddr="127.0.0.1:57310" http.request.uri="/v2/foo/bar/manifests/sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=e8567df7-89cb-432c-abaf-ec2f14810f51 http.request.method=GET http.request.remoteaddr="127.0.0.1:59070" http.request.uri="/v2/foo/bar/manifests/sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.383706ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/foo/bar/manifests/sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d with ttl=167h59m59.9999965s" go.version=go1.26.3 time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=b6f65484-c477-46d7-824a-c13a3ac75487 http.request.method=GET http.request.remoteaddr="127.0.0.1:57310" http.request.uri="/v2/foo/bar/manifests/sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=10.202232ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/foo/bar/manifests/sha256:d3c5c574a4086f5c841a34626e9a206b5fdd7e15be5add2427258cedcb3f598d HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=69367b9f-f585-4987-b67a-349564f44734 http.request.method=GET http.request.remoteaddr="127.0.0.1:59070" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.2296ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="Challenge established with upstream : http://127.0.0.1:33237/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:33237/v2/:[]]}" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=9e126e2c-8c48-4aeb-8f03-9654e19a0708 http.request.method=GET http.request.remoteaddr="127.0.0.1:57314" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=b3c297dc-4a2f-480c-89cf-60a2204d622b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59086" 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.752813ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=9e126e2c-8c48-4aeb-8f03-9654e19a0708 http.request.method=GET http.request.remoteaddr="127.0.0.1:57314" 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=8.95822ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:24Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=5456534e-7253-462b-a670-3d8ed3480ddf http.request.method=POST http.request.remoteaddr="127.0.0.1:59086" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.600552ms http.response.status=202 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=8342b672-5733-4544-845b-d0c85e89894b http.request.method=PUT http.request.remoteaddr="127.0.0.1:59086" http.request.uri="/v2/foo/bar/blobs/uploads/0574b3a9-8b70-4003-8640-7407546b3055?_state=lkNl0FVSdDZ7UGVXtzkjgO-npv8-C-Y1yPytDIyNbOZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA1NzRiM2E5LThiNzAtNDAwMy04NjQwLTc0MDc1NDZiMzA1NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNzoyNC4zNDY2NzQwNTNaIn0%3D&digest=sha256%3A15c6a3931cf15c0b6f590e33b689ad200f7fec16a560c11d25bde1fcbe182da5" http.request.useragent="Go-http-client/1.1" http.response.duration=4.004930772s http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:24 +0000] "PUT /v2/foo/bar/blobs/uploads/0574b3a9-8b70-4003-8640-7407546b3055?_state=lkNl0FVSdDZ7UGVXtzkjgO-npv8-C-Y1yPytDIyNbOZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA1NzRiM2E5LThiNzAtNDAwMy04NjQwLTc0MDc1NDZiMzA1NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNi0wNS0xNVQwMjowNzoyNC4zNDY2NzQwNTNaIn0%3D&digest=sha256%3A15c6a3931cf15c0b6f590e33b689ad200f7fec16a560c11d25bde1fcbe182da5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=2b69ed30-57f8-42f6-ab82-d10bd6fe1b40 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59086" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=2.290889ms http.response.status=201 http.response.written=0 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=5d4181c6-f1d1-4977-817c-35c97caf1cae http.request.method=GET http.request.remoteaddr="127.0.0.1:59086" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.0292ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="Challenge established with upstream : http://127.0.0.1:33237/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:33237/v2/:[]]}" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=4a71f055-c0aa-4051-9b34-19d6b5a495ed http.request.method=GET http.request.remoteaddr="127.0.0.1:57326" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=6725acd0-d982-461d-b129-308841ed14ba http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59094" 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.241232ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=23dfb499-f167-4755-b4ae-61490f28ae1b http.request.method=GET http.request.remoteaddr="127.0.0.1:59094" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.281035ms http.response.status=200 http.response.written=2 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="Challenge established with upstream : http://127.0.0.1:33237/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:33237/v2/:[]]}" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=4a71f055-c0aa-4051-9b34-19d6b5a495ed http.request.method=GET http.request.remoteaddr="127.0.0.1:57326" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:33237" http.request.id=58a914f4-0daf-439b-9d69-1c71cf54c06c http.request.method=GET http.request.remoteaddr="127.0.0.1:59096" 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.670157ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2026-05-15T02:07:28Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:c865cd2e4bff6508f5a3f9b88c82c3be0b2524d0fb82fd426b9b864c605b7a61 with ttl=167h59m59.999997035s" go.version=go1.26.3 time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:44627" http.request.id=4a71f055-c0aa-4051-9b34-19d6b5a495ed http.request.method=GET http.request.remoteaddr="127.0.0.1:57326" 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=17.811549ms http.response.status=200 http.response.written=935 127.0.0.1 - - [15/May/2026:02:07:28 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (8.99s) === RUN TestAppDispatcher time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40031" http.request.id=442e9f56-8a18-4230-8eb7-7a995903b951 http.request.method=GET http.request.remoteaddr="127.0.0.1:55286" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.5739ms http.response.status=200 http.response.written=0 time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40031" http.request.id=8e273f3e-6cfb-473f-b666-59a997b5559b http.request.method=GET http.request.remoteaddr="127.0.0.1:55286" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration=1.235202ms http.response.status=200 http.response.written=0 time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40031" http.request.id=2238172a-d3b5-4155-94ed-e307572cf415 http.request.method=GET http.request.remoteaddr="127.0.0.1:55286" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.303435ms http.response.status=200 http.response.written=0 time="2026-05-15T02:07:28Z" level=info msg="response completed" go.version=go1.26.3 http.request.host="127.0.0.1:40031" http.request.id=2339dbf0-7cb4-43b7-a42a-b175c119aa20 http.request.method=GET http.request.remoteaddr="127.0.0.1:55286" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration=1.335711ms http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.01s) === RUN TestNewApp time="2026-05-15T02:07: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.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:28Z" level=info msg="redis not configured" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:28Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.26.3 http.request.host="127.0.0.1:36907" http.request.id=2fc71010-380b-432f-9689-d92267dee94c http.request.method=GET http.request.remoteaddr="127.0.0.1:35862" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" --- PASS: TestNewApp (0.01s) === RUN TestAppendAccessRecords --- PASS: TestAppendAccessRecords (0.00s) === RUN TestFileHealthCheck time="2026-05-15T02:07: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.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:28Z" level=info msg="redis not configured" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:28Z" level=info msg="configuring file health check path=/tmp/healthcheck2416414097, interval=1" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 --- PASS: TestFileHealthCheck (4.00s) === RUN TestTCPHealthCheck time="2026-05-15T02:07:32Z" 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.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:32Z" level=info msg="redis not configured" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:32Z" level=info msg="configuring TCP health check addr=127.0.0.1:43141, interval=1" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 --- PASS: TestTCPHealthCheck (4.00s) === RUN TestHTTPHealthCheck time="2026-05-15T02:07: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.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:36Z" level=info msg="redis not configured" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 time="2026-05-15T02:07:36Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:35089, interval=1, threshold=3" go.version=go1.26.3 instance.id=2630688c-e8bf-42c3-9be2-830df9ee55e7 --- PASS: TestHTTPHealthCheck (7.00s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.00s) PASS ok github.com/docker/distribution/registry/handlers 163.991s ? 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.21s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.05s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (3.39s) === RUN TestProxyManifests --- PASS: TestProxyManifests (0.60s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 10.277s === RUN TestSchedule time="2026-05-15T02:04:59Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.996716ms" go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=997.864µs" go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=998.29µs" go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d scheduler_test.go:52: removing testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb scheduler_test.go:52: removing testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc scheduler_test.go:52: removing testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --- PASS: TestSchedule (0.05s) === RUN TestRestoreOld time="2026-05-15T02:04:59Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2026-05-15T02:04:59Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.991629ms" go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.99673ms" go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d time="2026-05-15T02:04:59Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2026-05-15T02:05:00Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.26.3 instance.id=e09805c6-c50b-4fb3-89c1-ffe8d6b7034d --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.602s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.00s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (2.65s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 13750272 sha256:a5c726cc8ce5cab46430ce685cc4909c52f3d2f757a3229a8ba506e04622df4e [] map[] } --- PASS: TestSimpleBlobRead (0.36s) === RUN TestBlobMount --- PASS: TestBlobMount (0.47s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (3.06s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (3.57s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (3.14s) === 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:067fe63f8242ad848e748be71fed1b91bb4b10c3780b56ef3acc1183a7929982 palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:07ef3545c122a06ba51904131b7070737f5d5fb83deb3c79248de73f4634141d palailogos: marking blob sha256:b03800ee476f6e01906313dc1016ddc7521aecd31e3a3915e133fe8eafd245fb palailogos: marking manifest sha256:5d041423cf5defc7b042d450d7a75ded00f581a79fe80c632a499f3915c10772 palailogos: marking blob sha256:efebff02b03b9b844d9cd3043afa201f66276dd24e3d641c386ba2ec1811aa6d palailogos: marking blob sha256:d09aed495153d07b3a1d2e17854a7089d0dfd5e56b4cb12b4479edfae0740348 palailogos: marking manifest sha256:d09aed495153d07b3a1d2e17854a7089d0dfd5e56b4cb12b4479edfae0740348 palailogos: marking blob sha256:14ffd1861930ec47a8164286a8eb7b0ce75f935ecc5a0e9aeb39f595a889201f palailogos: marking blob sha256:c0125cead506aa752d4f639465bed1c7740f809d08da7e3a51c2979a56d6d6d0 palailogos: marking manifest sha256:efebff02b03b9b844d9cd3043afa201f66276dd24e3d641c386ba2ec1811aa6d palailogos: marking blob sha256:1023a369ced8aa17f065b6cf0746466159e1b8c38d2143afae608c0a51aa66c3 palailogos: marking blob sha256:1edbfebf81af0c7ebab6a23aa5241f841f9257df8f39e4d5cedba464fc336d1e 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (1.99s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20 deletemanifests: marking manifest sha256:ae42c0852288ee8803479229a0113dbd202b7265a4715fde87397676ecdb073b deletemanifests: marking blob sha256:db13589ec583702c12c03d1fd8d450a63d7bf7c31835d68952c45937dfa2a61f deletemanifests: marking blob sha256:616611ed2e7fcd6c21692d4fa30668cea652701b29b403603e62edbb187fbfff deletemanifests: marking blob sha256:e4b0553912d7f293829088e3683c6f15e2be1c279ff10d5f7846acaaf69a86b3 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:25d34ccc337f33aaa25d2293ca5b98a9707b88b826c51580c202518da1a85718 blob eligible for deletion: sha256:31aa0278999fd081b8802c9d66b8b211cf380e421b30e0c1dd907ddbc7411cce blob eligible for deletion: sha256:496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20 blob eligible for deletion: sha256:723c369df5dd9eeb5050aae2720db6c4cd44968bed31edd8fce890d9c4b5b6cd deletemanifests manifest eligible for deletion: sha256:496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20 deletemanifests: marking manifest sha256:ae42c0852288ee8803479229a0113dbd202b7265a4715fde87397676ecdb073b deletemanifests: marking blob sha256:db13589ec583702c12c03d1fd8d450a63d7bf7c31835d68952c45937dfa2a61f deletemanifests: marking blob sha256:616611ed2e7fcd6c21692d4fa30668cea652701b29b403603e62edbb187fbfff deletemanifests: marking blob sha256:e4b0553912d7f293829088e3683c6f15e2be1c279ff10d5f7846acaaf69a86b3 time="2026-05-15T02:05:17Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 time="2026-05-15T02:05:17Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:723c369df5dd9eeb5050aae2720db6c4cd44968bed31edd8fce890d9c4b5b6cd time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/72/723c369df5dd9eeb5050aae2720db6c4cd44968bed31edd8fce890d9c4b5b6cd" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:25d34ccc337f33aaa25d2293ca5b98a9707b88b826c51580c202518da1a85718 time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/25/25d34ccc337f33aaa25d2293ca5b98a9707b88b826c51580c202518da1a85718" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:31aa0278999fd081b8802c9d66b8b211cf380e421b30e0c1dd907ddbc7411cce time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/31/31aa0278999fd081b8802c9d66b8b211cf380e421b30e0c1dd907ddbc7411cce" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20 time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/49/496756d11d19d4d5aca72187a4f4ee3c956e0caf028a46d4a23fd29743d97f20" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 --- PASS: TestDeleteManifestIfTagNotFound (2.38s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:87800b02ad9883caa4c0bf67b486e8c639534a7e4fd49e98451920dfd1611bfa time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/87/87800b02ad9883caa4c0bf67b486e8c639534a7e4fd49e98451920dfd1611bfa" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:ae8b01c063896bde023d1268266ac3aa9bfe0ec15fbb6d1db4dbcd41e11aa360 time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ae/ae8b01c063896bde023d1268266ac3aa9bfe0ec15fbb6d1db4dbcd41e11aa360" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:e05b6f111e061d55bed9dec94af3abd826634dd49d5e325b0eb97b04ecc14ac9 time="2026-05-15T02:05:17Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e0/e05b6f111e061d55bed9dec94af3abd826634dd49d5e325b0eb97b04ecc14ac9" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 --- PASS: TestGCWithMissingManifests (0.79s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:dac56f878b728e04025e44ddbb684f4ca7fcdd895fef5fd2688fd96f799ceb5e komnenos: marking blob sha256:397484f01532407227b2d60b02f61acfc7e3e7427532fc9e81bae6e86b3976d7 komnenos: marking blob sha256:d4a1fc17a660289e97c4751319301380cf5eaeb8b7b9df7a397257dc457390d2 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:7f0cab8b053c8ebc2209363335732ebe65b921cd6fad26ba0f886a5fe63e7d38 time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/7f/7f0cab8b053c8ebc2209363335732ebe65b921cd6fad26ba0f886a5fe63e7d38" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:857a273ed5430d95d96a3146a63b52174310fc52b963c88a7f058b94b68f3e9a time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/85/857a273ed5430d95d96a3146a63b52174310fc52b963c88a7f058b94b68f3e9a" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:8cdaa52efa4ed7e11788037bdbde585226e2d7a1114218d6820f425430ba151e time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/8c/8cdaa52efa4ed7e11788037bdbde585226e2d7a1114218d6820f425430ba151e" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:98895b75716d288b42614521d49d2c48c66e51663edad7480fe42c588ec7cbd8 time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/98/98895b75716d288b42614521d49d2c48c66e51663edad7480fe42c588ec7cbd8" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:a771ebb2c721453c4e35a1a715dfd8722d26f95164ee5e52e1c1b1cb933b75bc time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a7/a771ebb2c721453c4e35a1a715dfd8722d26f95164ee5e52e1c1b1cb933b75bc" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 blob eligible for deletion: sha256:20a5a71c6d7ebc46cefc589fc3fbcceea964ff0e1c9a8f42564ff478adeca4e8 time="2026-05-15T02:05:20Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/20/20a5a71c6d7ebc46cefc589fc3fbcceea964ff0e1c9a8f42564ff478adeca4e8" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 --- PASS: TestDeletionHasEffect (2.43s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (2.22s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:261ab7c6c7e7cd7c077e822aa94e0aae3b5a50cf8537134270ac5eaba656d850 michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:513a4a82e2961c729db117f2193b8b0f57cbd06f55fd20625b8a2988f59e0b1d michael_z_doukas: marking blob sha256:8f2a105b86d31c99065c57635122ebad91b72b5e3f852466a2d8ce1f4223cf76 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:1189933dc154ae74e4f17e1a85f3c5a3622b0381e052e3d62dd5845bafc4a70f time="2026-05-15T02:05:23Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/11/1189933dc154ae74e4f17e1a85f3c5a3622b0381e052e3d62dd5845bafc4a70f" go.version=go1.26.3 instance.id=023a75cd-9c88-4e75-b7fc-a91ec7147c73 --- PASS: TestOrphanBlobDeleted (0.96s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:03914a282ccb1a2cece5db73b3903a09107c368e755729e152346c88de687853 linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:5ed5327af533d10fcda3129796641539c62cc4f7219e645550865ece090609ac --- PASS: TestLinkedBlobStoreCreateWithMountFrom (0.68s) === RUN TestManifestStorage --- PASS: TestManifestStorage (0.79s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (0.40s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (1.47s) === RUN TestLinkPathFuncs --- PASS: TestLinkPathFuncs (0.00s) === RUN TestVerifyOCIManifestNonDistributableLayer --- PASS: TestVerifyOCIManifestNonDistributableLayer (0.00s) === RUN TestPathMapper --- PASS: TestPathMapper (0.00s) === RUN TestDigestFromPath --- PASS: TestDigestFromPath (0.00s) === RUN TestPurgeGather --- PASS: TestPurgeGather (0.00s) === RUN TestPurgeNone time="2026-05-15T02:05:26Z" level=info msg="PurgeUploads starting: olderThan=2026-05-15 01:05:26.931626216 +0000 UTC m=-3572.577607977, actuallyDelete=true" time="2026-05-15T02:05:26Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2026-05-15T02:05:26Z" level=info msg="PurgeUploads starting: olderThan=2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890, actuallyDelete=true" time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/094c67b9-eb54-488d-a837-35b6d05379c4 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/92101c81-e67a-400f-87df-2a2d12b49ddb have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/dff60752-737d-4fc5-ace5-e2827f34c87b have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/1b0e365e-fa5a-42e1-83fa-0673cfffcb11 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/28cc4c18-c6b4-41ae-82bf-13a2cece00df have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/846c87c0-5262-40d7-bd74-d55cd5b3248c have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9d71a19c-606b-48c9-8c0c-c7200f16d74c have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/b79c3330-2b89-46f8-a747-0f110051805e have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/fdf73cc4-249a-4379-81b8-a4d150c27c42 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/e12dd0ba-3fe6-4c17-a3b4-e5d8be23ae8c have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/03a7c23a-9568-4cde-bef1-460c0555dce2 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.932993082 +0000 UTC m=+27.423758890). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2026-05-15T02:05:26Z" level=info msg="PurgeUploads starting: olderThan=2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421, actuallyDelete=true" time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/3f0a5d03-55d1-4f6b-bc94-6492cdf55090 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/059e5980-bc16-4855-b0a6-452b7fda807f have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/2899c95f-fe1c-4c15-ab2d-bb004ec51080 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/d8c316d4-0c5b-4485-85fa-9b81e06c49c8 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/ead932d7-c56b-425b-ba7e-18f678009149 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.935059621 +0000 UTC m=+27.425825421). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2026-05-15T02:05:26Z" level=info msg="PurgeUploads starting: olderThan=2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262, actuallyDelete=true" time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/17310992-77e8-49b6-a27f-0bfc54a7f993 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/1f611aba-917e-41a3-8c7f-8d7ce6222020 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/5ea16570-462a-47bf-b016-af7e46fe0319 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/7a52af40-afed-4f92-b364-64399a7c8505 have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/b3a656bb-da0d-42b1-b215-537fea12be8b have older date (2026-05-15 01:05:26 +0000 UTC) than purge date (2026-05-15 02:05:26.936478445 +0000 UTC m=+27.427244262). Removing upload directory." time="2026-05-15T02:05:26Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2026-05-15T02:05:26Z" level=info msg="PurgeUploads starting: olderThan=2026-05-15 02:05:26.937494723 +0000 UTC m=+27.428260527, actuallyDelete=true" time="2026-05-15T02:05:26Z" 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 27.482s ? 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.034s === 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.027s === RUN TestWalkFileRemoved time="2026-05-15T02:04:59Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.013s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 0.620s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.11s) === 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.143s ? 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.865s ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (18.97s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 19.438s ? github.com/docker/distribution/registry/storage/driver/middleware [no test files] === RUN TestS3TryUpdate === PAUSE TestS3TryUpdate === RUN TestMatchIPV6 === PAUSE TestMatchIPV6 === RUN TestMatchIPV4 === PAUSE TestMatchIPV4 === RUN TestMatchIPV4_2 === PAUSE TestMatchIPV4_2 === RUN TestMatchIPV4WithRegionMatched === PAUSE TestMatchIPV4WithRegionMatched === RUN TestMatchIPV4WithRegionMatch_2 === PAUSE TestMatchIPV4WithRegionMatch_2 === RUN TestMatchIPV4WithRegionNotMatched === PAUSE TestMatchIPV4WithRegionNotMatched === RUN TestInvalidData === PAUSE TestInvalidData === RUN TestInvalidNetworkType === PAUSE TestInvalidNetworkType === RUN TestParsing === PAUSE TestParsing === RUN TestUpdateCalledRegularly === PAUSE TestUpdateCalledRegularly === RUN TestEligibleForS3 === RUN TestEligibleForS3/Client_IP_=_ time="2026-05-15T02:04:59Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.26.3 === RUN TestEligibleForS3/Client_IP_=_#01 time="2026-05-15T02:04:59Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.26.3 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2026-05-15T02:04:59Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.26.3 ip=192.168.0.2 user-client= --- PASS: TestEligibleForS3 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#02 (0.00s) === RUN TestEligibleForS3WithAWSIPNotInitialized === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 --- PASS: TestEligibleForS3WithAWSIPNotInitialized (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 (0.00s) === CONT TestS3TryUpdate === CONT TestMatchIPV4WithRegionNotMatched === CONT TestUpdateCalledRegularly === CONT TestParsing === CONT TestInvalidNetworkType === CONT TestInvalidData === CONT TestMatchIPV4_2 === CONT TestMatchIPV4WithRegionMatch_2 === CONT TestMatchIPV4WithRegionMatched === CONT TestMatchIPV4 === CONT TestMatchIPV6 time="2026-05-15T02:04:59Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.3 time="2026-05-15T02:04:59Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.26.3 instance.id=a8d38aaa-e254-416c-b0ed-4e0d1eaeac56 time="2026-05-15T02:04:59Z" level=error msg="unknown ip address format" go.version=go1.26.3 instance.id=a8d38aaa-e254-416c-b0ed-4e0d1eaeac56 ip=?0000000000000000000000000000000000 time="2026-05-15T02:04:59Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.26.3 instance.id=a8d38aaa-e254-416c-b0ed-4e0d1eaeac56 --- PASS: TestInvalidNetworkType (0.01s) --- PASS: TestMatchIPV6 (0.01s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.01s) --- PASS: TestMatchIPV4_2 (0.01s) --- PASS: TestInvalidData (0.01s) --- PASS: TestMatchIPV4WithRegionMatch_2 (0.01s) --- PASS: TestMatchIPV4WithRegionMatched (0.01s) --- PASS: TestParsing (0.01s) --- PASS: TestS3TryUpdate (0.02s) --- PASS: TestMatchIPV4 (0.02s) time="2026-05-15T02:05:00Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.3 time="2026-05-15T02:05:01Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.3 time="2026-05-15T02:05:02Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.3 time="2026-05-15T02:05:03Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.26.3 --- PASS: TestUpdateCalledRegularly (4.51s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.530s === RUN Test OK: 4 passed --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.017s ? github.com/docker/distribution/registry/storage/driver/oss [no test files] === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) === RUN TestEmptyRootList s3_test.go:119: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestEmptyRootList (0.00s) === RUN TestStorageClass s3_test.go:169: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestStorageClass (0.00s) === RUN TestOverThousandBlobs s3_test.go:242: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestOverThousandBlobs (0.00s) === RUN TestMoveWithMultipartCopy s3_test.go:275: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestMoveWithMultipartCopy (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/s3-aws 0.513s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.76s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.01s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 16.203s ? 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.024s ? github.com/docker/distribution/version [no test files] >>> docker-registry: Entering fakeroot... >>> docker-registry-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/init.d' >>> docker-registry-openrc*: Preparing subpackage docker-registry-openrc... >>> docker-registry-openrc*: Running postcheck for docker-registry-openrc >>> docker-registry*: Running postcheck for docker-registry >>> docker-registry*: Preparing package docker-registry... >>> docker-registry*: Stripping binaries >>> docker-registry*: Script found. /bin/sh added as a dependency >>> docker-registry*: Adding .pre-install >>> docker-registry*: Scanning shared objects >>> docker-registry-openrc*: Tracing dependencies... >>> docker-registry-openrc*: Package size: 1.5 KB >>> docker-registry-openrc*: Compressing data... >>> docker-registry-openrc*: Create checksum... >>> docker-registry-openrc*: Create docker-registry-openrc-2.8.3-r23.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> docker-registry*: Package size: 27.3 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r23.apk >>> docker-registry: Build complete at Fri, 15 May 2026 02:07:45 +0000 elapsed time 0h 3m 23s >>> 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 (20260515.020424) (2/2) Purging go (1.26.3-r0) Executing busybox-1.37.0-r31.trigger OK: 440.1 MiB in 103 packages >>> docker-registry: Updating the community/x86_64 repository index... >>> docker-registry: Signing the index...