>>> docker-registry: Building community/docker-registry 2.8.3-r14 (using abuild 3.15.0-r0) started Sat, 06 Sep 2025 15:00:13 +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.24.7-r0) (2/2) Installing .makedepends-docker-registry (20250906.150014) Executing busybox-1.37.0-r19.trigger OK: 443 MiB in 104 packages >>> docker-registry: Cleaning up srcdir >>> docker-registry: Cleaning up pkgdir >>> docker-registry: Cleaning up tmpdir >>> docker-registry: Fetching https://distfiles.alpinelinux.org/distfiles/edge/docker-registry-2.8.3.tar.gz >>> docker-registry: Fetching https://distfiles.alpinelinux.org/distfiles/edge/docker-registry-2.8.3.tar.gz >>> docker-registry: Checking sha512sums... docker-registry-2.8.3.tar.gz: OK log-hook-syslog.patch: OK config-example.patch: OK bugsnag-panicwrap.patch: OK docker-registry.initd: OK docker-registry.confd: OK docker-registry.logrotate: OK test-non-constant-fmt-str.patch: OK >>> docker-registry: Unpacking /var/cache/distfiles/docker-registry-2.8.3.tar.gz... >>> docker-registry: log-hook-syslog.patch patching file registry/handlers/app.go patching file registry/registry.go Hunk #2 succeeded at 368 (offset -1 lines). Hunk #3 succeeded at 393 (offset -1 lines). patching file vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go >>> docker-registry: config-example.patch patching file cmd/registry/config-example.yml >>> docker-registry: bugsnag-panicwrap.patch patching file vendor/github.com/bugsnag/panicwrap/dup2.go patching file vendor/github.com/bugsnag/panicwrap/dup3.go >>> docker-registry: test-non-constant-fmt-str.patch patching file registry/handlers/api_test.go patching file registry/proxy/proxyblobstore_test.go patching file registry/proxy/proxymanifeststore_test.go patching file registry/proxy/scheduler/scheduler_test.go patching file registry/storage/driver/walk_test.go patching file registry/storage/purgeuploads_test.go + 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="2025-09-06T15:00:42Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2025-09-06T15:00:42Z" 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.052s === RUN TestWithRequest --- PASS: TestWithRequest (0.00s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2025-09-06T15:00:42Z" 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.013s ? github.com/docker/distribution/contrib/token-server [no test files] ? github.com/docker/distribution/digestset [no test files] === RUN TestReturns200IfThereAreNoChecks --- PASS: TestReturns200IfThereAreNoChecks (0.00s) === RUN TestReturns503IfThereAreErrorChecks --- PASS: TestReturns503IfThereAreErrorChecks (0.00s) === RUN TestHealthHandler --- PASS: TestHealthHandler (0.00s) PASS ok github.com/docker/distribution/health 0.015s === 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.009s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.14s) PASS ok github.com/docker/distribution/health/checks 0.143s ? 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.015s === 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.009s === RUN TestEmptyTar --- PASS: TestEmptyTar (0.00s) === RUN TestConfigBuilder --- PASS: TestConfigBuilder (0.00s) === RUN TestManifestMarshaling --- PASS: TestManifestMarshaling (0.00s) === RUN TestManifestUnmarshaling --- PASS: TestManifestUnmarshaling (0.00s) === RUN TestManifestVerification --- PASS: TestManifestVerification (0.00s) === RUN TestReferenceBuilder --- PASS: TestReferenceBuilder (0.00s) PASS ok github.com/docker/distribution/manifest/schema1 0.018s === 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.009s ? 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 2025/09/06 15:00:42 http: TLS handshake error from 127.0.0.1:35728: 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:39325/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:39325/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:39325/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:39325/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:34757?status=0, fail=true --- PASS: TestHTTPSink (0.05s) === RUN TestListener --- PASS: TestListener (0.87s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2025-09-06T15:00:43Z" level=info msg="broadcaster: closing" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="closing testSink" time="2025-09-06T15:00:43Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.01s) === RUN TestEventQueue time="2025-09-06T15:00:43Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.11s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 1} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 1} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 1} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 1} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:43Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-09-06T15:00:44Z" level=warning msg="&{0xc0003d6810 0.9} encountered too many errors, backing off" time="2025-09-06T15:00:44Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (0.90s) PASS ok github.com/docker/distribution/notifications 1.967s ? github.com/docker/distribution/reference [no test files] === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGracefulShutdown time="2025-09-06T15:00:42Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-09-06T15:00:42.865363959Z" 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.24.7 time="2025-09-06T15:00:42.86541615Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:00:42.866465522Z" level=info msg="Starting upload purge in 36m0s" go.version=go1.24.7 time="2025-09-06T15:00:42.866600433Z" level=info msg="listening on [::]:5000" go.version=go1.24.7 time="2025-09-06T15:00:45.870629122Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.24.7 time="2025-09-06T15:00:45.975744678Z" level=info msg="response completed" go.version=go1.24.7 http.request.host=127.0.0.1 http.request.id=133c3a3b-a188-4953-b3e9-3052c5ae5154 http.request.method=GET http.request.remoteaddr="[::1]:51486" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.658514ms http.response.status=200 http.response.written=2 ::1 - - [06/Sep/2025:15:00:45 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" --- PASS: TestGracefulShutdown (3.11s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2025-09-06T15:00:46.54800726Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-09-06T15:00:46.549999496Z" 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.24.7 time="2025-09-06T15:00:46.550070336Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:00:46.550215196Z" level=info msg="Starting upload purge in 49m0s" go.version=go1.24.7 time="2025-09-06T15:00:46.550662927Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.24.7 time="2025-09-06T15:00:46.550721138Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.24.7 time="2025-09-06T15:00:46.55150365Z" level=info msg="listening on [::]:5001, tls" go.version=go1.24.7 time="2025-09-06T15:00:49.56326263Z" level=info msg="response completed" go.version=go1.24.7 http.request.host=127.0.0.1 http.request.id=e41655d1-8d63-41fb-b4f3-e21ee6d7d3c6 http.request.method=GET http.request.remoteaddr="127.0.0.1:48790" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.756845ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:00:49 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2025-09-06T15:00:49.563626021Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.24.7 --- PASS: TestRegistrySupportedCipherSuite (3.69s) === RUN TestRegistryUnsupportedCipherSuite time="2025-09-06T15:00:50.390920408Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-09-06T15:00:50.392732543Z" 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.24.7 time="2025-09-06T15:00:50.392793304Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:00:50.392999174Z" level=info msg="Starting upload purge in 34m0s" go.version=go1.24.7 time="2025-09-06T15:00:50.393422745Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.24.7 --- PASS: TestRegistryUnsupportedCipherSuite (8.83s) PASS ok github.com/docker/distribution/registry 15.649s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.00s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.00s) PASS ok github.com/docker/distribution/registry/api/errcode 0.009s === RUN TestParseForwardedHeader --- PASS: TestParseForwardedHeader (0.00s) === RUN TestRouter --- PASS: TestRouter (0.02s) === RUN TestRouterWithPathTraversals --- PASS: TestRouterWithPathTraversals (0.01s) === RUN TestRouterWithBadCharacters --- PASS: TestRouterWithBadCharacters (0.00s) === RUN TestURLBuilder --- PASS: TestURLBuilder (0.02s) === RUN TestURLBuilderWithPrefix --- PASS: TestURLBuilderWithPrefix (0.02s) === RUN TestBuilderFromRequest --- PASS: TestBuilderFromRequest (0.10s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.01s) PASS ok github.com/docker/distribution/registry/api/v2 0.202s ? github.com/docker/distribution/registry/auth [no test files] === RUN TestBasicAccessController time="2025-09-06T15:00:42Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.24.7 instance.id=1c697a49-3592-4076-a97f-6fde7a0fe768 time="2025-09-06T15:00:42Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.24.7 instance.id=1c697a49-3592-4076-a97f-6fde7a0fe768 --- PASS: TestBasicAccessController (0.01s) === RUN TestCreateHtpasswdFile time="2025-09-06T15:00:42Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.24.7 password=9NkCkvFDmrhE6Prht7JdUgL4HWHZuqA6UB73-YHblvE user=docker --- PASS: TestCreateHtpasswdFile (0.12s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.145s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.00s) PASS ok github.com/docker/distribution/registry/auth/silly 0.011s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.02s) === RUN TestLeeway time="2025-09-06T15:00:42Z" level=info msg="token not to be used before 2025-09-06 15:00:43 +0000 UTC - currently 2025-09-06 15:00:42.886606187 +0000 UTC m=+0.027588696" time="2025-09-06T15:00:42Z" level=info msg="token not to be used after 2025-09-06 15:00:42 +0000 UTC - currently 2025-09-06 15:00:42.888161482 +0000 UTC m=+0.029144091" --- PASS: TestLeeway (0.00s) === RUN TestAccessController time="2025-09-06T15:00:42Z" 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.054s === RUN TestUploadReadFrom --- PASS: TestUploadReadFrom (0.00s) === RUN TestHandleErrorResponse401ValidBody --- PASS: TestHandleErrorResponse401ValidBody (0.00s) === RUN TestHandleErrorResponse401WithInvalidBody --- PASS: TestHandleErrorResponse401WithInvalidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode400ValidBody --- PASS: TestHandleErrorResponseExpectedStatusCode400ValidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice --- PASS: TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404InvalidBody --- PASS: TestHandleErrorResponseExpectedStatusCode404InvalidBody (0.00s) === RUN TestHandleErrorResponseUnexpectedStatusCode501 --- PASS: TestHandleErrorResponseUnexpectedStatusCode501 (0.00s) === RUN TestHandleErrorResponseInsufficientPrivileges403 --- PASS: TestHandleErrorResponseInsufficientPrivileges403 (0.00s) === RUN TestHandleErrorResponseNonJson --- PASS: TestHandleErrorResponseNonJson (0.00s) === RUN TestBlobDelete --- PASS: TestBlobDelete (0.00s) === RUN TestBlobFetch --- PASS: TestBlobFetch (0.01s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.00s) === RUN TestBlobExists --- PASS: TestBlobExists (0.00s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.01s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.01s) === RUN TestBlobMount --- PASS: TestBlobMount (0.00s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.01s) === RUN TestManifestFetchWithEtag --- PASS: TestManifestFetchWithEtag (0.01s) === RUN TestManifestFetchWithAccept --- PASS: TestManifestFetchWithAccept (0.00s) === RUN TestManifestDelete --- PASS: TestManifestDelete (0.01s) === RUN TestManifestPut --- PASS: TestManifestPut (0.00s) === RUN TestManifestTags --- PASS: TestManifestTags (0.00s) === RUN TestObtainsErrorForMissingTag --- PASS: TestObtainsErrorForMissingTag (0.00s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.01s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.01s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.00s) === RUN TestCatalog --- PASS: TestCatalog (0.00s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.01s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.122s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.01s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.01s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.00s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.00s) === RUN TestEndpointAuthorizeBasic --- PASS: TestEndpointAuthorizeBasic (0.00s) PASS ok github.com/docker/distribution/registry/client/auth 0.052s === RUN TestAuthChallengeParse --- PASS: TestAuthChallengeParse (0.00s) === RUN TestAuthChallengeNormalization --- PASS: TestAuthChallengeNormalization (0.00s) PASS ok github.com/docker/distribution/registry/client/auth/challenge 0.010s ? github.com/docker/distribution/registry/client/transport [no test files] === RUN TestCheckAPI time="2025-09-06T15:00: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.24.7 time="2025-09-06T15:00:43Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:00:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45497" http.request.id=0893707b-8a12-4f76-a19a-452d62627833 http.request.method=GET http.request.remoteaddr="127.0.0.1:36844" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.772888ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:00:43 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.01s) === RUN TestCatalogAPI time="2025-09-06T15:00: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.24.7 time="2025-09-06T15:00:43Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:00:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=5bd4f465-99d5-4a7a-be8e-775a90d5f69f http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.772615ms http.response.status=200 http.response.written=20 127.0.0.1 - - [06/Sep/2025:15:00:43 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2025-09-06T15:00:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=0ae8038c-48fc-4dbe-9537-5b95524e4156 http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.646327ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:43 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:48Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=10797792-b6bf-41ee-8245-022ad10bd6c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/aaaa/blobs/uploads/50b34c41-0023-4013-9308-7d1cdb8521a2?_state=vh7QYuualzJ3Lch3KtBDI0Fx60QJ8kT35Kldaz7_NOh7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1MGIzNGM0MS0wMDIzLTQwMTMtOTMwOC03ZDFjZGI4NTIxYTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NDMuMzcyMTA5NzAyWiJ9&digest=sha256%3Ace3a499254e69fb29c46afe8977a0a6add3f263b813bb414b7a91b805a00404b" http.request.useragent="Go-http-client/1.1" http.response.duration=5.30177111s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:43 +0000] "PUT /v2/foo/aaaa/blobs/uploads/50b34c41-0023-4013-9308-7d1cdb8521a2?_state=vh7QYuualzJ3Lch3KtBDI0Fx60QJ8kT35Kldaz7_NOh7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1MGIzNGM0MS0wMDIzLTQwMTMtOTMwOC03ZDFjZGI4NTIxYTIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NDMuMzcyMTA5NzAyWiJ9&digest=sha256%3Ace3a499254e69fb29c46afe8977a0a6add3f263b813bb414b7a91b805a00404b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:48Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=7ab72636-fb9e-4aa2-85d0-29acb3641870 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.74171ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:48 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:48Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=25bb1f5d-b145-4120-96e8-bad9fbe5361b http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.542417ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:48 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:55Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=90e60a74-466a-4910-907b-b4ea78cbf7ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/bbbb/blobs/uploads/e66d6b6a-aac2-4734-9c98-80d48916092d?_state=KiwiIiF4G_7r1Ylt5E1hh_ulfA6fki-JklJZqUIHMtx7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJlNjZkNmI2YS1hYWMyLTQ3MzQtOWM5OC04MGQ0ODkxNjA5MmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NDguOTgxMDM0NjMxWiJ9&digest=sha256%3A1e4b7c74bc2051eb3e9074dcab270073525d4f88d628e6bce5f93e29bfddd58d" http.request.useragent="Go-http-client/1.1" http.response.duration=6.677878526s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:48 +0000] "PUT /v2/foo/bbbb/blobs/uploads/e66d6b6a-aac2-4734-9c98-80d48916092d?_state=KiwiIiF4G_7r1Ylt5E1hh_ulfA6fki-JklJZqUIHMtx7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJlNjZkNmI2YS1hYWMyLTQ3MzQtOWM5OC04MGQ0ODkxNjA5MmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NDguOTgxMDM0NjMxWiJ9&digest=sha256%3A1e4b7c74bc2051eb3e9074dcab270073525d4f88d628e6bce5f93e29bfddd58d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:55Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=e145ab2e-0fdc-4b37-8280-bb73b8252a8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.389549ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:55 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:00:55Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=3a38baa2-ab25-4419-a607-74760fa48d16 http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.267806ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:55 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:00Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=e4da8345-16e5-4b7b-a2ea-e7e28de11a33 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/cccc/blobs/uploads/f52a8160-baa0-4f3e-9a07-666dfbe8250d?_state=VIjbQ4kM04HNUX_F9nUslT5EsMiiXJJGhMA0odPur_17Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJmNTJhODE2MC1iYWEwLTRmM2UtOWEwNy02NjZkZmJlODI1MGQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NTUuOTE5NDcwNTY3WiJ9&digest=sha256%3A41500f3ac2d72257845f26058615b927fb13706475ec0a533114ad101df23504" http.request.useragent="Go-http-client/1.1" http.response.duration=4.766724789s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:00:55 +0000] "PUT /v2/foo/cccc/blobs/uploads/f52a8160-baa0-4f3e-9a07-666dfbe8250d?_state=VIjbQ4kM04HNUX_F9nUslT5EsMiiXJJGhMA0odPur_17Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJmNTJhODE2MC1iYWEwLTRmM2UtOWEwNy02NjZkZmJlODI1MGQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDA6NTUuOTE5NDcwNTY3WiJ9&digest=sha256%3A41500f3ac2d72257845f26058615b927fb13706475ec0a533114ad101df23504 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:00Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=f8d3c345-4b74-49ff-b420-c451f7952d2a http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.72075ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:00 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:00Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=35711b10-a480-463a-ba5f-16f555cf58fd http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.672837ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:00 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:04Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=9cb33eff-b78f-4b44-9980-9d89c60575c9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/dddd/blobs/uploads/9754fd59-022c-49e2-afa3-f0598a5327dd?_state=BrZkOkusbX8fndArN9r6rdlqO4Ox7CY6Sru01kbShbV7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI5NzU0ZmQ1OS0wMjJjLTQ5ZTItYWZhMy1mMDU5OGE1MzI3ZGQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDAuOTI2NjU3MTYzWiJ9&digest=sha256%3Ab0e9877d730a4d24e6abef4926c4a27f3d75e0ec61f5d41144629921c3f14055" http.request.useragent="Go-http-client/1.1" http.response.duration=3.791246688s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:00 +0000] "PUT /v2/foo/dddd/blobs/uploads/9754fd59-022c-49e2-afa3-f0598a5327dd?_state=BrZkOkusbX8fndArN9r6rdlqO4Ox7CY6Sru01kbShbV7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI5NzU0ZmQ1OS0wMjJjLTQ5ZTItYWZhMy1mMDU5OGE1MzI3ZGQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDAuOTI2NjU3MTYzWiJ9&digest=sha256%3Ab0e9877d730a4d24e6abef4926c4a27f3d75e0ec61f5d41144629921c3f14055 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:04Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=c400f43a-277e-44ab-9cd2-11327aef52f0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.310009ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:04 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:04Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=0edc4d57-aec2-40f9-966a-9d4af150bdd6 http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.081655ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:04 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:06Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=8528c2fb-f5c4-4dd1-b039-a013cc03eb2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/eeee/blobs/uploads/66755b0a-199b-46d6-95d5-647748fadaaf?_state=4VTFJDBU7VmZlcDBElMYK--NrgdWOVYTh4FHURDQU6J7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI2Njc1NWIwYS0xOTliLTQ2ZDYtOTVkNS02NDc3NDhmYWRhYWYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDQuODk4MTg2MzgyWiJ9&digest=sha256%3A6fd70f8a24c72cc26a6b3fdbd62683564b26d0d11d3f7b08f324280202144b02" http.request.useragent="Go-http-client/1.1" http.response.duration=1.844448484s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:04 +0000] "PUT /v2/foo/eeee/blobs/uploads/66755b0a-199b-46d6-95d5-647748fadaaf?_state=4VTFJDBU7VmZlcDBElMYK--NrgdWOVYTh4FHURDQU6J7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI2Njc1NWIwYS0xOTliLTQ2ZDYtOTVkNS02NDc3NDhmYWRhYWYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDQuODk4MTg2MzgyWiJ9&digest=sha256%3A6fd70f8a24c72cc26a6b3fdbd62683564b26d0d11d3f7b08f324280202144b02 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:06Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=35d36ef8-4cc0-4260-8697-bbe3e9c7c614 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.44558ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:06 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:07Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=f756dd23-c6c2-4cbf-8698-52ffca7ab893 http.request.method=POST http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.085325ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:07 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=851b2bce-9ef4-4c16-a684-f6c520b407a2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/ffff/blobs/uploads/309e6661-4a4e-4b59-8c0b-ec8f22984796?_state=JnWLcx_QHx4P76RGB7VXpJdd1xZ1nK1M8GO18gB4vNZ7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIzMDllNjY2MS00YTRlLTRiNTktOGMwYi1lYzhmMjI5ODQ3OTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDcuMDgwMDMyOTg3WiJ9&digest=sha256%3A5db517085b679af108993d8ec2e69524800e7c90b341480655cfcb0d12b12e68" http.request.useragent="Go-http-client/1.1" http.response.duration=6.630213916s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:07 +0000] "PUT /v2/foo/ffff/blobs/uploads/309e6661-4a4e-4b59-8c0b-ec8f22984796?_state=JnWLcx_QHx4P76RGB7VXpJdd1xZ1nK1M8GO18gB4vNZ7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIzMDllNjY2MS00YTRlLTRiNTktOGMwYi1lYzhmMjI5ODQ3OTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MDcuMDgwMDMyOTg3WiJ9&digest=sha256%3A5db517085b679af108993d8ec2e69524800e7c90b341480655cfcb0d12b12e68 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=56a1f2e4-8330-465a-8618-094435f88549 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57370" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.6145ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=ef0d1cc3-f48f-45a0-8000-20d35633ed39 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.417064ms http.response.status=200 http.response.written=74 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=f841243b-9d2f-43f6-b71f-9bdba37fc4cc http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.295723ms http.response.status=200 http.response.written=30 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=5080ed8b-7a3f-4dd0-862b-f849cef5f31f http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.254023ms http.response.status=200 http.response.written=74 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=27c815d9-2899-40a2-beb3-d3f1e41f01d3 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.609595ms http.response.status=200 http.response.written=30 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=5fa41833-25a7-497c-9c4c-7f89988fa318 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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="985.802µs" http.response.status=200 http.response.written=63 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=8910e95f-9afd-4400-98fc-2149f719d0ca http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.014823ms http.response.status=200 http.response.written=41 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" 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.24.7 http.request.host="127.0.0.1:33743" http.request.id=4cb2bd05-d596-4c90-b859-5483fb80e3d8 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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.146413ms http.response.status=400 http.response.written=116 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" 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.24.7 http.request.host="127.0.0.1:33743" http.request.id=23960831-32c0-4a61-982b-a9d2a9dd8ad9 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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="874.922µs" http.response.status=400 http.response.written=115 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=e20755fa-5c0e-498c-b71c-7c2953b603e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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="981.183µs" http.response.status=200 http.response.written=20 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:33743" http.request.id=8990dae4-7e71-476e-9141-cea71b1eba57 http.request.method=GET http.request.remoteaddr="127.0.0.1:57370" 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="946.182µs" http.response.status=200 http.response.written=74 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-09-06T15:01:13Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:01:13Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:01:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=3cd9d8e8-ba56-49b4-8601-2fb2cb1e6444 http.request.method=POST http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.029906ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:18Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=f9a2cf8b-985e-4d73-8c75-3aafd03ec7bf http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/aaaa/blobs/uploads/57658f48-c055-4b05-807e-04b8297aaa4b?_state=UPvun5zmqyIvED87b52dLVugOUrWbeP6lRjFbbVcxtB7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1NzY1OGY0OC1jMDU1LTRiMDUtODA3ZS0wNGI4Mjk3YWFhNGIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MTMuOTY5MDY3Mjg5WiJ9&digest=sha256%3Ac5d8907dd5c4c4a1881cec42f14356bfb2ecf8de7ee035244518c1beec412eb6" http.request.useragent="Go-http-client/1.1" http.response.duration=4.407274669s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:13 +0000] "PUT /v2/foo/aaaa/blobs/uploads/57658f48-c055-4b05-807e-04b8297aaa4b?_state=UPvun5zmqyIvED87b52dLVugOUrWbeP6lRjFbbVcxtB7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1NzY1OGY0OC1jMDU1LTRiMDUtODA3ZS0wNGI4Mjk3YWFhNGIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MTMuOTY5MDY3Mjg5WiJ9&digest=sha256%3Ac5d8907dd5c4c4a1881cec42f14356bfb2ecf8de7ee035244518c1beec412eb6 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:18Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=bec4d4b6-02cf-469e-ba9e-9caed6d72763 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.888581ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:18 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:18Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=8008c5a0-0b09-4d11-8306-be08a8ffd568 http.request.method=POST http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.189476ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:18 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:22Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=39e4a27d-9484-4aaa-8264-60cea19b19cd http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/bbbb/blobs/uploads/5eb9e44a-90f5-439d-8d74-69efd4b43673?_state=R1YaO5Av4MxOqt4xGES53kkT2zaN90eZv26CpyKTvlh7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI1ZWI5ZTQ0YS05MGY1LTQzOWQtOGQ3NC02OWVmZDRiNDM2NzMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MTguNjA5OTM1NDQ1WiJ9&digest=sha256%3A17bae1d6c1f605d83359241d3066466461cfa0127ae9168303a6f97c6ab9badb" http.request.useragent="Go-http-client/1.1" http.response.duration=3.471591095s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:18 +0000] "PUT /v2/foo/bbbb/blobs/uploads/5eb9e44a-90f5-439d-8d74-69efd4b43673?_state=R1YaO5Av4MxOqt4xGES53kkT2zaN90eZv26CpyKTvlh7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI1ZWI5ZTQ0YS05MGY1LTQzOWQtOGQ3NC02OWVmZDRiNDM2NzMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MTguNjA5OTM1NDQ1WiJ9&digest=sha256%3A17bae1d6c1f605d83359241d3066466461cfa0127ae9168303a6f97c6ab9badb HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:22Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=99ce5204-9be8-438f-a2ed-e884536642be http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.103978ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:22 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:22Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=e10cadc8-c683-430b-86a0-d562c5fc9ade http.request.method=POST http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.774285ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:22 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:25Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=a100866a-0cdc-47c2-abff-61ed29592e44 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/cccc/blobs/uploads/0fb23b3d-2ee8-429d-8ce7-9f4d305fd055?_state=Hk2toNIdemv6xCweu9BS6Vvi_EdBG-Y4GaI1sU9Btah7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIwZmIyM2IzZC0yZWU4LTQyOWQtOGNlNy05ZjRkMzA1ZmQwNTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MjIuMzE5NTI3OTA5WiJ9&digest=sha256%3Ac0796bf01b6757bc034b2782ad63b3feb72d22fe326c01db368d266daf269ebb" http.request.useragent="Go-http-client/1.1" http.response.duration=3.298659713s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:22 +0000] "PUT /v2/foo/cccc/blobs/uploads/0fb23b3d-2ee8-429d-8ce7-9f4d305fd055?_state=Hk2toNIdemv6xCweu9BS6Vvi_EdBG-Y4GaI1sU9Btah7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIwZmIyM2IzZC0yZWU4LTQyOWQtOGNlNy05ZjRkMzA1ZmQwNTUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MjIuMzE5NTI3OTA5WiJ9&digest=sha256%3Ac0796bf01b6757bc034b2782ad63b3feb72d22fe326c01db368d266daf269ebb HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:25Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=8dc595c7-d57c-4b5b-a417-9913e996b331 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.029721ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:25 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:25Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=4c41d5dc-636c-4e7f-b940-c31e81ea6179 http.request.method=POST http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.731544ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:25 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:28Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=6f594a48-ba9b-461a-ad9f-dab3da282f60 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/dddd/blobs/uploads/93373284-ad47-4946-8770-edf83df013fa?_state=W791lhxOK8qXGEv9b4uIoajK0NKC_MVFV7ltF_g1K7p7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI5MzM3MzI4NC1hZDQ3LTQ5NDYtODc3MC1lZGY4M2RmMDEzZmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MjUuODI2NDI2NzVaIn0%3D&digest=sha256%3A9cf41f5fe91d153eac34b37c7c5e51c216afbfac230482bce9b65ce3f2967249" http.request.useragent="Go-http-client/1.1" http.response.duration=3.039467475s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:25 +0000] "PUT /v2/foo/dddd/blobs/uploads/93373284-ad47-4946-8770-edf83df013fa?_state=W791lhxOK8qXGEv9b4uIoajK0NKC_MVFV7ltF_g1K7p7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI5MzM3MzI4NC1hZDQ3LTQ5NDYtODc3MC1lZGY4M2RmMDEzZmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MjUuODI2NDI2NzVaIn0%3D&digest=sha256%3A9cf41f5fe91d153eac34b37c7c5e51c216afbfac230482bce9b65ce3f2967249 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:28Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=0f2619d5-9205-4c58-b67b-3524fdb49705 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49534" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.893948ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:28 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:28Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45623" http.request.id=218b7820-f2e1-4fe3-ac92-25cea37563b6 http.request.method=GET http.request.remoteaddr="127.0.0.1:49534" 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.189103ms http.response.status=200 http.response.written=63 127.0.0.1 - - [06/Sep/2025:15:01:28 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (45.78s) === RUN TestURLPrefix time="2025-09-06T15:01: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.24.7 time="2025-09-06T15:01:28Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:01:28Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45035" http.request.id=d5625ae2-413f-4aaf-8c7c-33c15e151899 http.request.method=GET http.request.remoteaddr="127.0.0.1:33496" 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.151733ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:01:28 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.00s) === RUN TestBlobAPI time="2025-09-06T15:01: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.24.7 time="2025-09-06T15:01:28Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:01:29Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=69b60663-f0fd-4d27-9c91-d2a17eeb3977 http.request.method=GET http.request.remoteaddr="127.0.0.1:59292" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.625995ms http.response.status=404 http.response.written=157 vars.digest="sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "GET /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=b31100ac-01ec-4475-aadf-6d135011e0e6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.366474ms http.response.status=404 http.response.written=157 vars.digest="sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=4688175a-863b-46f1-a4dd-9889cb555909 http.request.method=POST http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.305257ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=8c1374b8-4308-447d-ad80-85eaadc88d71 http.request.method=GET http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.691565ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "GET /v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=b28f19a7-557e-449e-a957-097c1f457211 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.504944ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "DELETE /v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=66facdc4-7f33-4467-8ce0-99199bf30555 http.request.method=GET http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=0111bd8b-204c-48a9-ac74-6ca018eebf31 time="2025-09-06T15:01:29Z" 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.24.7 http.request.host="127.0.0.1:46495" http.request.id=66facdc4-7f33-4467-8ce0-99199bf30555 http.request.method=GET http.request.remoteaddr="127.0.0.1:59296" http.request.uri="/v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.657235ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=0111bd8b-204c-48a9-ac74-6ca018eebf31 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "GET /v2/foo/bar/blobs/uploads/0111bd8b-204c-48a9-ac74-6ca018eebf31?_state=v-gveu1nIMoMV-Wh0_vYVdtmgGazsAApXubbkarL0ZF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAxMTFiZDhiLTIwNGMtNDhhOS1hYzc0LTZjYTAxOGVlYmYzMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNTczMTEyOThaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=f8c82c90-79ae-4cd8-ad0f-0cbbfe66aaf6 http.request.method=POST http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.610825ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=85b37a27-cb89-4faf-aee9-408dca1b141b http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/d0c4860d-876c-4a90-852d-bcc5bcfad8b4?_state=3wHiOOyudMsfwGMNtzRbTjk7a6D-gcuE9ILqIXb_tZd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwYzQ4NjBkLTg3NmMtNGE5MC04NTJkLWJjYzViY2ZhZDhiNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjU3MTE5ODFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" provided=sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 vars.name="foo/bar" vars.uuid=d0c4860d-876c-4a90-852d-bcc5bcfad8b4 time="2025-09-06T15:01:29Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=85b37a27-cb89-4faf-aee9-408dca1b141b http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/d0c4860d-876c-4a90-852d-bcc5bcfad8b4?_state=3wHiOOyudMsfwGMNtzRbTjk7a6D-gcuE9ILqIXb_tZd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwYzQ4NjBkLTg3NmMtNGE5MC04NTJkLWJjYzViY2ZhZDhiNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjU3MTE5ODFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=d0c4860d-876c-4a90-852d-bcc5bcfad8b4 time="2025-09-06T15:01:29Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=85b37a27-cb89-4faf-aee9-408dca1b141b http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/d0c4860d-876c-4a90-852d-bcc5bcfad8b4?_state=3wHiOOyudMsfwGMNtzRbTjk7a6D-gcuE9ILqIXb_tZd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwYzQ4NjBkLTg3NmMtNGE5MC04NTJkLWJjYzViY2ZhZDhiNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjU3MTE5ODFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.747135ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=d0c4860d-876c-4a90-852d-bcc5bcfad8b4 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "PUT /v2/foo/bar/blobs/uploads/d0c4860d-876c-4a90-852d-bcc5bcfad8b4?_state=3wHiOOyudMsfwGMNtzRbTjk7a6D-gcuE9ILqIXb_tZd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwYzQ4NjBkLTg3NmMtNGE5MC04NTJkLWJjYzViY2ZhZDhiNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjU3MTE5ODFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=6f82328c-44eb-4e76-9d70-6af5fbe3686e http.request.method=POST http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.360963ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=5f79a12d-851d-4289-8881-849710695c06 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/c1abc928-19e9-43f2-984e-28fd88348cc2?_state=I-5SK1C4ZOd1T8Ez3MmvJHOBTtravLOMf9gfO7evTG17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImMxYWJjOTI4LTE5ZTktNDNmMi05ODRlLTI4ZmQ4ODM0OGNjMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjk1MzM5NTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.612804ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "PUT /v2/foo/bar/blobs/uploads/c1abc928-19e9-43f2-984e-28fd88348cc2?_state=I-5SK1C4ZOd1T8Ez3MmvJHOBTtravLOMf9gfO7evTG17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImMxYWJjOTI4LTE5ZTktNDNmMi05ODRlLTI4ZmQ4ODM0OGNjMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNjk1MzM5NTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=285ffc80-0d97-427c-af5a-aef0a47cb28d http.request.method=POST http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.359334ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=35fac935-b761-4973-9bfd-5bb852c9e035 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/6802c241-b298-4ef6-99c4-9bb6e3f86848?_state=Gy2Pam7L-Bo7OicOkeoj8COkf5Wp1hJmO2RaekUsDSp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4MDJjMjQxLWIyOTgtNGVmNi05OWM0LTliYjZlM2Y4Njg0OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNzM0Mjk3NTJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.756714ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "PUT /v2/foo/bar/blobs/uploads/6802c241-b298-4ef6-99c4-9bb6e3f86848?_state=Gy2Pam7L-Bo7OicOkeoj8COkf5Wp1hJmO2RaekUsDSp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4MDJjMjQxLWIyOTgtNGVmNi05OWM0LTliYjZlM2Y4Njg0OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNzM0Mjk3NTJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=93643006-ed93-4cbc-8bab-5cfaa8f92158 http.request.method=POST http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.177064ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:31Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=fa363df3-6107-4703-b743-c7a7142fc29e http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/3cbe3541-d617-4c1d-9b16-f2fcbad37840?_state=7pqyXSOkz9XIfAIYdjjQFMms-vRvBrAr-66RupyM2Eh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjYmUzNTQxLWQ2MTctNGMxZC05YjE2LWYyZmNiYWQzNzg0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNzcwMzM3MTJaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.duration=2.008417382s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:29 +0000] "PUT /v2/foo/bar/blobs/uploads/3cbe3541-d617-4c1d-9b16-f2fcbad37840?_state=7pqyXSOkz9XIfAIYdjjQFMms-vRvBrAr-66RupyM2Eh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNjYmUzNTQxLWQ2MTctNGMxZC05YjE2LWYyZmNiYWQzNzg0MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMToyOS4wNzcwMzM3MTJaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:31Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=4d114607-a7f1-45be-b4fc-b16cd988548a http.request.method=POST http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.061846ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:31 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:46495" http.request.id=b8675224-33d7-458d-ae02-24038a909076 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/327fb057-3344-4d16-8478-9139d48acc9b?_state=nHYJSo5suHtwZcSeinCQcP7lr4Yq_83WfqhwD-e-KxZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjMyN2ZiMDU3LTMzNDQtNGQxNi04NDc4LTkxMzlkNDhhY2M5YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMS4xOTI4NjEwMTdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.050303686s http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:31 +0000] "PATCH /v2/foo/bar/blobs/uploads/327fb057-3344-4d16-8478-9139d48acc9b?_state=nHYJSo5suHtwZcSeinCQcP7lr4Yq_83WfqhwD-e-KxZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjMyN2ZiMDU3LTMzNDQtNGQxNi04NDc4LTkxMzlkNDhhY2M5YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMS4xOTI4NjEwMTdaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=f2cbd7de-4bcd-4279-988d-becd1e88cedc http.request.method=PUT http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/uploads/327fb057-3344-4d16-8478-9139d48acc9b?_state=ft5KhRqk-kMCnsFC4cC_bhiI0Ya3vJEYssEY5CpudFF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjMyN2ZiMDU3LTMzNDQtNGQxNi04NDc4LTkxMzlkNDhhY2M5YiIsIk9mZnNldCI6MTc5MjUxMjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MzFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.duration=2.803627ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "PUT /v2/foo/bar/blobs/uploads/327fb057-3344-4d16-8478-9139d48acc9b?_state=ft5KhRqk-kMCnsFC4cC_bhiI0Ya3vJEYssEY5CpudFF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjMyN2ZiMDU3LTMzNDQtNGQxNi04NDc4LTkxMzlkNDhhY2M5YiIsIk9mZnNldCI6MTc5MjUxMjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MzFaIn0%3D&digest=sha256%3A0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=7d8ba882-06ec-4dc4-bd3c-fc1c10974e7e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.004656ms http.response.status=200 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "HEAD /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=c0a6cb80-41e6-4dad-953d-2c6a9fd2be38 http.request.method=GET http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=74.077433ms http.response.status=200 http.response.written=17925120 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 200 17925120 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=error msg="error parsing digest="sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4": unsupported digest algorithm" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=47870e17-3ef5-48b8-b6e8-de025017a72a http.request.method=GET http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" vars.name="foo/bar" time="2025-09-06T15:01:33Z" 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.24.7 http.request.host="127.0.0.1:46495" http.request.id=47870e17-3ef5-48b8-b6e8-de025017a72a http.request.method=GET http.request.remoteaddr="127.0.0.1:59308" http.request.uri="/v2/foo/bar/blobs/sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.621295ms http.response.status=400 http.response.written=110 vars.digest="sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha257:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=3501bf80-35da-48e8-a665-f7823b801929 http.request.method=GET http.request.remoteaddr="127.0.0.1:59322" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.duration=1.788015ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" 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.24.7 time="2025-09-06T15:01:33Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:01:33Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=2cc785a3-fbe1-46ef-bfc8-6875c6deded0 http.request.method=GET http.request.remoteaddr="127.0.0.1:49556" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.860955ms http.response.status=404 http.response.written=157 vars.digest="sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=1baa6939-86be-4e39-b2c6-56e45bc85c04 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.530254ms http.response.status=404 http.response.written=157 vars.digest="sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "HEAD /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=cb3fb2b4-578c-4fa8-b91a-b4a9715a4235 http.request.method=POST http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.74951ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=84bb7244-1263-4ef2-9fe5-50584b7d2b1e http.request.method=GET http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.449513ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=f8d8142f-bfe7-4b3a-b59a-8162019ab3e9 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.392694ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "DELETE /v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=fd9c918f-25cd-4822-9f00-99cc1a0ac4c7 http.request.method=GET http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=684a0613-af54-458e-805d-28f406506a89 time="2025-09-06T15:01:33Z" 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.24.7 http.request.host="127.0.0.1:40163" http.request.id=fd9c918f-25cd-4822-9f00-99cc1a0ac4c7 http.request.method=GET http.request.remoteaddr="127.0.0.1:49558" http.request.uri="/v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.206173ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=684a0613-af54-458e-805d-28f406506a89 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/uploads/684a0613-af54-458e-805d-28f406506a89?_state=UuMmJvVa7CRPEuJaFR143E8Ag_51Bmboji69krKwo6F7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY4NGEwNjEzLWFmNTQtNDU4ZS04MDVkLTI4ZjQwNjUwNmE4OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NDUwNTE4NzlaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=e0a3a13a-93e2-4cad-aca1-33aef6c9e96a http.request.method=POST http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.396213ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=2659e35f-da83-4a7f-b3ee-6104aa7bbdd4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/956d5e48-7b24-47e3-a198-79c4301b03e3?_state=wfATnIrO6wnKwUHqOuhwIaNTcvaKc9KOAqbNi0cFdmx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk1NmQ1ZTQ4LTdiMjQtNDdlMy1hMTk4LTc5YzQzMDFiMDNlMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTMyODIzNTJaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" provided=sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 vars.name="foo/bar" vars.uuid=956d5e48-7b24-47e3-a198-79c4301b03e3 time="2025-09-06T15:01:33Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=2659e35f-da83-4a7f-b3ee-6104aa7bbdd4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/956d5e48-7b24-47e3-a198-79c4301b03e3?_state=wfATnIrO6wnKwUHqOuhwIaNTcvaKc9KOAqbNi0cFdmx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk1NmQ1ZTQ4LTdiMjQtNDdlMy1hMTk4LTc5YzQzMDFiMDNlMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTMyODIzNTJaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=956d5e48-7b24-47e3-a198-79c4301b03e3 time="2025-09-06T15:01:33Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=2659e35f-da83-4a7f-b3ee-6104aa7bbdd4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/956d5e48-7b24-47e3-a198-79c4301b03e3?_state=wfATnIrO6wnKwUHqOuhwIaNTcvaKc9KOAqbNi0cFdmx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk1NmQ1ZTQ4LTdiMjQtNDdlMy1hMTk4LTc5YzQzMDFiMDNlMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTMyODIzNTJaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.720675ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=956d5e48-7b24-47e3-a198-79c4301b03e3 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "PUT /v2/foo/bar/blobs/uploads/956d5e48-7b24-47e3-a198-79c4301b03e3?_state=wfATnIrO6wnKwUHqOuhwIaNTcvaKc9KOAqbNi0cFdmx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk1NmQ1ZTQ4LTdiMjQtNDdlMy1hMTk4LTc5YzQzMDFiMDNlMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTMyODIzNTJaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=ac5ecfed-8504-436c-b229-a968d7b1b075 http.request.method=POST http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.345004ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=69aa9a57-5270-43cd-af03-08e0799b272d http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/04d1caeb-fb54-46cc-befa-aacfaed2824a?_state=X78fcCWMc-czGY3MWhHEKrcFFXA7evgabbRxXJX7D_t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA0ZDFjYWViLWZiNTQtNDZjYy1iZWZhLWFhY2ZhZWQyODI0YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTcxNjcxNTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=1.584914ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "PUT /v2/foo/bar/blobs/uploads/04d1caeb-fb54-46cc-befa-aacfaed2824a?_state=X78fcCWMc-czGY3MWhHEKrcFFXA7evgabbRxXJX7D_t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA0ZDFjYWViLWZiNTQtNDZjYy1iZWZhLWFhY2ZhZWQyODI0YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NTcxNjcxNTJaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=49c822b8-1fa9-4bea-806f-64be3eff4d11 http.request.method=POST http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.316183ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=efb30fcc-d854-4748-bd5f-e39b30bea809 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/f86e5deb-6445-4489-b239-1385b84ec403?_state=dpioGQefZtrQxrHPRKieNDpR_EnIEfhnojvZuEmp9iB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY4NmU1ZGViLTY0NDUtNDQ4OS1iMjM5LTEzODViODRlYzQwMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NjA2MzY5NzJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.937145ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "PUT /v2/foo/bar/blobs/uploads/f86e5deb-6445-4489-b239-1385b84ec403?_state=dpioGQefZtrQxrHPRKieNDpR_EnIEfhnojvZuEmp9iB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY4NmU1ZGViLTY0NDUtNDQ4OS1iMjM5LTEzODViODRlYzQwMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NjA2MzY5NzJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:33Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=0ede5af0-ede4-4911-938e-f6ed4845d729 http.request.method=POST http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.425594ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:38Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=73af2569-70e3-433c-bd23-d5cea2874d3a http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/096d91dc-4c17-4184-860a-a0aa595ce321?_state=fnpOJRi-bJfso6JPNvxw0GffKgY1YT-isvPKFsYu5m97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA5NmQ5MWRjLTRjMTctNDE4NC04NjBhLWEwYWE1OTVjZTMyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NjQ2MDEwNDNaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.duration=4.474135811s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "PUT /v2/foo/bar/blobs/uploads/096d91dc-4c17-4184-860a-a0aa595ce321?_state=fnpOJRi-bJfso6JPNvxw0GffKgY1YT-isvPKFsYu5m97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjA5NmQ5MWRjLTRjMTctNDE4NC04NjBhLWEwYWE1OTVjZTMyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozMy42NjQ2MDEwNDNaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:38Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=79bdba35-67ec-4138-8886-71faa46def49 http.request.method=POST http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.905575ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:42Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:40163" http.request.id=4f449623-1d2c-4511-ba15-1e39d4f06753 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/2bf86876-8086-4e75-9970-6e60ea096954?_state=OAY4b1cyQJwwGhsFcPJDaf2YngwbzMoCz8G7AdGNUGd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJiZjg2ODc2LTgwODYtNGU3NS05OTcwLTZlNjBlYTA5Njk1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozOC4yOTAwNDcwNjdaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=4.55456179s http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:38 +0000] "PATCH /v2/foo/bar/blobs/uploads/2bf86876-8086-4e75-9970-6e60ea096954?_state=OAY4b1cyQJwwGhsFcPJDaf2YngwbzMoCz8G7AdGNUGd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJiZjg2ODc2LTgwODYtNGU3NS05OTcwLTZlNjBlYTA5Njk1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTozOC4yOTAwNDcwNjdaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:42Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=d9d88d64-f00a-4fb0-ba0d-0aba9a1ed46f http.request.method=PUT http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/uploads/2bf86876-8086-4e75-9970-6e60ea096954?_state=fWayDK1aKehZjY32OCROybrcQq4VeDu_JRyldgeqcrl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJiZjg2ODc2LTgwODYtNGU3NS05OTcwLTZlNjBlYTA5Njk1NCIsIk9mZnNldCI6MjUzMDgxNjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MzhaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.duration=2.506777ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:42 +0000] "PUT /v2/foo/bar/blobs/uploads/2bf86876-8086-4e75-9970-6e60ea096954?_state=fWayDK1aKehZjY32OCROybrcQq4VeDu_JRyldgeqcrl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJiZjg2ODc2LTgwODYtNGU3NS05OTcwLTZlNjBlYTA5Njk1NCIsIk9mZnNldCI6MjUzMDgxNjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6MzhaIn0%3D&digest=sha256%3Ad785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:42Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=8f9b14e3-afda-4195-8e77-f4071569e49f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.934835ms http.response.status=200 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:42 +0000] "HEAD /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:42Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=4630a4db-31c2-46db-92fb-baccdf8b1d10 http.request.method=GET http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=121.811072ms http.response.status=200 http.response.written=25308160 127.0.0.1 - - [06/Sep/2025:15:01:42 +0000] "GET /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 200 25308160 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=error msg="error parsing digest="sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252": unsupported digest algorithm" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=965284c7-4839-44d1-ac3c-f913ddabc8c6 http.request.method=GET http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" vars.name="foo/bar" time="2025-09-06T15:01: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.24.7 http.request.host="127.0.0.1:40163" http.request.id=965284c7-4839-44d1-ac3c-f913ddabc8c6 http.request.method=GET http.request.remoteaddr="127.0.0.1:49568" http.request.uri="/v2/foo/bar/blobs/sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.310283ms http.response.status=400 http.response.written=110 vars.digest="sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/sha257:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=f26036d2-938f-4674-bb32-d51864374afb http.request.method=GET http.request.remoteaddr="127.0.0.1:55094" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.duration=1.852885ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=410971c5-ea8a-4493-85f9-b97a4926bd9d http.request.method=GET http.request.remoteaddr="127.0.0.1:55090" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=11.01027ms http.response.status=200 http.response.written=2719744 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:40163" http.request.id=2a786bdd-8596-4d08-844e-bff57479780c http.request.method=GET http.request.remoteaddr="127.0.0.1:55094" http.request.uri="/v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.50705ms http.response.status=200 http.response.written=1015808 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/sha256:d785c7b4a13fd08575b849bc532485c61b52c159d28159e920cd517463d1f252 HTTP/1.1" 200 1015808 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=2e64c44f-4804-42bf-95e6-5f446c7a0ef9 http.request.method=GET http.request.remoteaddr="127.0.0.1:59314" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=9.656634365s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:46495" http.request.id=63e5400a-5017-441a-b21f-3d3708f3bf60 http.request.method=GET http.request.remoteaddr="127.0.0.1:59322" http.request.uri="/v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=9.648971384s http.response.status=200 http.response.written=2686976 127.0.0.1 - - [06/Sep/2025:15:01:33 +0000] "GET /v2/foo/bar/blobs/sha256:0e10d03707274bd1256d519b11576628b66faafbce2e939ac09f9bdb4bb38ab4 HTTP/1.1" 200 2686976 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (14.15s) === RUN TestBlobDelete time="2025-09-06T15:01: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.24.7 time="2025-09-06T15:01:43Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:01:43Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=d488867d-a8ba-438d-8fbb-981f015f8e10 http.request.method=GET http.request.remoteaddr="127.0.0.1:46800" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.283976ms http.response.status=404 http.response.written=157 vars.digest="sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=79525258-ecb4-4e08-bf13-2572f781c112 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.677385ms http.response.status=404 http.response.written=157 vars.digest="sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "HEAD /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=69bc743d-81a6-40be-82b5-252c7cef4e9c http.request.method=POST http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.612914ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=4f0bb6bb-ccbb-48b2-a57d-ebe1ea8f1697 http.request.method=GET http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.956786ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=5f70b9c3-0766-4560-8d65-324d527e3038 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.637745ms http.response.status=204 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "DELETE /v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=5b695cc1-0a59-4090-92db-29a16ac02c93 http.request.method=GET http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=a2b5c177-5d53-4b45-9b69-c4c91882cd5f time="2025-09-06T15:01: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.24.7 http.request.host="127.0.0.1:39803" http.request.id=5b695cc1-0a59-4090-92db-29a16ac02c93 http.request.method=GET http.request.remoteaddr="127.0.0.1:46814" http.request.uri="/v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.381063ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=a2b5c177-5d53-4b45-9b69-c4c91882cd5f 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "GET /v2/foo/bar/blobs/uploads/a2b5c177-5d53-4b45-9b69-c4c91882cd5f?_state=hWiCyRthOiHNmLAG5qnQo-jjnEwqev6SCYwThXqROCF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImEyYjVjMTc3LTVkNTMtNGI0NS05YjY5LWM0YzkxODgyY2Q1ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zODE4Nzg2ODRaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=3d8b8e20-3b7b-488c-9616-7152ad6c407f http.request.method=POST http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.737905ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=89f7b1c7-3fdc-4de5-b379-7484112df633 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/e174c03b-7dec-48d3-b5a5-0dab27300fe5?_state=6-zkgPZLmOLTn8G-l7fYRVmPdUN1FXIezX7mqo1d9Al7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUxNzRjMDNiLTdkZWMtNDhkMy1iNWE1LTBkYWIyNzMwMGZlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTAxNzM5MzZaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" provided=sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d vars.name="foo/bar" vars.uuid=e174c03b-7dec-48d3-b5a5-0dab27300fe5 time="2025-09-06T15:01:43Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=89f7b1c7-3fdc-4de5-b379-7484112df633 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/e174c03b-7dec-48d3-b5a5-0dab27300fe5?_state=6-zkgPZLmOLTn8G-l7fYRVmPdUN1FXIezX7mqo1d9Al7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUxNzRjMDNiLTdkZWMtNDhkMy1iNWE1LTBkYWIyNzMwMGZlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTAxNzM5MzZaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=e174c03b-7dec-48d3-b5a5-0dab27300fe5 time="2025-09-06T15:01:43Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=89f7b1c7-3fdc-4de5-b379-7484112df633 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/e174c03b-7dec-48d3-b5a5-0dab27300fe5?_state=6-zkgPZLmOLTn8G-l7fYRVmPdUN1FXIezX7mqo1d9Al7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUxNzRjMDNiLTdkZWMtNDhkMy1iNWE1LTBkYWIyNzMwMGZlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTAxNzM5MzZaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.727204ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=e174c03b-7dec-48d3-b5a5-0dab27300fe5 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "PUT /v2/foo/bar/blobs/uploads/e174c03b-7dec-48d3-b5a5-0dab27300fe5?_state=6-zkgPZLmOLTn8G-l7fYRVmPdUN1FXIezX7mqo1d9Al7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUxNzRjMDNiLTdkZWMtNDhkMy1iNWE1LTBkYWIyNzMwMGZlNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTAxNzM5MzZaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=ad15352a-2c27-46d6-bf91-20c89c7bd7de http.request.method=POST http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.400744ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=f781fe06-a876-490b-a728-870b996d1526 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/2868ff1e-6468-4395-a24e-4f9c07e55a6a?_state=OTMr3tL14XBkpqbuqko9z2CRVTTyd5TmKxeX4TT0ujB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI4NjhmZjFlLTY0NjgtNDM5NS1hMjRlLTRmOWMwN2U1NWE2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTQwNjQ3NjdaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=2.026856ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "PUT /v2/foo/bar/blobs/uploads/2868ff1e-6468-4395-a24e-4f9c07e55a6a?_state=OTMr3tL14XBkpqbuqko9z2CRVTTyd5TmKxeX4TT0ujB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI4NjhmZjFlLTY0NjgtNDM5NS1hMjRlLTRmOWMwN2U1NWE2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTQwNjQ3NjdaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=475da304-4851-44cb-ab43-0445876ec186 http.request.method=POST http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.569114ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=d0c00a47-e956-4317-b655-397f78276134 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/8112068c-8157-4fc0-9acb-b5e89c227173?_state=IjUdHr_pWx3v18ttLnui7ercPfbgeXjpK3gIhsatVgl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgxMTIwNjhjLTgxNTctNGZjMC05YWNiLWI1ZTg5YzIyNzE3MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTgzMjMzMThaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=1.670955ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "PUT /v2/foo/bar/blobs/uploads/8112068c-8157-4fc0-9acb-b5e89c227173?_state=IjUdHr_pWx3v18ttLnui7ercPfbgeXjpK3gIhsatVgl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjgxMTIwNjhjLTgxNTctNGZjMC05YWNiLWI1ZTg5YzIyNzE3MyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My4zOTgzMjMzMThaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:43Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=00516db6-741f-4ba8-a937-e622d6dfa40e http.request.method=POST http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.544684ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:50Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=2451e41c-4290-49ba-8539-c0f845e59740 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/4f09a5fa-e4f1-4965-9723-5a507fc0f578?_state=iwpdxBUL_yNd3Akq1uIBXQZ-ikZNv4QmbWO951NoANJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRmMDlhNWZhLWU0ZjEtNDk2NS05NzIzLTVhNTA3ZmMwZjU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My40MDI0MTk2N1oifQ%3D%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.duration=6.711128186s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:43 +0000] "PUT /v2/foo/bar/blobs/uploads/4f09a5fa-e4f1-4965-9723-5a507fc0f578?_state=iwpdxBUL_yNd3Akq1uIBXQZ-ikZNv4QmbWO951NoANJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRmMDlhNWZhLWU0ZjEtNDk2NS05NzIzLTVhNTA3ZmMwZjU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo0My40MDI0MTk2N1oifQ%3D%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:50Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=9bdf214d-c64d-4418-91ca-0c76e5e26b58 http.request.method=POST http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.923215ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:50 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:39803" http.request.id=16d7fff1-bbbd-4a77-8246-9c185d34534e http.request.method=PATCH http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/0e11d97e-6948-4672-b299-3a12e36a1c2d?_state=NGVvXN_LBx1Bdx0P0_ruBj8m4ZPQMbjUbu-gmEVSnrR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBlMTFkOTdlLTY5NDgtNDY3Mi1iMjk5LTNhMTJlMzZhMWMyZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo1MC4yOTAxOTM2NjhaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=6.345491738s http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:50 +0000] "PATCH /v2/foo/bar/blobs/uploads/0e11d97e-6948-4672-b299-3a12e36a1c2d?_state=NGVvXN_LBx1Bdx0P0_ruBj8m4ZPQMbjUbu-gmEVSnrR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBlMTFkOTdlLTY5NDgtNDY3Mi1iMjk5LTNhMTJlMzZhMWMyZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo1MC4yOTAxOTM2NjhaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=c5bc1423-8c37-4cce-ae8e-c113abd29a1b http.request.method=PUT http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/uploads/0e11d97e-6948-4672-b299-3a12e36a1c2d?_state=lL5BTNp8ovApJP8-G0Plu1k5SYH8b4nX1NIsTXlXS_J7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBlMTFkOTdlLTY5NDgtNDY3Mi1iMjk5LTNhMTJlMzZhMWMyZCIsIk9mZnNldCI6Mjk1OTAwMTYsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6NTBaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.271956ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "PUT /v2/foo/bar/blobs/uploads/0e11d97e-6948-4672-b299-3a12e36a1c2d?_state=lL5BTNp8ovApJP8-G0Plu1k5SYH8b4nX1NIsTXlXS_J7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBlMTFkOTdlLTY5NDgtNDY3Mi1iMjk5LTNhMTJlMzZhMWMyZCIsIk9mZnNldCI6Mjk1OTAwMTYsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDE6NTBaIn0%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=1acc05c9-6f5f-4eaa-999f-fccbd9f5444a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.550044ms http.response.status=200 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "HEAD /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=1d39695c-7996-41e1-aeee-963422ac9ad7 http.request.method=GET http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=152.712257ms http.response.status=200 http.response.written=29590016 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "GET /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 200 29590016 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=error msg="error parsing digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d": unsupported digest algorithm" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=deabff10-c351-4a4f-abd6-b6ff2ce1e036 http.request.method=GET http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" time="2025-09-06T15:01:56Z" 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.24.7 http.request.host="127.0.0.1:39803" http.request.id=deabff10-c351-4a4f-abd6-b6ff2ce1e036 http.request.method=GET http.request.remoteaddr="127.0.0.1:46816" http.request.uri="/v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.240783ms http.response.status=400 http.response.written=110 vars.digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "GET /v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=f4ca86e3-0347-4022-a6d2-288a97181adf http.request.method=GET http.request.remoteaddr="127.0.0.1:46842" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.965425ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "GET /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=fbd9e5ec-2b05-4011-b0b2-8ae0cb95a97b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46846" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.305534ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "DELETE /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=2a3b1927-0d49-45c1-bad3-006f6edcd116 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46846" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.509954ms http.response.status=404 http.response.written=157 vars.digest="sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "HEAD /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=4adf84e7-b362-43fe-8159-79e9435d679b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46846" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.201114ms http.response.status=404 http.response.written=74 vars.digest="sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "DELETE /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=error msg="error parsing digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d": unsupported digest algorithm" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=61700ef0-d346-4f49-b5a5-9eb792ba1563 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46852" http.request.uri="/v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" time="2025-09-06T15:01:56Z" 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.24.7 http.request.host="127.0.0.1:39803" http.request.id=61700ef0-d346-4f49-b5a5-9eb792ba1563 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46852" http.request.uri="/v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.240803ms http.response.status=400 http.response.written=110 vars.digest="sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "DELETE /v2/foo/bar/blobs/sha257:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-09-06T15:01:56Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=77d99d60-6321-45c9-9e3a-86651a1fe2b8 http.request.method=POST http.request.remoteaddr="127.0.0.1:46860" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.466014ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:03Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=33aace65-2942-4dfd-b91d-fdee69b6c667 http.request.method=PUT http.request.remoteaddr="127.0.0.1:46860" http.request.uri="/v2/foo/bar/blobs/uploads/541d75ec-3e01-40b3-bd36-7e8a450c843a?_state=HhHBj72AK9WgItYRJyLSvqMsTJj5MMXnx5n3SssW0yl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU0MWQ3NWVjLTNlMDEtNDBiMy1iZDM2LTdlOGE0NTBjODQzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo1Ni44NTMyNTA0NFoifQ%3D%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.duration=6.822083639s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "PUT /v2/foo/bar/blobs/uploads/541d75ec-3e01-40b3-bd36-7e8a450c843a?_state=HhHBj72AK9WgItYRJyLSvqMsTJj5MMXnx5n3SssW0yl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU0MWQ3NWVjLTNlMDEtNDBiMy1iZDM2LTdlOGE0NTBjODQzYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMTo1Ni44NTMyNTA0NFoifQ%3D%3D&digest=sha256%3A263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:03Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=a1db37b0-23ad-4893-ad55-e165c4ecf7bb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:46860" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.230486ms http.response.status=200 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:03 +0000] "HEAD /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:03Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=f7ca73b3-5855-4ec4-be82-a4d773117102 http.request.method=GET http.request.remoteaddr="127.0.0.1:46842" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=7.010226693s http.response.status=200 http.response.written=2621440 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "GET /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 200 2621440 "" "Go-http-client/1.1" time="2025-09-06T15:02:03Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:39803" http.request.id=9b891831-34bd-4471-bf58-5c6b695e2cc3 http.request.method=GET http.request.remoteaddr="127.0.0.1:46830" http.request.uri="/v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=7.01670183s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [06/Sep/2025:15:01:56 +0000] "GET /v2/foo/bar/blobs/sha256:263b35336a941cb7b1a71c0e26ed0969e1b4dcb734ca6cdb4f2e1ca3d6537c3d HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (20.83s) === RUN TestRelativeURL time="2025-09-06T15:02:03Z" 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.24.7 time="2025-09-06T15:02:03Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:03Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42301" http.request.id=401653d2-d126-4f56-b3cb-cc36af585f9d http.request.method=POST http.request.remoteaddr="127.0.0.1:59910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.747645ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:03 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:09Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42301" http.request.id=4e07f077-46aa-4f55-bbff-48ea3bcb6bc5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59910" http.request.uri="/v2/foo/bar/blobs/uploads/6a079921-f274-45e9-bbdd-a10b3ce2527e?_state=XCL1lOYxUls1grUA87-1Fh2S9ZHQ70zcxj_5_AB73cx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMDc5OTIxLWYyNzQtNDVlOS1iYmRkLWExMGIzY2UyNTI3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjowMy44NTc4MDg2NDdaIn0%3D&digest=sha256%3A90a0d709be43b2c1ac6ed1de255f97ddfea1bb3ff123835bc2fe3bb03e9a4a80" http.request.useragent="Go-http-client/1.1" http.response.duration=5.476160325s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:04 +0000] "PUT /v2/foo/bar/blobs/uploads/6a079921-f274-45e9-bbdd-a10b3ce2527e?_state=XCL1lOYxUls1grUA87-1Fh2S9ZHQ70zcxj_5_AB73cx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhMDc5OTIxLWYyNzQtNDVlOS1iYmRkLWExMGIzY2UyNTI3ZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjowMy44NTc4MDg2NDdaIn0%3D&digest=sha256%3A90a0d709be43b2c1ac6ed1de255f97ddfea1bb3ff123835bc2fe3bb03e9a4a80 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:09Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42301" http.request.id=bf07ea2b-82f9-476b-a124-21d958d26b82 http.request.method=POST http.request.remoteaddr="127.0.0.1:59910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.074775ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:09 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:09Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42301" http.request.id=8ef6f022-bc67-41e4-9732-754906d837f5 http.request.method=POST http.request.remoteaddr="127.0.0.1:59910" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.379974ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:09 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:11Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42301" http.request.id=51bace43-d23f-49f4-9698-b6d569fdb912 http.request.method=PUT http.request.remoteaddr="127.0.0.1:59910" http.request.uri="/v2/foo/bar/blobs/uploads/8e719597-5eda-4ebc-ad7b-8631ec7609a1?_state=8nCsMuc3qTcb1g__T7tuxErr1xfmdlLiq5fdVs3z7tp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhlNzE5NTk3LTVlZGEtNGViYy1hZDdiLTg2MzFlYzc2MDlhMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjowOS43OTI0NDMyOTRaIn0%3D&digest=sha256%3A953108148da96fdf1324bb0269d6b8bf192ea606185940758efcbf5b18dee479" http.request.useragent="Go-http-client/1.1" http.response.duration=1.970773739s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:09 +0000] "PUT /v2/foo/bar/blobs/uploads/8e719597-5eda-4ebc-ad7b-8631ec7609a1?_state=8nCsMuc3qTcb1g__T7tuxErr1xfmdlLiq5fdVs3z7tp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhlNzE5NTk3LTVlZGEtNGViYy1hZDdiLTg2MzFlYzc2MDlhMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjowOS43OTI0NDMyOTRaIn0%3D&digest=sha256%3A953108148da96fdf1324bb0269d6b8bf192ea606185940758efcbf5b18dee479 HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (7.91s) === RUN TestBlobDeleteDisabled time="2025-09-06T15:02:11Z" 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.24.7 time="2025-09-06T15:02:11Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:11Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:40901" http.request.id=257d3b66-8ae7-4b15-8388-aaf901b9d735 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50262" http.request.uri="/v2/foo/bar/blobs/sha256:0b7558a5e2466fd47541014d46b269812d7ae5cbc4a8427014fbb351ee31ca9b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.832135ms http.response.status=405 http.response.written=78 vars.digest="sha256:0b7558a5e2466fd47541014d46b269812d7ae5cbc4a8427014fbb351ee31ca9b" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:02:11 +0000] "DELETE /v2/foo/bar/blobs/sha256:0b7558a5e2466fd47541014d46b269812d7ae5cbc4a8427014fbb351ee31ca9b HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.21s) === RUN TestDeleteDisabled time="2025-09-06T15:02:11Z" 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.24.7 time="2025-09-06T15:02:11Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:12Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43043" http.request.id=6f04df39-2588-44d5-8138-4ecfc3e7ea84 http.request.method=POST http.request.remoteaddr="127.0.0.1:43160" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.007606ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:12 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:16Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43043" http.request.id=7d8fb078-0b44-4346-b227-742f93e5bd6b http.request.method=PUT http.request.remoteaddr="127.0.0.1:43160" http.request.uri="/v2/foo/bar/blobs/uploads/fc682009-ea73-40cf-9362-e52950a89a48?_state=ICVgDcQ5iS5jS75cpDCRhFXMuE19DKDkiYhg5Zo6wHx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjNjgyMDA5LWVhNzMtNDBjZi05MzYyLWU1Mjk1MGE4OWE0OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjoxMi4yMzI4OTk5NjVaIn0%3D&digest=sha256%3A7f78802fc991ab6384f4abbfa25e750525b3aa8fdacf33c1cc32fde8015c88d6" http.request.useragent="Go-http-client/1.1" http.response.duration=4.008154569s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:12 +0000] "PUT /v2/foo/bar/blobs/uploads/fc682009-ea73-40cf-9362-e52950a89a48?_state=ICVgDcQ5iS5jS75cpDCRhFXMuE19DKDkiYhg5Zo6wHx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZjNjgyMDA5LWVhNzMtNDBjZi05MzYyLWU1Mjk1MGE4OWE0OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjoxMi4yMzI4OTk5NjVaIn0%3D&digest=sha256%3A7f78802fc991ab6384f4abbfa25e750525b3aa8fdacf33c1cc32fde8015c88d6 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:16Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:43043" http.request.id=24938307-0d68-488a-b554-37585787ddca http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43160" http.request.uri="/v2/foo/bar/blobs/sha256:7f78802fc991ab6384f4abbfa25e750525b3aa8fdacf33c1cc32fde8015c88d6" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.718435ms http.response.status=405 http.response.written=78 vars.digest="sha256:7f78802fc991ab6384f4abbfa25e750525b3aa8fdacf33c1cc32fde8015c88d6" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:02:16 +0000] "DELETE /v2/foo/bar/blobs/sha256:7f78802fc991ab6384f4abbfa25e750525b3aa8fdacf33c1cc32fde8015c88d6 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (4.27s) === RUN TestDeleteReadOnly time="2025-09-06T15:02:16Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:16Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:16Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42581" http.request.id=05d94669-e278-47c2-aabc-e6392dc08b31 http.request.method=POST http.request.remoteaddr="127.0.0.1:40168" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.150786ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:16 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:20Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42581" http.request.id=918be8ec-4413-493d-9e8f-9de4fe30fdcc http.request.method=PUT http.request.remoteaddr="127.0.0.1:40168" http.request.uri="/v2/foo/bar/blobs/uploads/00f2d7f7-ebad-4038-9187-daf64983b5ed?_state=34IL00pXAU_uhjFtBiYJGULdK9OtDiPyQ3ipQGpcIyZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAwZjJkN2Y3LWViYWQtNDAzOC05MTg3LWRhZjY0OTgzYjVlZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjoxNi40OTU0NDA3NThaIn0%3D&digest=sha256%3A3ca3b718eb55df083b99739cbd0653809bae73fb00bbf6a9978140bcfbb7aa74" http.request.useragent="Go-http-client/1.1" http.response.duration=4.357143332s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:16 +0000] "PUT /v2/foo/bar/blobs/uploads/00f2d7f7-ebad-4038-9187-daf64983b5ed?_state=34IL00pXAU_uhjFtBiYJGULdK9OtDiPyQ3ipQGpcIyZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjAwZjJkN2Y3LWViYWQtNDAzOC05MTg3LWRhZjY0OTgzYjVlZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMjoxNi40OTU0NDA3NThaIn0%3D&digest=sha256%3A3ca3b718eb55df083b99739cbd0653809bae73fb00bbf6a9978140bcfbb7aa74 HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "DELETE /v2/foo/bar/blobs/sha256:3ca3b718eb55df083b99739cbd0653809bae73fb00bbf6a9978140bcfbb7aa74 HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (4.61s) === RUN TestStartPushReadOnly time="2025-09-06T15:02:20Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:20Z" level=info msg="redis not configured" go.version=go1.24.7 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestStartPushReadOnly (0.01s) === RUN TestManifestAPI time="2025-09-06T15:02:20Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:20Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=0e2ca01c-bc24-40ef-a830-5512b7963250 http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" 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.712155ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema1] err.message="repository name not known to registry" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=d8aa0cd5-ebbd-4ba4-84af-fbf85956af7a http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" 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.322674ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=cf40d72d-1ead-49f0-a2aa-35dd2ed95e7c http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" 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.565714ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=54f97485-4b34-4e35-95e2-bf526f78a2e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" 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.364317ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=54f97485-4b34-4e35-95e2-bf526f78a2e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" 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.417887ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=54f97485-4b34-4e35-95e2-bf526f78a2e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" 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.454997ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:20Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=54f97485-4b34-4e35-95e2-bf526f78a2e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" 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.499277ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:20 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-09-06T15:02:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=36a4fcd4-257e-4f89-bc02-a87727b0172d http.request.method=POST http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.150796ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:21 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=4c9eda07-ed83-45d7-99ef-29bb6d467fd4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/blobs/uploads/bdac4d09-c0d0-4db6-972b-1c7ffb008630?_state=-KaC_cZYvn3BV2zSt-QkMX3wsrUM5t0N0axdt6GcBN17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiZGFjNGQwOS1jMGQwLTRkYjYtOTcyYi0xYzdmZmIwMDg2MzAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjEuMDk2NDM0MDQ2WiJ9&digest=sha256%3Afc993b0fa52ad41705274745f2dac43c17a2aefa013fbdfa03bf22f62cb8bc9b" http.request.useragent="Go-http-client/1.1" http.response.duration=3.414682329s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:21 +0000] "PUT /v2/foo/schema1/blobs/uploads/bdac4d09-c0d0-4db6-972b-1c7ffb008630?_state=-KaC_cZYvn3BV2zSt-QkMX3wsrUM5t0N0axdt6GcBN17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiZGFjNGQwOS1jMGQwLTRkYjYtOTcyYi0xYzdmZmIwMDg2MzAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjEuMDk2NDM0MDQ2WiJ9&digest=sha256%3Afc993b0fa52ad41705274745f2dac43c17a2aefa013fbdfa03bf22f62cb8bc9b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=aca4fb74-1a3a-48d9-82a9-4b95dc4adca0 http.request.method=POST http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.171396ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:24 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=3d9ebb9e-efc1-45e4-8674-b6dd3b0a7431 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/blobs/uploads/6a5f7c40-07a1-417e-87ba-10b0f5866577?_state=u0VxvYxfDQsIDbdPhpbKyYkOi_zx1cH9HQ7cXRmoz3F7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI2YTVmN2M0MC0wN2ExLTQxN2UtODdiYS0xMGIwZjU4NjY1NzciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjQuNzYxODc2NzVaIn0%3D&digest=sha256%3A9a8e347eeb636c925311b41f93efaea359f324b5d270d8965e2d02bcde4e48db" http.request.useragent="Go-http-client/1.1" http.response.duration=4.441801063s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:24 +0000] "PUT /v2/foo/schema1/blobs/uploads/6a5f7c40-07a1-417e-87ba-10b0f5866577?_state=u0VxvYxfDQsIDbdPhpbKyYkOi_zx1cH9HQ7cXRmoz3F7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI2YTVmN2M0MC0wN2ExLTQxN2UtODdiYS0xMGIwZjU4NjY1NzciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjQuNzYxODc2NzVaIn0%3D&digest=sha256%3A9a8e347eeb636c925311b41f93efaea359f324b5d270d8965e2d02bcde4e48db HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=cbc5a407-77ca-4e92-9110-e8ed6220150b http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.282329ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=27564f41-b644-4cdd-8cee-41ebd04357f2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.duration=3.501899ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=cb756545-0ea7-4987-9428-89cfa747ccb8 http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" 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.319406ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=e85ddb0d-65f5-4fc3-b98d-22336e44c281 http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.168786ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:38623" http.request.id=449f1fb0-37ff-471b-a3e7-6af775709bbd http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.duration=2.610127ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:38623" http.request.id=3adc5bf8-9239-44e2-9623-1f62b5a5deb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.duration=2.678587ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json" http.request.host="127.0.0.1:38623" http.request.id=6d5d85d6-5553-4719-9058-328d59fe760d http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.duration=2.635027ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=4f16d543-27b5-4d4b-b779-8abe18855900 http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.057116ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=8c5b091d-2527-44fc-b969-440a8215348f http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.352644ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=8896564b-85ac-42e7-9001-cb5874dd2296 http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.duration=1.288343ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=4b7ac74b-dcbb-41cd-8659-a3ab8b7ca29c http.request.method=GET http.request.remoteaddr="127.0.0.1:51682" 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.358744ms http.response.status=200 http.response.written=41 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=error msg="payload digest does match: "sha256:a488c8459fd0a06e658de2225fb4c29711d6aad790cf5a60228e7b5f9f83d1ca" != "sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3"" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=772339f7-d7f0-4b26-a577-2e953c3db1e1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" time="2025-09-06T15:02:29Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=772339f7-d7f0-4b26-a577-2e953c3db1e1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51682" http.request.uri="/v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.592744ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3" 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema1/manifests/sha256:f33a7cbb397ba9098d8054c153a28dd7ae4e3e5ac3e82e81a6ccc3a2018822c3 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=ed1c8e83-0524-428a-addb-674b10cb6b42 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.482014ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" 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.24.7 http.request.host="127.0.0.1:38623" http.request.id=1883c843-5d83-4282-ab9d-245aff3c2edc http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.204424ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=5e8a8e1f-08d8-451c-9193-6eefe4390fe5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.507204ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:29Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=5e8a8e1f-08d8-451c-9193-6eefe4390fe5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.570204ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:29Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=5e8a8e1f-08d8-451c-9193-6eefe4390fe5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.605844ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=0f213331-aff6-4e4e-afcb-e530ca759db1 http.request.method=POST http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.588305ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=e7444e35-1825-48d0-a66b-7d7743b937a8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/5396ff18-f096-4b04-9a40-f75984250f1c?_state=aMzvNbXK-buIcikrWs1NKK0CQDDVRNyg8rJ2N-32v1V7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1Mzk2ZmYxOC1mMDk2LTRiMDQtOWE0MC1mNzU5ODQyNTBmMWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjkuMjQ2ODczOThaIn0%3D&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=1.707384ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema2/blobs/uploads/5396ff18-f096-4b04-9a40-f75984250f1c?_state=aMzvNbXK-buIcikrWs1NKK0CQDDVRNyg8rJ2N-32v1V7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1Mzk2ZmYxOC1mMDk2LTRiMDQtOWE0MC1mNzU5ODQyNTBmMWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjkuMjQ2ODczOThaIn0%3D&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=1a5b041c-7670-4614-8231-c0c7c1d1d2da http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.343634ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:29Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=1a5b041c-7670-4614-8231-c0c7c1d1d2da http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.395274ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-09-06T15:02:29Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=d53aaf94-9ccd-416f-a3d5-cf2e591f965d http.request.method=POST http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.788245ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:32Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=2f76b9a9-229c-42ad-bff4-7d4a05843590 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/ba39e301-08d9-46e3-985c-a090af2d59e4?_state=FrH0huWcT1U7cflkmAKkegE4GltTZh_Y3ii9bwyCQc17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJiYTM5ZTMwMS0wOGQ5LTQ2ZTMtOTg1Yy1hMDkwYWYyZDU5ZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjkuNDUxNDg0Mjc5WiJ9&digest=sha256%3A8057ce402574a8893a74578248e109d19423b4c538c4bc5ecee7ecc82bf41266" http.request.useragent="Go-http-client/1.1" http.response.duration=3.091980999s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:29 +0000] "PUT /v2/foo/schema2/blobs/uploads/ba39e301-08d9-46e3-985c-a090af2d59e4?_state=FrH0huWcT1U7cflkmAKkegE4GltTZh_Y3ii9bwyCQc17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJiYTM5ZTMwMS0wOGQ5LTQ2ZTMtOTg1Yy1hMDkwYWYyZDU5ZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MjkuNDUxNDg0Mjc5WiJ9&digest=sha256%3A8057ce402574a8893a74578248e109d19423b4c538c4bc5ecee7ecc82bf41266 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:32Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=33ec1acd-ff8f-4252-b9fb-bc9c3e2b1d59 http.request.method=POST http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.035485ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:32 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=088ccf46-f050-4d4d-92fa-9f9e722ae0a1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/blobs/uploads/a1c25816-9206-470b-ae63-c3953093cecd?_state=ILvcx7rPwl-xkySGoG0C9n5iVJntKXTOtlc5Rx_X-H97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMWMyNTgxNi05MjA2LTQ3MGItYWU2My1jMzk1MzA5M2NlY2QiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MzIuNzUxMjU2OTk0WiJ9&digest=sha256%3A82889fcbf2e03343e42d84ecf2a4849a57db41f8da0b2617ef46abb274c9f50b" http.request.useragent="Go-http-client/1.1" http.response.duration=3.081083259s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:32 +0000] "PUT /v2/foo/schema2/blobs/uploads/a1c25816-9206-470b-ae63-c3953093cecd?_state=ILvcx7rPwl-xkySGoG0C9n5iVJntKXTOtlc5Rx_X-H97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMWMyNTgxNi05MjA2LTQ3MGItYWU2My1jMzk1MzA5M2NlY2QiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MzIuNzUxMjU2OTk0WiJ9&digest=sha256%3A82889fcbf2e03343e42d84ecf2a4849a57db41f8da0b2617ef46abb274c9f50b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=cb44fc00-cc68-49a3-b3ad-0c4cde5e3819 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.560387ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:38623" http.request.id=462dd3b8-4cb6-416d-ae97-272408634509 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc" http.request.useragent="Go-http-client/1.1" http.response.duration=1.971125ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=3b04dece-eb14-4846-8186-3f3c70b79ed4 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.683015ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=375d431d-ab4c-4139-80a0-2588407f76e2 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.675284ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=c6d7ff76-28f8-449a-88f8-32edd1dfc97e http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.625815ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=c8b39f16-4b2a-4720-8e36-001c247c7b75 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc" http.request.useragent="Go-http-client/1.1" http.response.duration=1.489504ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=953b405e-e3df-41c6-986f-1c83a180354f http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.337823ms http.response.status=200 http.response.written=45 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="rewriting manifest sha256:07c73b0a2a444f4786933f6ef4a13fed64d24f77c70a621cc216ca2ceb42e0cc in schema1 format to support old client" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=e484078a-c9c8-4fbb-b2fb-e44d00b02bc4 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=e484078a-c9c8-4fbb-b2fb-e44d00b02bc4 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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=3.005098ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:38623" http.request.id=2271eca0-ad20-47b1-a47c-dca88ea664aa http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" 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.645455ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:38623" http.request.id=fbbb9b74-eba4-4d2e-a02f-195d7320ba78 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.736265ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:38623" http.request.id=ad391e7a-9a05-44d5-b2b8-3553470296c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657" http.request.useragent="Go-http-client/1.1" http.response.duration=1.459394ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=0847450b-9742-4919-a9c7-bd2eccbfe62f http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.424254ms http.response.status=200 http.response.written=434 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=02c85421-c10f-45f1-a54d-3a67f2b61593 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.747465ms http.response.status=200 http.response.written=434 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=8f8c7540-8077-4467-87ce-13100391ae19 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.439154ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=d397da91-8e30-400c-a5df-27747455c654 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657" http.request.useragent="Go-http-client/1.1" http.response.duration=1.414624ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=info msg="rewriting manifest list sha256:908fcef0f18a665b4416aaf4a23128b3a288365eb161073ad510af27e15c2657 in schema1 format to support old client" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=6d659379-0309-4021-b4b1-edc78a82a664 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2025-09-06T15:02:35Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38623" http.request.id=6d659379-0309-4021-b4b1-edc78a82a664 http.request.method=GET http.request.remoteaddr="127.0.0.1:47692" 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.661547ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:35Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=6e4398c6-e28e-4fe4-888f-291ed1bafda9 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" 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.379514ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" 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.24.7 http.request.host="127.0.0.1:44027" http.request.id=94ad83c3-defc-4a89-ab51-1ef7dcefec1e http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" 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.543624ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=18858c57-a02f-4ddc-a912-3664d5a66626 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" 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.274264ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=ad25b600-4175-4148-b79b-dc3e5083f77d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" 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.961185ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=ad25b600-4175-4148-b79b-dc3e5083f77d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" 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.015886ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=ad25b600-4175-4148-b79b-dc3e5083f77d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" 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.050486ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:35Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=ad25b600-4175-4148-b79b-dc3e5083f77d http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" 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.081846ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:35 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-09-06T15:02:36Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=28f4896e-76cf-4f52-8610-85966f87d1b3 http.request.method=POST http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.308584ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:36 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:40Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=1008c7b2-a3da-4e21-a4df-cbf21bf78aec http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/blobs/uploads/757a0f84-4c8f-45c4-8463-262df3363206?_state=ZEGnvd4wBa2sw2VN2BVrmjb8YLD2vAbTKM3v2HUdPEd7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3NTdhMGY4NC00YzhmLTQ1YzQtODQ2My0yNjJkZjMzNjMyMDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MzYuMTQ1NzU4MTc5WiJ9&digest=sha256%3A91a8831c37e883096bb61fd7c25e2470b2b159b86609c081af83212c081207b4" http.request.useragent="Go-http-client/1.1" http.response.duration=4.512485785s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:36 +0000] "PUT /v2/foo/schema1/blobs/uploads/757a0f84-4c8f-45c4-8463-262df3363206?_state=ZEGnvd4wBa2sw2VN2BVrmjb8YLD2vAbTKM3v2HUdPEd7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3NTdhMGY4NC00YzhmLTQ1YzQtODQ2My0yNjJkZjMzNjMyMDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6MzYuMTQ1NzU4MTc5WiJ9&digest=sha256%3A91a8831c37e883096bb61fd7c25e2470b2b159b86609c081af83212c081207b4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:40Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=f041b111-8a8c-4ea2-a3de-38fa1a5ba06a http.request.method=POST http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.268097ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:40 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=6f47a3c2-85a3-4372-ad39-ede61e5d3fb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/blobs/uploads/1a868056-8030-468f-bddd-59133d8c71d5?_state=4etXKc6c17CFnM8diOpGUBhObaDrVKYMNdxP1Gkxwzp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIxYTg2ODA1Ni04MDMwLTQ2OGYtYmRkZC01OTEzM2Q4YzcxZDUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDAuOTY5MjY4NDYzWiJ9&digest=sha256%3A9b1ddd022717520140346fbaf9223020ee5225020bda5f3b775de0643a50a115" http.request.useragent="Go-http-client/1.1" http.response.duration=6.34222132s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:40 +0000] "PUT /v2/foo/schema1/blobs/uploads/1a868056-8030-468f-bddd-59133d8c71d5?_state=4etXKc6c17CFnM8diOpGUBhObaDrVKYMNdxP1Gkxwzp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIxYTg2ODA1Ni04MDMwLTQ2OGYtYmRkZC01OTEzM2Q4YzcxZDUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDAuOTY5MjY4NDYzWiJ9&digest=sha256%3A9b1ddd022717520140346fbaf9223020ee5225020bda5f3b775de0643a50a115 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=40fa19eb-3f90-410b-9b29-6dfedbb300f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.75684ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=566b384c-1d0e-430d-b282-cdf14b5bc968 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.duration=2.849967ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=60d8214f-2848-42fe-8ce2-2874b1d6d8d7 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" 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.378697ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=87c28c12-ea30-47e0-adf5-02222e5d3d72 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.380546ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:44027" http.request.id=8710bd16-1378-4d6c-bc9c-65475aa01610 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.duration=3.224099ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:44027" http.request.id=2ab17d66-cc0f-4183-af57-2bf663f13991 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.duration=3.118108ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json" http.request.host="127.0.0.1:44027" http.request.id=48b65ca3-926f-45c6-b923-717e21f5aef5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.duration=3.101578ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=1c7d05b2-ed5c-40a3-a57c-5ac97a17d3bb http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.588167ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=e3a047c8-7f91-4527-8af2-ee765b2f7a75 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.856635ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=51bf067a-b62c-45cd-abb3-8f947f994e1e http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.duration=1.800595ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=4bd526c9-60d2-4d01-a030-869c2edd1855 http.request.method=GET http.request.remoteaddr="127.0.0.1:34410" 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.832995ms http.response.status=200 http.response.written=41 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=error msg="payload digest does match: "sha256:1ccfbed32f8b62f718654d6c6ab6d22032686fcfd6c1b326c3c81723dfb7746d" != "sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15"" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=794a767e-16be-4f50-866a-34f60aae0a62 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" time="2025-09-06T15:02:47Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=794a767e-16be-4f50-866a-34f60aae0a62 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34410" http.request.uri="/v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.843815ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15" 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema1/manifests/sha256:91ff9456182a2e716a638d79f31e2fb54934d12077b354db2299c5fcd3c10f15 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=90fed91e-7ef0-444a-b8d3-a7947e5692ff http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.526514ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" 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.24.7 http.request.host="127.0.0.1:44027" http.request.id=7bdf5c29-8fc1-4948-8f6f-ddbbbeff75e2 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.872035ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=a982ba13-c3fe-4aae-9bc9-bebfc513ce85 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.137886ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:47Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=a982ba13-c3fe-4aae-9bc9-bebfc513ce85 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.198226ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:47Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=a982ba13-c3fe-4aae-9bc9-bebfc513ce85 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.236646ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=994891f1-ec2e-433d-b7fb-b6afa9325779 http.request.method=POST http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.886585ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=2a76b288-e85e-48dc-a1da-5fe68e29bd9a http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/e8a8057a-9c71-4eff-baa1-f4753be74f54?_state=dcjp9euekfaMiwJrKVQyk3X43e2GO5GUx0wi5Rmm-yR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlOGE4MDU3YS05YzcxLTRlZmYtYmFhMS1mNDc1M2JlNzRmNTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDcuMzYwOTY5MjA4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=1.919185ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema2/blobs/uploads/e8a8057a-9c71-4eff-baa1-f4753be74f54?_state=dcjp9euekfaMiwJrKVQyk3X43e2GO5GUx0wi5Rmm-yR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlOGE4MDU3YS05YzcxLTRlZmYtYmFhMS1mNDc1M2JlNzRmNTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDcuMzYwOTY5MjA4WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=cfefeb36-e2b6-44e3-ae68-513cac3c15d2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.781945ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:47Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=cfefeb36-e2b6-44e3-ae68-513cac3c15d2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.834475ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-09-06T15:02:47Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=62d95d2e-0fb4-4407-bfc3-bfebc3a257d7 http.request.method=POST http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.606744ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:49Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=60fd4678-f4ef-4b8f-b763-81ba52c80b0d http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/71b2d8a3-5789-4942-9e32-8593540d3fd7?_state=gQcfatLiZtL_4Z1BQAKu0x0xj5aFhHM3JY9uA8kvqB17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3MWIyZDhhMy01Nzg5LTQ5NDItOWUzMi04NTkzNTQwZDNmZDciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDcuNTMzNzk4MzZaIn0%3D&digest=sha256%3A6419e7b5ad685af6a139225443c100c9366457a83de9bf9d6723980843c1ae43" http.request.useragent="Go-http-client/1.1" http.response.duration=1.763330732s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:47 +0000] "PUT /v2/foo/schema2/blobs/uploads/71b2d8a3-5789-4942-9e32-8593540d3fd7?_state=gQcfatLiZtL_4Z1BQAKu0x0xj5aFhHM3JY9uA8kvqB17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3MWIyZDhhMy01Nzg5LTQ5NDItOWUzMi04NTkzNTQwZDNmZDciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDcuNTMzNzk4MzZaIn0%3D&digest=sha256%3A6419e7b5ad685af6a139225443c100c9366457a83de9bf9d6723980843c1ae43 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:49Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=04768673-cfb9-4d57-872a-8a4d4223d48f http.request.method=POST http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.798225ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:49 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=517332be-c8e2-406a-adbe-909b7eaa429c http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/blobs/uploads/0c9b9962-1602-4e0e-886f-09b8af422335?_state=_i8tkDwCx0MN9h_9gUwIY726_4lB-t2aKOZRBus3pd17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwYzliOTk2Mi0xNjAyLTRlMGUtODg2Zi0wOWI4YWY0MjIzMzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDkuNTE2MjYwNzRaIn0%3D&digest=sha256%3A2b0847df745f58c69e5588fdcebaf912bd708ae5f69f485d65618342406f69df" http.request.useragent="Go-http-client/1.1" http.response.duration=3.309757083s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:49 +0000] "PUT /v2/foo/schema2/blobs/uploads/0c9b9962-1602-4e0e-886f-09b8af422335?_state=_i8tkDwCx0MN9h_9gUwIY726_4lB-t2aKOZRBus3pd17Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIwYzliOTk2Mi0xNjAyLTRlMGUtODg2Zi0wOWI4YWY0MjIzMzUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NDkuNTE2MjYwNzRaIn0%3D&digest=sha256%3A2b0847df745f58c69e5588fdcebaf912bd708ae5f69f485d65618342406f69df HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=616f9dbc-bd57-4a2a-b626-5417330e1879 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.314406ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:44027" http.request.id=d71ce1ae-b88d-4903-869d-43e5ee8f919f http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2" http.request.useragent="Go-http-client/1.1" http.response.duration=2.344087ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=0989c41e-5b84-41dd-841d-d6bdfc896ba3 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.807375ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=4a938971-9c86-4931-9be8-43093ae0c0a7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.596174ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=fab47b6e-4614-46a1-8827-418698a03a96 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.348564ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=099a0da0-be45-40cb-9c59-e13be77744cf http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2" http.request.useragent="Go-http-client/1.1" http.response.duration=1.254773ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=a658d7fa-487b-432c-814a-3d11fc8dee5f http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.232873ms http.response.status=200 http.response.written=45 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="rewriting manifest sha256:2c3ecdc537da243f4d27ea586c540435b251613caece84e8f279ef85a2daf4a2 in schema1 format to support old client" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=47846111-3c8d-4b58-a9be-11642216dee7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=47846111-3c8d-4b58-a9be-11642216dee7 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.673087ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:44027" http.request.id=f828930c-9812-4949-bcd0-fd72cd933ce2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" 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.543565ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:44027" http.request.id=b59cb50c-ea06-427c-b70a-f4ef7d9dc35a http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.649524ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:44027" http.request.id=8de5de17-3682-4eb8-90f7-25992db0dfbd http.request.method=PUT http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c" http.request.useragent="Go-http-client/1.1" http.response.duration=1.659365ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=c6c1bd0e-9b7b-4628-b856-f63ac722e804 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.419684ms http.response.status=200 http.response.written=434 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=fd351af5-d167-4894-9b58-4a3a21e85ecd http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.551484ms http.response.status=200 http.response.written=434 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=65802871-4e7c-404d-a408-a3dab2b4365e http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.239804ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=b83bfd9b-a2ed-419d-b4ae-6265425baa06 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c" http.request.useragent="Go-http-client/1.1" http.response.duration=1.320344ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=info msg="rewriting manifest list sha256:7a069722ee9ed902c66c10ca9990c87fdd256d439e55a2c4d3136d57c432888c in schema1 format to support old client" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=d748f399-00ac-4033-9357-c339bea48b06 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2025-09-06T15:02:52Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:44027" http.request.id=d748f399-00ac-4033-9357-c339bea48b06 http.request.method=GET http.request.remoteaddr="127.0.0.1:35954" 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.810058ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (32.00s) === RUN TestGetManifestWithStorageError time="2025-09-06T15:02:52Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:52Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:37961" http.request.id=1e27c6be-09c1-43d2-9d0b-8c76fcc00f93 http.request.method=GET http.request.remoteaddr="127.0.0.1:56726" 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.397394ms http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.24.7 http.request.host="127.0.0.1:37961" http.request.id=071267aa-fa59-4516-9b07-3accb51006c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:56726" 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.184613ms http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.24.7 http.request.host="127.0.0.1:37961" http.request.id=c3ee04b1-39d1-4e63-953b-83b700a292d4 http.request.method=GET http.request.remoteaddr="127.0.0.1:56726" 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.529374ms http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.24.7 http.request.host="127.0.0.1:37961" http.request.id=81a80812-89fa-4ce9-a190-2eef8019f45a http.request.method=GET http.request.remoteaddr="127.0.0.1:56726" 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.171073ms http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.01s) === RUN TestManifestDelete time="2025-09-06T15:02:52Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:02:52Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=eafffc43-e1aa-4771-90d2-8f8e9ff168f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" 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.383184ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" 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.24.7 http.request.host="127.0.0.1:43643" http.request.id=e8c4fb85-be68-4449-a927-20c35f27a075 http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" 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.483035ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=68b02dbd-e822-4833-bc7e-430b275cda41 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" 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.376963ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=fa475ef7-ce84-47aa-9c8c-d0f572689ce2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" 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.282786ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=fa475ef7-ce84-47aa-9c8c-d0f572689ce2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" 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.345757ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=fa475ef7-ce84-47aa-9c8c-d0f572689ce2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" 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.389767ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-09-06T15:02:52Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=fa475ef7-ce84-47aa-9c8c-d0f572689ce2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" 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.425307ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [06/Sep/2025:15:02:52 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-09-06T15:02:53Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=75ac65dd-a359-497c-b64e-d5b826200f0a http.request.method=POST http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.538635ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:53 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:00Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=4345234f-414b-451f-8e7e-dcb53eee5ba5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/blobs/uploads/cc333f44-bfbb-4ff6-88ef-db26d59464cb?_state=cAn3AbKOOtHWdFsaA4lH5R-WxbI6BzT8dgD62gm2TYp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJjYzMzM2Y0NC1iZmJiLTRmZjYtODhlZi1kYjI2ZDU5NDY0Y2IiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NTMuMTk1MjM1MTAxWiJ9&digest=sha256%3A1dd6cf73668aed46e60abb895472581321fae312b1cafa0627e52adb3e3a37ac" http.request.useragent="Go-http-client/1.1" http.response.duration=7.104857701s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:02:53 +0000] "PUT /v2/foo/schema1/blobs/uploads/cc333f44-bfbb-4ff6-88ef-db26d59464cb?_state=cAn3AbKOOtHWdFsaA4lH5R-WxbI6BzT8dgD62gm2TYp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJjYzMzM2Y0NC1iZmJiLTRmZjYtODhlZi1kYjI2ZDU5NDY0Y2IiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDI6NTMuMTk1MjM1MTAxWiJ9&digest=sha256%3A1dd6cf73668aed46e60abb895472581321fae312b1cafa0627e52adb3e3a37ac HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:00Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=d5a8a7a1-686a-4f5f-b9e5-f74f59f01498 http.request.method=POST http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.105916ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:00 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=72a1f6dc-5a30-4e36-a25a-735335856183 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/blobs/uploads/ce94a168-48c3-4a1c-a1dc-7e7d3536ac23?_state=8qExB0aJvcRRb8WuZ2tVCSCaxhgsVJU07mSJ3mfOA9p7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJjZTk0YTE2OC00OGMzLTRhMWMtYTFkYy03ZTdkMzUzNmFjMjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDAuNDY2MzIyMDA2WiJ9&digest=sha256%3A7293045f185fd7b50c2924aa9ad9756d16076adb8a7a6d26a45c282555286a56" http.request.useragent="Go-http-client/1.1" http.response.duration=1.615632619s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:00 +0000] "PUT /v2/foo/schema1/blobs/uploads/ce94a168-48c3-4a1c-a1dc-7e7d3536ac23?_state=8qExB0aJvcRRb8WuZ2tVCSCaxhgsVJU07mSJ3mfOA9p7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJjZTk0YTE2OC00OGMzLTRhMWMtYTFkYy03ZTdkMzUzNmFjMjMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDAuNDY2MzIyMDA2WiJ9&digest=sha256%3A7293045f185fd7b50c2924aa9ad9756d16076adb8a7a6d26a45c282555286a56 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=c5ef1372-cfd3-4d6b-96fb-86b1ac0ae2bd http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.128699ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=b8055be6-6768-470d-9e83-e78e4f574a77 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.532637ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=757c89df-dfa7-43c4-a4a0-b21bb451f94c http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" 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.165966ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=ec010a53-6932-420c-b8e7-bb96320e471a http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.107316ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:43643" http.request.id=66e029f1-15e3-4010-87c9-6c2390785833 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.572147ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:43643" http.request.id=f725b72b-2c02-45ed-a328-caa638d5fa20 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.518127ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/json" http.request.host="127.0.0.1:43643" http.request.id=1d892284-986d-4196-9955-54cf3c94936e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.517046ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=43f00480-eaf0-4758-9df1-226a9e0c7420 http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.009266ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=18cf9c77-f98c-4024-83ed-5f0ac4a7ddb6 http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.293303ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=414de917-7ee0-4e44-bc66-404a3dfd6462 http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.234943ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=52492e93-bdaa-49d1-b42f-9f46467e606f http.request.method=GET http.request.remoteaddr="127.0.0.1:36804" 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.289013ms http.response.status=200 http.response.written=41 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=error msg="payload digest does match: "sha256:366c2e8252f6c306a533564be42df5f893fb64a5ac3616801e3b01fd56742e7f" != "sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d"" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=31479f32-6896-4842-8886-3d73cd3e0447 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" time="2025-09-06T15:03:02Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=31479f32-6896-4842-8886-3d73cd3e0447 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36804" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.475624ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=72c191ff-248f-4296-89fc-f9edb3f82007 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47430" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.585684ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "DELETE /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=27bc7404-1a82-45cf-adad-557d6fd4a31d http.request.method=GET http.request.remoteaddr="127.0.0.1:47430" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.310023ms http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=bffa13ef-6fba-47fd-8970-3cf478fe7794 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47446" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.359273ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "DELETE /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=3449520a-1109-4f37-b205-19ae80b56045 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47456" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.480627ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=a170fffa-e39e-4033-9e47-a8ac276013f2 http.request.method=GET http.request.remoteaddr="127.0.0.1:47456" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.853238ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=65a1c843-d958-4faf-a02a-d26221e4d56a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47470" http.request.uri="/v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.388834ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=f9176746-db58-4585-9a01-d35ff18e6431 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.500996ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=189b14e9-186e-4bd4-851b-cd78113744c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.229403ms http.response.status=200 http.response.written=39 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=a6e5fd29-d8ef-4bcf-8dcf-adcc34909f9a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.366204ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "DELETE /v2/foo/schema1/manifests/sha256:451a1bd0282859ef09477e5be14b527392f73d684d5da30b2f769e8328b1c44d HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=32a755ec-cf16-4632-a814-ac23453d4337 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.059633ms http.response.status=200 http.response.written=35 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=f1926f33-1103-4ebe-8b44-37f13653fcd8 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.238863ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" 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.24.7 http.request.host="127.0.0.1:43643" http.request.id=2b7f2f8d-4a06-4d9c-a8ab-c90da62e1bd0 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.401154ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=b2d803ee-0c56-4ec7-aec4-99d7c8512202 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" 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.352643ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:03:02Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=b2d803ee-0c56-4ec7-aec4-99d7c8512202 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" 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.410684ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:03:02Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=b2d803ee-0c56-4ec7-aec4-99d7c8512202 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" 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.451374ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=d59d86ad-e1eb-499c-8714-1069df6673b0 http.request.method=POST http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.569594ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=047b9eb7-a9d1-42b9-ab33-52cc46f7af29 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/c785d58a-e38c-4258-a4f5-9f185ff89cd2?_state=VnvRg26Xob5GBOdomSvyWu6uDztiOQD_78rwwNPqrU57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjNzg1ZDU4YS1lMzhjLTQyNTgtYTRmNS05ZjE4NWZmODljZDIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDIuMTQ0MDAyMDA0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=1.771465ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema2/blobs/uploads/c785d58a-e38c-4258-a4f5-9f185ff89cd2?_state=VnvRg26Xob5GBOdomSvyWu6uDztiOQD_78rwwNPqrU57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjNzg1ZDU4YS1lMzhjLTQyNTgtYTRmNS05ZjE4NWZmODljZDIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDIuMTQ0MDAyMDA0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=f4ccd3c4-222e-49c9-912d-5d07af05df03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" 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.647884ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:03:02Z" 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.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=f4ccd3c4-222e-49c9-912d-5d07af05df03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" 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.721984ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-09-06T15:03:02Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=9534f014-9c91-47a5-b49f-41d555d033eb http.request.method=POST http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.030186ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:09Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=3fa35a72-b861-4bc1-9320-73d21a753ce7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/5aaca56d-3bbe-4ed9-b3ee-7594bbdeb237?_state=nZaU7CuPHSsmmGdhtg_xNkCRI-qFwDt8Plc7CQjqPLJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1YWFjYTU2ZC0zYmJlLTRlZDktYjNlZS03NTk0YmJkZWIyMzciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDIuNDQ1NjMyNTk4WiJ9&digest=sha256%3A65d541e23004607af21957a501350c83a4cb585cc1bc79bb7c8d0ff1e3d86a63" http.request.useragent="Go-http-client/1.1" http.response.duration=6.586868697s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:02 +0000] "PUT /v2/foo/schema2/blobs/uploads/5aaca56d-3bbe-4ed9-b3ee-7594bbdeb237?_state=nZaU7CuPHSsmmGdhtg_xNkCRI-qFwDt8Plc7CQjqPLJ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1YWFjYTU2ZC0zYmJlLTRlZDktYjNlZS03NTk0YmJkZWIyMzciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDIuNDQ1NjMyNTk4WiJ9&digest=sha256%3A65d541e23004607af21957a501350c83a4cb585cc1bc79bb7c8d0ff1e3d86a63 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:09Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=d2d1e1d6-d2f5-42ac-86f3-3b97f25381ac http.request.method=POST http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.108876ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:09 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=cb8ac3e1-4f89-4afa-bc25-a4cb92a5f466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/blobs/uploads/cdf73e8c-2df9-4d82-8a64-a42c1a327d87?_state=ADtMXazUJ5rh437_jkEq4Z3eosUkfEF13FDIsIu__yd7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjZGY3M2U4Yy0yZGY5LTRkODItOGE2NC1hNDJjMWEzMjdkODciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDkuMjU4OTYwMzIzWiJ9&digest=sha256%3A01d799852fedfa8b5be6552a345d68a494a1b70c67ab1c2aa9446d86c5f06aec" http.request.useragent="Go-http-client/1.1" http.response.duration=3.8215688s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:09 +0000] "PUT /v2/foo/schema2/blobs/uploads/cdf73e8c-2df9-4d82-8a64-a42c1a327d87?_state=ADtMXazUJ5rh437_jkEq4Z3eosUkfEF13FDIsIu__yd7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjZGY3M2U4Yy0yZGY5LTRkODItOGE2NC1hNDJjMWEzMjdkODciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDktMDZUMTU6MDM6MDkuMjU4OTYwMzIzWiJ9&digest=sha256%3A01d799852fedfa8b5be6552a345d68a494a1b70c67ab1c2aa9446d86c5f06aec HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=4dab8b5d-dd1c-4423-8f43-5f6855c337d7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.373817ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=6fdef1c9-498f-4224-9ba5-66397dc9a088 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.duration=1.912455ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=1ca9afff-ad22-44cf-88d1-851a00fbfa5e http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.618214ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=f2ce8bc3-5663-4f88-95a7-91eed15eb0d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.453974ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=780f0a7b-76ef-4c56-8f10-bb41cb3f9992 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.389604ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=9ffef555-1d06-46a8-b88f-80729fd25b12 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.duration=1.349464ms http.response.status=304 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=70089c51-1f00-4d79-a901-d187df8bde28 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.377053ms http.response.status=200 http.response.written=45 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="rewriting manifest sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b in schema1 format to support old client" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=b1a2a67f-9300-4780-a4ce-8283e417cf7c http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=b1a2a67f-9300-4780-a4ce-8283e417cf7c http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" 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.633727ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=7759ff8e-b513-4eaa-910c-81c7049f0cb4 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.duration=1.683735ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=6c39a4ce-2219-4144-9a6f-105198bb4532 http.request.method=GET http.request.remoteaddr="127.0.0.1:47486" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.496324ms http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=f13e3205-0ec2-434f-93de-e9115c1d022c http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34758" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.562454ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=32d62b1f-fe04-45e7-adfe-ee399a5054a0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34770" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.duration=1.890425ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=cbdd4a3f-0630-410c-b369-3593fefcb8bb http.request.method=GET http.request.remoteaddr="127.0.0.1:34770" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.754375ms http.response.status=200 http.response.written=732 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=9cc32a89-5db3-48e6-83b1-ddf2c6fc0373 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34780" 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.592105ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:43643" http.request.id=ca346c22-cdd3-40c8-8a72-f168f7092e62 http.request.method=PUT http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.946955ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=94582f4a-83e2-4cb2-962a-28e9300c0ac5 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" 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.404294ms http.response.status=200 http.response.written=39 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=19904507-4f76-43a6-856f-ccb90ec2f7ca http.request.method=DELETE http.request.remoteaddr="127.0.0.1:34786" http.request.uri="/v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b" http.request.useragent="Go-http-client/1.1" http.response.duration=1.582925ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/schema2/manifests/sha256:09f9b2cab46ae05956e55096ff9a733503ef59df76d4787a6aae4b4c1f94446b HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:43643" http.request.id=4e05bad2-1542-4f12-b9e6-9f4a92aa7150 http.request.method=GET http.request.remoteaddr="127.0.0.1:34786" 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.339264ms http.response.status=200 http.response.written=35 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (20.24s) === RUN TestManifestDeleteDisabled time="2025-09-06T15:03:13Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:43439" http.request.id=761ab41a-dd35-4216-b8ab-8f9507088ca0 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:49252" 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.451183ms http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestManifestDeleteDisabled (0.00s) === RUN TestRegistryAsCacheMutationAPIs time="2025-09-06T15:03:13Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:34831" http.request.id=7cbb8552-b0e4-456b-b2bf-0c310ea618fc http.request.method=PUT http.request.remoteaddr="127.0.0.1:57916" 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.941158ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:34831" http.request.id=ea0e834e-2a41-4578-af4d-766b3dd474cd http.request.method=DELETE http.request.remoteaddr="127.0.0.1:57918" 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.745997ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:34831" http.request.id=f98413d0-cef3-4270-812a-6788d14d8450 http.request.method=POST http.request.remoteaddr="127.0.0.1:57924" 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=2.723468ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-09-06T15:03:13Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.7 http.request.host="127.0.0.1:34831" http.request.id=5aa13983-d932-4a5c-ac8c-0520d7dc6892 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:57932" 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=2.754608ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.54s) === RUN TestProxyManifestGetByTag time="2025-09-06T15:03:13Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:03:13Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=7886cee0-6f4d-4c75-bfc1-c749dbc8015b http.request.method=POST http.request.remoteaddr="127.0.0.1:41460" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.063876ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=03e36240-d339-49cc-bb8d-8efc4953f81f http.request.method=PUT http.request.remoteaddr="127.0.0.1:41460" http.request.uri="/v2/foo/bar/blobs/uploads/5a93d242-1d34-48ab-8142-e4f8e6b444a3?_state=VO_VbVYTUPwNw2QIVSDtZ4nxm5yAhAnclhlS1ZbtlzN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhOTNkMjQyLTFkMzQtNDhhYi04MTQyLWU0ZjhlNmI0NDRhMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMzoxMy45NzY4OTIzMDlaIn0%3D&digest=sha256%3A6de18bf6a61bebd9a46ccefde7991da61fd7c64176c204acf82994e96291ab55" http.request.useragent="Go-http-client/1.1" http.response.duration=7.41617288s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:13 +0000] "PUT /v2/foo/bar/blobs/uploads/5a93d242-1d34-48ab-8142-e4f8e6b444a3?_state=VO_VbVYTUPwNw2QIVSDtZ4nxm5yAhAnclhlS1ZbtlzN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhOTNkMjQyLTFkMzQtNDhhYi04MTQyLWU0ZjhlNmI0NDRhMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMzoxMy45NzY4OTIzMDlaIn0%3D&digest=sha256%3A6de18bf6a61bebd9a46ccefde7991da61fd7c64176c204acf82994e96291ab55 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=15878a99-8336-44fa-a41d-f95afb12782e http.request.method=PUT http.request.remoteaddr="127.0.0.1:41460" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=3.59829ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03: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.24.7 time="2025-09-06T15:03:21Z" level=info msg="redis not configured" go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=info msg="Starting upload purge in 5m0s" go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=fa379f90-2ce2-47ed-8d7c-685b301db4a2 http.request.method=GET http.request.remoteaddr="127.0.0.1:41460" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.272914ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:38129" go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=f1c94e05-bfde-4a2d-bd18-b901e672bcd7 http.request.method=GET http.request.remoteaddr="127.0.0.1:58576" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.163153ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38129 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38129/v2/:[]]}" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=ff0407f0-7990-401c-a2cf-3369673f9b5f http.request.method=GET http.request.remoteaddr="127.0.0.1:47230" http.request.uri="/v2/foo/bar/manifests/sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=2646d12c-d8e4-468c-b33c-dbb6811d6e6c http.request.method=GET http.request.remoteaddr="127.0.0.1:58582" http.request.uri="/v2/foo/bar/manifests/sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=2.490937ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/foo/bar/manifests/sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151 with ttl=167h59m59.99999416s" go.version=go1.24.7 time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=ff0407f0-7990-401c-a2cf-3369673f9b5f http.request.method=GET http.request.remoteaddr="127.0.0.1:47230" http.request.uri="/v2/foo/bar/manifests/sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=9.265356ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/foo/bar/manifests/sha256:8f3b8f33e225864f4ac490d50f1ee09ea59486876a1cac597a0873c9af0ed151 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=7d4713c3-fda6-4d7f-9136-eaa5ac04bff1 http.request.method=GET http.request.remoteaddr="127.0.0.1:58582" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.136233ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38129 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38129/v2/:[]]}" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=192a4556-b627-4e60-8a89-dca351f92ef2 http.request.method=GET http.request.remoteaddr="127.0.0.1:47236" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=f50092e5-46dc-416f-a605-6e0d0ebe100e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58586" 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.129826ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=192a4556-b627-4e60-8a89-dca351f92ef2 http.request.method=GET http.request.remoteaddr="127.0.0.1:47236" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=7.29874ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:21Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=348623fa-20e4-42ea-8aaa-9d0dbb76c176 http.request.method=POST http.request.remoteaddr="127.0.0.1:58586" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.312064ms http.response.status=202 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=94368aee-e182-4976-b5f6-d4bdbd8a67cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:58586" http.request.uri="/v2/foo/bar/blobs/uploads/130ad262-94c4-406e-9231-0df02a6c5a60?_state=e0AuMhjiJS7QsNStAWiVCQM-NIJ9oyyatmWcVtrOEj57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzMGFkMjYyLTk0YzQtNDA2ZS05MjMxLTBkZjAyYTZjNWE2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMzoyMS42MjYyOTQ4ODZaIn0%3D&digest=sha256%3A087dbbfd1ed2da87b8da31d5b312ab9109eb047e9b2ffca4e14cc6ffdaa59059" http.request.useragent="Go-http-client/1.1" http.response.duration=2.960320279s http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:21 +0000] "PUT /v2/foo/bar/blobs/uploads/130ad262-94c4-406e-9231-0df02a6c5a60?_state=e0AuMhjiJS7QsNStAWiVCQM-NIJ9oyyatmWcVtrOEj57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzMGFkMjYyLTk0YzQtNDA2ZS05MjMxLTBkZjAyYTZjNWE2MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wOS0wNlQxNTowMzoyMS42MjYyOTQ4ODZaIn0%3D&digest=sha256%3A087dbbfd1ed2da87b8da31d5b312ab9109eb047e9b2ffca4e14cc6ffdaa59059 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=0d47d4a8-b6ae-400b-871d-e51982b8e65d http.request.method=PUT http.request.remoteaddr="127.0.0.1:58586" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=3.303109ms http.response.status=201 http.response.written=0 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=1c842a14-4481-4d14-aa72-13e6deacacf4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58586" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.119543ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38129 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38129/v2/:[]]}" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=b8d11920-8fe1-458b-8365-973ba5ce446a http.request.method=GET http.request.remoteaddr="127.0.0.1:47252" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=9529b879-4802-47b0-b5d4-3197b5765f33 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:58602" 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.706438ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=26a43c93-1735-4bfd-a3ae-d0678949c6b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:58602" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.323294ms http.response.status=200 http.response.written=2 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:38129 /v2/ %!s(bool=false) %!s(bool=false) } &{{{{} {%!s(int32=0) %!s(uint32=0)}} %!s(uint32=0) %!s(uint32=0) {{} %!s(int32=0)} {{} %!s(int32=0)}} map[http://127.0.0.1:38129/v2/:[]]}" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=b8d11920-8fe1-458b-8365-973ba5ce446a http.request.method=GET http.request.remoteaddr="127.0.0.1:47252" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:38129" http.request.id=36354e39-52ba-443c-ac89-75c954285d61 http.request.method=GET http.request.remoteaddr="127.0.0.1:58604" 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.204506ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-09-06T15:03:24Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:b273a02e0d7df56977b48bf4c5fedf65692bc69e81dbac49417d196d8dba1e30 with ttl=167h59m59.99999539s" go.version=go1.24.7 time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:42797" http.request.id=b8d11920-8fe1-458b-8365-973ba5ce446a http.request.method=GET http.request.remoteaddr="127.0.0.1:47252" 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=13.702278ms http.response.status=200 http.response.written=935 127.0.0.1 - - [06/Sep/2025:15:03:24 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (10.95s) === RUN TestAppDispatcher time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45081" http.request.id=45b55a26-774d-4a17-baf3-60a529729eba http.request.method=GET http.request.remoteaddr="127.0.0.1:55690" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.574284ms http.response.status=200 http.response.written=0 time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45081" http.request.id=800b366d-7d42-4d92-822b-a44b418575c9 http.request.method=GET http.request.remoteaddr="127.0.0.1:55690" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration=1.160133ms http.response.status=200 http.response.written=0 time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45081" http.request.id=21851715-79f4-42a7-8791-cd110984629b http.request.method=GET http.request.remoteaddr="127.0.0.1:55690" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.419774ms http.response.status=200 http.response.written=0 time="2025-09-06T15:03:24Z" level=info msg="response completed" go.version=go1.24.7 http.request.host="127.0.0.1:45081" http.request.id=154f83f5-4899-475a-92b0-58b09956cc96 http.request.method=GET http.request.remoteaddr="127.0.0.1:55690" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration=1.156763ms http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.01s) === RUN TestNewApp time="2025-09-06T15:03: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.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:24Z" level=info msg="redis not configured" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:24Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.24.7 http.request.host="127.0.0.1:42433" http.request.id=1183161b-e7bd-44a4-a0ff-911aa843c10a http.request.method=GET http.request.remoteaddr="127.0.0.1:32774" 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="2025-09-06T15:03: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.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:24Z" level=info msg="redis not configured" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:24Z" level=info msg="configuring file health check path=/tmp/healthcheck2390239657, interval=1" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 --- PASS: TestFileHealthCheck (4.00s) === RUN TestTCPHealthCheck time="2025-09-06T15:03: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.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:28Z" level=info msg="redis not configured" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:28Z" level=info msg="configuring TCP health check addr=127.0.0.1:40459, interval=1" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 --- PASS: TestTCPHealthCheck (4.00s) === RUN TestHTTPHealthCheck time="2025-09-06T15:03: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.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:32Z" level=info msg="redis not configured" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 time="2025-09-06T15:03:32Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:43367, interval=1, threshold=3" go.version=go1.24.7 instance.id=e2ba689c-f83c-4ba7-9e0e-95bf98a33a29 --- PASS: TestHTTPHealthCheck (7.00s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.00s) PASS ok github.com/docker/distribution/registry/handlers 176.572s ? 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.11s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.06s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (3.34s) === RUN TestProxyManifests --- PASS: TestProxyManifests (0.87s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 10.390s === RUN TestSchedule time="2025-09-06T15:00:43Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.99592ms" go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=997.84µs" go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=997.44µs" go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea scheduler_test.go:52: removing testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc scheduler_test.go:52: removing testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb scheduler_test.go:52: removing testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --- PASS: TestSchedule (0.05s) === RUN TestRestoreOld time="2025-09-06T15:00:43Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2025-09-06T15:00:43Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.99575ms" go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.99498ms" go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea time="2025-09-06T15:00:43Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2025-09-06T15:00:43Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.7 instance.id=eae14cab-65da-4420-88f7-75b4dc6befea --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.590s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.00s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (6.42s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 30497280 sha256:af082aa2bf216b6d521d5bffd6e4f78829c937dbc79ce910f1ce3163501018aa [] map[] } --- PASS: TestSimpleBlobRead (0.99s) === RUN TestBlobMount --- PASS: TestBlobMount (0.57s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (3.74s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (3.42s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (3.01s) === 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:0eb167db6941d159f123646c799bac3ba5771a88c976c1ba657d6481aa07d641 palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:db5d66b1322dafd4e562d0ed99588b07f75f8390dbfdedf4f1a96a8bbff24599 palailogos: marking blob sha256:43f01ad49eace27c66df5dc4c693b2a7394ad078d81f4deb60b2de7a810db256 palailogos: marking manifest sha256:3254632a38cf51a3273334374f66f48e6500bfd9a53b667fbea866db469bc27b palailogos: marking blob sha256:767ed64a5f432f104fe4eea894b292636c168d59d47c8e39810685d2975f4903 palailogos: marking blob sha256:677c131cb7fea15bbd20692ac1668821d446013cb20fe49799c65221c056041d palailogos: marking manifest sha256:e5e91ceeb021af2e5e8165e81656ac34b75b2423a11c12061159bd5ab6b408eb palailogos: marking blob sha256:fd07d383b7d44052a2689866154ca3de1d633e81ceb9494fd4e49269264f8837 palailogos: marking blob sha256:3254632a38cf51a3273334374f66f48e6500bfd9a53b667fbea866db469bc27b palailogos: marking manifest sha256:fd07d383b7d44052a2689866154ca3de1d633e81ceb9494fd4e49269264f8837 palailogos: marking blob sha256:c2e8435eb2b92895e9f42372e1b27ff504881303157f47dad7e9bbb51dfd93fe palailogos: marking blob sha256:6d0e4e16d063080ee377a176592020316e8b1bea13a33149746cd6108836f145 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (2.42s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c deletemanifests: marking manifest sha256:c521dde287e7903d4d04e37d4572ed3bae2a8f3523290307a6406ce387fbf577 deletemanifests: marking blob sha256:51880201e41c03de309f9d30ad00da41a2c860784e65033348f8051ebc9809bc deletemanifests: marking blob sha256:b76d5159504daa46fda64a5c6b57d2e054b4f81d828411fb44e1e8887d5f129d deletemanifests: marking blob sha256:26933203465064df3e533fe22f05f1c21d8ddddda173362e57a37a0c1680b5ab 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:c1a67b87d19887ea4bca8fb6c8f2657e39b79f5e1b329d39934997045eac8764 blob eligible for deletion: sha256:e664579e595eb8e5b6c8aaa3a110adbf192f4aa9cee0a93b47181c37373efc55 blob eligible for deletion: sha256:f0f1cffd6ddc97085c888fd67b6fbe449a89d99fc7c527e5dc2756269912dc0a blob eligible for deletion: sha256:963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c deletemanifests manifest eligible for deletion: sha256:963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c deletemanifests: marking manifest sha256:c521dde287e7903d4d04e37d4572ed3bae2a8f3523290307a6406ce387fbf577 deletemanifests: marking blob sha256:51880201e41c03de309f9d30ad00da41a2c860784e65033348f8051ebc9809bc deletemanifests: marking blob sha256:b76d5159504daa46fda64a5c6b57d2e054b4f81d828411fb44e1e8887d5f129d deletemanifests: marking blob sha256:26933203465064df3e533fe22f05f1c21d8ddddda173362e57a37a0c1680b5ab time="2025-09-06T15:01:06Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 time="2025-09-06T15:01:06Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c time="2025-09-06T15:01:06Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/96/963f71f724aa7a6fa5c0ce3c140a6232544688c7bfa7d62c79217dfd5e418d8c" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:c1a67b87d19887ea4bca8fb6c8f2657e39b79f5e1b329d39934997045eac8764 time="2025-09-06T15:01:06Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/c1/c1a67b87d19887ea4bca8fb6c8f2657e39b79f5e1b329d39934997045eac8764" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:e664579e595eb8e5b6c8aaa3a110adbf192f4aa9cee0a93b47181c37373efc55 time="2025-09-06T15:01:06Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e6/e664579e595eb8e5b6c8aaa3a110adbf192f4aa9cee0a93b47181c37373efc55" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:f0f1cffd6ddc97085c888fd67b6fbe449a89d99fc7c527e5dc2756269912dc0a time="2025-09-06T15:01:06Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f0/f0f1cffd6ddc97085c888fd67b6fbe449a89d99fc7c527e5dc2756269912dc0a" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 --- PASS: TestDeleteManifestIfTagNotFound (3.02s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:0eef69b758c594225c494a5206c150d9475c533e380eeed708434de385a8127e time="2025-09-06T15:01:07Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/0e/0eef69b758c594225c494a5206c150d9475c533e380eeed708434de385a8127e" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:938c4c4512da578ea9d92d7326bed6d45f5b948715b4d474cfcadd681aa15b5e time="2025-09-06T15:01:07Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/93/938c4c4512da578ea9d92d7326bed6d45f5b948715b4d474cfcadd681aa15b5e" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:ad600d78ac700805d22b4b05d35c831a2542a9e2ef30ea32a3a840be4b0e085f time="2025-09-06T15:01:07Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ad/ad600d78ac700805d22b4b05d35c831a2542a9e2ef30ea32a3a840be4b0e085f" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 --- PASS: TestGCWithMissingManifests (0.85s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:c3e5570c3953f34aa0b5f3bffac4a7eda4209cdb83dff5923cded5b64d8a6324 komnenos: marking blob sha256:b061267ff4b96c64585e3026c5eaceb73041f64d1d8fcbbc8c23378b87bf506f komnenos: marking blob sha256:9b4f11f1260c5a395f52220df6feb372ce6d04de908866086118836b073813eb 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:a3924ad09feb2645d3911288c2b3f6cf348477946e686ee67f3ae0ec4f092bde time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a3/a3924ad09feb2645d3911288c2b3f6cf348477946e686ee67f3ae0ec4f092bde" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:bfb76ade04d6c95e81e4639a7a99d6895538a8ce031c5ca7f4320771de79a5a6 time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/bf/bfb76ade04d6c95e81e4639a7a99d6895538a8ce031c5ca7f4320771de79a5a6" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:22bcb74e7932ee58736e908a16356fd5f2770890b7b1d32b2eaba933a0486c28 time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/22/22bcb74e7932ee58736e908a16356fd5f2770890b7b1d32b2eaba933a0486c28" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:2e6901540f9d3f48ed0a7e4f173583ea9426496bfc31d3b7cd907bb51f115ee0 time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/2e/2e6901540f9d3f48ed0a7e4f173583ea9426496bfc31d3b7cd907bb51f115ee0" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:9f30315bab3888493a85fcbbf9b0ae3a0667ad2b2a2b5837281c63b51131ab6d time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/9f/9f30315bab3888493a85fcbbf9b0ae3a0667ad2b2a2b5837281c63b51131ab6d" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 blob eligible for deletion: sha256:a20f8dba64c9dc432d7032cf7d4e87a951c79a07172725e644189787e2530f8f time="2025-09-06T15:01:10Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a2/a20f8dba64c9dc432d7032cf7d4e87a951c79a07172725e644189787e2530f8f" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 --- PASS: TestDeletionHasEffect (2.46s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (2.46s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:5384895549d635be81c83629d7a501896a8f78b41180e31dab82ba3b0f037b2b michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:f02107bb77ac1df0f900e6e854c84851f4f6ba6d69eb993480926c6b9ae8841f michael_z_doukas: marking blob sha256:162553d6013a73cb9ba70952a7ef59d2eb06f50a0f900bf372363b1f4da6f9b6 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:d4a0356071886d3ea3e78758ecaf18268bc0c045957796430d1e6ce8f3d79e58 time="2025-09-06T15:01:13Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/d4/d4a0356071886d3ea3e78758ecaf18268bc0c045957796430d1e6ce8f3d79e58" go.version=go1.24.7 instance.id=d5d737f2-280d-49da-9c8c-f8fe0e9c6bd3 --- PASS: TestOrphanBlobDeleted (1.31s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:362b37243d90a2102cd46d67506e4db9ac6b1d865ae4a3aa5fc7da67f77bcf29 linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:c1eaaf279f5ba5205128388e6ace53d3945cd123838ec7eb4b5eab5b47c2c74f --- PASS: TestLinkedBlobStoreCreateWithMountFrom (0.59s) === RUN TestManifestStorage --- PASS: TestManifestStorage (0.76s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (0.31s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (1.63s) === 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="2025-09-06T15:01:17Z" level=info msg="PurgeUploads starting: olderThan=2025-09-06 14:01:17.079528978 +0000 UTC m=-3565.999865395, actuallyDelete=true" time="2025-09-06T15:01:17Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2025-09-06T15:01:17Z" level=info msg="PurgeUploads starting: olderThan=2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909, actuallyDelete=true" time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/17552ae4-76bf-4e2b-9c95-c382eb17c71b have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/5b082c8b-37d2-4dea-b5e1-4828779a9235 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/82a394ee-2a85-47a7-9065-16f0d1b4fb8b have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/f61b8013-5676-4b95-a778-d6c8417ad276 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/5d541ca9-c654-4b42-b1ca-e88bc4f15b4a have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/679066ec-67a2-45ce-a3c1-fe8e398a280a have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/701ba27a-ca7f-44e1-82e8-ca6272402fae have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/ff79b952-e883-4df3-a7e6-77298d54f14d have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/e6fbd1ea-cbcc-46d4-96d6-6033e45c1966 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/0674c180-d64e-4f37-8fa8-d4efde1fdf0b have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/09a83ade-50d3-4f4c-bad2-343448eb86cb have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.080838282 +0000 UTC m=+34.001443909). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2025-09-06T15:01:17Z" level=info msg="PurgeUploads starting: olderThan=2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003, actuallyDelete=true" time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/64c064db-6e41-4a94-9307-9da7700a7607 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/6829f25e-c02d-415e-81ab-70f598bf63f8 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/790c1ec1-80bd-455a-9f39-fbf62adaa513 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/60931b70-64d0-45d1-a900-428532d12f4a have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/95bff4a3-1fb3-4331-a792-2f62ecf34e8a have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.082409376 +0000 UTC m=+34.003015003). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2025-09-06T15:01:17Z" level=info msg="PurgeUploads starting: olderThan=2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046, actuallyDelete=true" time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/0ea7d78d-43ca-4105-90ea-fedd3df65e07 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/46f48016-d706-4423-9a46-628dfe247f29 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9700aa1d-7141-4f87-b402-cb363455f27e have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/db63e354-3158-4cfb-b90f-78cde02d3e71 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/de1b62a2-97ca-4500-90c2-480b99faf687 have older date (2025-09-06 14:01:17 +0000 UTC) than purge date (2025-09-06 15:01:17.083647429 +0000 UTC m=+34.004253046). Removing upload directory." time="2025-09-06T15:01:17Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2025-09-06T15:01:17Z" level=info msg="PurgeUploads starting: olderThan=2025-09-06 15:01:17.084600702 +0000 UTC m=+34.005206329, actuallyDelete=true" time="2025-09-06T15:01:17Z" 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 34.023s ? 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.009s === 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.010s === RUN TestWalkFileRemoved time="2025-09-06T15:00:43Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.008s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 0.420s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.14s) === 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.155s ? github.com/docker/distribution/registry/storage/driver/factory [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.39s) === RUN TestFromParametersImpl --- PASS: TestFromParametersImpl (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/filesystem 15.798s ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (21.24s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 21.657s ? 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="2025-09-06T15:00:43Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.24.7 === RUN TestEligibleForS3/Client_IP_=_#01 time="2025-09-06T15:00:43Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.24.7 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2025-09-06T15:00:43Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.24.7 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 TestMatchIPV4 === CONT TestUpdateCalledRegularly === CONT TestParsing === CONT TestMatchIPV4_2 === CONT TestInvalidNetworkType === CONT TestInvalidData === CONT TestMatchIPV6 === CONT TestMatchIPV4WithRegionMatched === CONT TestMatchIPV4WithRegionMatch_2 --- PASS: TestParsing (0.00s) --- PASS: TestS3TryUpdate (0.01s) time="2025-09-06T15:00:43Z" level=error msg="unknown ip address format" go.version=go1.24.7 instance.id=4fa09e26-85bf-489b-9337-7e81a6d93914 ip=?0000000000000000000000000000000000 --- PASS: TestInvalidNetworkType (0.01s) time="2025-09-06T15:00:43Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.24.7 instance.id=4fa09e26-85bf-489b-9337-7e81a6d93914 time="2025-09-06T15:00:43Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.7 --- PASS: TestMatchIPV6 (0.01s) time="2025-09-06T15:00:43Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.24.7 instance.id=4fa09e26-85bf-489b-9337-7e81a6d93914 --- PASS: TestMatchIPV4 (0.01s) --- PASS: TestMatchIPV4_2 (0.01s) --- PASS: TestInvalidData (0.01s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.01s) --- PASS: TestMatchIPV4WithRegionMatched (0.01s) --- PASS: TestMatchIPV4WithRegionMatch_2 (0.01s) time="2025-09-06T15:00:44Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.7 time="2025-09-06T15:00:45Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.7 time="2025-09-06T15:00:46Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.7 time="2025-09-06T15:00:47Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.7 --- PASS: TestUpdateCalledRegularly (4.51s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.521s === RUN Test OK: 4 passed --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.008s ? 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.410s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.99s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.01s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 16.417s ? 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.011s ? github.com/docker/distribution/version [no test files] >>> docker-registry: Entering fakeroot... >>> docker-registry-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/docker-registry/pkg/docker-registry-openrc/etc/init.d' >>> docker-registry-openrc*: Preparing subpackage docker-registry-openrc... >>> docker-registry-openrc*: Running postcheck for docker-registry-openrc >>> docker-registry*: Running postcheck for docker-registry >>> docker-registry*: Preparing package docker-registry... >>> docker-registry*: Stripping binaries >>> docker-registry*: Script found. /bin/sh added as a dependency for docker-registry-2.8.3-r14.apk >>> docker-registry*: Adding .pre-install >>> docker-registry-openrc*: Scanning shared objects >>> 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-r14.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-loongarch64.so.1 >>> docker-registry*: Package size: 25.6 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r14.apk >>> docker-registry: Build complete at Sat, 06 Sep 2025 15:03:40 +0000 elapsed time 0h 3m 27s >>> docker-registry: Cleaning up srcdir >>> docker-registry: Cleaning up pkgdir >>> docker-registry: Uninstalling dependencies... (1/2) Purging .makedepends-docker-registry (20250906.150014) (2/2) Purging go (1.24.7-r0) Executing busybox-1.37.0-r19.trigger OK: 251 MiB in 102 packages >>> docker-registry: Updating the community/loongarch64 repository index... >>> docker-registry: Signing the index...