>>> docker-registry: Building community/docker-registry 2.8.3-r11 (using abuild 3.15.0_rc3-r0) started Fri, 11 Apr 2025 22:41:33 +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.2-r0) (2/2) Installing .makedepends-docker-registry (20250411.224134) Executing busybox-1.37.0-r16.trigger OK: 592 MiB in 120 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 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1963k 100 1963k 0 0 13.6M 0 --:--:-- --:--:-- --:--:-- 13.6M >>> 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/edge/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-04-11T22:41:59Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2025-04-11T22:41:59Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_REPORTING_ASDF" OK: 20 passed --- PASS: Test (0.02s) PASS ok github.com/docker/distribution/configuration 0.022s === RUN TestWithRequest --- PASS: TestWithRequest (0.00s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2025-04-11T22:41:59Z" level=warning msg="invalid remote IP address: "1.2.3"" --- PASS: TestRemoteAddr (0.00s) === RUN TestWithTrace --- PASS: TestWithTrace (2.00s) === RUN TestVersionContext --- PASS: TestVersionContext (0.00s) PASS ok github.com/docker/distribution/context 2.008s ? 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.008s === 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.004s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.08s) PASS ok github.com/docker/distribution/health/checks 0.086s ? 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.006s === 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.007s === RUN TestEmptyTar --- PASS: TestEmptyTar (0.00s) === RUN TestConfigBuilder --- PASS: TestConfigBuilder (0.00s) === RUN TestManifestMarshaling --- PASS: TestManifestMarshaling (0.00s) === RUN TestManifestUnmarshaling --- PASS: TestManifestUnmarshaling (0.00s) === RUN TestManifestVerification --- PASS: TestManifestVerification (0.01s) === RUN TestReferenceBuilder --- PASS: TestReferenceBuilder (0.00s) PASS ok github.com/docker/distribution/manifest/schema1 0.025s === 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.006s ? 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/04/11 22:41:59 http: TLS handshake error from 127.0.0.1:45460: 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:46515/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:46515/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:46515/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:46515/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:36055?status=0, fail=true --- PASS: TestHTTPSink (0.06s) === RUN TestListener --- PASS: TestListener (1.08s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2025-04-11T22:42:00Z" level=info msg="broadcaster: closing" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="closing testSink" time="2025-04-11T22:42:00Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.00s) === RUN TestEventQueue time="2025-04-11T22:42:00Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.11s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 1} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 1} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 1} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:00Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2025-04-11T22:42:01Z" level=warning msg="&{0x590b2588 0.9} encountered too many errors, backing off" time="2025-04-11T22:42:01Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (1.14s) PASS ok github.com/docker/distribution/notifications 2.417s ? github.com/docker/distribution/reference [no test files] === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGracefulShutdown time="2025-04-11T22:42:00Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-04-11T22:42:00.128581823Z" 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.2 time="2025-04-11T22:42:00.128615836Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:00.12864633Z" level=info msg="Starting upload purge in 16m0s" go.version=go1.24.2 time="2025-04-11T22:42:00.129367659Z" level=info msg="listening on [::]:5000" go.version=go1.24.2 time="2025-04-11T22:42:03.132520153Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.24.2 time="2025-04-11T22:42:03.236519787Z" level=info msg="response completed" go.version=go1.24.2 http.request.host=127.0.0.1 http.request.id=45765c95-e587-4583-b687-d9c07a9f8c2f http.request.method=GET http.request.remoteaddr="[::1]:55152" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.046233ms http.response.status=200 http.response.written=2 ::1 - - [11/Apr/2025:22:42:03 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" --- PASS: TestGracefulShutdown (3.11s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2025-04-11T22:42:03.590809779Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-04-11T22:42:03.591627889Z" 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.2 time="2025-04-11T22:42:03.59165921Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:03.591753621Z" level=info msg="Starting upload purge in 25m0s" go.version=go1.24.2 time="2025-04-11T22:42:03.592218684Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.24.2 time="2025-04-11T22:42:03.592233912Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.24.2 time="2025-04-11T22:42:03.594814021Z" level=info msg="listening on [::]:5001, tls" go.version=go1.24.2 time="2025-04-11T22:42:06.615121599Z" level=info msg="response completed" go.version=go1.24.2 http.request.host=127.0.0.1 http.request.id=5c081e94-2774-48f4-a547-797a6c2c944a http.request.method=GET http.request.remoteaddr="127.0.0.1:44996" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.150114ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:42:06 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2025-04-11T22:42:06.615398638Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.24.2 --- PASS: TestRegistrySupportedCipherSuite (3.48s) === RUN TestRegistryUnsupportedCipherSuite time="2025-04-11T22:42:07.286739249Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2025-04-11T22:42:07.287625061Z" 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.2 time="2025-04-11T22:42:07.287646152Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:07.287697483Z" level=info msg="Starting upload purge in 30m0s" go.version=go1.24.2 time="2025-04-11T22:42:07.288189542Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.24.2 --- PASS: TestRegistryUnsupportedCipherSuite (8.67s) PASS ok github.com/docker/distribution/registry 15.272s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.00s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.00s) PASS ok github.com/docker/distribution/registry/api/errcode 0.005s === RUN TestParseForwardedHeader --- PASS: TestParseForwardedHeader (0.00s) === RUN TestRouter --- PASS: TestRouter (0.01s) === RUN TestRouterWithPathTraversals --- PASS: TestRouterWithPathTraversals (0.00s) === RUN TestRouterWithBadCharacters --- PASS: TestRouterWithBadCharacters (0.00s) === RUN TestURLBuilder --- PASS: TestURLBuilder (0.01s) === RUN TestURLBuilderWithPrefix --- PASS: TestURLBuilderWithPrefix (0.01s) === RUN TestBuilderFromRequest --- PASS: TestBuilderFromRequest (0.06s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.00s) PASS ok github.com/docker/distribution/registry/api/v2 0.098s ? github.com/docker/distribution/registry/auth [no test files] === RUN TestBasicAccessController time="2025-04-11T22:42:00Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.24.2 instance.id=e02a5e66-78a3-49b4-82e9-ce1e706e9535 time="2025-04-11T22:42:00Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.24.2 instance.id=e02a5e66-78a3-49b4-82e9-ce1e706e9535 --- PASS: TestBasicAccessController (0.01s) === RUN TestCreateHtpasswdFile time="2025-04-11T22:42:00Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.24.2 password=cDkuebTgmgDrZypuMvX3pW2GFz1m6vpQ1XAaVL2CDMg user=docker --- PASS: TestCreateHtpasswdFile (0.10s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.118s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.00s) PASS ok github.com/docker/distribution/registry/auth/silly 0.006s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.08s) === RUN TestLeeway time="2025-04-11T22:42:00Z" level=info msg="token not to be used before 2025-04-11 22:42:01 +0000 UTC - currently 2025-04-11 22:42:00.207059563 +0000 UTC m=+0.082896243" time="2025-04-11T22:42:00Z" level=info msg="token not to be used after 2025-04-11 22:42:00 +0000 UTC - currently 2025-04-11 22:42:00.211532448 +0000 UTC m=+0.087369131" --- PASS: TestLeeway (0.01s) === RUN TestAccessController time="2025-04-11T22:42:00Z" level=info msg="could not verify JWK certificate chain: unable to verify certificate chain: x509: certificate signed by unknown authority" --- PASS: TestAccessController (0.04s) === RUN TestNewAccessControllerPemBlock --- PASS: TestNewAccessControllerPemBlock (0.01s) PASS ok github.com/docker/distribution/registry/auth/token 0.140s === RUN TestUploadReadFrom --- PASS: TestUploadReadFrom (0.00s) === RUN TestHandleErrorResponse401ValidBody --- PASS: TestHandleErrorResponse401ValidBody (0.00s) === RUN TestHandleErrorResponse401WithInvalidBody --- PASS: TestHandleErrorResponse401WithInvalidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode400ValidBody --- PASS: TestHandleErrorResponseExpectedStatusCode400ValidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice --- PASS: TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404InvalidBody --- PASS: TestHandleErrorResponseExpectedStatusCode404InvalidBody (0.00s) === RUN TestHandleErrorResponseUnexpectedStatusCode501 --- PASS: TestHandleErrorResponseUnexpectedStatusCode501 (0.00s) === RUN TestHandleErrorResponseInsufficientPrivileges403 --- PASS: TestHandleErrorResponseInsufficientPrivileges403 (0.00s) === RUN TestHandleErrorResponseNonJson --- PASS: TestHandleErrorResponseNonJson (0.00s) === RUN TestBlobDelete --- PASS: TestBlobDelete (0.00s) === RUN TestBlobFetch --- PASS: TestBlobFetch (0.00s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.00s) === RUN TestBlobExists --- PASS: TestBlobExists (0.00s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.00s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.00s) === RUN TestBlobMount --- PASS: TestBlobMount (0.00s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.00s) === RUN TestManifestFetchWithEtag --- PASS: TestManifestFetchWithEtag (0.00s) === RUN TestManifestFetchWithAccept --- PASS: TestManifestFetchWithAccept (0.00s) === RUN TestManifestDelete --- PASS: TestManifestDelete (0.00s) === RUN TestManifestPut --- PASS: TestManifestPut (0.00s) === RUN TestManifestTags --- PASS: TestManifestTags (0.00s) === RUN TestObtainsErrorForMissingTag --- PASS: TestObtainsErrorForMissingTag (0.00s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.00s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.00s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.00s) === RUN TestCatalog --- PASS: TestCatalog (0.00s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.00s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.062s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.00s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.00s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.00s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.00s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.00s) === RUN TestEndpointAuthorizeBasic --- PASS: TestEndpointAuthorizeBasic (0.00s) PASS ok github.com/docker/distribution/registry/client/auth 0.018s === RUN TestAuthChallengeParse --- PASS: TestAuthChallengeParse (0.00s) === RUN TestAuthChallengeNormalization --- PASS: TestAuthChallengeNormalization (0.00s) PASS ok github.com/docker/distribution/registry/client/auth/challenge 0.006s ? github.com/docker/distribution/registry/client/transport [no test files] === RUN TestCheckAPI time="2025-04-11T22:42:01Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:42:01Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:01Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:43151" http.request.id=ed08d3b7-fa84-447a-b039-c377a908f11a http.request.method=GET http.request.remoteaddr="127.0.0.1:48262" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.320662ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:42:01 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.01s) === RUN TestCatalogAPI time="2025-04-11T22:42:01Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:42:01Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:01Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=727db70a-cb2f-4817-8307-4909cb297de3 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.350914ms http.response.status=200 http.response.written=20 127.0.0.1 - - [11/Apr/2025:22:42:01 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2025-04-11T22:42:01Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=50d8ff58-bad1-44dd-b52a-66233ec50f8a http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.123095ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:01 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:06Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=4fe66b62-14f9-46ff-8773-95b39ebc8a3f http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/aaaa/blobs/uploads/17f2b4c3-33fc-43f1-9abf-ab626fee3a60?_state=hpOKy17iJPzAxhu9ZwXfYXTKKrzIOJUF3mJAt8mUI0p7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIxN2YyYjRjMy0zM2ZjLTQzZjEtOWFiZi1hYjYyNmZlZTNhNjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MDEuMzQ1NDU1MDQxWiJ9&digest=sha256%3A0b8c01eb7ea6aa60c6070c876ecfdcbd5bfde6851e2dcb75e86d7c1830317542" http.request.useragent="Go-http-client/1.1" http.response.duration=5.593642733s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:01 +0000] "PUT /v2/foo/aaaa/blobs/uploads/17f2b4c3-33fc-43f1-9abf-ab626fee3a60?_state=hpOKy17iJPzAxhu9ZwXfYXTKKrzIOJUF3mJAt8mUI0p7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIxN2YyYjRjMy0zM2ZjLTQzZjEtOWFiZi1hYjYyNmZlZTNhNjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MDEuMzQ1NDU1MDQxWiJ9&digest=sha256%3A0b8c01eb7ea6aa60c6070c876ecfdcbd5bfde6851e2dcb75e86d7c1830317542 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:06Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=fbae15eb-c3f5-47a0-b84b-32c28612c4b5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.215271ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:06 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:07Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=6758f359-11de-4448-8219-d4d5c0f23036 http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.588806ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:07 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:14Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=4e82ef96-804e-4d02-8102-3a196b180ab3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/bbbb/blobs/uploads/65b6df1a-d6f7-4731-8752-e3569d8758b0?_state=GJo1gNF72FE8KjLH8mDV8imD0BvJItYEYo-IUe4IiXB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI2NWI2ZGYxYS1kNmY3LTQ3MzEtODc1Mi1lMzU2OWQ4NzU4YjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MDcuMzg2NzExMzc4WiJ9&digest=sha256%3Aa3ae58b1e5259798a3a82b0435c6231540bd4518ccc554763e6b309a6fd11192" http.request.useragent="Go-http-client/1.1" http.response.duration=6.843807095s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:07 +0000] "PUT /v2/foo/bbbb/blobs/uploads/65b6df1a-d6f7-4731-8752-e3569d8758b0?_state=GJo1gNF72FE8KjLH8mDV8imD0BvJItYEYo-IUe4IiXB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI2NWI2ZGYxYS1kNmY3LTQ3MzEtODc1Mi1lMzU2OWQ4NzU4YjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MDcuMzg2NzExMzc4WiJ9&digest=sha256%3Aa3ae58b1e5259798a3a82b0435c6231540bd4518ccc554763e6b309a6fd11192 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:14Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=377bbe12-d075-40fd-be62-8c325715fd70 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=11.098229ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:14 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:14Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=741ceca0-c5c1-41bb-ad7c-70d7f7130460 http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.427921ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:14 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:17Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=a3036579-7161-4cb5-8e49-b05159dbdebb http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/cccc/blobs/uploads/256968ba-bd06-4726-9498-da1a937a7146?_state=Jb9TBq5kdooszVZQtqmS0-FIsNb26p8veDBpc_6PuwF7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIyNTY5NjhiYS1iZDA2LTQ3MjYtOTQ5OC1kYTFhOTM3YTcxNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MTQuNTI0NzcyNzUxWiJ9&digest=sha256%3Affc8dd33336849bc914369d3900739899e1c427028fdc1aa809581237cec4518" http.request.useragent="Go-http-client/1.1" http.response.duration=3.138115024s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:14 +0000] "PUT /v2/foo/cccc/blobs/uploads/256968ba-bd06-4726-9498-da1a937a7146?_state=Jb9TBq5kdooszVZQtqmS0-FIsNb26p8veDBpc_6PuwF7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiIyNTY5NjhiYS1iZDA2LTQ3MjYtOTQ5OC1kYTFhOTM3YTcxNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MTQuNTI0NzcyNzUxWiJ9&digest=sha256%3Affc8dd33336849bc914369d3900739899e1c427028fdc1aa809581237cec4518 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:17Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=df2691d6-a6ec-4383-b92b-6bc977722254 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.766189ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:17 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:18Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=52012d89-c401-4500-8763-492f070e3aae http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.488749ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:18 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:24Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=d47c41fe-8058-4011-b216-5d0afa56d465 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/dddd/blobs/uploads/1c3011dd-4c96-4ddd-9ed4-21108751bc20?_state=rZtIU-1cp1TTozcncW6t8fE-NBhVxGqhWxRNRSrSpX57Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIxYzMwMTFkZC00Yzk2LTRkZGQtOWVkNC0yMTEwODc1MWJjMjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MTguMDUwOTA3OTQ3WiJ9&digest=sha256%3A049907e5cb466fbbf813ee7d81424d9e7b00d40e00c1f460c1db7fa702e83c04" http.request.useragent="Go-http-client/1.1" http.response.duration=6.247257711s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:18 +0000] "PUT /v2/foo/dddd/blobs/uploads/1c3011dd-4c96-4ddd-9ed4-21108751bc20?_state=rZtIU-1cp1TTozcncW6t8fE-NBhVxGqhWxRNRSrSpX57Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIxYzMwMTFkZC00Yzk2LTRkZGQtOWVkNC0yMTEwODc1MWJjMjAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MTguMDUwOTA3OTQ3WiJ9&digest=sha256%3A049907e5cb466fbbf813ee7d81424d9e7b00d40e00c1f460c1db7fa702e83c04 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:24Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=95201df9-9e5f-485d-85d1-c7113767f199 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.854844ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:24 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:24Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=68109a04-b4cd-46cc-a892-14826452e875 http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.305697ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:24 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:26Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=6c9f7a52-a51f-4446-aa60-a8fac9f0ea86 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/eeee/blobs/uploads/54745fd1-2105-4525-8a34-f7d11f1609d3?_state=aLMFppBDjF8to5lWCV8OJqp5IPe8bNGUvyPIa0bTs657Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI1NDc0NWZkMS0yMTA1LTQ1MjUtOGEzNC1mN2QxMWYxNjA5ZDMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MjQuNTI5NDQ0OTYzWiJ9&digest=sha256%3A512e14f9b9e194691e894d04b559d80f9120a4b6105ad47aae36c806edb4330e" http.request.useragent="Go-http-client/1.1" http.response.duration=2.282708495s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:24 +0000] "PUT /v2/foo/eeee/blobs/uploads/54745fd1-2105-4525-8a34-f7d11f1609d3?_state=aLMFppBDjF8to5lWCV8OJqp5IPe8bNGUvyPIa0bTs657Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI1NDc0NWZkMS0yMTA1LTQ1MjUtOGEzNC1mN2QxMWYxNjA5ZDMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MjQuNTI5NDQ0OTYzWiJ9&digest=sha256%3A512e14f9b9e194691e894d04b559d80f9120a4b6105ad47aae36c806edb4330e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:26Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=88ec3821-1fdc-4498-85dc-f73dd2d1674e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.249914ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:26 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:27Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=04322fbd-8aeb-4761-93f4-df5fbab350c2 http.request.method=POST http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.262547ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:27 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=8b8a9b2a-5cd1-4540-b0e7-d40eb15c00e0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/ffff/blobs/uploads/8d223021-ff2f-4051-ab3f-cbc6b0bfc6ac?_state=fWafGWvm4z5G8xzZHCoj12EUXJfgSu4ZkE1fKW-6vWl7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiI4ZDIyMzAyMS1mZjJmLTQwNTEtYWIzZi1jYmM2YjBiZmM2YWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MjcuMDkyMDg0NDM3WiJ9&digest=sha256%3A09fa557b62a82debff941ebfd1b6643a8ffd324a67b90b927df9881b9d91a220" http.request.useragent="Go-http-client/1.1" http.response.duration=3.201909377s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:27 +0000] "PUT /v2/foo/ffff/blobs/uploads/8d223021-ff2f-4051-ab3f-cbc6b0bfc6ac?_state=fWafGWvm4z5G8xzZHCoj12EUXJfgSu4ZkE1fKW-6vWl7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiI4ZDIyMzAyMS1mZjJmLTQwNTEtYWIzZi1jYmM2YjBiZmM2YWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MjcuMDkyMDg0NDM3WiJ9&digest=sha256%3A09fa557b62a82debff941ebfd1b6643a8ffd324a67b90b927df9881b9d91a220 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=91b5ebd4-2fe1-4626-ba91-bc9ff4f1928e http.request.method=PUT http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.626093ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=0621b84c-454f-40b1-9a74-4296ad753d95 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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.997967ms http.response.status=200 http.response.written=74 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=13480502-49b2-4f45-8010-bb1521153392 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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.945452ms http.response.status=200 http.response.written=30 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=08f46fba-69e6-4add-be80-d6f102bf5bcb http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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=2.053585ms http.response.status=200 http.response.written=74 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=ba95458f-0572-425c-8312-ec071ceb0576 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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=2.160825ms http.response.status=200 http.response.written=30 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=c5d9fa4a-af6f-4354-8777-88dbfdbc615f http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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=2.040373ms http.response.status=200 http.response.written=63 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=8e36e852-f303-4502-8f0e-41c8dc00bc0e http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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=2.146442ms http.response.status=200 http.response.written=41 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" 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.2 http.request.host="127.0.0.1:38407" http.request.id=205d6dbe-6c83-4faa-92fc-37548828faaa http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" 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=2.057166ms http.response.status=400 http.response.written=116 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" 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.2 http.request.host="127.0.0.1:38407" http.request.id=bc66f33b-a80c-4e39-b1ca-f235148b5434 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/_catalog?n=6" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.993882ms http.response.status=400 http.response.written=115 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=69f6a34c-a927-41d7-be82-191cf9f94780 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/_catalog?n=0" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.918288ms http.response.status=200 http.response.written=20 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38407" http.request.id=862cc8fd-cc7d-45bf-9bd9-adf27be297f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:36434" http.request.uri="/v2/_catalog?n=-1" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.857831ms http.response.status=200 http.response.written=74 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2025-04-11T22:42:30Z" 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.2 time="2025-04-11T22:42:30Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:30Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=cba81235-ddc2-43a8-aa5f-222b4013570f http.request.method=POST http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.850257ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:32Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=43a27460-8a4f-4f95-b37c-ce5281d6a04a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/aaaa/blobs/uploads/f5e5b011-c875-44d5-b309-d0586fa432ef?_state=AXVzVyBO0T6hFteC0BHal0FGM7C6j3W3sJUNcasL8l57Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJmNWU1YjAxMS1jODc1LTQ0ZDUtYjMwOS1kMDU4NmZhNDMyZWYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzAuNTY4NDU1NjY1WiJ9&digest=sha256%3A7ca941a4431d63b0d8148732ebc2b8ab8d1856755ccadd3da8c61e848730e21d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.206713053s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:30 +0000] "PUT /v2/foo/aaaa/blobs/uploads/f5e5b011-c875-44d5-b309-d0586fa432ef?_state=AXVzVyBO0T6hFteC0BHal0FGM7C6j3W3sJUNcasL8l57Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiJmNWU1YjAxMS1jODc1LTQ0ZDUtYjMwOS1kMDU4NmZhNDMyZWYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzAuNTY4NDU1NjY1WiJ9&digest=sha256%3A7ca941a4431d63b0d8148732ebc2b8ab8d1856755ccadd3da8c61e848730e21d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:32Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=1075777d-2912-4e29-bf04-948078f86b13 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.326734ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:32 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:33Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=f87191c8-137d-424b-bd9c-7f1ba9cf3138 http.request.method=POST http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.563013ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:33 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:36Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=808aae25-1b92-4d2a-862a-285274ae8ffe http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/bbbb/blobs/uploads/c19a73ed-0ba8-4ab3-9dba-d3be3fe842ae?_state=zo7PMStNXnbyOYZFJ8veTIgQfCrA2Y4gvkxdm0dZKw97Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJjMTlhNzNlZC0wYmE4LTRhYjMtOWRiYS1kM2JlM2ZlODQyYWUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzMuMDYwOTE3MjI2WiJ9&digest=sha256%3A5329d151ed261966e30fcc4faab0c4858b0d7da35ae8ab1fe28c0672798d4db1" http.request.useragent="Go-http-client/1.1" http.response.duration=3.527123534s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:33 +0000] "PUT /v2/foo/bbbb/blobs/uploads/c19a73ed-0ba8-4ab3-9dba-d3be3fe842ae?_state=zo7PMStNXnbyOYZFJ8veTIgQfCrA2Y4gvkxdm0dZKw97Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJjMTlhNzNlZC0wYmE4LTRhYjMtOWRiYS1kM2JlM2ZlODQyYWUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzMuMDYwOTE3MjI2WiJ9&digest=sha256%3A5329d151ed261966e30fcc4faab0c4858b0d7da35ae8ab1fe28c0672798d4db1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:36Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=c10a8c3d-ee56-44d4-9e95-26fcf1fe64f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.470445ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:36 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:36Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=baecd184-161f-472f-90de-68d6679b2f28 http.request.method=POST http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.617273ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:36 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=971c3595-b8a3-42b5-8487-f8f442f59559 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/cccc/blobs/uploads/a264e9ce-38cb-4030-8ab4-1581b8ecaaa6?_state=QM0gih0rUAkB8hitlvHS65oEeirS3Q8d_mzqQCjwdXB7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJhMjY0ZTljZS0zOGNiLTQwMzAtOGFiNC0xNTgxYjhlY2FhYTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzYuODMwNjE3MDc3WiJ9&digest=sha256%3A341816ad85073fb6c1d1605dc83bc40c7d25b0ed053bbcba3737c18f7d514631" http.request.useragent="Go-http-client/1.1" http.response.duration=2.075891855s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:36 +0000] "PUT /v2/foo/cccc/blobs/uploads/a264e9ce-38cb-4030-8ab4-1581b8ecaaa6?_state=QM0gih0rUAkB8hitlvHS65oEeirS3Q8d_mzqQCjwdXB7Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiJhMjY0ZTljZS0zOGNiLTQwMzAtOGFiNC0xNTgxYjhlY2FhYTYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzYuODMwNjE3MDc3WiJ9&digest=sha256%3A341816ad85073fb6c1d1605dc83bc40c7d25b0ed053bbcba3737c18f7d514631 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=d71240d7-4766-4b7d-9368-cfad24b6cfda http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.950238ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:38 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:39Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=93b75e33-27a5-47c6-a31a-5d586116a614 http.request.method=POST http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.305901ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:39 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=47782a75-97ad-4fa4-81a7-b094de8fcb97 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/dddd/blobs/uploads/27ca6f3a-8bf6-4dc0-8572-b48a66fcfe46?_state=KqWnqKF8mdPpQjy5LOAV2U14CRwwe5BK-RJEI0lNsgB7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIyN2NhNmYzYS04YmY2LTRkYzAtODU3Mi1iNDhhNjZmY2ZlNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzkuMDk0MzczNjYzWiJ9&digest=sha256%3Aeb532bf5e8b21ef69c8e67e3020b7e6eef467fe16a5c2504d38538176793bf3b" http.request.useragent="Go-http-client/1.1" http.response.duration=2.117929183s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:39 +0000] "PUT /v2/foo/dddd/blobs/uploads/27ca6f3a-8bf6-4dc0-8572-b48a66fcfe46?_state=KqWnqKF8mdPpQjy5LOAV2U14CRwwe5BK-RJEI0lNsgB7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiIyN2NhNmYzYS04YmY2LTRkYzAtODU3Mi1iNDhhNjZmY2ZlNDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6MzkuMDk0MzczNjYzWiJ9&digest=sha256%3Aeb532bf5e8b21ef69c8e67e3020b7e6eef467fe16a5c2504d38538176793bf3b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=68a88acf-1d97-4523-bea4-be200a2ce382 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42744" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.256999ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34181" http.request.id=d5de9e61-e559-45a1-9ec3-125b6d97a205 http.request.method=GET http.request.remoteaddr="127.0.0.1:42744" 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.859986ms http.response.status=200 http.response.written=63 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (40.19s) === RUN TestURLPrefix time="2025-04-11T22:42:41Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:42:41Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:37057" http.request.id=b0ea75f2-a00c-42d6-a0aa-1ce69e1b2da2 http.request.method=GET http.request.remoteaddr="127.0.0.1:43994" http.request.uri="/test/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.100803ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.01s) === RUN TestBlobAPI time="2025-04-11T22:42:41Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:42:41Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:41Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=ca272e56-eb55-4dce-873d-a3e0035e2f2c http.request.method=GET http.request.remoteaddr="127.0.0.1:50792" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.500053ms http.response.status=404 http.response.written=157 vars.digest="sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "GET /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=f2845287-4d61-4a7f-b111-7c18884a40ea http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="910.319µs" http.response.status=404 http.response.written=157 vars.digest="sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "HEAD /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=95b99964-241b-49eb-beb6-7dd3d22046c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.326057ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=9c20011c-c342-4240-a4a8-67fe8ece3901 http.request.method=GET http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.524691ms http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "GET /v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=2fecd440-90a5-43f4-9194-4b80f4efe6f6 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.343524ms http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "DELETE /v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=79709788-83ee-49b2-bd05-b678ff6efb35 http.request.method=GET http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=c55dad07-8262-4884-9303-1c3c71bdf8dd time="2025-04-11T22:42:41Z" 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.2 http.request.host="127.0.0.1:45807" http.request.id=79709788-83ee-49b2-bd05-b678ff6efb35 http.request.method=GET http.request.remoteaddr="127.0.0.1:50806" http.request.uri="/v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.089303ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=c55dad07-8262-4884-9303-1c3c71bdf8dd 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "GET /v2/foo/bar/blobs/uploads/c55dad07-8262-4884-9303-1c3c71bdf8dd?_state=xOOxE_fnagBJpplGc7u51j7aXwHIMWLnX9f63kpdswB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM1NWRhZDA3LTgyNjItNDg4NC05MzAzLTFjM2M3MWJkZjhkZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41MzE3MTk5OTNaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=bf1a8869-b790-4415-8c6b-fd39bd0d6407 http.request.method=POST http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="988.295µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=5fd79a49-df0a-4988-aae2-85b4c8a119e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/50d45fd6-ea12-42d8-88f5-b3e8082eff75?_state=ScaWmLmpTu0t06w5qPRZknpERjvQH3Xus3WcrjZDCUZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUwZDQ1ZmQ2LWVhMTItNDJkOC04OGY1LWIzZTgwODJlZmY3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDE4NjM4MjJaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" provided=sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 vars.name="foo/bar" vars.uuid=50d45fd6-ea12-42d8-88f5-b3e8082eff75 time="2025-04-11T22:42:41Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=5fd79a49-df0a-4988-aae2-85b4c8a119e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/50d45fd6-ea12-42d8-88f5-b3e8082eff75?_state=ScaWmLmpTu0t06w5qPRZknpERjvQH3Xus3WcrjZDCUZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUwZDQ1ZmQ2LWVhMTItNDJkOC04OGY1LWIzZTgwODJlZmY3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDE4NjM4MjJaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=50d45fd6-ea12-42d8-88f5-b3e8082eff75 time="2025-04-11T22:42:41Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=5fd79a49-df0a-4988-aae2-85b4c8a119e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/50d45fd6-ea12-42d8-88f5-b3e8082eff75?_state=ScaWmLmpTu0t06w5qPRZknpERjvQH3Xus3WcrjZDCUZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUwZDQ1ZmQ2LWVhMTItNDJkOC04OGY1LWIzZTgwODJlZmY3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDE4NjM4MjJaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.756935ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=50d45fd6-ea12-42d8-88f5-b3e8082eff75 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "PUT /v2/foo/bar/blobs/uploads/50d45fd6-ea12-42d8-88f5-b3e8082eff75?_state=ScaWmLmpTu0t06w5qPRZknpERjvQH3Xus3WcrjZDCUZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjUwZDQ1ZmQ2LWVhMTItNDJkOC04OGY1LWIzZTgwODJlZmY3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDE4NjM4MjJaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=58cf2ec4-0337-4135-97ff-155418b20fc6 http.request.method=POST http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.229035ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=deab0343-e908-4281-a6eb-860ce89cab4d http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/6add2e25-d596-45d4-a7fa-679b5cc44341?_state=dkDlwjji20Ng8b43igsbG_xv2T7vkQ-fQG5jrHJa7397Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhZGQyZTI1LWQ1OTYtNDVkNC1hN2ZhLTY3OWI1Y2M0NDM0MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDc3MzU1NjVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=3.001528ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "PUT /v2/foo/bar/blobs/uploads/6add2e25-d596-45d4-a7fa-679b5cc44341?_state=dkDlwjji20Ng8b43igsbG_xv2T7vkQ-fQG5jrHJa7397Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjZhZGQyZTI1LWQ1OTYtNDVkNC1hN2ZhLTY3OWI1Y2M0NDM0MSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NDc3MzU1NjVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=ec86ea11-4028-430a-9a1a-57bfd4706589 http.request.method=POST http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.540156ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=f6bd52d4-0b5e-4e9f-8dc0-37ecbfb75541 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/e373583e-5f35-49ec-a968-f10297d2e524?_state=B6D1877D1C4BDqsSpSpdhDD-diMKVkvsA5VrmV5o5Mp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUzNzM1ODNlLTVmMzUtNDllYy1hOTY4LWYxMDI5N2QyZTUyNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NTQ0MTU4NzhaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=3.392853ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "PUT /v2/foo/bar/blobs/uploads/e373583e-5f35-49ec-a968-f10297d2e524?_state=B6D1877D1C4BDqsSpSpdhDD-diMKVkvsA5VrmV5o5Mp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImUzNzM1ODNlLTVmMzUtNDllYy1hOTY4LWYxMDI5N2QyZTUyNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NTQ0MTU4NzhaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=cd2272e6-2e4c-48ef-b32d-ed7c56815a62 http.request.method=POST http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.382707ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:46Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=668251aa-f05d-464e-839e-d9fbe3765391 http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/626d79a5-3ce7-4afd-9331-031cb21b107f?_state=1XwKTkGysjU-aym1TanZmmhSECyjfqdd_bPFxfgl89J7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyNmQ3OWE1LTNjZTctNGFmZC05MzMxLTAzMWNiMjFiMTA3ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NjEzOTY0OTFaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.duration=4.963978847s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:41 +0000] "PUT /v2/foo/bar/blobs/uploads/626d79a5-3ce7-4afd-9331-031cb21b107f?_state=1XwKTkGysjU-aym1TanZmmhSECyjfqdd_bPFxfgl89J7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyNmQ3OWE1LTNjZTctNGFmZC05MzMxLTAzMWNiMjFiMTA3ZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0MS41NjEzOTY0OTFaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:46Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=40042842-f7c6-4ae9-b38c-81940c0e3972 http.request.method=POST http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.520069ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:46 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:45807" http.request.id=1a16a03f-6b46-4cdf-abe6-27fe68a9c79b http.request.method=PATCH http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/2fb4bf71-da7a-4fbc-87ae-bf42218afffa?_state=DQaNxHv_iWYRFvTQckkih1Fiw_eO0f_Yvx3uxq9ywmt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJmYjRiZjcxLWRhN2EtNGZiYy04N2FlLWJmNDIyMThhZmZmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0Ni42OTgxMDU4NjhaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=4.641832056s http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:46 +0000] "PATCH /v2/foo/bar/blobs/uploads/2fb4bf71-da7a-4fbc-87ae-bf42218afffa?_state=DQaNxHv_iWYRFvTQckkih1Fiw_eO0f_Yvx3uxq9ywmt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJmYjRiZjcxLWRhN2EtNGZiYy04N2FlLWJmNDIyMThhZmZmYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo0Ni42OTgxMDU4NjhaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=58ee8905-d56a-4f61-9ded-03e568e652ad http.request.method=PUT http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/uploads/2fb4bf71-da7a-4fbc-87ae-bf42218afffa?_state=2IAwbat_Hy4Kwrt8z3IZupWaHF_vNnuEmb2t7muF76d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJmYjRiZjcxLWRhN2EtNGZiYy04N2FlLWJmNDIyMThhZmZmYSIsIk9mZnNldCI6MjUzNDA5MjgsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6NDZaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.duration=1.497685ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "PUT /v2/foo/bar/blobs/uploads/2fb4bf71-da7a-4fbc-87ae-bf42218afffa?_state=2IAwbat_Hy4Kwrt8z3IZupWaHF_vNnuEmb2t7muF76d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjJmYjRiZjcxLWRhN2EtNGZiYy04N2FlLWJmNDIyMThhZmZmYSIsIk9mZnNldCI6MjUzNDA5MjgsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6NDZaIn0%3D&digest=sha256%3A25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=196b66a0-472d-42c8-a94e-366341bc03ab http.request.method=HEAD http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.470578ms http.response.status=200 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "HEAD /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=83e77d63-61b7-42b0-abf5-131455e66a3a http.request.method=GET http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=156.925206ms http.response.status=200 http.response.written=25340928 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 200 25340928 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=error msg="error parsing digest="sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88": unsupported digest algorithm" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=079a4cda-e934-4bff-9454-358aede12a04 http.request.method=GET http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" vars.name="foo/bar" time="2025-04-11T22:42:51Z" 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.2 http.request.host="127.0.0.1:45807" http.request.id=079a4cda-e934-4bff-9454-358aede12a04 http.request.method=GET http.request.remoteaddr="127.0.0.1:50810" http.request.uri="/v2/foo/bar/blobs/sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.182137ms http.response.status=400 http.response.written=110 vars.digest="sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha257:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=d1ceac08-f13e-4b72-935a-326d6ebfb781 http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.duration=2.938925ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" 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.2 time="2025-04-11T22:42:51Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:51Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=020d5785-56b1-422a-9cf7-a2fa49a0fd3b http.request.method=GET http.request.remoteaddr="127.0.0.1:48276" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.65589ms http.response.status=404 http.response.written=157 vars.digest="sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=84f8059f-379b-4573-98b8-6dd620dfcd2d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.784946ms http.response.status=404 http.response.written=157 vars.digest="sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "HEAD /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=acda76b1-8f66-4a34-9efd-ae051cc461eb http.request.method=POST http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.426174ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=5cb433db-9291-45bb-b62d-d49322969505 http.request.method=GET http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.48924ms http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=65d2b827-478a-464b-813c-02791595e7b4 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.492524ms http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "DELETE /v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=870d6b1e-23e3-46c1-ad64-d89914802ff2 http.request.method=GET http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=1cd5ba25-83d1-481e-bad4-699a3e511694 time="2025-04-11T22:42:51Z" 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.2 http.request.host="127.0.0.1:44659" http.request.id=870d6b1e-23e3-46c1-ad64-d89914802ff2 http.request.method=GET http.request.remoteaddr="127.0.0.1:48278" http.request.uri="/v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.350899ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=1cd5ba25-83d1-481e-bad4-699a3e511694 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/uploads/1cd5ba25-83d1-481e-bad4-699a3e511694?_state=fWVsP0mDIIIWRcPSwBmKQgGW9PB2-JJ3yoS91C58u6R7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFjZDViYTI1LTgzZDEtNDgxZS1iYWQ0LTY5OWEzZTUxMTY5NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43NjgxMTQxMjRaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=ed50f537-c04d-4729-93e2-6062f7a868e6 http.request.method=POST http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.015843ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=fa1dbc71-e7ed-4be8-be10-d4dd09501b18 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/1535b4e5-252c-4da5-8c79-a40d789305bc?_state=Rcc_Gp34T9xZkAKnEZjq0aizoBjfWYTkqtBuFO7i4H97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzViNGU1LTI1MmMtNGRhNS04Yzc5LWE0MGQ3ODkzMDViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43Nzg0Nzk2WiJ9&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" provided=sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf vars.name="foo/bar" vars.uuid=1535b4e5-252c-4da5-8c79-a40d789305bc time="2025-04-11T22:42:51Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=fa1dbc71-e7ed-4be8-be10-d4dd09501b18 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/1535b4e5-252c-4da5-8c79-a40d789305bc?_state=Rcc_Gp34T9xZkAKnEZjq0aizoBjfWYTkqtBuFO7i4H97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzViNGU1LTI1MmMtNGRhNS04Yzc5LWE0MGQ3ODkzMDViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43Nzg0Nzk2WiJ9&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=1535b4e5-252c-4da5-8c79-a40d789305bc time="2025-04-11T22:42:51Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=fa1dbc71-e7ed-4be8-be10-d4dd09501b18 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/1535b4e5-252c-4da5-8c79-a40d789305bc?_state=Rcc_Gp34T9xZkAKnEZjq0aizoBjfWYTkqtBuFO7i4H97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzViNGU1LTI1MmMtNGRhNS04Yzc5LWE0MGQ3ODkzMDViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43Nzg0Nzk2WiJ9&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.681106ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=1535b4e5-252c-4da5-8c79-a40d789305bc 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "PUT /v2/foo/bar/blobs/uploads/1535b4e5-252c-4da5-8c79-a40d789305bc?_state=Rcc_Gp34T9xZkAKnEZjq0aizoBjfWYTkqtBuFO7i4H97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE1MzViNGU1LTI1MmMtNGRhNS04Yzc5LWE0MGQ3ODkzMDViYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43Nzg0Nzk2WiJ9&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=dbd3ad5c-c9c5-4b36-98be-bfa97f47e89d http.request.method=POST http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.255366ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=088067dd-54fd-4ca6-9f92-5f17e74b6473 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/7b9b77a8-9ecb-4a04-b22f-b8fa0c70ed21?_state=w6viw_zUcMRhvovVkQfW1AcdZ8PozHDvh2SeeLy38UN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdiOWI3N2E4LTllY2ItNGEwNC1iMjJmLWI4ZmEwYzcwZWQyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43ODQ0NDI2ODRaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=2.925633ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "PUT /v2/foo/bar/blobs/uploads/7b9b77a8-9ecb-4a04-b22f-b8fa0c70ed21?_state=w6viw_zUcMRhvovVkQfW1AcdZ8PozHDvh2SeeLy38UN7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdiOWI3N2E4LTllY2ItNGEwNC1iMjJmLWI4ZmEwYzcwZWQyMSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43ODQ0NDI2ODRaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=40dd43cf-bf51-455a-be0f-d5fc48d4c497 http.request.method=POST http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.11597ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=a2566c42-26b1-4707-a636-faf3bd3fd4a2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/16a069f8-e16c-4653-b4a6-b86cb66d0bd2?_state=-Sh_lOIPNdDz_taY9pCTwnbsQuV29LobXrkhzSnaHsp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE2YTA2OWY4LWUxNmMtNDY1My1iNGE2LWI4NmNiNjZkMGJkMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43OTAzNTI2NjlaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=2.590454ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "PUT /v2/foo/bar/blobs/uploads/16a069f8-e16c-4653-b4a6-b86cb66d0bd2?_state=-Sh_lOIPNdDz_taY9pCTwnbsQuV29LobXrkhzSnaHsp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjE2YTA2OWY4LWUxNmMtNDY1My1iNGE2LWI4NmNiNjZkMGJkMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43OTAzNTI2NjlaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:51Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=5903a059-fbcc-4b50-8373-0a95f66e5271 http.request.method=POST http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.18429ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:53Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=7164725c-7763-49f7-bb55-9f701f1ce89e http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/92da9b25-7dbc-4500-8c2a-57a11177def4?_state=FFdVz_rjSMQflaBK6OKf7ItwPjK5OJjuztKS8PpfXkJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkyZGE5YjI1LTdkYmMtNDUwMC04YzJhLTU3YTExMTc3ZGVmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43OTYyMDI0MjFaIn0%3D&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.duration=2.131697961s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "PUT /v2/foo/bar/blobs/uploads/92da9b25-7dbc-4500-8c2a-57a11177def4?_state=FFdVz_rjSMQflaBK6OKf7ItwPjK5OJjuztKS8PpfXkJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkyZGE5YjI1LTdkYmMtNDUwMC04YzJhLTU3YTExMTc3ZGVmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1MS43OTYyMDI0MjFaIn0%3D&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:54Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=5c5d782b-5a14-4e69-8028-6ecbf8cf32d8 http.request.method=POST http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.421498ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:54 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:55Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:44659" http.request.id=4a20bd9f-3341-4f7b-82e0-b69a09cae260 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/38dd5829-2fe1-4ac4-8189-c50ee31756e7?_state=a3smnktq-uuYCAcx5O9cjgfxNqNT2ImJ3MM0uDtqV4l7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM4ZGQ1ODI5LTJmZTEtNGFjNC04MTg5LWM1MGVlMzE3NTZlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1NC4wODI2NDk0NloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=1.84732658s http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:54 +0000] "PATCH /v2/foo/bar/blobs/uploads/38dd5829-2fe1-4ac4-8189-c50ee31756e7?_state=a3smnktq-uuYCAcx5O9cjgfxNqNT2ImJ3MM0uDtqV4l7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM4ZGQ1ODI5LTJmZTEtNGFjNC04MTg5LWM1MGVlMzE3NTZlNyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1NC4wODI2NDk0NloifQ%3D%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:55Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=4d38b0d8-4840-4d8c-bc86-c4f862666eb1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/uploads/38dd5829-2fe1-4ac4-8189-c50ee31756e7?_state=XBqE0Z70Us4DWTnK16WEUaKsTCCLqAHONVU7kvYlng17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM4ZGQ1ODI5LTJmZTEtNGFjNC04MTg5LWM1MGVlMzE3NTZlNyIsIk9mZnNldCI6MTYyNDA2NDAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6NTRaIn0%3D&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.duration=2.007747ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:55 +0000] "PUT /v2/foo/bar/blobs/uploads/38dd5829-2fe1-4ac4-8189-c50ee31756e7?_state=XBqE0Z70Us4DWTnK16WEUaKsTCCLqAHONVU7kvYlng17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjM4ZGQ1ODI5LTJmZTEtNGFjNC04MTg5LWM1MGVlMzE3NTZlNyIsIk9mZnNldCI6MTYyNDA2NDAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDI6NTRaIn0%3D&digest=sha256%3Af1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:55Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=e0dd7143-9199-4cde-93b8-59d8a8fa3ef4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.371323ms http.response.status=200 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:55 +0000] "HEAD /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=86b3ec0e-50e3-4f7f-8714-dca918e0641a http.request.method=GET http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=126.244436ms http.response.status=200 http.response.written=16240640 127.0.0.1 - - [11/Apr/2025:22:42:55 +0000] "GET /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 200 16240640 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=error msg="error parsing digest="sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf": unsupported digest algorithm" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=7a981ff0-a911-4452-aa7b-88f7708cd200 http.request.method=GET http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" vars.name="foo/bar" time="2025-04-11T22:42: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.2 http.request.host="127.0.0.1:44659" http.request.id=7a981ff0-a911-4452-aa7b-88f7708cd200 http.request.method=GET http.request.remoteaddr="127.0.0.1:48294" http.request.uri="/v2/foo/bar/blobs/sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.88036ms http.response.status=400 http.response.written=110 vars.digest="sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/sha257:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=4fef3101-1233-4363-b72b-a7804377202e http.request.method=GET http.request.remoteaddr="127.0.0.1:48304" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.duration=2.866211ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=022dcc68-1a4a-4ed0-ae3b-65219ac6b51b http.request.method=GET http.request.remoteaddr="127.0.0.1:48302" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=11.410924ms http.response.status=200 http.response.written=2686976 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 200 2686976 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44659" http.request.id=7ebba7f4-5748-4161-a861-4af34d43b14a http.request.method=GET http.request.remoteaddr="127.0.0.1:48304" http.request.uri="/v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.172518ms http.response.status=200 http.response.written=327680 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/sha256:f1d459d42f98b8b500c83f9317d87788957bbca1d3e11ed26ff647da8c3634cf HTTP/1.1" 200 327680 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=c0315eb6-58a4-43d9-a07b-20ddc6fd5468 http.request.method=GET http.request.remoteaddr="127.0.0.1:48140" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=4.565734365s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45807" http.request.id=6c923658-769b-476e-9664-5948a3f16690 http.request.method=GET http.request.remoteaddr="127.0.0.1:48152" http.request.uri="/v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=4.557262649s http.response.status=200 http.response.written=2621440 127.0.0.1 - - [11/Apr/2025:22:42:51 +0000] "GET /v2/foo/bar/blobs/sha256:25674126dff7b08e7c88879bf3f0882a698ed45055056546948db436243e2f88 HTTP/1.1" 200 2621440 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (14.87s) === RUN TestBlobDelete time="2025-04-11T22:42:56Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:42:56Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:42:56Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=1ac66be2-5152-4765-9583-29b43cb79277 http.request.method=GET http.request.remoteaddr="127.0.0.1:57500" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="969.886µs" http.response.status=404 http.response.written=157 vars.digest="sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=90c31c2e-dbdb-4937-be9b-9a7da5650ff5 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.253784ms http.response.status=404 http.response.written=157 vars.digest="sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "HEAD /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=534a5db6-79fc-40f8-a8ad-1e307e8d42c5 http.request.method=POST http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.067357ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=829d6fc7-0b0c-472d-b5c4-46c94cd416b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=2.297488ms http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=a2b6e39a-09f7-4dd5-a34a-c2cada0e4591 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration="973.539µs" http.response.status=204 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "DELETE /v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=5d65fbbc-9f66-4870-843c-a35ddfef8333 http.request.method=GET http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=8f77569e-85f6-4240-86b5-251006a618de time="2025-04-11T22:42:56Z" 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.2 http.request.host="127.0.0.1:34957" http.request.id=5d65fbbc-9f66-4870-843c-a35ddfef8333 http.request.method=GET http.request.remoteaddr="127.0.0.1:57504" http.request.uri="/v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration="866.498µs" http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=8f77569e-85f6-4240-86b5-251006a618de 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "GET /v2/foo/bar/blobs/uploads/8f77569e-85f6-4240-86b5-251006a618de?_state=BiBAytnZ1CWP_KWmhqXSb5N_DL2KdUZKB1A14vrSONx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjhmNzc1NjllLTg1ZjYtNDI0MC04NmI1LTI1MTAwNmE2MThkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40Nzg2NTk1MTFaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=fb6d9454-0e46-4df4-af34-3203aed649ac http.request.method=POST http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="964.203µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=65eb1045-1588-4c0e-bbb0-e8b526b672b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/7920ffe3-c1c6-45e4-8254-041a9b1ccbf4?_state=FwcAy6dsircU7CqdrWUK2zhYweCXb1l5KoNNVdXgzm97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc5MjBmZmUzLWMxYzYtNDVlNC04MjU0LTA0MWE5YjFjY2JmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODU2NjU3MjFaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" provided=sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d vars.name="foo/bar" vars.uuid=7920ffe3-c1c6-45e4-8254-041a9b1ccbf4 time="2025-04-11T22:42:56Z" level=error msg="error canceling upload after error: already closed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=65eb1045-1588-4c0e-bbb0-e8b526b672b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/7920ffe3-c1c6-45e4-8254-041a9b1ccbf4?_state=FwcAy6dsircU7CqdrWUK2zhYweCXb1l5KoNNVdXgzm97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc5MjBmZmUzLWMxYzYtNDVlNC04MjU0LTA0MWE5YjFjY2JmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODU2NjU3MjFaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=7920ffe3-c1c6-45e4-8254-041a9b1ccbf4 time="2025-04-11T22:42:56Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=65eb1045-1588-4c0e-bbb0-e8b526b672b8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/7920ffe3-c1c6-45e4-8254-041a9b1ccbf4?_state=FwcAy6dsircU7CqdrWUK2zhYweCXb1l5KoNNVdXgzm97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc5MjBmZmUzLWMxYzYtNDVlNC04MjU0LTA0MWE5YjFjY2JmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODU2NjU3MjFaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.464336ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=7920ffe3-c1c6-45e4-8254-041a9b1ccbf4 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "PUT /v2/foo/bar/blobs/uploads/7920ffe3-c1c6-45e4-8254-041a9b1ccbf4?_state=FwcAy6dsircU7CqdrWUK2zhYweCXb1l5KoNNVdXgzm97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc5MjBmZmUzLWMxYzYtNDVlNC04MjU0LTA0MWE5YjFjY2JmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODU2NjU3MjFaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=674140eb-f0d9-40a6-a50e-1c4dd3d7d9bc http.request.method=POST http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.041006ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=b01a21e8-ee5d-4700-9c82-a4733828abb2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/65bc3b14-2b74-42fd-80b1-c07b96ed88f4?_state=eLW2IdpFXO6XqKNikIcpKnoWS3IAEOCKshwXhUw614p7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY1YmMzYjE0LTJiNzQtNDJmZC04MGIxLWMwN2I5NmVkODhmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODk4ODQ0NjNaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=2.615614ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "PUT /v2/foo/bar/blobs/uploads/65bc3b14-2b74-42fd-80b1-c07b96ed88f4?_state=eLW2IdpFXO6XqKNikIcpKnoWS3IAEOCKshwXhUw614p7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjY1YmMzYjE0LTJiNzQtNDJmZC04MGIxLWMwN2I5NmVkODhmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40ODk4ODQ0NjNaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=87d82f90-6741-4fb7-aeb3-eafbd7ffb597 http.request.method=POST http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.167376ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=cea814bb-f93f-4dd7-ab9e-22d0183f4903 http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/84ce0428-ca04-4883-a5a0-8fa111f86536?_state=_6Z9K8hrvDaTAWCSnDdfeRd2JQ9NnHmqHBxfvdR1wYV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0Y2UwNDI4LWNhMDQtNDg4My1hNWEwLThmYTExMWY4NjUzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40OTU2MzY3NTRaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=2.697615ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "PUT /v2/foo/bar/blobs/uploads/84ce0428-ca04-4883-a5a0-8fa111f86536?_state=_6Z9K8hrvDaTAWCSnDdfeRd2JQ9NnHmqHBxfvdR1wYV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0Y2UwNDI4LWNhMDQtNDg4My1hNWEwLThmYTExMWY4NjUzNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni40OTU2MzY3NTRaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:42:56Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=9b76d608-3104-4735-adde-7d4c4885dee0 http.request.method=POST http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.108017ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:02Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=a1336108-adc3-452a-939a-6e491b3e289d http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/432ec2d7-c364-4009-92e5-1c4abe7ba3e2?_state=hBVIWMeDn7ozZvShgb0gQsyH14yBz_B8WW9nWdA7GT57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQzMmVjMmQ3LWMzNjQtNDAwOS05MmU1LTFjNGFiZTdiYTNlMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni41MDE1OTkwN1oifQ%3D%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.duration=6.192916329s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:42:56 +0000] "PUT /v2/foo/bar/blobs/uploads/432ec2d7-c364-4009-92e5-1c4abe7ba3e2?_state=hBVIWMeDn7ozZvShgb0gQsyH14yBz_B8WW9nWdA7GT57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQzMmVjMmQ3LWMzNjQtNDAwOS05MmU1LTFjNGFiZTdiYTNlMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0Mjo1Ni41MDE1OTkwN1oifQ%3D%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:02Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=e952ff01-422b-42f6-ad6f-b2ab6e889645 http.request.method=POST http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.64425ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:02 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:34957" http.request.id=8fab7073-b250-40c8-b6ff-260b3b826add http.request.method=PATCH http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/62253e05-f0b8-4e5f-b7a0-d58eb60449ce?_state=QuqvswmQBjmOG9RS_FR4HD3N5OYh6aOZX3KGtiyF9KF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyMjUzZTA1LWYwYjgtNGU1Zi1iN2EwLWQ1OGViNjA0NDljZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzowMi45MTE0MDYwODNaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=5.842167073s http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:02 +0000] "PATCH /v2/foo/bar/blobs/uploads/62253e05-f0b8-4e5f-b7a0-d58eb60449ce?_state=QuqvswmQBjmOG9RS_FR4HD3N5OYh6aOZX3KGtiyF9KF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyMjUzZTA1LWYwYjgtNGU1Zi1iN2EwLWQ1OGViNjA0NDljZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzowMi45MTE0MDYwODNaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=5684b4da-e57a-4c12-9261-d1be066f65ca http.request.method=PUT http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/uploads/62253e05-f0b8-4e5f-b7a0-d58eb60449ce?_state=KZSrnfiZskr_xGxCtp9lDZffcIFPN_xS0Tl-9NBpCFB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyMjUzZTA1LWYwYjgtNGU1Zi1iN2EwLWQ1OGViNjA0NDljZSIsIk9mZnNldCI6Mjc5MDcwNzIsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6MDJaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.511532ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "PUT /v2/foo/bar/blobs/uploads/62253e05-f0b8-4e5f-b7a0-d58eb60449ce?_state=KZSrnfiZskr_xGxCtp9lDZffcIFPN_xS0Tl-9NBpCFB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjYyMjUzZTA1LWYwYjgtNGU1Zi1iN2EwLWQ1OGViNjA0NDljZSIsIk9mZnNldCI6Mjc5MDcwNzIsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6MDJaIn0%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=ca732c57-62f4-49a3-a987-51fd3259385e http.request.method=HEAD http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=1.9572ms http.response.status=200 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "HEAD /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=e5e57be5-ee43-4f20-a709-73f568238d05 http.request.method=GET http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=197.141005ms http.response.status=200 http.response.written=27907072 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "GET /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 200 27907072 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=error msg="error parsing digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d": unsupported digest algorithm" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=ec192f61-320f-4e58-8dcf-3c35d41c2b5e http.request.method=GET http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" time="2025-04-11T22:43:08Z" 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.2 http.request.host="127.0.0.1:34957" http.request.id=ec192f61-320f-4e58-8dcf-3c35d41c2b5e http.request.method=GET http.request.remoteaddr="127.0.0.1:57510" http.request.uri="/v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.163256ms http.response.status=400 http.response.written=110 vars.digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "GET /v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-04-11T22:43:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=80160c31-4e8c-4477-bbde-fe10526f5695 http.request.method=GET http.request.remoteaddr="127.0.0.1:41706" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.727603ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "GET /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:09Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=25aeab9a-0676-427c-9e12-34a0f35b7ec5 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41722" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.36812ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "DELETE /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:09Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=814e4e87-294e-4aeb-a574-3f2554591045 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:41722" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.032443ms http.response.status=404 http.response.written=157 vars.digest="sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "HEAD /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2025-04-11T22:43:09Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=76e24bfa-c634-4093-be6e-28ccacf58ac9 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41722" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.139694ms http.response.status=404 http.response.written=74 vars.digest="sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "DELETE /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2025-04-11T22:43:09Z" level=error msg="error parsing digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d": unsupported digest algorithm" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=eb1f25c8-ec90-4082-acba-4407f4aaef65 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41724" http.request.uri="/v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" time="2025-04-11T22:43:09Z" 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.2 http.request.host="127.0.0.1:34957" http.request.id=eb1f25c8-ec90-4082-acba-4407f4aaef65 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41724" http.request.uri="/v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.30191ms http.response.status=400 http.response.written=110 vars.digest="sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "DELETE /v2/foo/bar/blobs/sha257:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2025-04-11T22:43:09Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=1ca4890f-5d30-4ff7-82a1-996f9a5f798d http.request.method=POST http.request.remoteaddr="127.0.0.1:41736" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.084273ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:15Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=3474f9f2-ab98-491b-baf7-db13eee93ba5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41736" http.request.uri="/v2/foo/bar/blobs/uploads/2572d015-e5f5-4555-bfd9-1eea8ce51954?_state=ttztPngNaspAWp-x6HgGpqNpJREXUItxQhvCEtq-9fh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI1NzJkMDE1LWU1ZjUtNDU1NS1iZmQ5LTFlZWE4Y2U1MTk1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzowOS4wMTE5NDI3M1oifQ%3D%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.duration=6.04597951s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:09 +0000] "PUT /v2/foo/bar/blobs/uploads/2572d015-e5f5-4555-bfd9-1eea8ce51954?_state=ttztPngNaspAWp-x6HgGpqNpJREXUItxQhvCEtq-9fh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjI1NzJkMDE1LWU1ZjUtNDU1NS1iZmQ5LTFlZWE4Y2U1MTk1NCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzowOS4wMTE5NDI3M1oifQ%3D%3D&digest=sha256%3Ad9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:15Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=73d337d2-3791-4f1c-acde-9529b2e50649 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:41736" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=2.804202ms http.response.status=200 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:15 +0000] "HEAD /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:15Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=2e85a59e-1a97-4146-8332-4788fe2eec86 http.request.method=GET http.request.remoteaddr="127.0.0.1:41698" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.242591097s http.response.status=200 http.response.written=2719744 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "GET /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 200 2719744 "" "Go-http-client/1.1" time="2025-04-11T22:43:15Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:34957" http.request.id=21f34680-ac19-4f1c-a2d7-3c07d4f990b2 http.request.method=GET http.request.remoteaddr="127.0.0.1:41706" http.request.uri="/v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=6.237183007s http.response.status=200 http.response.written=2621440 127.0.0.1 - - [11/Apr/2025:22:43:08 +0000] "GET /v2/foo/bar/blobs/sha256:d9e9c6371a45eceb7e3ef6be33d69fb73d2beb672610e7d3ecee864ddf94604d HTTP/1.1" 200 2621440 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (19.12s) === RUN TestRelativeURL time="2025-04-11T22:43:15Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:43:15Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:15Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44329" http.request.id=97c901a1-7b78-4aeb-80a9-41503698f269 http.request.method=POST http.request.remoteaddr="127.0.0.1:37556" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.763155ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:15 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:20Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44329" http.request.id=67d3b47f-1a97-4e9f-a065-c6a760eed007 http.request.method=PUT http.request.remoteaddr="127.0.0.1:37556" http.request.uri="/v2/foo/bar/blobs/uploads/fdcdddac-3ba5-4e0d-b580-799130f652a6?_state=RpJqtGDw99BmEoSBuj138KbrCH7nVqSLDxhhLJ-_vJZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZkY2RkZGFjLTNiYTUtNGUwZC1iNTgwLTc5OTEzMGY2NTJhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoxNS4yNDMxMjY0MDRaIn0%3D&digest=sha256%3A4a0beb722d729efc9bfd1bb8d6298ce44642981a0df7ce6d625517425de38245" http.request.useragent="Go-http-client/1.1" http.response.duration=5.305491868s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:15 +0000] "PUT /v2/foo/bar/blobs/uploads/fdcdddac-3ba5-4e0d-b580-799130f652a6?_state=RpJqtGDw99BmEoSBuj138KbrCH7nVqSLDxhhLJ-_vJZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZkY2RkZGFjLTNiYTUtNGUwZC1iNTgwLTc5OTEzMGY2NTJhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoxNS4yNDMxMjY0MDRaIn0%3D&digest=sha256%3A4a0beb722d729efc9bfd1bb8d6298ce44642981a0df7ce6d625517425de38245 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:21Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44329" http.request.id=3f9d9471-8255-42af-a116-3c1a7e1cef8e http.request.method=POST http.request.remoteaddr="127.0.0.1:37556" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.886836ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:21 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:21Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44329" http.request.id=346eb72f-1d83-459f-9ca6-b1802fd98dd8 http.request.method=POST http.request.remoteaddr="127.0.0.1:37556" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration="950.451µs" http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:21 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:28Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:44329" http.request.id=09c68ec6-1083-4b0b-befa-101cafed5860 http.request.method=PUT http.request.remoteaddr="127.0.0.1:37556" http.request.uri="/v2/foo/bar/blobs/uploads/40ae643c-9473-4aa8-b8b3-196820cda09c?_state=QG6pTk92LY3SJno3U1qG9GuD1Ktb988UgfEfK5hgBi17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwYWU2NDNjLTk0NzMtNGFhOC1iOGIzLTE5NjgyMGNkYTA5YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoyMS4yNDE2ODg5NjVaIn0%3D&digest=sha256%3A0c6fdddf83e637bc8c212a6e11e03a03ca94e48aa88070090a58d186f504321e" http.request.useragent="Go-http-client/1.1" http.response.duration=6.78325947s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:21 +0000] "PUT /v2/foo/bar/blobs/uploads/40ae643c-9473-4aa8-b8b3-196820cda09c?_state=QG6pTk92LY3SJno3U1qG9GuD1Ktb988UgfEfK5hgBi17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQwYWU2NDNjLTk0NzMtNGFhOC1iOGIzLTE5NjgyMGNkYTA5YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoyMS4yNDE2ODg5NjVaIn0%3D&digest=sha256%3A0c6fdddf83e637bc8c212a6e11e03a03ca94e48aa88070090a58d186f504321e HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (12.79s) === RUN TestBlobDeleteDisabled time="2025-04-11T22:43: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.2 time="2025-04-11T22:43:28Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:28Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:38357" http.request.id=d7788916-9f8d-4e5d-a686-7fdaa7f82915 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47612" http.request.uri="/v2/foo/bar/blobs/sha256:1bf39594af2a3500ddf7394c588aac884198ab55e12cb006558fa44258daef57" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.292926ms http.response.status=405 http.response.written=78 vars.digest="sha256:1bf39594af2a3500ddf7394c588aac884198ab55e12cb006558fa44258daef57" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:28 +0000] "DELETE /v2/foo/bar/blobs/sha256:1bf39594af2a3500ddf7394c588aac884198ab55e12cb006558fa44258daef57 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.26s) === RUN TestDeleteDisabled time="2025-04-11T22:43: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.2 time="2025-04-11T22:43:28Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:28Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33103" http.request.id=703051f9-6571-444e-83e4-d4e01eb0c659 http.request.method=POST http.request.remoteaddr="127.0.0.1:41184" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.221974ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:28 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:33Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33103" http.request.id=33986db4-eb68-42e5-9336-b99a87720a9d http.request.method=PUT http.request.remoteaddr="127.0.0.1:41184" http.request.uri="/v2/foo/bar/blobs/uploads/d7617d3c-07ad-4f2c-b572-03b8cc56955b?_state=cv0XGCObQYTmNbEtOUY7EB7lX-XWrLzfYlq2T48_gup7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQ3NjE3ZDNjLTA3YWQtNGYyYy1iNTcyLTAzYjhjYzU2OTU1YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoyOC41Njg3ODM3MjVaIn0%3D&digest=sha256%3Aea0dc8a1833167e754cc481e25b3f6cad6001f8afdec2060fe5f93d7f99be221" http.request.useragent="Go-http-client/1.1" http.response.duration=4.571700268s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:28 +0000] "PUT /v2/foo/bar/blobs/uploads/d7617d3c-07ad-4f2c-b572-03b8cc56955b?_state=cv0XGCObQYTmNbEtOUY7EB7lX-XWrLzfYlq2T48_gup7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQ3NjE3ZDNjLTA3YWQtNGYyYy1iNTcyLTAzYjhjYzU2OTU1YiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzoyOC41Njg3ODM3MjVaIn0%3D&digest=sha256%3Aea0dc8a1833167e754cc481e25b3f6cad6001f8afdec2060fe5f93d7f99be221 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:33Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:33103" http.request.id=dec53ece-01cd-446a-80ab-60ddeebbd7a2 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41184" http.request.uri="/v2/foo/bar/blobs/sha256:ea0dc8a1833167e754cc481e25b3f6cad6001f8afdec2060fe5f93d7f99be221" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.532701ms http.response.status=405 http.response.written=78 vars.digest="sha256:ea0dc8a1833167e754cc481e25b3f6cad6001f8afdec2060fe5f93d7f99be221" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:43:33 +0000] "DELETE /v2/foo/bar/blobs/sha256:ea0dc8a1833167e754cc481e25b3f6cad6001f8afdec2060fe5f93d7f99be221 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (4.86s) === RUN TestDeleteReadOnly time="2025-04-11T22:43: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.2 time="2025-04-11T22:43:33Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:33Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45861" http.request.id=de2df389-7a42-4392-8b86-ebdf08219d7e http.request.method=POST http.request.remoteaddr="127.0.0.1:34512" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.192231ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:45861" http.request.id=b26a07c9-f3a1-4144-a3f6-2ceb377beb9b http.request.method=PUT http.request.remoteaddr="127.0.0.1:34512" http.request.uri="/v2/foo/bar/blobs/uploads/7bc3fb99-3bdb-4ab9-849b-cf9b206036f4?_state=jxN7f2gHyaojd1qtG90iBEc97fylBLgUdhBbLqAkvtp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdiYzNmYjk5LTNiZGItNGFiOS04NDliLWNmOWIyMDYwMzZmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzozMy41ODA0MzA5MjZaIn0%3D&digest=sha256%3A6d0a65aa511d9b10c3a70e93f79a32a127a7a431b18d62ccdadd33ac8b996e4e" http.request.useragent="Go-http-client/1.1" http.response.duration=6.538118195s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:33 +0000] "PUT /v2/foo/bar/blobs/uploads/7bc3fb99-3bdb-4ab9-849b-cf9b206036f4?_state=jxN7f2gHyaojd1qtG90iBEc97fylBLgUdhBbLqAkvtp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjdiYzNmYjk5LTNiZGItNGFiOS04NDliLWNmOWIyMDYwMzZmNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0MzozMy41ODA0MzA5MjZaIn0%3D&digest=sha256%3A6d0a65aa511d9b10c3a70e93f79a32a127a7a431b18d62ccdadd33ac8b996e4e HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "DELETE /v2/foo/bar/blobs/sha256:6d0a65aa511d9b10c3a70e93f79a32a127a7a431b18d62ccdadd33ac8b996e4e HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (6.98s) === RUN TestStartPushReadOnly time="2025-04-11T22:43:40Z" 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.2 time="2025-04-11T22:43:40Z" level=info msg="redis not configured" go.version=go1.24.2 127.0.0.1 - - [11/Apr/2025:22:43:40 +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-04-11T22:43:40Z" 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.2 time="2025-04-11T22:43:40Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:40Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=c2b7eaf9-8a3c-42b1-a016-c5c5eb68d0fa http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" 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.685846ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-04-11T22:43:40Z" 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.2 http.request.host="127.0.0.1:41387" http.request.id=00e71269-3e17-4218-9844-9cd3803917c1 http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" 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=2.00115ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:43:40Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=8076b90a-df22-4304-afe6-166f03c67119 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" 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.058073ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-04-11T22:43:40Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=a0cea7b4-786b-4439-ad53-1b26f4892cde http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" 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=9.100416ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:40Z" 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.2 http.request.host="127.0.0.1:41387" http.request.id=a0cea7b4-786b-4439-ad53-1b26f4892cde http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" 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=9.188398ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:40Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=a0cea7b4-786b-4439-ad53-1b26f4892cde http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" 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=9.261142ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:40Z" 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.2 http.request.host="127.0.0.1:41387" http.request.id=a0cea7b4-786b-4439-ad53-1b26f4892cde http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" 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=9.325671ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-04-11T22:43:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=ae93be75-8f57-4c50-9512-6b2d73e1103a http.request.method=POST http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.078467ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=fb4f1e55-4d80-43ec-9528-7a0ee6f1e046 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/blobs/uploads/224640a1-8b15-44e9-9819-47a800bde72e?_state=KnKSvbKTcvfY11YhSKW3N8ms4r1ceGyhuSCeWf6ZxM57Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyMjQ2NDBhMS04YjE1LTQ0ZTktOTgxOS00N2E4MDBiZGU3MmUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDAuNDE0MDQ5ODIxWiJ9&digest=sha256%3A60c9c11c7e3d00344a9bfb2253ebbd93ca2e9a53b3607e624c31008a2782a424" http.request.useragent="Go-http-client/1.1" http.response.duration=4.381684948s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:40 +0000] "PUT /v2/foo/schema1/blobs/uploads/224640a1-8b15-44e9-9819-47a800bde72e?_state=KnKSvbKTcvfY11YhSKW3N8ms4r1ceGyhuSCeWf6ZxM57Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyMjQ2NDBhMS04YjE1LTQ0ZTktOTgxOS00N2E4MDBiZGU3MmUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDAuNDE0MDQ5ODIxWiJ9&digest=sha256%3A60c9c11c7e3d00344a9bfb2253ebbd93ca2e9a53b3607e624c31008a2782a424 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:45Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=671945a5-75f5-4cdc-bc23-97848c7d7305 http.request.method=POST http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.896004ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:45 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=561e0f1e-2a62-4b5a-a485-5279d0ed307c http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/blobs/uploads/2b51b08c-8646-4d9f-abe3-4ae0dbea8edb?_state=9StrFF0rQUja6XE0A_m6SJ2HnmLFe9mCvuSoLc1rGd97Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyYjUxYjA4Yy04NjQ2LTRkOWYtYWJlMy00YWUwZGJlYThlZGIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDUuMDg5NDk1MzIyWiJ9&digest=sha256%3Add941c1b17847d040255c41dfb37391b740d1380ba255003c8df31b45b0ec7a5" http.request.useragent="Go-http-client/1.1" http.response.duration=4.002390829s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:45 +0000] "PUT /v2/foo/schema1/blobs/uploads/2b51b08c-8646-4d9f-abe3-4ae0dbea8edb?_state=9StrFF0rQUja6XE0A_m6SJ2HnmLFe9mCvuSoLc1rGd97Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyYjUxYjA4Yy04NjQ2LTRkOWYtYWJlMy00YWUwZGJlYThlZGIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDUuMDg5NDk1MzIyWiJ9&digest=sha256%3Add941c1b17847d040255c41dfb37391b740d1380ba255003c8df31b45b0ec7a5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=20ade0aa-4146-4f02-99a2-09aecfe3d147 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.533193ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=d68801bd-c3b9-4b88-a7c1-135afd5a4fb8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.duration=9.958229ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=d63204a9-20e0-44d8-9c6e-9b90ac5dc1cf http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" 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=5.025769ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=b3057126-062f-422d-abba-e63ae9e0b684 http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.092754ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:41387" http.request.id=50538e94-714d-44f9-afaa-dff3020daa71 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.duration=10.055022ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:41387" http.request.id=022aa35d-77e5-4f28-80fd-9733e5d87751 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.duration=9.964854ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:41387" http.request.id=5792665f-0206-4a88-8878-de5b0c2d41e9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.duration=10.170973ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=080ec2b3-1768-4253-889a-20b3a02ad5e5 http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.859753ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=524de0d4-8882-47cf-9bc0-38e41f320e5f http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.000806ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=2171718f-0ae2-4d2a-a662-7b65e4513edd http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.duration=1.748166ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=108ed8ce-7e75-408b-8d7c-a1587d6e55c9 http.request.method=GET http.request.remoteaddr="127.0.0.1:36268" 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.806514ms http.response.status=200 http.response.written=41 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=error msg="payload digest does match: "sha256:0e7166b46699b1d2181f998e2449da1666bedf6f7b1eae48882d4f6b9f1e7f63" != "sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72"" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=efbe9849-3a3a-40d1-abeb-2a9ab8095199 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" time="2025-04-11T22:43:49Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=efbe9849-3a3a-40d1-abeb-2a9ab8095199 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36268" http.request.uri="/v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.231998ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72" 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema1/manifests/sha256:5c0e3a73b79b36fcb81e5a49bc880daa419f687ecb515d0b514be7e712681d72 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=f21ac9fc-8519-4f1a-80c3-108e8f117df0 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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.136424ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" 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.2 http.request.host="127.0.0.1:41387" http.request.id=5fb46f4b-6713-4502-8ff6-153ea2846ea8 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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.766598ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=07da5be2-3d52-480b-85cd-5fe6d04e5816 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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.248891ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:43:49Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=07da5be2-3d52-480b-85cd-5fe6d04e5816 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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.344642ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:43:49Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=07da5be2-3d52-480b-85cd-5fe6d04e5816 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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.41696ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=b6e25577-1624-4f8f-8741-6ce3328add21 http.request.method=POST http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.202832ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=5d0c9a2c-3042-424a-8cc4-5c6fd41f9601 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/42f6a85e-4051-41e7-968f-e03716e8f7cb?_state=cg-8KrT611neD0fjfMwuVPBrrn6HnP1bOXR6kabdYTZ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0MmY2YTg1ZS00MDUxLTQxZTctOTY4Zi1lMDM3MTZlOGY3Y2IiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDkuMTkzMTE5NTgxWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.699234ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema2/blobs/uploads/42f6a85e-4051-41e7-968f-e03716e8f7cb?_state=cg-8KrT611neD0fjfMwuVPBrrn6HnP1bOXR6kabdYTZ7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0MmY2YTg1ZS00MDUxLTQxZTctOTY4Zi1lMDM3MTZlOGY3Y2IiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDkuMTkzMTE5NTgxWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=70242841-8fa4-4bae-8822-55158d0f71ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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.226088ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:43:49Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=70242841-8fa4-4bae-8822-55158d0f71ea http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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.320074ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-04-11T22:43:49Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=dea0783a-d8ba-4c13-9d0f-c9dcc713eede http.request.method=POST http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.241883ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:52Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=87fb69eb-1786-4f22-a947-bef03dd533fa http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/18cd92b3-5f90-4315-89de-16b0a4734a6f?_state=IOoXrh6M_ru-tQo-jzVhzNF_8qpporkPs8rR7JsQWg57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIxOGNkOTJiMy01ZjkwLTQzMTUtODlkZS0xNmIwYTQ3MzRhNmYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDkuNDMwODU1MjlaIn0%3D&digest=sha256%3Aadd030138690b267fba2bdc6a4348309247608968716a4661fafc3aa7eff1c05" http.request.useragent="Go-http-client/1.1" http.response.duration=3.196409658s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:49 +0000] "PUT /v2/foo/schema2/blobs/uploads/18cd92b3-5f90-4315-89de-16b0a4734a6f?_state=IOoXrh6M_ru-tQo-jzVhzNF_8qpporkPs8rR7JsQWg57Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIxOGNkOTJiMy01ZjkwLTQzMTUtODlkZS0xNmIwYTQ3MzRhNmYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NDkuNDMwODU1MjlaIn0%3D&digest=sha256%3Aadd030138690b267fba2bdc6a4348309247608968716a4661fafc3aa7eff1c05 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:52Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=1873828f-645f-455f-9200-b9c944c59b7e http.request.method=POST http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.558784ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:52 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:58Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=31213b7d-5953-4e73-9366-dda659e77d82 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/blobs/uploads/499789f2-2d28-439b-9859-34b5bfc628aa?_state=i8cjy-NObq2--BYVBo1jZbTN_xM34wVI_LsJcSZxovt7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0OTk3ODlmMi0yZDI4LTQzOWItOTg1OS0zNGI1YmZjNjI4YWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NTIuOTM2NTY1MjMxWiJ9&digest=sha256%3A73ef4774c68ef2a2a6dc0b5ccc57ba76a7da1719a5ed52eebad533fa32621658" http.request.useragent="Go-http-client/1.1" http.response.duration=6.056573394s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:52 +0000] "PUT /v2/foo/schema2/blobs/uploads/499789f2-2d28-439b-9859-34b5bfc628aa?_state=i8cjy-NObq2--BYVBo1jZbTN_xM34wVI_LsJcSZxovt7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI0OTk3ODlmMi0yZDI4LTQzOWItOTg1OS0zNGI1YmZjNjI4YWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NTIuOTM2NTY1MjMxWiJ9&digest=sha256%3A73ef4774c68ef2a2a6dc0b5ccc57ba76a7da1719a5ed52eebad533fa32621658 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:58Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=fda111ee-c277-4a3f-8624-c449f46677ee http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.443788ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:58 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41387" http.request.id=53f2500f-f406-4f11-ba38-909c3c9102c8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342" http.request.useragent="Go-http-client/1.1" http.response.duration=2.823088ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:58 +0000] "PUT /v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=1a0eee1f-7379-4818-a7be-1b10153676e3 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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=3.607485ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=f4b3629c-265f-4a2b-b555-f9c75174dd16 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.354564ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=dd561f18-20a3-4495-8723-6579abb38118 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.966087ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=bcc20c35-cfcc-47c7-947c-e02f24e0a3e4 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342" http.request.useragent="Go-http-client/1.1" http.response.duration=1.732599ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=8ad0a04d-4b81-4200-9fe2-bc363030bd9a http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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=2.103159ms http.response.status=200 http.response.written=45 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="rewriting manifest sha256:c6eff52a734d51d08d50e39d2c8b3b74458f94c024939658f243d042ce91a342 in schema1 format to support old client" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=b12e77e3-1f8d-4ecb-9007-d528fba21c75 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=b12e77e3-1f8d-4ecb-9007-d528fba21c75 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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=5.646649ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41387" http.request.id=052fda0d-b003-4b81-935d-b808695a44eb http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" 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=2.325017ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41387" http.request.id=385aa615-7a20-449a-b261-e412c4c73f7d http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.938669ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41387" http.request.id=193de024-a10d-4694-bf0f-870ed54c26aa http.request.method=PUT http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e" http.request.useragent="Go-http-client/1.1" http.response.duration=2.675039ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=2158e909-238b-456b-8e7a-46a39fe9e04c http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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.818608ms http.response.status=200 http.response.written=434 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=edf5a3be-4943-4aee-9993-6d67374b4d75 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=1.131613ms http.response.status=200 http.response.written=434 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=71e2a5f0-61a1-4ce8-aa29-551bca467705 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.122091ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=d4112dbc-d277-4ff9-b2f2-7fb03b01c543 http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" http.request.uri="/v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e" http.request.useragent="Go-http-client/1.1" http.response.duration=1.610865ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="rewriting manifest list sha256:558a4e9cb4771980c639341a4c7fbbbcb5340a329095fa7d9188ffad863e882e in schema1 format to support old client" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=68d5cde7-95ad-4274-9d34-1302cb88bf5d http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:41387" http.request.id=68d5cde7-95ad-4274-9d34-1302cb88bf5d http.request.method=GET http.request.remoteaddr="127.0.0.1:58146" 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=5.729192ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:43:59Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:43:59Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=0eec7edc-2a5a-4072-b137-67dd14eb0422 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" 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.754654ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" 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.2 http.request.host="127.0.0.1:33335" http.request.id=385043e3-bcf5-414a-8e1a-3ec87bf69339 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" 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=2.075512ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=5052a401-8df4-4766-946c-32f6c402613b http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" 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.869617ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=8d9b9cea-ac64-460d-b91e-e08c60f81c7c http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" 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=10.118098ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:59Z" 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.2 http.request.host="127.0.0.1:33335" http.request.id=8d9b9cea-ac64-460d-b91e-e08c60f81c7c http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" 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=10.298331ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:59Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=8d9b9cea-ac64-460d-b91e-e08c60f81c7c http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" 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=10.401394ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:43:59Z" 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.2 http.request.host="127.0.0.1:33335" http.request.id=8d9b9cea-ac64-460d-b91e-e08c60f81c7c http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" 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=10.467083ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-04-11T22:43:59Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=72664a7f-2c31-4320-9f9f-bc082b56f3f4 http.request.method=POST http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.219334ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:05Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=655427c8-41d9-432b-92bd-050d71157bd9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/blobs/uploads/903c931b-7803-4462-936b-c3356bf9060e?_state=x7gUg4t7W9qCdQRv71jRqSJ49Fdjb6xVoZ2yRoX5Uhp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5MDNjOTMxYi03ODAzLTQ0NjItOTM2Yi1jMzM1NmJmOTA2MGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NTkuNDI2MzMwMzk3WiJ9&digest=sha256%3Ab533dc0b92a413f184c7b048f2d7fe1a13105edf33e6e5ca07c7c58de44ec2a4" http.request.useragent="Go-http-client/1.1" http.response.duration=5.737977996s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:43:59 +0000] "PUT /v2/foo/schema1/blobs/uploads/903c931b-7803-4462-936b-c3356bf9060e?_state=x7gUg4t7W9qCdQRv71jRqSJ49Fdjb6xVoZ2yRoX5Uhp7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5MDNjOTMxYi03ODAzLTQ0NjItOTM2Yi1jMzM1NmJmOTA2MGUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDM6NTkuNDI2MzMwMzk3WiJ9&digest=sha256%3Ab533dc0b92a413f184c7b048f2d7fe1a13105edf33e6e5ca07c7c58de44ec2a4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:05Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=7e410efa-37eb-4d3a-a889-8b258f98c8bc http.request.method=POST http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.510515ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:05 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=f46399bb-e66b-4f2b-bdb7-2997d6feff2d http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/blobs/uploads/fbd7cefd-4e9d-460f-8636-7f5d5732f06e?_state=frIm4OHLvK3Po_eQ_LopnXBiPODf6pDsuHO_ZFPlixt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmYmQ3Y2VmZC00ZTlkLTQ2MGYtODYzNi03ZjVkNTczMmYwNmUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDUuNDUzMzI5MjI2WiJ9&digest=sha256%3Abe324ddd0b29d84520862671bf40aa2c094cbf3576ac7b360f326bedd5f51a17" http.request.useragent="Go-http-client/1.1" http.response.duration=2.891842769s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:05 +0000] "PUT /v2/foo/schema1/blobs/uploads/fbd7cefd-4e9d-460f-8636-7f5d5732f06e?_state=frIm4OHLvK3Po_eQ_LopnXBiPODf6pDsuHO_ZFPlixt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJmYmQ3Y2VmZC00ZTlkLTQ2MGYtODYzNi03ZjVkNTczMmYwNmUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDUuNDUzMzI5MjI2WiJ9&digest=sha256%3Abe324ddd0b29d84520862671bf40aa2c094cbf3576ac7b360f326bedd5f51a17 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=d9c396d7-ee79-49a6-a40b-76e0a42935cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.320106ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=1bda9b94-7794-45f2-8ef4-cd2749f228e3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.duration=9.812876ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=d0cb02e4-9187-4772-956c-3e68b29d3e64 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" 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=3.132125ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=0ddbbec5-976c-490f-8644-1682607c2894 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=3.26282ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:33335" http.request.id=30684370-c895-42be-b62c-8dba42dbabf3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.duration=9.771786ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:33335" http.request.id=fa9fd8a8-fde2-434e-b4c3-2575b6dc48f5 http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.duration=9.88646ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:33335" http.request.id=96d6fbe0-27a4-44a2-af12-4ebce826741e http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.duration=9.91112ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=5274c4e4-7d0a-49a6-bbc6-8a0cd63067b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.847945ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=0fd28d7f-e611-4079-b741-502675d6f171 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.842036ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=bb3810ef-211a-40d5-9b96-85f9bbd1f6ef http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.duration=2.015541ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=2c354deb-404f-4a6d-b632-4bb559b82dc1 http.request.method=GET http.request.remoteaddr="127.0.0.1:47410" 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.805823ms http.response.status=200 http.response.written=41 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=error msg="payload digest does match: "sha256:8b4a881402fb8c244cd4f41d54c7c2f7712dd7a5269c0da8bff04536f1001e4f" != "sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5"" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=60e0302b-6554-4c8b-a7f9-7101bb53993e http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" time="2025-04-11T22:44:08Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=60e0302b-6554-4c8b-a7f9-7101bb53993e http.request.method=PUT http.request.remoteaddr="127.0.0.1:47410" http.request.uri="/v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.224019ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5" 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema1/manifests/sha256:40ba7896ddcd7bd295ba127a2d5604dc368cceb2d50808f86caa893b1deba0d5 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=d3dfcbb1-6fcb-45c0-9634-b1eff97215d6 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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.143955ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" 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.2 http.request.host="127.0.0.1:33335" http.request.id=7ef0e45c-98f7-4333-b2bc-4fc2a469ed63 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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.42862ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=cba5c6fd-fe07-4f61-8da9-b623184223a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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.231428ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:08Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=cba5c6fd-fe07-4f61-8da9-b623184223a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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.327182ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:08Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=cba5c6fd-fe07-4f61-8da9-b623184223a6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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.398322ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=3a1c225f-754e-4733-9458-46aad32bb1c2 http.request.method=POST http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.03606ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=c7beeecf-e688-4b2f-9087-a08a9427c302 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/bf8d9dbf-9943-4131-8152-2b8bd6f721e4?_state=a_XRrEA2ZV9PVBN1k1MY7PlqHXvlVziMiL_ENAZa8J97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJiZjhkOWRiZi05OTQzLTQxMzEtODE1Mi0yYjhiZDZmNzIxZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDguNDM5MDY0NjcyWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.660599ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema2/blobs/uploads/bf8d9dbf-9943-4131-8152-2b8bd6f721e4?_state=a_XRrEA2ZV9PVBN1k1MY7PlqHXvlVziMiL_ENAZa8J97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJiZjhkOWRiZi05OTQzLTQxMzEtODE1Mi0yYjhiZDZmNzIxZTQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDguNDM5MDY0NjcyWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=8b427958-e9a7-4e9a-9c25-47af35653f04 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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.19874ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:08Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=8b427958-e9a7-4e9a-9c25-47af35653f04 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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.296266ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-04-11T22:44:08Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=0ebb715d-27c0-4dff-b47d-2386eb94771b http.request.method=POST http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.036296ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:13Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=39e35910-e88e-4387-a2d4-b68f4a921170 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/39d02599-7e6b-45e2-be10-e285ad5d232f?_state=EKtGQEYELRyebKsTyNhyN4Wsczi506dG7a16mAQ2bUV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIzOWQwMjU5OS03ZTZiLTQ1ZTItYmUxMC1lMjg1YWQ1ZDIzMmYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDguNzU5NTA1MjgyWiJ9&digest=sha256%3A11db8d5de63ae35123769b579588516de85274df099b9ca8f973ee001b527978" http.request.useragent="Go-http-client/1.1" http.response.duration=4.969116334s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:08 +0000] "PUT /v2/foo/schema2/blobs/uploads/39d02599-7e6b-45e2-be10-e285ad5d232f?_state=EKtGQEYELRyebKsTyNhyN4Wsczi506dG7a16mAQ2bUV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIzOWQwMjU5OS03ZTZiLTQ1ZTItYmUxMC1lMjg1YWQ1ZDIzMmYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MDguNzU5NTA1MjgyWiJ9&digest=sha256%3A11db8d5de63ae35123769b579588516de85274df099b9ca8f973ee001b527978 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:13Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=951591d0-2bfc-4959-9366-e8573413472d http.request.method=POST http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.458018ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:13 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=cef162c1-b10f-451a-8604-cccc96b37a21 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/blobs/uploads/22a50d27-950b-4189-970e-cc9dab4398d1?_state=jpWW-9VH6z76vSr-JnOFl9N5tSEwV3pcbp1r-0QCsxB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyMmE1MGQyNy05NTBiLTQxODktOTcwZS1jYzlkYWI0Mzk4ZDEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MTMuOTc2NTc4Mzc1WiJ9&digest=sha256%3Ac56e1031805a48111fb1778697fe3a28d1aa20f25870fae3a7629bb068c102ae" http.request.useragent="Go-http-client/1.1" http.response.duration=2.701613515s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:13 +0000] "PUT /v2/foo/schema2/blobs/uploads/22a50d27-950b-4189-970e-cc9dab4398d1?_state=jpWW-9VH6z76vSr-JnOFl9N5tSEwV3pcbp1r-0QCsxB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyMmE1MGQyNy05NTBiLTQxODktOTcwZS1jYzlkYWI0Mzk4ZDEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MTMuOTc2NTc4Mzc1WiJ9&digest=sha256%3Ac56e1031805a48111fb1778697fe3a28d1aa20f25870fae3a7629bb068c102ae HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=d577f377-51d1-4183-82ce-e9d1809b3bcf http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.797699ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:33335" http.request.id=8cb7431d-d0f6-4bfb-b693-90b6debe2f4a http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67" http.request.useragent="Go-http-client/1.1" http.response.duration=2.732293ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=445d9278-0ed9-48b6-89e1-ecb88f63dc27 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.495114ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=01797ae6-5ff5-4374-8ab6-f6963c1b7011 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.60708ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=bcc837ab-2b8c-42cf-9db8-3c52e1aa8c67 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.85207ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=04262494-42ce-4987-8f25-9f55fd41121c http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67" http.request.useragent="Go-http-client/1.1" http.response.duration=1.762491ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=7d6027af-1e6a-4345-b05f-999737314116 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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.889645ms http.response.status=200 http.response.written=45 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="rewriting manifest sha256:1a800f4de8a0e35dc50ef23dc0c5bcdbab376cd226954756d58c90bc181f2b67 in schema1 format to support old client" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=29850071-019b-4abb-8d6e-b6187ece6127 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=29850071-019b-4abb-8d6e-b6187ece6127 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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=5.444338ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33335" http.request.id=cfacede3-8283-442c-84a8-f4445cc6cd28 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" 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=2.32246ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33335" http.request.id=3f484603-21cd-4e1e-bb64-407ffe0a66e9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.644758ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:33335" http.request.id=1cd27458-194d-474c-9edd-332c04a5d0de http.request.method=PUT http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d" http.request.useragent="Go-http-client/1.1" http.response.duration=2.553297ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=8fd1e0e4-779c-4706-a5b6-17347bb0b0cc http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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=2.405989ms http.response.status=200 http.response.written=434 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=dcc3ba63-e160-4183-961c-531b78f7dd78 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=2.21118ms http.response.status=200 http.response.written=434 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=55d79739-6c88-4b15-8892-bfb1683860ed http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.892017ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=dab4a5c8-91f2-4be9-9237-d25fe5bd08f4 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" http.request.uri="/v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d" http.request.useragent="Go-http-client/1.1" http.response.duration=1.761695ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=info msg="rewriting manifest list sha256:5c4cd337e813254174e051adc1fe7d154c775a7b88bb2724f4e4a68aa6fc493d in schema1 format to support old client" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=6a4fc8d9-b1cc-4d3d-8e53-abb0c224e080 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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-04-11T22:44:16Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33335" http.request.id=6a4fc8d9-b1cc-4d3d-8e53-abb0c224e080 http.request.method=GET http.request.remoteaddr="127.0.0.1:33536" 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=5.786111ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (36.60s) === RUN TestGetManifestWithStorageError time="2025-04-11T22:44: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.2 time="2025-04-11T22:44:16Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:45277" http.request.id=36d2d243-9767-49d6-bd18-0513845e5975 http.request.method=GET http.request.remoteaddr="127.0.0.1:34352" 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=2.171612ms http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.24.2 http.request.host="127.0.0.1:45277" http.request.id=e9ca5058-d3aa-46d6-8d74-f6a5ca3d2598 http.request.method=GET http.request.remoteaddr="127.0.0.1:34352" 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.866327ms http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.24.2 http.request.host="127.0.0.1:45277" http.request.id=873341ad-9ba4-4167-b52f-f93eddab1c2b http.request.method=GET http.request.remoteaddr="127.0.0.1:34352" 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.752315ms http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.24.2 http.request.host="127.0.0.1:45277" http.request.id=893005b9-56f7-41a7-aa80-3ccd56dc4d19 http.request.method=GET http.request.remoteaddr="127.0.0.1:34352" 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.932219ms http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.02s) === RUN TestManifestDelete time="2025-04-11T22:44: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.2 time="2025-04-11T22:44:16Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=776e4b00-b3ad-4d28-ad3c-e58d8b1f34ec http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" 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.226558ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" 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.2 http.request.host="127.0.0.1:36795" http.request.id=428eb146-39eb-43be-89dd-56f8f13f416c http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" 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.7572ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=c7d614e3-5777-4ba4-84d6-b5de52383277 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" 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.879789ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=eeab5a0b-d7a8-48d5-83af-30cb6367e13a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" 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=9.068159ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:44:16Z" 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.2 http.request.host="127.0.0.1:36795" http.request.id=eeab5a0b-d7a8-48d5-83af-30cb6367e13a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" 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=9.165222ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:44:16Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=eeab5a0b-d7a8-48d5-83af-30cb6367e13a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" 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=9.237353ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2025-04-11T22:44:16Z" 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.2 http.request.host="127.0.0.1:36795" http.request.id=eeab5a0b-d7a8-48d5-83af-30cb6367e13a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" 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=9.318053ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [11/Apr/2025:22:44:16 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2025-04-11T22:44:17Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=f1241539-aec5-4858-98b5-b333eef0a938 http.request.method=POST http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.406688ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:17 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:21Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=304aca24-c94d-4e4f-8553-b1d7fcd0ccae http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/blobs/uploads/8a464ab6-229b-4b0f-8091-580787065574?_state=qqMRkwE5isN6hYwvBQrwAN6_MD3yUjQdYWiIkFFt3097Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4YTQ2NGFiNi0yMjliLTRiMGYtODA5MS01ODA3ODcwNjU1NzQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MTcuMDUzOTA1NzAyWiJ9&digest=sha256%3A55f8a6de7112dedce7ad9ba00671763942dd7e5666750aa4baae89f4db9424ec" http.request.useragent="Go-http-client/1.1" http.response.duration=4.713723203s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:17 +0000] "PUT /v2/foo/schema1/blobs/uploads/8a464ab6-229b-4b0f-8091-580787065574?_state=qqMRkwE5isN6hYwvBQrwAN6_MD3yUjQdYWiIkFFt3097Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4YTQ2NGFiNi0yMjliLTRiMGYtODA5MS01ODA3ODcwNjU1NzQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MTcuMDUzOTA1NzAyWiJ9&digest=sha256%3A55f8a6de7112dedce7ad9ba00671763942dd7e5666750aa4baae89f4db9424ec HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:22Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=5d6ec85e-47b0-48b8-a235-0b23e73c23d5 http.request.method=POST http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.399208ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:22 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=e8ea46db-a844-461b-afc5-10b608cc4e36 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/blobs/uploads/90a50b5f-5eb6-4669-b916-25e9a92e024f?_state=rmeVq3VeW84CQ4wXgWd-rro_YR9Kk0wklEWJ2G8FeZl7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5MGE1MGI1Zi01ZWI2LTQ2NjktYjkxNi0yNWU5YTkyZTAyNGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjIuMDIzMDE1MjE2WiJ9&digest=sha256%3A1a79dcb2ca6c13318fa75ad0e1eb84da9688f209b62271add89ed595e64c9a1b" http.request.useragent="Go-http-client/1.1" http.response.duration=3.108396001s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:22 +0000] "PUT /v2/foo/schema1/blobs/uploads/90a50b5f-5eb6-4669-b916-25e9a92e024f?_state=rmeVq3VeW84CQ4wXgWd-rro_YR9Kk0wklEWJ2G8FeZl7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI5MGE1MGI1Zi01ZWI2LTQ2NjktYjkxNi0yNWU5YTkyZTAyNGYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjIuMDIzMDE1MjE2WiJ9&digest=sha256%3A1a79dcb2ca6c13318fa75ad0e1eb84da9688f209b62271add89ed595e64c9a1b HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=1f0657dd-c5f8-4d29-9f9c-9da491c8c2f3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.463343ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=a5f11e84-36b4-4d07-8837-17a8a39dd8c6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=9.806246ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=db6338f9-d1d1-4c22-871a-f8a19b42b3e3 http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" 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=4.86869ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=0b39c369-5a68-46b6-b042-3a14407983f8 http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.916355ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:36795" http.request.id=533dedc2-9cf1-4573-8ef5-a92199d96255 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=9.881724ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:36795" http.request.id=c80ad013-66f8-40ab-9f6e-64b305650ddd http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=10.30618ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:36795" http.request.id=c73af082-5bdb-4000-92cd-a6e00cd031b9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=9.851943ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=3251c8e5-52ce-4b96-8446-3befdc3d22bd http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.793706ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=0e299a10-cd33-43ce-90ab-6e80b06fd1fc http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.974106ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=0e325e81-4b28-4785-b167-77e156c1ba8e http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=1.99833ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=371648fa-47c8-478b-bf95-93ea784bb804 http.request.method=GET http.request.remoteaddr="127.0.0.1:42848" 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=2.025388ms http.response.status=200 http.response.written=41 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=error msg="payload digest does match: "sha256:26b7d84fad499bf163fcc1a5511c5bcf7d6ceb1d4b3dc5d1a1f3fa33aca2704c" != "sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc"" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=709318ec-2b17-4675-b869-f8d5d1cd385a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" time="2025-04-11T22:44:25Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=709318ec-2b17-4675-b869-f8d5d1cd385a http.request.method=PUT http.request.remoteaddr="127.0.0.1:42848" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.308484ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=3a1b197c-c5d1-4ac1-b768-7823bdd360cc http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45266" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=2.685796ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "DELETE /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=318b87a3-8dd7-4a14-b963-17d3779231dc http.request.method=GET http.request.remoteaddr="127.0.0.1:45266" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.095366ms http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=1ba8e694-6b5c-4c58-a3f8-6de47df76a5b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45276" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.461648ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "DELETE /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=ce231410-dedf-4808-8944-a5349cc46b8c http.request.method=PUT http.request.remoteaddr="127.0.0.1:45280" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=10.305832ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=f5b3b3ec-e49b-4e40-a1ba-faaea2b377a7 http.request.method=GET http.request.remoteaddr="127.0.0.1:45280" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.790385ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=01e3726d-9bcc-4faf-84c5-bde8c0e31065 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45296" http.request.uri="/v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.265864ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=c34239ae-9bf7-4784-9ff9-c4becb4e0b61 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=10.25468ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=95dd561b-11e5-40a2-bd4c-77feec51e904 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.799803ms http.response.status=200 http.response.written=39 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=bc8b78f8-734a-4e19-81a7-a254980f4028 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc" http.request.useragent="Go-http-client/1.1" http.response.duration=2.22474ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "DELETE /v2/foo/schema1/manifests/sha256:55e3264bbb2572670fd7201489880fd094b76a533616d7b5b03f9dae26ec68fc HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=b8c3d0a0-1db9-4fb2-8f51-446027e6efff http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.806634ms http.response.status=200 http.response.written=35 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=a516ca94-dccb-40ba-bfc6-48bd9d882c9f http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.967584ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" 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.2 http.request.host="127.0.0.1:36795" http.request.id=11489cfd-a76c-4ac4-9ec5-dd6824a64080 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.830956ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=77c533f7-6af0-4617-8640-3c30a6997d03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" 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.212886ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:25Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=77c533f7-6af0-4617-8640-3c30a6997d03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" 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.310312ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:25Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=77c533f7-6af0-4617-8640-3c30a6997d03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" 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.383127ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=902a894a-eef7-439b-87ba-b33e3adefa07 http.request.method=POST http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.239751ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=5fcb58dc-62d4-4ccd-8623-6afa18636574 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/2ceacc96-df60-419c-9eb3-5680c0850d5c?_state=kLrFBpopnj-9CEBULrOspEfC2soaemVhlvHYyQfMXRh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyY2VhY2M5Ni1kZjYwLTQxOWMtOWViMy01NjgwYzA4NTBkNWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjUuMjc4MjcxNDkyWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=2.815499ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema2/blobs/uploads/2ceacc96-df60-419c-9eb3-5680c0850d5c?_state=kLrFBpopnj-9CEBULrOspEfC2soaemVhlvHYyQfMXRh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIyY2VhY2M5Ni1kZjYwLTQxOWMtOWViMy01NjgwYzA4NTBkNWMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjUuMjc4MjcxNDkyWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=aa0c4769-e2e5-4eff-9c54-5d9724405c11 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" 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.269285ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2025-04-11T22:44:25Z" 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.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=aa0c4769-e2e5-4eff-9c54-5d9724405c11 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" 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.364759ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2025-04-11T22:44:25Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=c2d2d560-06bb-4332-bee3-be61de020839 http.request.method=POST http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.155306ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:32Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=6d6f3c31-7113-4e66-8d97-1b2acac7f314 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/198c5089-c7a5-41e8-9c63-dd6aae0531ee?_state=HyeVHiKcCKNVrwKF-2tNkdieGgPLbZF0sPWwRw2Z6FR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIxOThjNTA4OS1jN2E1LTQxZTgtOWM2My1kZDZhYWUwNTMxZWUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjUuNjEzMTYxNTkxWiJ9&digest=sha256%3Ac1217fac4bbe9a04272f2e4e0a2dd895f281de45f2dc8b01bb77153c0660189e" http.request.useragent="Go-http-client/1.1" http.response.duration=6.519652858s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:25 +0000] "PUT /v2/foo/schema2/blobs/uploads/198c5089-c7a5-41e8-9c63-dd6aae0531ee?_state=HyeVHiKcCKNVrwKF-2tNkdieGgPLbZF0sPWwRw2Z6FR7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiIxOThjNTA4OS1jN2E1LTQxZTgtOWM2My1kZDZhYWUwNTMxZWUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MjUuNjEzMTYxNTkxWiJ9&digest=sha256%3Ac1217fac4bbe9a04272f2e4e0a2dd895f281de45f2dc8b01bb77153c0660189e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:32Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=9803bbcd-78fb-4a9b-a681-b048e43f4736 http.request.method=POST http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.456879ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:32 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=8aee8d9b-b082-44d0-8c51-2554956c9e3a http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/blobs/uploads/f1065f15-cb66-4710-9e64-629be68d8bfd?_state=V8YvhmSJvf0CsY2Rsh5ZjwbrGdGZV6taJeA4giQRjFp7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmMTA2NWYxNS1jYjY2LTQ3MTAtOWU2NC02MjliZTY4ZDhiZmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MzIuNDMyNDc4MDU2WiJ9&digest=sha256%3A5c4713be923a523dd5c00ab077739dc15e820e0fc368bc8187a283da15ac5a18" http.request.useragent="Go-http-client/1.1" http.response.duration=5.592803748s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:32 +0000] "PUT /v2/foo/schema2/blobs/uploads/f1065f15-cb66-4710-9e64-629be68d8bfd?_state=V8YvhmSJvf0CsY2Rsh5ZjwbrGdGZV6taJeA4giQRjFp7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJmMTA2NWYxNS1jYjY2LTQ3MTAtOWU2NC02MjliZTY4ZDhiZmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjUtMDQtMTFUMjI6NDQ6MzIuNDMyNDc4MDU2WiJ9&digest=sha256%3A5c4713be923a523dd5c00ab077739dc15e820e0fc368bc8187a283da15ac5a18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=e11c3348-bb40-4ced-bbe5-d204f0882eb6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.270742ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=9b2be026-8b6c-47a1-a9ed-e9b1fa08a856 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.duration=2.689169ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=b4431691-a788-4b61-9026-f18403868251 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.616976ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=f564c551-492d-46a6-bdb8-ba2290e43158 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.243799ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=da1fe0f0-bf59-4062-83d6-ab17fee34ffb http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.796386ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=42ef2e0d-3783-43ae-9747-3701b96eff8e http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.duration=1.720942ms http.response.status=304 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=9b0e3f11-3af6-4029-b84b-a5b511b20444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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.697841ms http.response.status=200 http.response.written=45 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="rewriting manifest sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a in schema1 format to support old client" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=6b99c2a9-42e6-4ee9-9dca-f68fde6fb333 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=6b99c2a9-42e6-4ee9-9dca-f68fde6fb333 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" 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=4.793143ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=a1ebd220-5740-4dd0-86f6-8951bf7e9874 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.duration=2.232199ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=65d78216-fb2f-4011-b797-1d8f0e5825f5 http.request.method=GET http.request.remoteaddr="127.0.0.1:45298" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.997102ms http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=f9243bc4-6c60-48a8-a1dd-7d6e858236a0 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:37502" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.690227ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=38805953-7dea-4bad-920d-d5d7fcf33a0c http.request.method=PUT http.request.remoteaddr="127.0.0.1:37518" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.duration=3.054827ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=d5551e69-700d-4b80-842d-1c3fa48b2bfc http.request.method=GET http.request.remoteaddr="127.0.0.1:37518" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.339527ms http.response.status=200 http.response.written=732 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=6c7bd293-e4b9-4f30-bfb4-f1236be5aa0b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:37520" 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=2.372205ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:36795" http.request.id=10eb0f6b-be13-427e-ae0c-36e831f8cf3f http.request.method=PUT http.request.remoteaddr="127.0.0.1:37530" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.074847ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=3ef88f3d-3fb0-4432-9390-d351c2531b32 http.request.method=GET http.request.remoteaddr="127.0.0.1:37530" 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=2.013218ms http.response.status=200 http.response.written=39 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=77f78e29-fcf6-4a23-b991-a398074556d8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:37530" http.request.uri="/v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a" http.request.useragent="Go-http-client/1.1" http.response.duration=2.326574ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/schema2/manifests/sha256:f7e1989b168a8c053a75882bfb3e33b711236cf1cb587c7de7a7e96200a1664a HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:36795" http.request.id=b2388a96-bbd6-418b-918a-0d204adafee2 http.request.method=GET http.request.remoteaddr="127.0.0.1:37530" 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.746858ms http.response.status=200 http.response.written=35 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (21.33s) === RUN TestManifestDeleteDisabled time="2025-04-11T22:44:38Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:45909" http.request.id=3fe2a338-35b5-4406-8fa7-81ba5bddd3dc http.request.method=DELETE http.request.remoteaddr="127.0.0.1:55482" 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=2.27447ms http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestManifestDeleteDisabled (0.01s) === RUN TestRegistryAsCacheMutationAPIs time="2025-04-11T22:44:38Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:46847" http.request.id=875d78cb-e7d3-4fcb-b7c9-bb01588c116e http.request.method=PUT http.request.remoteaddr="127.0.0.1:40226" 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=4.214904ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:46847" http.request.id=1325fc36-86bf-4e1c-8630-a015a79940d7 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:40238" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.84545ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:46847" http.request.id=9f4dfefb-efcd-47e9-bf36-382a56daa7c0 http.request.method=POST http.request.remoteaddr="127.0.0.1:40242" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.878366ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2025-04-11T22:44:38Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.24.2 http.request.host="127.0.0.1:46847" http.request.id=6fefbc4a-ce6c-42dd-92fc-651ee2b06f9d http.request.method=DELETE http.request.remoteaddr="127.0.0.1:40246" http.request.uri="/v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.724551ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.46s) === RUN TestProxyManifestGetByTag time="2025-04-11T22:44:38Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:38Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=48b4bd1f-bef3-4361-8ed2-e3ba7a6e415e http.request.method=POST http.request.remoteaddr="127.0.0.1:52952" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.162571ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=de12958d-f437-4ac3-8d82-ea8c73874b19 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52952" http.request.uri="/v2/foo/bar/blobs/uploads/b0860284-cfcf-4d6a-a5e7-4cfd1d6270a6?_state=Kwar9GBUT8OXJRb1sLUhZ-hDwP4syGsM-SFEIPvm1N97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwODYwMjg0LWNmY2YtNGQ2YS1hNWU3LTRjZmQxZDYyNzBhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0NDozOC43NjMwMzY0MzhaIn0%3D&digest=sha256%3A306f81943af743ceaa34c77cee2ebb0d05c2f39e03b06e081947e9d2d5e423b8" http.request.useragent="Go-http-client/1.1" http.response.duration=1.921519295s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:38 +0000] "PUT /v2/foo/bar/blobs/uploads/b0860284-cfcf-4d6a-a5e7-4cfd1d6270a6?_state=Kwar9GBUT8OXJRb1sLUhZ-hDwP4syGsM-SFEIPvm1N97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImIwODYwMjg0LWNmY2YtNGQ2YS1hNWU3LTRjZmQxZDYyNzBhNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0NDozOC43NjMwMzY0MzhaIn0%3D&digest=sha256%3A306f81943af743ceaa34c77cee2ebb0d05c2f39e03b06e081947e9d2d5e423b8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=a1830e2d-47f7-4b01-8e39-0706b8e89bb1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:52952" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=10.273986ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" 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.2 time="2025-04-11T22:44:40Z" level=info msg="redis not configured" go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=info msg="Starting upload purge in 15m0s" go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=934e596b-bc1f-4753-83b0-7cf1fadc5671 http.request.method=GET http.request.remoteaddr="127.0.0.1:52952" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.764379ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:33937" go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=a237399d-d346-4819-9cd7-36325475e68b http.request.method=GET http.request.remoteaddr="127.0.0.1:39678" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.076214ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:33937 /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:33937/v2/:[]]}" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=267fc5f5-57cb-4c1d-af5a-e24e4b20f54c http.request.method=GET http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/foo/bar/manifests/sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858" time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=4b454b47-abfa-4c3f-8be4-317a1a68f3f2 http.request.method=GET http.request.remoteaddr="127.0.0.1:39684" http.request.uri="/v2/foo/bar/manifests/sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.142063ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/foo/bar/manifests/sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858 with ttl=167h59m59.999990332s" go.version=go1.24.2 time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=267fc5f5-57cb-4c1d-af5a-e24e4b20f54c http.request.method=GET http.request.remoteaddr="127.0.0.1:34464" http.request.uri="/v2/foo/bar/manifests/sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=20.754642ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/foo/bar/manifests/sha256:9e3b88eda27f5081eab8d863fb7dfb24a337754e50979ef6ab0011edc4f2d858 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=77c31365-bb1e-4e5b-953f-96b91e2d310e http.request.method=GET http.request.remoteaddr="127.0.0.1:39684" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.815001ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:33937 /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:33937/v2/:[]]}" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=e2c02d75-678b-4312-8440-7f7002f7f548 http.request.method=GET http.request.remoteaddr="127.0.0.1:34470" 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-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=360a97c2-f3b3-4f86-9b0a-50b27f513c9b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39696" 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=5.114642ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:40Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=e2c02d75-678b-4312-8440-7f7002f7f548 http.request.method=GET http.request.remoteaddr="127.0.0.1:34470" 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=15.286556ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:40 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:41Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=f2904fd0-997a-44e3-9ca1-bcd20b30907b http.request.method=POST http.request.remoteaddr="127.0.0.1:39696" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.351225ms http.response.status=202 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:41 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=b057da4e-59f7-429c-b514-c9cd6fcbdcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:39696" http.request.uri="/v2/foo/bar/blobs/uploads/46d8d331-4fad-47bf-94be-e193debe139d?_state=h8jBa8vynrsoUAFb3g6aOq24rOl4ujuf6LqBsErmr417Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ2ZDhkMzMxLTRmYWQtNDdiZi05NGJlLWUxOTNkZWJlMTM5ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0NDo0MS4wMjAwNjc4MjlaIn0%3D&digest=sha256%3Aa2b7e14b256ad73b239d09450699f9bb31bc7cf6e96f65a67d1166220677e88d" http.request.useragent="Go-http-client/1.1" http.response.duration=3.620140807s http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:41 +0000] "PUT /v2/foo/bar/blobs/uploads/46d8d331-4fad-47bf-94be-e193debe139d?_state=h8jBa8vynrsoUAFb3g6aOq24rOl4ujuf6LqBsErmr417Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQ2ZDhkMzMxLTRmYWQtNDdiZi05NGJlLWUxOTNkZWJlMTM5ZCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNS0wNC0xMVQyMjo0NDo0MS4wMjAwNjc4MjlaIn0%3D&digest=sha256%3Aa2b7e14b256ad73b239d09450699f9bb31bc7cf6e96f65a67d1166220677e88d HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=c0b9838d-8d02-43dd-a8fd-b9f2cc40d08b http.request.method=PUT http.request.remoteaddr="127.0.0.1:39696" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=10.161405ms http.response.status=201 http.response.written=0 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=d6b7d9aa-2493-486e-9b7b-7b34adbc07fe http.request.method=GET http.request.remoteaddr="127.0.0.1:39696" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.67111ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:33937 /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:33937/v2/:[]]}" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=4876fea7-697f-432f-a88e-c229770da70d http.request.method=GET http.request.remoteaddr="127.0.0.1:34472" 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-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=7e53d3a0-607f-4141-9fdc-f927feb954e7 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:39710" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.688342ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=ffcc16aa-0684-4a41-9b0c-685847c11ead http.request.method=GET http.request.remoteaddr="127.0.0.1:39710" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.696884ms http.response.status=200 http.response.written=2 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:33937 /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:33937/v2/:[]]}" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=4876fea7-697f-432f-a88e-c229770da70d http.request.method=GET http.request.remoteaddr="127.0.0.1:34472" 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-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:33937" http.request.id=a8afc618-4337-40ad-8718-b53fe3409849 http.request.method=GET http.request.remoteaddr="127.0.0.1:39712" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.982796ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2025-04-11T22:44:44Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:089a85d52368a310649f2af2e13f1f817917bd4cbaf5a81934c164edae0a122a with ttl=167h59m59.999992051s" go.version=go1.24.2 time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:35115" http.request.id=4876fea7-697f-432f-a88e-c229770da70d http.request.method=GET http.request.remoteaddr="127.0.0.1:34472" 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=27.753324ms http.response.status=200 http.response.written=935 127.0.0.1 - - [11/Apr/2025:22:44:44 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (6.14s) === RUN TestAppDispatcher time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38153" http.request.id=b3abb1f0-c603-4bf3-a04a-ec1ea113b1d6 http.request.method=GET http.request.remoteaddr="127.0.0.1:32828" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=1.928766ms http.response.status=200 http.response.written=0 time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38153" http.request.id=4d26f411-41cf-4633-9d28-975a81e7d60b http.request.method=GET http.request.remoteaddr="127.0.0.1:32828" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration=1.635605ms http.response.status=200 http.response.written=0 time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38153" http.request.id=f38769fa-f5a9-45ed-8ead-32f3c6a301ce http.request.method=GET http.request.remoteaddr="127.0.0.1:32828" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=1.783844ms http.response.status=200 http.response.written=0 time="2025-04-11T22:44:44Z" level=info msg="response completed" go.version=go1.24.2 http.request.host="127.0.0.1:38153" http.request.id=381778e6-b8ff-4036-9e91-097ac59297c0 http.request.method=GET http.request.remoteaddr="127.0.0.1:32828" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration=1.751033ms http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.01s) === RUN TestNewApp time="2025-04-11T22:44:44Z" 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.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:44Z" level=info msg="redis not configured" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:44Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.24.2 http.request.host="127.0.0.1:39271" http.request.id=cd021841-71eb-45ae-905d-476d2a047b2b http.request.method=GET http.request.remoteaddr="127.0.0.1:53194" 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-04-11T22:44:44Z" 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.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:44Z" level=info msg="redis not configured" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:44Z" level=info msg="configuring file health check path=/tmp/healthcheck3144113198, interval=1" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b --- PASS: TestFileHealthCheck (4.00s) === RUN TestTCPHealthCheck time="2025-04-11T22:44:48Z" 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.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:48Z" level=info msg="redis not configured" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:48Z" level=info msg="configuring TCP health check addr=127.0.0.1:43113, interval=1" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b --- PASS: TestTCPHealthCheck (4.00s) === RUN TestHTTPHealthCheck time="2025-04-11T22:44: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.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:52Z" level=info msg="redis not configured" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b time="2025-04-11T22:44:52Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:45113, interval=1, threshold=3" go.version=go1.24.2 instance.id=1c6566ae-a962-4549-b751-ee15a2a4117b --- PASS: TestHTTPHealthCheck (7.01s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.00s) PASS ok github.com/docker/distribution/registry/handlers 178.736s ? 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.07s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.05s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (3.62s) === RUN TestProxyManifests --- PASS: TestProxyManifests (0.91s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 10.676s === RUN TestSchedule time="2025-04-11T22:42:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.995152ms" go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=995.813µs" go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=996.799µs" go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 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-04-11T22:42:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2025-04-11T22:42:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.997215ms" go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.997697ms" go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 time="2025-04-11T22:42:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2025-04-11T22:42:01Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.24.2 instance.id=5cd8c106-4eb1-40f6-adc8-4fb79af39978 --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.583s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.00s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (4.43s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 19546112 sha256:c5bffc48d8c4fb81ad7d82151fe2a3447a1c4cd36f7d32d08ed381c86f9346c3 [] map[] } --- PASS: TestSimpleBlobRead (0.59s) === RUN TestBlobMount --- PASS: TestBlobMount (0.43s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (3.85s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (3.66s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (4.15s) === 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:1aed6fd0ddaf9c29c81f3b3e55d1751dcfae5369dbf106de6e1df3536891336f palailogos: marking blob sha256:283d4dc4b558da5467c1bb3ebccd4cfb7e48cff0f0cb0d201fc020882e8f3296 palailogos: marking blob sha256:b622aa5f63a72237e56c7beee78f0b027ab48f1cae4cc94a7b68c21acee14988 palailogos: marking manifest sha256:90b33d5efb0f3f253828008b682b5f6438d2cb51a85c881aaf84f7ea9bbc3397 palailogos: marking blob sha256:3418d46ad880dd369ccc2ef310c87e90904162a97df771ae3515d6e3b6e6b757 palailogos: marking blob sha256:2c1bc3d96d88efc8de826e87d21d7d93d3e60c6a47715cf269c429976e6b5791 palailogos: marking manifest sha256:bad9eeff35643160a349f6746cdc61ded66494775e4f2a36d69a70d4ab708d3f palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:2feb7c83dd3f48c8abc37535cfb05bdaac6166ad4abb611593c2235ac0d57952 palailogos: marking blob sha256:65c04796d0daa8ba209e113d3d346cf7c3204bc36cb3f2ec3fe2c4cf22fbffb7 palailogos: marking manifest sha256:e20a595b87e8c4578167c8566c383ee2d2203ea1eaad7a16db985b66ee9ab3e8 palailogos: marking blob sha256:1aed6fd0ddaf9c29c81f3b3e55d1751dcfae5369dbf106de6e1df3536891336f palailogos: marking blob sha256:90b33d5efb0f3f253828008b682b5f6438d2cb51a85c881aaf84f7ea9bbc3397 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (2.14s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649 deletemanifests: marking manifest sha256:b69db736982d575aef53df23bb056d5567837a4544216331182e8ad5bcf00a1a deletemanifests: marking blob sha256:1ef4d1bd91dfad18a51a7d5cc6b9177de8ff8568892e3f6eca14a159227dfa84 deletemanifests: marking blob sha256:1ad3c1d485b06ca51919cfd784f0d9b84c2639f4703b1660efe47aeb31a0a42e deletemanifests: marking blob sha256:cf9a7b9a81951bd86f638b6cc86c497034846cef5d3ee7df8223c98c75bc8c6c 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:3bd4ed8551e01bb5608ac21bdd470a0e393b129a2f4e53aff1a38cbfa2aff198 blob eligible for deletion: sha256:75aa7b744efafc0f7d269cd36a0226eb68849b7bc356b0d3dcc2d6aa1d8b476f blob eligible for deletion: sha256:8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649 blob eligible for deletion: sha256:cdb6b46090ec7eaf24a07c76612787809f5ff7c694815a27710f3a8390427e2e deletemanifests manifest eligible for deletion: sha256:8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649 deletemanifests: marking manifest sha256:b69db736982d575aef53df23bb056d5567837a4544216331182e8ad5bcf00a1a deletemanifests: marking blob sha256:1ef4d1bd91dfad18a51a7d5cc6b9177de8ff8568892e3f6eca14a159227dfa84 deletemanifests: marking blob sha256:1ad3c1d485b06ca51919cfd784f0d9b84c2639f4703b1660efe47aeb31a0a42e deletemanifests: marking blob sha256:cf9a7b9a81951bd86f638b6cc86c497034846cef5d3ee7df8223c98c75bc8c6c time="2025-04-11T22:42:22Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 time="2025-04-11T22:42:22Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:75aa7b744efafc0f7d269cd36a0226eb68849b7bc356b0d3dcc2d6aa1d8b476f time="2025-04-11T22:42:22Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/75/75aa7b744efafc0f7d269cd36a0226eb68849b7bc356b0d3dcc2d6aa1d8b476f" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649 time="2025-04-11T22:42:22Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/85/8597b4c275d770f4a3d0cbc1a1241ba29646e1459ab5364fe903c9a7502a8649" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:cdb6b46090ec7eaf24a07c76612787809f5ff7c694815a27710f3a8390427e2e time="2025-04-11T22:42:22Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/cd/cdb6b46090ec7eaf24a07c76612787809f5ff7c694815a27710f3a8390427e2e" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:3bd4ed8551e01bb5608ac21bdd470a0e393b129a2f4e53aff1a38cbfa2aff198 time="2025-04-11T22:42:22Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/3b/3bd4ed8551e01bb5608ac21bdd470a0e393b129a2f4e53aff1a38cbfa2aff198" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 --- PASS: TestDeleteManifestIfTagNotFound (2.56s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:30cba614cee872919ffe13262c13014cec53c326d733e17ecf61a048a359d40d time="2025-04-11T22:42:23Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/30/30cba614cee872919ffe13262c13014cec53c326d733e17ecf61a048a359d40d" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:85a6704e75853dd6a498254c8bd710b9629eb3867dde13ff110af22e4a78864b time="2025-04-11T22:42:23Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/85/85a6704e75853dd6a498254c8bd710b9629eb3867dde13ff110af22e4a78864b" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:24d8eef101ae7a8fc551755c209240d0c878612150eb33df42ae5ff3ac7e7d69 time="2025-04-11T22:42:23Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/24/24d8eef101ae7a8fc551755c209240d0c878612150eb33df42ae5ff3ac7e7d69" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 --- PASS: TestGCWithMissingManifests (0.68s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:541e4b67b006f31ad5ac96879fc91c1a2a0f756bf3a6df9dde124590f93c4e9f komnenos: marking blob sha256:740cf124761e30c035ff2f82507c46305441954ecbb12aa013859e926edaf8ba komnenos: marking blob sha256:c5fa21d5ad0dc36b40f9281957e45db26f5c236c633a584876e65f887bb656f1 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:d7ba8c59b97a8ff69b6e0ca7b707ceff628149bfa6c2d086060c9b949b6d9ad8 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/d7/d7ba8c59b97a8ff69b6e0ca7b707ceff628149bfa6c2d086060c9b949b6d9ad8" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:f0db71fc4531c89ae6eeff84db294d74bfe3b69276ccd89bef2f806b6a59e5f3 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/f0/f0db71fc4531c89ae6eeff84db294d74bfe3b69276ccd89bef2f806b6a59e5f3" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:17630fb164ca6668fb094c04718b7fa41d8fc6d3514825ba99bf56d844c98f01 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/17/17630fb164ca6668fb094c04718b7fa41d8fc6d3514825ba99bf56d844c98f01" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:35c66dd065cb7e7b1045ac6d87692d38e8609da764c3e46717bfb970c34a7f3c time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/35/35c66dd065cb7e7b1045ac6d87692d38e8609da764c3e46717bfb970c34a7f3c" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:40879bf117e7fb45d4dce3aab0b04e4f5b9ca5d65bc904f2be00a6751ecaecc5 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/40/40879bf117e7fb45d4dce3aab0b04e4f5b9ca5d65bc904f2be00a6751ecaecc5" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 blob eligible for deletion: sha256:ae16cb301642002271d99ad2c26899a6bd4dc982835418b6eafa5a6bbc1ce161 time="2025-04-11T22:42:26Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ae/ae16cb301642002271d99ad2c26899a6bd4dc982835418b6eafa5a6bbc1ce161" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 --- PASS: TestDeletionHasEffect (2.70s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (2.44s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:5aaae2ae7efde89029549ed7baaf30c6bdae6867725c701655fe3f3cfff520a8 michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:037f1b0a26b29316fd7f82e58dfbd7149aa9e59835f3c2e260d19cae6c75b065 michael_z_doukas: marking blob sha256:ab94da858d92dfdc4b0a3fca295a8ce8c1999fe70f33635112f25059e071923d 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:d1dd9991b603dc565fee9c2bf829fb1b7d21cfbc7f451f26b6add8d9cb88d1f4 time="2025-04-11T22:42:29Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/d1/d1dd9991b603dc565fee9c2bf829fb1b7d21cfbc7f451f26b6add8d9cb88d1f4" go.version=go1.24.2 instance.id=7b4ec772-f0ab-4964-a679-d637b72f8bf6 --- PASS: TestOrphanBlobDeleted (1.16s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:09ed1d02d98e5bd355aa29d1b2abf405d47cad8829cc877bc96373016e9358f3 linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:5f7489742d9fc867e2ddd19ebb7a699ebaca4bb61917f64658971cb67750217e --- PASS: TestLinkedBlobStoreCreateWithMountFrom (0.91s) === RUN TestManifestStorage --- PASS: TestManifestStorage (0.63s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (0.64s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (1.77s) === 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-04-11T22:42:33Z" level=info msg="PurgeUploads starting: olderThan=2025-04-11 21:42:33.790460867 +0000 UTC m=-3567.236174223, actuallyDelete=true" time="2025-04-11T22:42:33Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2025-04-11T22:42:33Z" level=info msg="PurgeUploads starting: olderThan=2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273, actuallyDelete=true" time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/2d97237b-c764-4870-8125-5dba71900258 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/309953bc-859b-41a2-8b73-6202d675456f have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/387d2331-5d49-4aa3-8a32-4ce5139c225b have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/6ae2d2db-8066-4687-a98a-3a9d37c3802d have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/6d84933d-1424-41b6-90a6-0646e9d19907 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/990c1bee-a22b-4e7d-aac2-6667f22fab89 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/646a6623-be66-4e1d-a359-7da149997e49 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/1563a57b-124f-40ae-b043-5dbfe07cbba9 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/45083699-4139-4c13-b79f-2dd6a51cdd27 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9a5d3462-7d4f-4856-afbe-2ef02174bdd8 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/f392d329-8d27-4b24-924d-8010f5a2f2bf have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.791513349 +0000 UTC m=+32.764878273). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2025-04-11T22:42:33Z" level=info msg="PurgeUploads starting: olderThan=2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131, actuallyDelete=true" time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/2ad63162-fc90-4155-b973-e4e2c8cf3d83 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/ff17ea0c-47ee-4138-be89-d7f7503b7c6f have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/364445ad-7a9e-4fbb-8cda-840b6dd7d4f9 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/bb451739-3a07-4545-bdc6-0e9cb3808ef4 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/da918d58-1364-4aa1-a36f-05d62c2e9048 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.792661221 +0000 UTC m=+32.766026131). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2025-04-11T22:42:33Z" level=info msg="PurgeUploads starting: olderThan=2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141, actuallyDelete=true" time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/2e8b9075-cd57-4e7f-98bd-8cfefa6077d1 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/753e69e6-22c5-44bc-9f8f-ba699958dcc0 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/957d6704-f032-4e68-a026-992b03528644 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/0a6cc2ac-7336-4712-9c4d-91056afc3251 have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/1900dda0-e6e9-48f9-a4e2-27b948c0027d have older date (2025-04-11 21:42:33 +0000 UTC) than purge date (2025-04-11 22:42:33.793513218 +0000 UTC m=+32.766878141). Removing upload directory." time="2025-04-11T22:42:33Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2025-04-11T22:42:33Z" level=info msg="PurgeUploads starting: olderThan=2025-04-11 22:42:33.793992035 +0000 UTC m=+32.767356958, actuallyDelete=true" time="2025-04-11T22:42:33Z" 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 32.784s ? 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.007s === 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.008s === RUN TestWalkFileRemoved time="2025-04-11T22:42:01Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.005s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 0.410s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.07s) === 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.077s ? github.com/docker/distribution/registry/storage/driver/factory [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.29s) === RUN TestFromParametersImpl --- PASS: TestFromParametersImpl (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/filesystem 15.773s ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (18.84s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 19.318s ? 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-04-11T22:42:01Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.24.2 === RUN TestEligibleForS3/Client_IP_=_#01 time="2025-04-11T22:42:01Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.24.2 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2025-04-11T22:42:01Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.24.2 ip=192.168.0.2 user-client= --- PASS: TestEligibleForS3 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#02 (0.00s) === RUN TestEligibleForS3WithAWSIPNotInitialized === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 --- PASS: TestEligibleForS3WithAWSIPNotInitialized (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 (0.00s) === CONT TestS3TryUpdate === CONT TestParsing === CONT TestMatchIPV4_2 === CONT TestInvalidNetworkType === CONT TestUpdateCalledRegularly === CONT TestMatchIPV4WithRegionMatched === CONT TestMatchIPV4 === CONT TestMatchIPV6 === CONT TestMatchIPV4WithRegionNotMatched === CONT TestInvalidData --- PASS: TestParsing (0.00s) === CONT TestMatchIPV4WithRegionMatch_2 --- PASS: TestS3TryUpdate (0.00s) time="2025-04-11T22:42:01Z" level=error msg="unknown ip address format" go.version=go1.24.2 instance.id=79570cd6-4a17-4d0c-9747-e966d8ee1e52 ip=?0000000000000000000000000000000000 time="2025-04-11T22:42:01Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.2 --- PASS: TestInvalidNetworkType (0.00s) --- PASS: TestMatchIPV4_2 (0.00s) --- PASS: TestMatchIPV4WithRegionMatch_2 (0.00s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.00s) --- PASS: TestMatchIPV6 (0.00s) time="2025-04-11T22:42:01Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.24.2 instance.id=79570cd6-4a17-4d0c-9747-e966d8ee1e52 --- PASS: TestMatchIPV4 (0.00s) time="2025-04-11T22:42:01Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.24.2 instance.id=79570cd6-4a17-4d0c-9747-e966d8ee1e52 --- PASS: TestInvalidData (0.00s) --- PASS: TestMatchIPV4WithRegionMatched (0.01s) time="2025-04-11T22:42:02Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.2 time="2025-04-11T22:42:03Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.2 time="2025-04-11T22:42:04Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.2 time="2025-04-11T22:42:05Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.24.2 --- PASS: TestUpdateCalledRegularly (4.50s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.512s === RUN Test OK: 4 passed --- PASS: Test (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.007s ? 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.413s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (15.90s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.01s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 16.319s ? 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.016s ? 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-r11.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-r11.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 >>> docker-registry*: Package size: 24.2 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r11.apk >>> docker-registry: Build complete at Fri, 11 Apr 2025 22:45:00 +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 (20250411.224134) (2/2) Purging go (1.24.2-r0) Executing busybox-1.37.0-r16.trigger OK: 405 MiB in 118 packages >>> docker-registry: Updating the community/x86 repository index... >>> docker-registry: Signing the index...