>>> docker-registry: Building community/docker-registry 2.8.3-r7 (using abuild 3.14.1-r1) started Sat, 02 Nov 2024 13:45:00 +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.23.2-r0) (2/2) Installing .makedepends-docker-registry (20241102.134504) Executing busybox-1.37.0-r5.trigger OK: 531 MiB in 102 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> docker-registry: Fetching docker-registry-2.8.3.tar.gz::https://github.com/distribution/distribution/archive/v2.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1963k 0 1963k 0 0 2427k 0 --:--:-- --:--:-- --:--:-- 2427k >>> 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 >>> 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: Creating group docker-registry >>> docker-registry: Creating user docker-registry + 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] ? github.com/docker/distribution/contrib/token-server [no test files] ? github.com/docker/distribution/digestset [no test files] ? github.com/docker/distribution/manifest [no test files] ? github.com/docker/distribution/metrics [no test files] ? github.com/docker/distribution/reference [no test files] ? github.com/docker/distribution/registry/auth [no test files] ? github.com/docker/distribution/registry/client/transport [no test files] === RUN Test time="2024-11-02T13:46:31Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_DUCKS" time="2024-11-02T13:46:31Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_REPORTING_ASDF" OK: 20 passed --- PASS: Test (0.08s) PASS ok github.com/docker/distribution/configuration 0.412s ? 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] ? github.com/docker/distribution/registry/storage/cache [no test files] ? github.com/docker/distribution/registry/storage/cache/cachecheck [no test files] ? github.com/docker/distribution/registry/storage/driver/factory [no test files] ? github.com/docker/distribution/registry/storage/driver/gcs [no test files] ? github.com/docker/distribution/registry/storage/driver/middleware [no test files] ? github.com/docker/distribution/registry/storage/driver/oss [no test files] ? 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] ? github.com/docker/distribution/version [no test files] === RUN TestWithRequest --- PASS: TestWithRequest (0.01s) === RUN TestWithResponseWriter --- PASS: TestWithResponseWriter (0.00s) === RUN TestWithVars --- PASS: TestWithVars (0.00s) === RUN TestRemoteAddr time="2024-11-02T13:46:31Z" level=warning msg="invalid remote IP address: "1.2.3"" --- PASS: TestRemoteAddr (0.02s) === RUN TestWithTrace --- PASS: TestWithTrace (2.00s) === RUN TestVersionContext --- PASS: TestVersionContext (0.00s) PASS ok github.com/docker/distribution/context 2.360s === RUN TestReturns200IfThereAreNoChecks --- PASS: TestReturns200IfThereAreNoChecks (0.00s) === RUN TestReturns503IfThereAreErrorChecks --- PASS: TestReturns503IfThereAreErrorChecks (0.00s) === RUN TestHealthHandler --- PASS: TestHealthHandler (0.02s) PASS ok github.com/docker/distribution/health 0.350s === 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.241s === RUN TestFileChecker --- PASS: TestFileChecker (0.00s) === RUN TestHTTPChecker --- PASS: TestHTTPChecker (0.17s) PASS ok github.com/docker/distribution/health/checks 0.476s === 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.254s === 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.241s === RUN TestEmptyTar --- PASS: TestEmptyTar (0.01s) === RUN TestConfigBuilder --- PASS: TestConfigBuilder (0.03s) === 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.309s === 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.240s === RUN TestEventBridgeManifestPulled --- PASS: TestEventBridgeManifestPulled (0.01s) === 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 2024/11/02 13:46:31 http: TLS handshake error from 127.0.0.1:57972: 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:46609/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:46609/?status=200, fail=false http_test.go:164: testcase: http://127.0.0.1:46609/?status=307, fail=false http_test.go:164: testcase: http://127.0.0.1:46609/?status=400, fail=true http_test.go:164: testcase: 127.0.0.1:40679?status=0, fail=true --- PASS: TestHTTPSink (0.10s) === RUN TestListener --- PASS: TestListener (3.30s) === RUN TestMetricsExpvar --- PASS: TestMetricsExpvar (0.00s) === RUN TestBroadcaster time="2024-11-02T13:46:35Z" level=info msg="broadcaster: closing" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" time="2024-11-02T13:46:35Z" level=info msg="broadcaster: closing" --- PASS: TestBroadcaster (0.02s) === RUN TestEventQueue time="2024-11-02T13:46:35Z" level=info msg="closing testSink" --- PASS: TestEventQueue (0.12s) === RUN TestIgnoredSink --- PASS: TestIgnoredSink (0.00s) === RUN TestRetryingSink time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 1} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 1} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 1} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 1} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=error msg="retryingsink: error writing events: error writing 10 events, retrying" time="2024-11-02T13:46:35Z" level=warning msg="&{0x3f7042bd40 0.9} encountered too many errors, backing off" time="2024-11-02T13:46:35Z" level=info msg="closing testSink" --- PASS: TestRetryingSink (0.65s) PASS ok github.com/docker/distribution/notifications 4.612s === RUN TestNextProtos --- PASS: TestNextProtos (0.00s) === RUN TestGracefulShutdown time="2024-11-02T13:46:31Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2024-11-02T13:46:31.883590402Z" 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.23.2 time="2024-11-02T13:46:31.885930199Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:46:31.883929862Z" level=info msg="Starting upload purge in 19m0s" go.version=go1.23.2 time="2024-11-02T13:46:31.890518733Z" level=info msg="listening on [::]:5000" go.version=go1.23.2 time="2024-11-02T13:46:34.893218871Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.23.2 time="2024-11-02T13:46:34.999583966Z" level=info msg="response completed" go.version=go1.23.2 http.request.host=127.0.0.1 http.request.id=ad5d59c4-8f9f-4a0a-add5-05a0a7f6a1a7 http.request.method=GET http.request.remoteaddr="[::1]:49526" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.222975ms http.response.status=200 http.response.written=2 ::1 - - [02/Nov/2024:13:46:34 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" --- PASS: TestGracefulShutdown (3.12s) === RUN TestGetCipherSuite --- PASS: TestGetCipherSuite (0.00s) === RUN TestRegistrySupportedCipherSuite time="2024-11-02T13:46:37.737565784Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2024-11-02T13:46:37.740087701Z" 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.23.2 time="2024-11-02T13:46:37.74018702Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:46:37.74028078Z" level=info msg="Starting upload purge in 24m0s" go.version=go1.23.2 time="2024-11-02T13:46:37.740972439Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.23.2 time="2024-11-02T13:46:37.741038279Z" level=info msg="restricting TLS cipher suites to: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" go.version=go1.23.2 time="2024-11-02T13:46:37.744378375Z" level=info msg="listening on [::]:5001, tls" go.version=go1.23.2 time="2024-11-02T13:46:40.765420348Z" level=info msg="response completed" go.version=go1.23.2 http.request.host=127.0.0.1 http.request.id=b6929584-029f-4759-b80a-8db9e2e86b0e http.request.method=GET http.request.remoteaddr="127.0.0.1:54378" http.request.uri="/v2/" http.request.useragent= http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.617315ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:46:40 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "" time="2024-11-02T13:46:40.766169847Z" level=info msg="stopping server gracefully. Draining connections for 10s" go.version=go1.23.2 --- PASS: TestRegistrySupportedCipherSuite (5.87s) === RUN TestRegistryUnsupportedCipherSuite time="2024-11-02T13:46:42.517006087Z" level=warning msg="error parsing level "": not a valid logrus Level: "", using "info" " time="2024-11-02T13:46:42.520175703Z" 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.23.2 time="2024-11-02T13:46:42.520336062Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:46:42.520446722Z" level=info msg="Starting upload purge in 54m0s" go.version=go1.23.2 time="2024-11-02T13:46:42.521591781Z" level=info msg="restricting TLS version to tls1.2 or higher" go.version=go1.23.2 --- PASS: TestRegistryUnsupportedCipherSuite (9.76s) PASS ok github.com/docker/distribution/registry 19.241s === RUN TestErrorCodes --- PASS: TestErrorCodes (0.01s) === RUN TestErrorsManagement --- PASS: TestErrorsManagement (0.01s) PASS ok github.com/docker/distribution/registry/api/errcode 0.240s === RUN TestParseForwardedHeader --- PASS: TestParseForwardedHeader (0.00s) === RUN TestRouter --- PASS: TestRouter (0.06s) === RUN TestRouterWithPathTraversals --- PASS: TestRouterWithPathTraversals (0.01s) === RUN TestRouterWithBadCharacters --- PASS: TestRouterWithBadCharacters (0.01s) === RUN TestURLBuilder --- PASS: TestURLBuilder (0.03s) === RUN TestURLBuilderWithPrefix --- PASS: TestURLBuilderWithPrefix (0.02s) === RUN TestBuilderFromRequest --- PASS: TestBuilderFromRequest (0.14s) === RUN TestBuilderFromRequestWithPrefix --- PASS: TestBuilderFromRequestWithPrefix (0.01s) PASS ok github.com/docker/distribution/registry/api/v2 0.634s === RUN TestBasicAccessController time="2024-11-02T13:46:31Z" level=error msg="error authenticating user "bilbo": authentication failure" go.version=go1.23.2 instance.id=0ef747ed-eb55-49f3-8e9c-b687f4d4b4be time="2024-11-02T13:46:31Z" level=error msg="error authenticating user "DeokMan": authentication failure" go.version=go1.23.2 instance.id=0ef747ed-eb55-49f3-8e9c-b687f4d4b4be --- PASS: TestBasicAccessController (0.05s) === RUN TestCreateHtpasswdFile time="2024-11-02T13:46:31Z" level=warning msg="htpasswd is missing, provisioning with default user" go.version=go1.23.2 password=ptDeY9KWOoCB4jUkMrfCb3AcTaSl8TaNr2F0jyo1DEc user=docker --- PASS: TestCreateHtpasswdFile (0.16s) === RUN TestParseHTPasswd --- PASS: TestParseHTPasswd (0.00s) PASS ok github.com/docker/distribution/registry/auth/htpasswd 0.526s === RUN TestSillyAccessController --- PASS: TestSillyAccessController (0.04s) PASS ok github.com/docker/distribution/registry/auth/silly 0.338s === RUN TestTokenVerify --- PASS: TestTokenVerify (0.08s) === RUN TestLeeway time="2024-11-02T13:46:31Z" level=info msg="token not to be used before 2024-11-02 13:46:32 +0000 UTC - currently 2024-11-02 13:46:31.763952925 +0000 UTC m=+0.171084309" time="2024-11-02T13:46:31Z" level=info msg="token not to be used after 2024-11-02 13:46:31 +0000 UTC - currently 2024-11-02 13:46:31.768192339 +0000 UTC m=+0.175323703" --- PASS: TestLeeway (0.01s) === RUN TestAccessController time="2024-11-02T13:46:31Z" level=info msg="could not verify JWK certificate chain: unable to verify certificate chain: x509: certificate signed by unknown authority" --- PASS: TestAccessController (0.03s) === RUN TestNewAccessControllerPemBlock --- PASS: TestNewAccessControllerPemBlock (0.01s) PASS ok github.com/docker/distribution/registry/auth/token 0.407s === RUN TestUploadReadFrom --- PASS: TestUploadReadFrom (0.01s) === RUN TestHandleErrorResponse401ValidBody --- PASS: TestHandleErrorResponse401ValidBody (0.00s) === RUN TestHandleErrorResponse401WithInvalidBody --- PASS: TestHandleErrorResponse401WithInvalidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode400ValidBody --- PASS: TestHandleErrorResponseExpectedStatusCode400ValidBody (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice --- PASS: TestHandleErrorResponseExpectedStatusCode404EmptyErrorSlice (0.00s) === RUN TestHandleErrorResponseExpectedStatusCode404InvalidBody --- PASS: TestHandleErrorResponseExpectedStatusCode404InvalidBody (0.00s) === RUN TestHandleErrorResponseUnexpectedStatusCode501 --- PASS: TestHandleErrorResponseUnexpectedStatusCode501 (0.00s) === RUN TestHandleErrorResponseInsufficientPrivileges403 --- PASS: TestHandleErrorResponseInsufficientPrivileges403 (0.00s) === RUN TestHandleErrorResponseNonJson --- PASS: TestHandleErrorResponseNonJson (0.00s) === RUN TestBlobDelete --- PASS: TestBlobDelete (0.01s) === RUN TestBlobFetch --- PASS: TestBlobFetch (0.01s) === RUN TestBlobExistsNoContentLength --- PASS: TestBlobExistsNoContentLength (0.01s) === RUN TestBlobExists --- PASS: TestBlobExists (0.01s) === RUN TestBlobUploadChunked --- PASS: TestBlobUploadChunked (0.01s) === RUN TestBlobUploadMonolithic --- PASS: TestBlobUploadMonolithic (0.01s) === RUN TestBlobMount --- PASS: TestBlobMount (0.01s) === RUN TestV1ManifestFetch --- PASS: TestV1ManifestFetch (0.02s) === RUN TestManifestFetchWithEtag --- PASS: TestManifestFetchWithEtag (0.01s) === RUN TestManifestFetchWithAccept --- PASS: TestManifestFetchWithAccept (0.01s) === RUN TestManifestDelete --- PASS: TestManifestDelete (0.01s) === RUN TestManifestPut --- PASS: TestManifestPut (0.01s) === RUN TestManifestTags --- PASS: TestManifestTags (0.00s) === RUN TestObtainsErrorForMissingTag --- PASS: TestObtainsErrorForMissingTag (0.01s) === RUN TestObtainsManifestForTagWithoutHeaders --- PASS: TestObtainsManifestForTagWithoutHeaders (0.01s) === RUN TestManifestTagsPaginated --- PASS: TestManifestTagsPaginated (0.01s) === RUN TestManifestUnauthorized --- PASS: TestManifestUnauthorized (0.01s) === RUN TestCatalog --- PASS: TestCatalog (0.01s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (0.00s) === RUN TestSanitizeLocation --- PASS: TestSanitizeLocation (0.00s) PASS ok github.com/docker/distribution/registry/client 0.568s === RUN TestEndpointAuthorizeToken --- PASS: TestEndpointAuthorizeToken (0.03s) === RUN TestEndpointAuthorizeRefreshToken --- PASS: TestEndpointAuthorizeRefreshToken (0.01s) === RUN TestEndpointAuthorizeV2RefreshToken --- PASS: TestEndpointAuthorizeV2RefreshToken (0.01s) === RUN TestEndpointAuthorizeTokenBasic --- PASS: TestEndpointAuthorizeTokenBasic (0.01s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresIn --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresIn (0.01s) === RUN TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt --- PASS: TestEndpointAuthorizeTokenBasicWithExpiresInAndIssuedAt (0.01s) === RUN TestEndpointAuthorizeBasic --- PASS: TestEndpointAuthorizeBasic (0.00s) PASS ok github.com/docker/distribution/registry/client/auth 0.440s === RUN TestAuthChallengeParse --- PASS: TestAuthChallengeParse (0.01s) === RUN TestAuthChallengeNormalization --- PASS: TestAuthChallengeNormalization (0.01s) PASS ok github.com/docker/distribution/registry/client/auth/challenge 0.237s === RUN TestCheckAPI time="2024-11-02T13:46: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.23.2 time="2024-11-02T13:46:33Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:46:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39465" http.request.id=fc3952c8-735b-43c6-9da5-fc7f308f76a6 http.request.method=GET http.request.remoteaddr="127.0.0.1:52420" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.959874ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:46:33 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestCheckAPI (0.05s) === RUN TestCatalogAPI time="2024-11-02T13:46: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.23.2 time="2024-11-02T13:46:33Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:46:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=1eba46eb-b6bb-4bd1-aca1-2651bbc78a15 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/_catalog" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=13.413822ms http.response.status=200 http.response.written=20 127.0.0.1 - - [02/Nov/2024:13:46:33 +0000] "GET /v2/_catalog HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2024-11-02T13:46:34Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=cf24f6bc-bcf5-4561-af5f-67de0e1546d6 http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.435256ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:46:34 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:46:50Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=88dc1135-316e-482c-a4b6-2a319c370fcf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/aaaa/blobs/uploads/5d6ef035-1e0e-4d59-b008-198fc90c34d0?_state=zMUjUSqbdyxdYGCvu2c6ST_AJ1rTmqwq6qDhtMY-8H17Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1ZDZlZjAzNS0xZTBlLTRkNTktYjAwOC0xOThmYzkwYzM0ZDAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDY6MzQuNDE0NDk3NDgyWiJ9&digest=sha256%3A3d23f0a719bc9328e22cb7ae970fd13fe15ae88b95293aff47b12bf415b94609" http.request.useragent="Go-http-client/1.1" http.response.duration=15.60259199s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:46:34 +0000] "PUT /v2/foo/aaaa/blobs/uploads/5d6ef035-1e0e-4d59-b008-198fc90c34d0?_state=zMUjUSqbdyxdYGCvu2c6ST_AJ1rTmqwq6qDhtMY-8H17Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiI1ZDZlZjAzNS0xZTBlLTRkNTktYjAwOC0xOThmYzkwYzM0ZDAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDY6MzQuNDE0NDk3NDgyWiJ9&digest=sha256%3A3d23f0a719bc9328e22cb7ae970fd13fe15ae88b95293aff47b12bf415b94609 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:46:50Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=2aa9f4e3-7905-4371-86e4-198282c7f983 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.980431ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:46:50 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:46:50Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=597a3b5b-0882-4abd-800e-d77b3e1d5ff1 http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.156194ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:46:50 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:00Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=2b878c40-a8f4-42db-af76-da8b2d43cb26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/bbbb/blobs/uploads/d1ca3a05-d570-4d13-a935-112b4e7ada57?_state=3WLDpz-6T1reZaxsAfCrttH8GfNzZZa1DI2nu_uifOB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJkMWNhM2EwNS1kNTcwLTRkMTMtYTkzNS0xMTJiNGU3YWRhNTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDY6NTAuOTM0ODI1NDY0WiJ9&digest=sha256%3Ac43a7bae9631ce7d97ce77a0b6d773096a5d7c1a9e0afbf2c233ea110e0afcbd" http.request.useragent="Go-http-client/1.1" http.response.duration=9.765309646s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:46:50 +0000] "PUT /v2/foo/bbbb/blobs/uploads/d1ca3a05-d570-4d13-a935-112b4e7ada57?_state=3WLDpz-6T1reZaxsAfCrttH8GfNzZZa1DI2nu_uifOB7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiJkMWNhM2EwNS1kNTcwLTRkMTMtYTkzNS0xMTJiNGU3YWRhNTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDY6NTAuOTM0ODI1NDY0WiJ9&digest=sha256%3Ac43a7bae9631ce7d97ce77a0b6d773096a5d7c1a9e0afbf2c233ea110e0afcbd HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:00Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=9a9a8f27-9860-4c0c-a922-3ff4479a63e8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.858451ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:00 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:01Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=53b2a2e5-e03f-4e49-a112-7687dcbc1d9d http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.214014ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:01 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:08Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=7726e46e-b25e-4fd6-8de2-1f2f6f78ad6b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/cccc/blobs/uploads/45cdbb64-ade0-4522-9321-ae2aab4b7509?_state=4w6RnTC-PZavvhnHOdV6k7_JUpmSnlAMHo7oDEPDL597Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI0NWNkYmI2NC1hZGUwLTQ1MjItOTMyMS1hZTJhYWI0Yjc1MDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MDEuNTI4NzIxNDI0WiJ9&digest=sha256%3A30139c1ee2c7c5db15e5b5dd7e9e4fbdb4cad1d73acec77cccbdbf0bdb2fbade" http.request.useragent="Go-http-client/1.1" http.response.duration=6.938802989s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:01 +0000] "PUT /v2/foo/cccc/blobs/uploads/45cdbb64-ade0-4522-9321-ae2aab4b7509?_state=4w6RnTC-PZavvhnHOdV6k7_JUpmSnlAMHo7oDEPDL597Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI0NWNkYmI2NC1hZGUwLTQ1MjItOTMyMS1hZTJhYWI0Yjc1MDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MDEuNTI4NzIxNDI0WiJ9&digest=sha256%3A30139c1ee2c7c5db15e5b5dd7e9e4fbdb4cad1d73acec77cccbdbf0bdb2fbade HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:08Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=ce731669-e55d-4b04-aed9-a1b428bf03cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.487691ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:08 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:09Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=fea65eab-561b-4932-89ff-f297db64fd8c http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.899734ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:09 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:14Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=f897bee1-7b26-42fe-b893-156f07bb82bf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/dddd/blobs/uploads/4b478f9e-656b-4571-a74e-921cf72c12ba?_state=g0Nl1O_LhR4qp4czuWZAQm_WrdTxZkzmBUSKDuv_oGl7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI0YjQ3OGY5ZS02NTZiLTQ1NzEtYTc0ZS05MjFjZjcyYzEyYmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MDkuMjM0ODA0OTVaIn0%3D&digest=sha256%3Ae72ac251142bf50fadceb89e4590c3fe61102ab68379fb3da82c5de1772ae189" http.request.useragent="Go-http-client/1.1" http.response.duration=5.405377633s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:09 +0000] "PUT /v2/foo/dddd/blobs/uploads/4b478f9e-656b-4571-a74e-921cf72c12ba?_state=g0Nl1O_LhR4qp4czuWZAQm_WrdTxZkzmBUSKDuv_oGl7Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI0YjQ3OGY5ZS02NTZiLTQ1NzEtYTc0ZS05MjFjZjcyYzEyYmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MDkuMjM0ODA0OTVaIn0%3D&digest=sha256%3Ae72ac251142bf50fadceb89e4590c3fe61102ab68379fb3da82c5de1772ae189 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:14Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=e88b283a-f8c2-4f5c-832c-084a64e56f83 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.211632ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:14 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=1a798587-4eac-49b7-a346-df76957bb708 http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/eeee/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.371876ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:15 +0000] "POST /v2/foo/eeee/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=128d1827-52fe-4ee1-8804-667d9d8fe4e2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/eeee/blobs/uploads/9ed57091-2e6c-4070-a3d3-83a158e93ed9?_state=MzYLuzXpAmyr2w3hmHw6lTtQ8QV52ho4CQd62YTS8sR7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI5ZWQ1NzA5MS0yZTZjLTQwNzAtYTNkMy04M2ExNThlOTNlZDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MTUuODg0MTkwNjUyWiJ9&digest=sha256%3A916694edbac6f5c4e4eebf0ed118f9950dea2babb08e096bdcef9dd26e526a16" http.request.useragent="Go-http-client/1.1" http.response.duration=15.57702347s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:15 +0000] "PUT /v2/foo/eeee/blobs/uploads/9ed57091-2e6c-4070-a3d3-83a158e93ed9?_state=MzYLuzXpAmyr2w3hmHw6lTtQ8QV52ho4CQd62YTS8sR7Ik5hbWUiOiJmb28vZWVlZSIsIlVVSUQiOiI5ZWQ1NzA5MS0yZTZjLTQwNzAtYTNkMy04M2ExNThlOTNlZDkiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MTUuODg0MTkwNjUyWiJ9&digest=sha256%3A916694edbac6f5c4e4eebf0ed118f9950dea2babb08e096bdcef9dd26e526a16 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=c5589a03-63b6-4d1c-9fe6-79938c12c4ef http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/eeee/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.19993ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:31 +0000] "PUT /v2/foo/eeee/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:32Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=5ef5744b-0618-4695-a799-5ab8dcee64bd http.request.method=POST http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/ffff/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.343316ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:32 +0000] "POST /v2/foo/ffff/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=f9f71d4f-6b1f-4b0a-9fe6-16533fc909bc http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/ffff/blobs/uploads/0e3b69a0-4c2b-46f5-9872-d028139c32a1?_state=v6ZZEm1eYAh5dRueyw86-o3H3f6RyKUt5KQaLZldpLZ7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIwZTNiNjlhMC00YzJiLTQ2ZjUtOTg3Mi1kMDI4MTM5YzMyYTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MzIuMDk4MTUwMDM3WiJ9&digest=sha256%3Aa7e93dd4e09fe5e23729b5d38971e6a034676fccaa6292b99d36dedad302e1fe" http.request.useragent="Go-http-client/1.1" http.response.duration=4.006999395s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:32 +0000] "PUT /v2/foo/ffff/blobs/uploads/0e3b69a0-4c2b-46f5-9872-d028139c32a1?_state=v6ZZEm1eYAh5dRueyw86-o3H3f6RyKUt5KQaLZldpLZ7Ik5hbWUiOiJmb28vZmZmZiIsIlVVSUQiOiIwZTNiNjlhMC00YzJiLTQ2ZjUtOTg3Mi1kMDI4MTM5YzMyYTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MzIuMDk4MTUwMDM3WiJ9&digest=sha256%3Aa7e93dd4e09fe5e23729b5d38971e6a034676fccaa6292b99d36dedad302e1fe HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=fb6b58a6-2073-42c4-aa70-6a4d99a5b2f9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:44824" http.request.uri="/v2/foo/ffff/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.189632ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "PUT /v2/foo/ffff/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=86f98f2f-c299-4cc8-8ba6-b7c29f5cc7d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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.764496ms http.response.status=200 http.response.written=74 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=7727a736-2f57-44ac-83bc-3fabad112368 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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.748357ms http.response.status=200 http.response.written=30 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=ca31e6a8-a112-4dbf-88a6-9778e8f06a13 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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.537917ms http.response.status=200 http.response.written=74 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?last=&n=5 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=cfb8c134-cc5f-47ac-bcc0-036a6dce037a http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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.717876ms http.response.status=200 http.response.written=30 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?last=foo%2Feeee&n=5 HTTP/1.1" 200 30 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=685a7a78-ee43-4d3f-8bef-d67059df5a2b http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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=3.438655ms http.response.status=200 http.response.written=63 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?n=4 HTTP/1.1" 200 63 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=360bd1e2-dd94-4a8b-bba4-540fa04a138b http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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.466317ms http.response.status=200 http.response.written=41 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?last=foo%2Fdddd&n=4 HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" 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.23.2 http.request.host="127.0.0.1:35617" http.request.id=1e51ee0e-f8c5-46b1-b385-800e7141fd1f http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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=3.046856ms http.response.status=400 http.response.written=116 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?n=15 HTTP/1.1" 400 116 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" 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.23.2 http.request.host="127.0.0.1:35617" http.request.id=d733d3a1-4e14-4328-9d6c-45bdcc087da9 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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=2.546557ms http.response.status=400 http.response.written=115 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?n=6 HTTP/1.1" 400 115 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=65c23fad-7864-4132-9170-f89808d3518f http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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=2.401956ms http.response.status=200 http.response.written=20 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?n=0 HTTP/1.1" 200 20 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35617" http.request.id=51d3e20a-b377-4fb7-b59a-e0e3e3221466 http.request.method=GET http.request.remoteaddr="127.0.0.1:44824" 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=2.688937ms http.response.status=200 http.response.written=74 127.0.0.1 - - [02/Nov/2024:13:47:36 +0000] "GET /v2/_catalog?n=-1 HTTP/1.1" 200 74 "" "Go-http-client/1.1" time="2024-11-02T13:47:36Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:47:36Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:47:37Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=b7cedfe4-1d45-4293-a109-a11bda698af6 http.request.method=POST http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/aaaa/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=5.162453ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:37 +0000] "POST /v2/foo/aaaa/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:51Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=40789ec3-1f86-433e-9323-9827c703aca2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/aaaa/blobs/uploads/34676657-ce87-42a4-8646-b1880853a682?_state=9hEXMZForSXRrPBUnUwdA5rbLhiULN2-in5HIdO0wKV7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIzNDY3NjY1Ny1jZTg3LTQyYTQtODY0Ni1iMTg4MDg1M2E2ODIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MzcuODc5MzkxNTRaIn0%3D&digest=sha256%3A9f5d1005481b613a487efeda9972e85a4330d7c66d55db786b6e598ddb27540f" http.request.useragent="Go-http-client/1.1" http.response.duration=13.561687891s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:37 +0000] "PUT /v2/foo/aaaa/blobs/uploads/34676657-ce87-42a4-8646-b1880853a682?_state=9hEXMZForSXRrPBUnUwdA5rbLhiULN2-in5HIdO0wKV7Ik5hbWUiOiJmb28vYWFhYSIsIlVVSUQiOiIzNDY3NjY1Ny1jZTg3LTQyYTQtODY0Ni1iMTg4MDg1M2E2ODIiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6MzcuODc5MzkxNTRaIn0%3D&digest=sha256%3A9f5d1005481b613a487efeda9972e85a4330d7c66d55db786b6e598ddb27540f HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:51Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=afc2fde5-00a8-4895-8473-e8b9838dd032 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/aaaa/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.161271ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:51 +0000] "PUT /v2/foo/aaaa/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:52Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=3c073bb6-24a0-4a1e-be2c-09e262422e05 http.request.method=POST http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/bbbb/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.217056ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:52 +0000] "POST /v2/foo/bbbb/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=10b061f5-5056-4dfc-8851-467fa3827c39 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/bbbb/blobs/uploads/4b631818-ac49-4dfb-80bc-c71ea9a6b191?_state=Dj9RxaaCdBRPxSIfhNnnt5iV6ETKWmS6sCSiPWkeveV7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI0YjYzMTgxOC1hYzQ5LTRkZmItODBiYy1jNzFlYTlhNmIxOTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6NTIuMTc1MDQxNDkzWiJ9&digest=sha256%3Adb232d3640d486c61c99331598e5cac793ae890b2655b67abad2079d39bd3eab" http.request.useragent="Go-http-client/1.1" http.response.duration=5.102567427s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:52 +0000] "PUT /v2/foo/bbbb/blobs/uploads/4b631818-ac49-4dfb-80bc-c71ea9a6b191?_state=Dj9RxaaCdBRPxSIfhNnnt5iV6ETKWmS6sCSiPWkeveV7Ik5hbWUiOiJmb28vYmJiYiIsIlVVSUQiOiI0YjYzMTgxOC1hYzQ5LTRkZmItODBiYy1jNzFlYTlhNmIxOTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6NTIuMTc1MDQxNDkzWiJ9&digest=sha256%3Adb232d3640d486c61c99331598e5cac793ae890b2655b67abad2079d39bd3eab HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=1e66bb17-b44b-40bf-95a4-3eea8a24c179 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/bbbb/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=5.942292ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:57 +0000] "PUT /v2/foo/bbbb/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:47:58Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=b4ba284f-a8b5-4eac-85f7-7590b0d174f5 http.request.method=POST http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/cccc/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.298655ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:58 +0000] "POST /v2/foo/cccc/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:14Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=25a145cd-cd17-49c9-8222-ea78bbb4aac3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/cccc/blobs/uploads/7bc10452-523e-4608-834e-ca9d1bd9a9b7?_state=ParGesf6tLlUsAfEoerlYKr-AP4f3eaudJuZCH4UBL57Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI3YmMxMDQ1Mi01MjNlLTQ2MDgtODM0ZS1jYTlkMWJkOWE5YjciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6NTguMzU3ODczNjkyWiJ9&digest=sha256%3A715e2c60779dd84be115bb17692046fb167ba080390faf36988aa4cf4c0a31e1" http.request.useragent="Go-http-client/1.1" http.response.duration=16.054232946s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:47:58 +0000] "PUT /v2/foo/cccc/blobs/uploads/7bc10452-523e-4608-834e-ca9d1bd9a9b7?_state=ParGesf6tLlUsAfEoerlYKr-AP4f3eaudJuZCH4UBL57Ik5hbWUiOiJmb28vY2NjYyIsIlVVSUQiOiI3YmMxMDQ1Mi01MjNlLTQ2MDgtODM0ZS1jYTlkMWJkOWE5YjciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDc6NTguMzU3ODczNjkyWiJ9&digest=sha256%3A715e2c60779dd84be115bb17692046fb167ba080390faf36988aa4cf4c0a31e1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:14Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=e39d1705-5505-4d16-acdf-d9d77248a8f1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/cccc/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.49681ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:14 +0000] "PUT /v2/foo/cccc/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=3186e178-e8b3-4775-a798-a58d5327ea43 http.request.method=POST http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/dddd/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.199655ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:15 +0000] "POST /v2/foo/dddd/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:18Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=1a33d885-d960-460f-8345-6b61e63aef5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/dddd/blobs/uploads/76fc90bc-bcf4-4f2c-a272-e2b663f0ac85?_state=iYpruTXQeG7-UC8gUflRdZ1soiOBqRoACigmapGZG717Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI3NmZjOTBiYy1iY2Y0LTRmMmMtYTI3Mi1lMmI2NjNmMGFjODUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MTUuMDEzMzY2MjAxWiJ9&digest=sha256%3Acb6372eb438cc6a15ab651f9286d1377f0ceeefdae4d8159bb1f1334c78b6855" http.request.useragent="Go-http-client/1.1" http.response.duration=3.966439291s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:15 +0000] "PUT /v2/foo/dddd/blobs/uploads/76fc90bc-bcf4-4f2c-a272-e2b663f0ac85?_state=iYpruTXQeG7-UC8gUflRdZ1soiOBqRoACigmapGZG717Ik5hbWUiOiJmb28vZGRkZCIsIlVVSUQiOiI3NmZjOTBiYy1iY2Y0LTRmMmMtYTI3Mi1lMmI2NjNmMGFjODUiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MTUuMDEzMzY2MjAxWiJ9&digest=sha256%3Acb6372eb438cc6a15ab651f9286d1377f0ceeefdae4d8159bb1f1334c78b6855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:18Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=6b4915bb-f740-4659-b24f-48c641677718 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33822" http.request.uri="/v2/foo/dddd/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.132132ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:18 +0000] "PUT /v2/foo/dddd/manifests/sometag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:18Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39341" http.request.id=e0f0df5d-c0ad-4e82-8020-847fdd730c66 http.request.method=GET http.request.remoteaddr="127.0.0.1:33822" 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=2.847936ms http.response.status=200 http.response.written=63 127.0.0.1 - - [02/Nov/2024:13:48:18 +0000] "GET /v2/_catalog?n=5 HTTP/1.1" 200 63 "" "Go-http-client/1.1" --- PASS: TestCatalogAPI (105.78s) === RUN TestURLPrefix time="2024-11-02T13:48:18Z" 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.23.2 time="2024-11-02T13:48:18Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:39331" http.request.id=850580ef-91b0-41f9-8666-dbf05a13b706 http.request.method=GET http.request.remoteaddr="127.0.0.1:48350" http.request.uri="/test/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.069375ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "GET /test/v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" --- PASS: TestURLPrefix (0.01s) === RUN TestBlobAPI time="2024-11-02T13:48:19Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:48:19Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:48:19Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=7c239db8-6dd5-49fe-a2ab-3a57396db873 http.request.method=GET http.request.remoteaddr="127.0.0.1:48084" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.481134ms http.response.status=404 http.response.written=157 vars.digest="sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "GET /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=522dccf3-49e3-4069-b401-40e56e7a7e1b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.185376ms http.response.status=404 http.response.written=157 vars.digest="sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "HEAD /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=fddf137d-53c7-4735-94e7-c2b4ca73cc84 http.request.method=POST http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=12.060244ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=1ce6067f-38f9-4092-a3f3-b1a36ebdc2a0 http.request.method=GET http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=4.038894ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "GET /v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=47dbc943-82fb-44cd-95ae-ed565ef4c588 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=15.761598ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "DELETE /v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=4c4fa102-9c25-46bc-9546-0d3636d1cfb9 http.request.method=GET http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=91e06ebb-e8ce-4bd6-8e78-365945be50ee time="2024-11-02T13:48:19Z" 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.23.2 http.request.host="127.0.0.1:42915" http.request.id=4c4fa102-9c25-46bc-9546-0d3636d1cfb9 http.request.method=GET http.request.remoteaddr="127.0.0.1:48088" http.request.uri="/v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.408896ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=91e06ebb-e8ce-4bd6-8e78-365945be50ee 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "GET /v2/foo/bar/blobs/uploads/91e06ebb-e8ce-4bd6-8e78-365945be50ee?_state=DNq0XxsYDJBp1V6Fn_NPylfXg329TZPo1-jAUdqkM0t7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjkxZTA2ZWJiLWU4Y2UtNGJkNi04ZTc4LTM2NTk0NWJlNTBlZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44MTI5MTE2MloifQ%3D%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=c4df3ca9-a3cc-4eab-b5b1-eb7dbc5d475e http.request.method=POST http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.111934ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=dc346cc6-708c-4ba2-8df9-3fe9f5ddaff7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5a6cb6fb-d0db-4ece-8615-2c471d262d2f?_state=cmBVH6pBYSQ4CBEsGpMr2P2IVll0F0soRiKjjydMsbR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhNmNiNmZiLWQwZGItNGVjZS04NjE1LTJjNDcxZDI2MmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NDUwMDY5NTdaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" provided=sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 vars.name="foo/bar" vars.uuid=5a6cb6fb-d0db-4ece-8615-2c471d262d2f time="2024-11-02T13:48:19Z" level=error msg="error canceling upload after error: already closed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=dc346cc6-708c-4ba2-8df9-3fe9f5ddaff7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5a6cb6fb-d0db-4ece-8615-2c471d262d2f?_state=cmBVH6pBYSQ4CBEsGpMr2P2IVll0F0soRiKjjydMsbR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhNmNiNmZiLWQwZGItNGVjZS04NjE1LTJjNDcxZDI2MmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NDUwMDY5NTdaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=5a6cb6fb-d0db-4ece-8615-2c471d262d2f time="2024-11-02T13:48:19Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=dc346cc6-708c-4ba2-8df9-3fe9f5ddaff7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5a6cb6fb-d0db-4ece-8615-2c471d262d2f?_state=cmBVH6pBYSQ4CBEsGpMr2P2IVll0F0soRiKjjydMsbR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhNmNiNmZiLWQwZGItNGVjZS04NjE1LTJjNDcxZDI2MmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NDUwMDY5NTdaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.973554ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=5a6cb6fb-d0db-4ece-8615-2c471d262d2f 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "PUT /v2/foo/bar/blobs/uploads/5a6cb6fb-d0db-4ece-8615-2c471d262d2f?_state=cmBVH6pBYSQ4CBEsGpMr2P2IVll0F0soRiKjjydMsbR7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjVhNmNiNmZiLWQwZGItNGVjZS04NjE1LTJjNDcxZDI2MmQyZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NDUwMDY5NTdaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=0a36a5ea-abb6-4936-85ee-2a398a1077e1 http.request.method=POST http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=2.780416ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=de5b8265-57d7-48d8-bd12-dd801cf35fe1 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/af771ff3-71a4-480d-952d-108d0b5bdd99?_state=6cDhTP1TqiL42EdPWYYedFu4iZi7Ku5JowwjDBIF9bB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImFmNzcxZmYzLTcxYTQtNDgwZC05NTJkLTEwOGQwYjViZGQ5OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NTM4NDM3MDVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=4.335814ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "PUT /v2/foo/bar/blobs/uploads/af771ff3-71a4-480d-952d-108d0b5bdd99?_state=6cDhTP1TqiL42EdPWYYedFu4iZi7Ku5JowwjDBIF9bB7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImFmNzcxZmYzLTcxYTQtNDgwZC05NTJkLTEwOGQwYjViZGQ5OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NTM4NDM3MDVaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=29a93544-3855-40d9-b955-33a7048ac2fc http.request.method=POST http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.368055ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=f61a1f50-c195-4592-93af-07e87d2a98a3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5934f5c7-ffb4-4864-a55b-b99bd5666ba4?_state=Jlg7dAfccarXaGcw6Ago83eIo-6MwDuiPRpFSDQ0gAt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5MzRmNWM3LWZmYjQtNDg2NC1hNTViLWI5OWJkNTY2NmJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NjMyNTM5NTJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=4.269914ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "PUT /v2/foo/bar/blobs/uploads/5934f5c7-ffb4-4864-a55b-b99bd5666ba4?_state=Jlg7dAfccarXaGcw6Ago83eIo-6MwDuiPRpFSDQ0gAt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjU5MzRmNWM3LWZmYjQtNDg2NC1hNTViLWI5OWJkNTY2NmJhNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NjMyNTM5NTJaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:19Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=adbe5d6e-2452-4204-97b2-5afd0689e5aa http.request.method=POST http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.988354ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:25Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=c658b7c4-ed11-41b2-87a7-ee87e25d2c0f http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/e98d777f-b8a4-420d-9caf-b9f2da19d698?_state=G_eW1giHM3XLU33ilbGkli7lyCK_4WbpgwSYg8lmDMp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5OGQ3NzdmLWI4YTQtNDIwZC05Y2FmLWI5ZjJkYTE5ZDY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NzMzOTg3OThaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.duration=5.729879175s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:19 +0000] "PUT /v2/foo/bar/blobs/uploads/e98d777f-b8a4-420d-9caf-b9f2da19d698?_state=G_eW1giHM3XLU33ilbGkli7lyCK_4WbpgwSYg8lmDMp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImU5OGQ3NzdmLWI4YTQtNDIwZC05Y2FmLWI5ZjJkYTE5ZDY5OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoxOS44NzMzOTg3OThaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=74d16a80-67dd-44f6-84db-555a728495ad http.request.method=POST http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.502935ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:26 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:42915" http.request.id=66cacd0c-ac71-4f3d-94e5-4adb6202f258 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5bf3d4fa-d119-4fa5-aa84-db7bd429d979?_state=8G_RWw6nd3jbtOIbBupTKDAbFzGmnYhNpCHqQoowVn97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjViZjNkNGZhLWQxMTktNGZhNS1hYTg0LWRiN2JkNDI5ZDk3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoyNi4wOTE3MDkyNVoifQ%3D%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=5.647144287s http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:26 +0000] "PATCH /v2/foo/bar/blobs/uploads/5bf3d4fa-d119-4fa5-aa84-db7bd429d979?_state=8G_RWw6nd3jbtOIbBupTKDAbFzGmnYhNpCHqQoowVn97Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjViZjNkNGZhLWQxMTktNGZhNS1hYTg0LWRiN2JkNDI5ZDk3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODoyNi4wOTE3MDkyNVoifQ%3D%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=f5a15442-d262-482c-949a-dea3c390d908 http.request.method=PUT http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/uploads/5bf3d4fa-d119-4fa5-aa84-db7bd429d979?_state=pJ6M0c9idqB5Y7FAJz_9z0BoIEosheJIdQcXYx_swQZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjViZjNkNGZhLWQxMTktNGZhNS1hYTg0LWRiN2JkNDI5ZDk3OSIsIk9mZnNldCI6MTg3MTA1MjgsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MjZaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.duration=3.969255ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:31 +0000] "PUT /v2/foo/bar/blobs/uploads/5bf3d4fa-d119-4fa5-aa84-db7bd429d979?_state=pJ6M0c9idqB5Y7FAJz_9z0BoIEosheJIdQcXYx_swQZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjViZjNkNGZhLWQxMTktNGZhNS1hYTg0LWRiN2JkNDI5ZDk3OSIsIk9mZnNldCI6MTg3MTA1MjgsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MjZaIn0%3D&digest=sha256%3A08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=4b0f5592-fbe1-406f-b26a-7d47672b458d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.469556ms http.response.status=200 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:31 +0000] "HEAD /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:32Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=88271b0f-7337-46b4-be46-bb0775bfd15e http.request.method=GET http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=315.621732ms http.response.status=200 http.response.written=18710528 127.0.0.1 - - [02/Nov/2024:13:48:31 +0000] "GET /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 200 18710528 "" "Go-http-client/1.1" time="2024-11-02T13:48:32Z" level=error msg="error parsing digest="sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21": unsupported digest algorithm" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=205a5369-c96d-4c53-8503-3ff0638a81cc http.request.method=GET http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" vars.name="foo/bar" time="2024-11-02T13:48:32Z" 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.23.2 http.request.host="127.0.0.1:42915" http.request.id=205a5369-c96d-4c53-8503-3ff0638a81cc http.request.method=GET http.request.remoteaddr="127.0.0.1:48090" http.request.uri="/v2/foo/bar/blobs/sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.110095ms http.response.status=400 http.response.written=110 vars.digest="sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "GET /v2/foo/bar/blobs/sha257:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2024-11-02T13:48:32Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=4efbb420-52f5-4d93-b8f7-13889d4da031 http.request.method=GET http.request.remoteaddr="127.0.0.1:34720" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.duration=3.833655ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "GET /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:32Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:48:32Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:48:32Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=98e592e4-d182-4a6e-810c-0d0fe0c8a868 http.request.method=GET http.request.remoteaddr="127.0.0.1:43256" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.545296ms http.response.status=404 http.response.written=157 vars.digest="sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "GET /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=13f952ef-8918-46d3-918d-05943d6dd207 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.592935ms http.response.status=404 http.response.written=157 vars.digest="sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "HEAD /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=a7fb5409-749c-482d-83bc-26fbe283488d http.request.method=POST http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.674955ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=f7fe5014-9396-4c64-ba0b-549c9e171554 http.request.method=GET http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=4.269254ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "GET /v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=2b03fba1-a27f-46d6-a295-cec819651db4 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=3.587535ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "DELETE /v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=a37c679e-9194-43a2-a8f3-e11a1a478727 http.request.method=GET http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4 time="2024-11-02T13:48:33Z" level=error msg="response completed with error" err.code="blob upload unknown" err.detail="blob upload unknown" err.message="blob upload unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=a37c679e-9194-43a2-a8f3-e11a1a478727 http.request.method=GET http.request.remoteaddr="127.0.0.1:43268" http.request.uri="/v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.545695ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "GET /v2/foo/bar/blobs/uploads/1a6c55b0-6af6-4e21-95f3-a7c9ed04fec4?_state=L0paHkqVPP9T2Nd_fGfhg0ouS9tc3BKlBhTYthgw9Zx7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjFhNmM1NWIwLTZhZjYtNGUyMS05NWYzLWE3YzllZDA0ZmVjNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMDQzOTQ3NzhaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=751a4cb7-b4ba-4697-ab13-aacb88915d38 http.request.method=POST http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.653015ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=9eabea83-fbdd-449c-924c-90d41f9127ff http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/f4d02914-89cd-46be-8b1b-735d6aae9cca?_state=tSNV3tG1fdZXoIs3tOjRbQR1TUcxqw-pfzq5a8jk3gV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY0ZDAyOTE0LTg5Y2QtNDZiZS04YjFiLTczNWQ2YWFlOWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMjM1Njk4MzJaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" provided=sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf vars.name="foo/bar" vars.uuid=f4d02914-89cd-46be-8b1b-735d6aae9cca time="2024-11-02T13:48:33Z" level=error msg="error canceling upload after error: already closed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=9eabea83-fbdd-449c-924c-90d41f9127ff http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/f4d02914-89cd-46be-8b1b-735d6aae9cca?_state=tSNV3tG1fdZXoIs3tOjRbQR1TUcxqw-pfzq5a8jk3gV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY0ZDAyOTE0LTg5Y2QtNDZiZS04YjFiLTczNWQ2YWFlOWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMjM1Njk4MzJaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=f4d02914-89cd-46be-8b1b-735d6aae9cca time="2024-11-02T13:48:33Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=9eabea83-fbdd-449c-924c-90d41f9127ff http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/f4d02914-89cd-46be-8b1b-735d6aae9cca?_state=tSNV3tG1fdZXoIs3tOjRbQR1TUcxqw-pfzq5a8jk3gV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY0ZDAyOTE0LTg5Y2QtNDZiZS04YjFiLTczNWQ2YWFlOWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMjM1Njk4MzJaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.743455ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=f4d02914-89cd-46be-8b1b-735d6aae9cca 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "PUT /v2/foo/bar/blobs/uploads/f4d02914-89cd-46be-8b1b-735d6aae9cca?_state=tSNV3tG1fdZXoIs3tOjRbQR1TUcxqw-pfzq5a8jk3gV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImY0ZDAyOTE0LTg5Y2QtNDZiZS04YjFiLTczNWQ2YWFlOWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMjM1Njk4MzJaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=fe5c3bf5-aea8-4fb5-8ee3-dc880b197ba3 http.request.method=POST http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.848714ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=c3c70df4-ad0e-405d-9f40-aa19ddb7d644 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/42da7970-6640-478d-a8b2-b51d567620b2?_state=_-PYBfso1ok37kU4ierJhVOPQ2skqu0-uoakMsUFu997Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQyZGE3OTcwLTY2NDAtNDc4ZC1hOGIyLWI1MWQ1Njc2MjBiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMzMyNTY0MTlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=4.172594ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "PUT /v2/foo/bar/blobs/uploads/42da7970-6640-478d-a8b2-b51d567620b2?_state=_-PYBfso1ok37kU4ierJhVOPQ2skqu0-uoakMsUFu997Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjQyZGE3OTcwLTY2NDAtNDc4ZC1hOGIyLWI1MWQ1Njc2MjBiMiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wMzMyNTY0MTlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=a13b53cf-840d-4263-ba34-2613355d4a14 http.request.method=POST http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.788155ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=f736ffe4-0aba-42dd-a8b7-cc8e188e1011 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/c0884d3e-1210-41c7-959d-b1e9c5bdd1d8?_state=HSoCr9wrBrFqEOnvNZ4DQQlJHZ306RI5rd2Il-oaJLd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImMwODg0ZDNlLTEyMTAtNDFjNy05NTlkLWIxZTljNWJkZDFkOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wNDMwOTgzODZaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=3.856315ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "PUT /v2/foo/bar/blobs/uploads/c0884d3e-1210-41c7-959d-b1e9c5bdd1d8?_state=HSoCr9wrBrFqEOnvNZ4DQQlJHZ306RI5rd2Il-oaJLd7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImMwODg0ZDNlLTEyMTAtNDFjNy05NTlkLWIxZTljNWJkZDFkOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wNDMwOTgzODZaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=c47cfa69-a635-43a9-9ae3-31d8fd06a4a5 http.request.method=POST http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.462296ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:37Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=3bb91e3d-c9a4-4543-8955-4f1dd7c19e4c http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/3e1fe29b-efca-403d-9507-131182b73496?_state=Uc-JzDBywgCkf3qADo8sk8T7EUFOMwFT7zi0s2N9pBh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNlMWZlMjliLWVmY2EtNDAzZC05NTA3LTEzMTE4MmI3MzQ5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wNTIxNDc2NTNaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.duration=4.821778509s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:33 +0000] "PUT /v2/foo/bar/blobs/uploads/3e1fe29b-efca-403d-9507-131182b73496?_state=Uc-JzDBywgCkf3qADo8sk8T7EUFOMwFT7zi0s2N9pBh7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjNlMWZlMjliLWVmY2EtNDAzZC05NTA3LTEzMTE4MmI3MzQ5NiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozMy4wNTIxNDc2NTNaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=2479e322-a900-426c-8613-6fa6e5e64a2e http.request.method=POST http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.482095ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:38 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:40733" http.request.id=00682bdb-7228-49e8-b7ca-eaec571da878 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/9bd4bb22-8c33-4057-a59b-1ece89f2d308?_state=iuJtHeWlQJokNZn2ZRN1VhVABfdLKmSlrPzh6rBLFUt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjliZDRiYjIyLThjMzMtNDA1Ny1hNTliLTFlY2U4OWYyZDMwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozOC4zMjgxMTYwMDZaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=5.92524419s http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:38 +0000] "PATCH /v2/foo/bar/blobs/uploads/9bd4bb22-8c33-4057-a59b-1ece89f2d308?_state=iuJtHeWlQJokNZn2ZRN1VhVABfdLKmSlrPzh6rBLFUt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjliZDRiYjIyLThjMzMtNDA1Ny1hNTliLTFlY2U4OWYyZDMwOCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODozOC4zMjgxMTYwMDZaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=08e373e2-2d9d-431b-88c0-29dad1c23e1f http.request.method=PUT http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/uploads/9bd4bb22-8c33-4057-a59b-1ece89f2d308?_state=DjzMnKTb_pPwGwUygzRRhjrNs9MoUdjleIN2fnDzktJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjliZDRiYjIyLThjMzMtNDA1Ny1hNTliLTFlY2U4OWYyZDMwOCIsIk9mZnNldCI6MTcyNzA3ODQsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MzhaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.duration=5.924112ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "PUT /v2/foo/bar/blobs/uploads/9bd4bb22-8c33-4057-a59b-1ece89f2d308?_state=DjzMnKTb_pPwGwUygzRRhjrNs9MoUdjleIN2fnDzktJ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjliZDRiYjIyLThjMzMtNDA1Ny1hNTliLTFlY2U4OWYyZDMwOCIsIk9mZnNldCI6MTcyNzA3ODQsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6MzhaIn0%3D&digest=sha256%3A91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=5e7710e8-c774-4e17-8d87-2627c2d33572 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.859235ms http.response.status=200 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "HEAD /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=8a5af528-72f3-4981-bd9a-d17eeec7cff3 http.request.method=GET http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=279.971939ms http.response.status=200 http.response.written=17270784 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "GET /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 200 17270784 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=error msg="error parsing digest="sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf": unsupported digest algorithm" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=ea298690-a9ba-4b9b-b899-774cde3f5d9d http.request.method=GET http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" vars.name="foo/bar" time="2024-11-02T13:48:44Z" 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.23.2 http.request.host="127.0.0.1:40733" http.request.id=ea298690-a9ba-4b9b-b899-774cde3f5d9d http.request.method=GET http.request.remoteaddr="127.0.0.1:43284" http.request.uri="/v2/foo/bar/blobs/sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.126916ms http.response.status=400 http.response.written=110 vars.digest="sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "GET /v2/foo/bar/blobs/sha257:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=f5f83c9b-694e-4de5-8632-1400871d5fe5 http.request.method=GET http.request.remoteaddr="127.0.0.1:48350" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.duration=4.030075ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "GET /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=657556f7-c9ce-4975-8ed8-eccf5da3f38f http.request.method=GET http.request.remoteaddr="127.0.0.1:48346" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=32.452896ms http.response.status=200 http.response.written=2654208 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "GET /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 200 2654208 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40733" http.request.id=ce88f531-bafd-4901-b5b0-38f4945816f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:48350" http.request.uri="/v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=9.744067ms http.response.status=200 http.response.written=393216 127.0.0.1 - - [02/Nov/2024:13:48:44 +0000] "GET /v2/foo/bar/blobs/sha256:91063edc63170e52ea17a6a4b1adfe7fa27c367f547592c2747de1432a269bdf HTTP/1.1" 200 393216 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=e708a54d-faa7-4150-98ed-9ce177edffe7 http.request.method=GET http.request.remoteaddr="127.0.0.1:34714" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=12.521272169s http.response.status=200 http.response.written=2654208 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "GET /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 200 2654208 "" "Go-http-client/1.1" time="2024-11-02T13:48:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:42915" http.request.id=3d6b306b-458b-45b5-8a06-508513d1e01f http.request.method=GET http.request.remoteaddr="127.0.0.1:34720" http.request.uri="/v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=12.509132586s http.response.status=200 http.response.written=2555904 127.0.0.1 - - [02/Nov/2024:13:48:32 +0000] "GET /v2/foo/bar/blobs/sha256:08a6adce0c4987562b5a276c4d900eec27c423981815f0f25f0728c87fe8dd21 HTTP/1.1" 200 2555904 "" "Go-http-client/1.1" --- PASS: TestBlobAPI (25.78s) === RUN TestBlobDelete time="2024-11-02T13:48: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.23.2 time="2024-11-02T13:48:44Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:48:45Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=a625da05-9fed-4371-93fe-8c27a43f9352 http.request.method=GET http.request.remoteaddr="127.0.0.1:56808" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.393336ms http.response.status=404 http.response.written=157 vars.digest="sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "GET /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=2915e85d-3a38-4f0a-ba6a-07bda5d4931f http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.046156ms http.response.status=404 http.response.written=157 vars.digest="sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "HEAD /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=ca7d6cb6-e4f8-4954-8e69-49c4247179a1 http.request.method=POST http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.470095ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=52a6b307-9c08-4721-a02b-60ccb39fd4af http.request.method=GET http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=3.134436ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "GET /v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=5c9e1307-179b-485e-8916-8a8d8c74826a http.request.method=DELETE http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=3.549055ms http.response.status=204 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "DELETE /v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D HTTP/1.1" 204 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=error msg="error resolving upload: blob upload unknown" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=e2ff1caf-6b6f-4c08-82f4-6be8e66f2915 http.request.method=GET http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=dc14fe26-a83b-446d-8f2e-ec70b292b96a time="2024-11-02T13:48:45Z" 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.23.2 http.request.host="127.0.0.1:35039" http.request.id=e2ff1caf-6b6f-4c08-82f4-6be8e66f2915 http.request.method=GET http.request.remoteaddr="127.0.0.1:56824" http.request.uri="/v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=11.486204ms http.response.status=404 http.response.written=100 vars.name="foo/bar" vars.uuid=dc14fe26-a83b-446d-8f2e-ec70b292b96a 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "GET /v2/foo/bar/blobs/uploads/dc14fe26-a83b-446d-8f2e-ec70b292b96a?_state=tfLrF4QWVcG9c2x7NVCv_rAREGxSqWgx1ur5xBpOrml7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImRjMTRmZTI2LWE4M2ItNDQ2ZC04ZjJlLWVjNzBiMjkyYjk2YSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43MzcwMDEyNjFaIn0%3D HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=d3a0d61d-4114-4b91-bdaa-858e602eb8f2 http.request.method=POST http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=14.65022ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=error msg="canonical digest does match provided digest" canonical=sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=d65994ae-e07c-4527-a75d-f030e6c95e48 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/781e8916-4f34-47b2-8294-6d291f7b23c6?_state=x-62MVuXKyBdDIDP2-c-XuVM2dWOEEdFhAMPmzSHvul7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc4MWU4OTE2LTRmMzQtNDdiMi04Mjk0LTZkMjkxZjdiMjNjNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43NzM4ODAwMzFaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" provided=sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 vars.name="foo/bar" vars.uuid=781e8916-4f34-47b2-8294-6d291f7b23c6 time="2024-11-02T13:48:45Z" level=error msg="error canceling upload after error: already closed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=d65994ae-e07c-4527-a75d-f030e6c95e48 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/781e8916-4f34-47b2-8294-6d291f7b23c6?_state=x-62MVuXKyBdDIDP2-c-XuVM2dWOEEdFhAMPmzSHvul7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc4MWU4OTE2LTRmMzQtNDdiMi04Mjk0LTZkMjkxZjdiMjNjNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43NzM4ODAwMzFaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.uuid=781e8916-4f34-47b2-8294-6d291f7b23c6 time="2024-11-02T13:48:45Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="invalid digest for referenced layer: sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255, content does not match digest" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=d65994ae-e07c-4527-a75d-f030e6c95e48 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/781e8916-4f34-47b2-8294-6d291f7b23c6?_state=x-62MVuXKyBdDIDP2-c-XuVM2dWOEEdFhAMPmzSHvul7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc4MWU4OTE2LTRmMzQtNDdiMi04Mjk0LTZkMjkxZjdiMjNjNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43NzM4ODAwMzFaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=18.687694ms http.response.status=400 http.response.written=204 vars.name="foo/bar" vars.uuid=781e8916-4f34-47b2-8294-6d291f7b23c6 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "PUT /v2/foo/bar/blobs/uploads/781e8916-4f34-47b2-8294-6d291f7b23c6?_state=x-62MVuXKyBdDIDP2-c-XuVM2dWOEEdFhAMPmzSHvul7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijc4MWU4OTE2LTRmMzQtNDdiMi04Mjk0LTZkMjkxZjdiMjNjNiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS43NzM4ODAwMzFaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 400 204 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=1edd1b25-b1f8-4ac0-b318-868928e892ad http.request.method=POST http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=7.95007ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=c3e46920-0c29-4636-9e63-211d187d94eb http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/105c7fca-812c-4dfc-ad13-29404e3963f5?_state=158hHOudVeHs---5hb3EqOZCo20nC1PdhWsggvGKOwZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEwNWM3ZmNhLTgxMmMtNGRmYy1hZDEzLTI5NDA0ZTM5NjNmNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44MDQ4NTMwMDlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" http.request.useragent="Go-http-client/1.1" http.response.duration=9.387547ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "PUT /v2/foo/bar/blobs/uploads/105c7fca-812c-4dfc-ad13-29404e3963f5?_state=158hHOudVeHs---5hb3EqOZCo20nC1PdhWsggvGKOwZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEwNWM3ZmNhLTgxMmMtNGRmYy1hZDEzLTI5NDA0ZTM5NjNmNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44MDQ4NTMwMDlaIn0%3D&digest=sha256%3Ae3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=b4d32369-0037-41ef-af9b-f6ad58cd2628 http.request.method=POST http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=16.348337ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=000ee6fc-e9e9-469a-b13c-15a1cf20684a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/0fccf941-afb7-4196-8368-4a5f4a9678cb?_state=jBa6ni3YejFtDtrjTSWSMCyk41qBernPnzkBbXvwdXV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBmY2NmOTQxLWFmYjctNDE5Ni04MzY4LTRhNWY0YTk2NzhjYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44MzI4NzYxMTFaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef" http.request.useragent="Go-http-client/1.1" http.response.duration=10.571186ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "PUT /v2/foo/bar/blobs/uploads/0fccf941-afb7-4196-8368-4a5f4a9678cb?_state=jBa6ni3YejFtDtrjTSWSMCyk41qBernPnzkBbXvwdXV7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBmY2NmOTQxLWFmYjctNDE5Ni04MzY4LTRhNWY0YTk2NzhjYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44MzI4NzYxMTFaIn0%3D&digest=sha256%3A5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=39804b60-479d-4a20-9d05-6d79d6e6228e http.request.method=POST http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=6.216151ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:55Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=56a34b0a-b3aa-45a1-b17b-cf28adf8c025 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/fac3ffb7-3917-4c8a-94a9-2f33795fae70?_state=XcTs3MAMbB4mTWrdQXz_YBwguUP0mar0J5G95CLLKFp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZhYzNmZmI3LTM5MTctNGM4YS05NGE5LTJmMzM3OTVmYWU3MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44NTI1MzMyNDRaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.duration=9.780771313s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:45 +0000] "PUT /v2/foo/bar/blobs/uploads/fac3ffb7-3917-4c8a-94a9-2f33795fae70?_state=XcTs3MAMbB4mTWrdQXz_YBwguUP0mar0J5G95CLLKFp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImZhYzNmZmI3LTM5MTctNGM4YS05NGE5LTJmMzM3OTVmYWU3MCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo0NS44NTI1MzMyNDRaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:48:56Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=12ab5766-23f5-4a49-825d-9549829aea16 http.request.method=POST http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.045555ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:56 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:35039" http.request.id=1ef5b6d9-85eb-4299-8496-77374800b883 http.request.method=PATCH http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/c75e76f7-e23e-452e-8f48-9481fa9ed8de?_state=hHvri4Sp4J-lrnhWXeFLS-X_Rx00nPS-ECPyjeeUxyl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NWU3NmY3LWUyM2UtNDUyZS04ZjQ4LTk0ODFmYTllZDhkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo1Ni4zMzE4MzYxMjlaIn0%3D" http.request.useragent="Go-http-client/1.1" http.response.duration=10.926108158s http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:48:56 +0000] "PATCH /v2/foo/bar/blobs/uploads/c75e76f7-e23e-452e-8f48-9481fa9ed8de?_state=hHvri4Sp4J-lrnhWXeFLS-X_Rx00nPS-ECPyjeeUxyl7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NWU3NmY3LWUyM2UtNDUyZS04ZjQ4LTk0ODFmYTllZDhkZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0ODo1Ni4zMzE4MzYxMjlaIn0%3D HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=b2d517d4-7e71-42ff-b6db-4edecd936c67 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/uploads/c75e76f7-e23e-452e-8f48-9481fa9ed8de?_state=0ssAlsEtRe7UPCSGeWGauiGyLc7MDEa30ewMjKiW8V17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NWU3NmY3LWUyM2UtNDUyZS04ZjQ4LTk0ODFmYTllZDhkZSIsIk9mZnNldCI6MjI3MjU2MzIsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6NTZaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.duration=4.245294ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "PUT /v2/foo/bar/blobs/uploads/c75e76f7-e23e-452e-8f48-9481fa9ed8de?_state=0ssAlsEtRe7UPCSGeWGauiGyLc7MDEa30ewMjKiW8V17Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImM3NWU3NmY3LWUyM2UtNDUyZS04ZjQ4LTk0ODFmYTllZDhkZSIsIk9mZnNldCI6MjI3MjU2MzIsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NDg6NTZaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=9937b9da-c6e4-4006-801c-89f222b389cf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=3.488095ms http.response.status=200 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "HEAD /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=ec51697d-5ec4-4d77-9621-a97ab22d1c81 http.request.method=GET http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=503.527056ms http.response.status=200 http.response.written=22725632 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "GET /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 200 22725632 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=error msg="error parsing digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255": unsupported digest algorithm" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=715d63e6-2abf-4d5e-a38f-5df3fc58f959 http.request.method=GET http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" time="2024-11-02T13:49:07Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=715d63e6-2abf-4d5e-a38f-5df3fc58f959 http.request.method=GET http.request.remoteaddr="127.0.0.1:56830" http.request.uri="/v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.358255ms http.response.status=400 http.response.written=110 vars.digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "GET /v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=de7a1366-ac79-4954-b75f-e3b75d30543f http.request.method=GET http.request.remoteaddr="127.0.0.1:43716" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.duration=4.298674ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "GET /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=f03b1bf9-2587-4d93-b48d-cd547593fd49 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43732" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.duration=3.881915ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "DELETE /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=2e19dc16-e5a4-4cc9-805d-613f2453488d http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43732" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.161956ms http.response.status=404 http.response.written=157 vars.digest="sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "HEAD /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 404 157 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=error msg="response completed with error" err.code="blob unknown" err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=31488026-3d79-4b04-95bd-0536beafcdeb http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43732" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.244915ms http.response.status=404 http.response.written=74 vars.digest="sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "DELETE /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 404 74 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=error msg="error parsing digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255": unsupported digest algorithm" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=9dc6233f-4f0c-44e2-b832-8f61a935bedf http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43738" http.request.uri="/v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" vars.digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" time="2024-11-02T13:49:07Z" level=error msg="response completed with error" err.code="digest invalid" err.detail="unsupported digest algorithm" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=9dc6233f-4f0c-44e2-b832-8f61a935bedf http.request.method=DELETE http.request.remoteaddr="127.0.0.1:43738" http.request.uri="/v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.542415ms http.response.status=400 http.response.written=110 vars.digest="sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "DELETE /v2/foo/bar/blobs/sha257:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 400 110 "" "Go-http-client/1.1" time="2024-11-02T13:49:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=390a91f6-9a02-4477-85a9-241d1653bf5a http.request.method=POST http.request.remoteaddr="127.0.0.1:43744" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.849975ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=ecb5ddec-976d-4dd5-89f1-8182f51d1560 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43744" http.request.uri="/v2/foo/bar/blobs/uploads/ccadb8f6-f258-4481-b48f-0d7d1bb2d972?_state=XlHgfwY-yEuX2pVlxq4-8zVo_diOrFfWjNLy5hnb7Hp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNjYWRiOGY2LWYyNTgtNDQ4MS1iNDhmLTBkN2QxYmIyZDk3MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OTowNy45NjAyMTE2NzNaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.duration=9.065404927s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "PUT /v2/foo/bar/blobs/uploads/ccadb8f6-f258-4481-b48f-0d7d1bb2d972?_state=XlHgfwY-yEuX2pVlxq4-8zVo_diOrFfWjNLy5hnb7Hp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImNjYWRiOGY2LWYyNTgtNDQ4MS1iNDhmLTBkN2QxYmIyZDk3MiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OTowNy45NjAyMTE2NzNaIn0%3D&digest=sha256%3Ad81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=8522f2ff-0956-4c52-8310-afd346958ccf http.request.method=HEAD http.request.remoteaddr="127.0.0.1:43744" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=4.036255ms http.response.status=200 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:17 +0000] "HEAD /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 200 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=02ed021f-185c-4478-82ec-b7412c1bd4a4 http.request.method=GET http.request.remoteaddr="127.0.0.1:43700" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=9.71084261s http.response.status=200 http.response.written=2654208 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "GET /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 200 2654208 "" "Go-http-client/1.1" time="2024-11-02T13:49:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35039" http.request.id=7e538b5e-dca5-4004-b098-fe26a5823d9c http.request.method=GET http.request.remoteaddr="127.0.0.1:43716" http.request.uri="/v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/octet-stream" http.response.duration=9.69642599s http.response.status=200 http.response.written=2555904 127.0.0.1 - - [02/Nov/2024:13:49:07 +0000] "GET /v2/foo/bar/blobs/sha256:d81a25b534fd536f2d26a9b6135936ac17a1e322d6ec136709b47ea28eef4255 HTTP/1.1" 200 2555904 "" "Go-http-client/1.1" --- PASS: TestBlobDelete (32.84s) === RUN TestRelativeURL time="2024-11-02T13:49:17Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:49:17Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:49:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:45647" http.request.id=61085ee8-c551-4dec-88df-e45952ac4b7e http.request.method=POST http.request.remoteaddr="127.0.0.1:41438" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.651115ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:17 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:22Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:45647" http.request.id=851a63bf-7982-43dd-a063-12fcfe0cb781 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41438" http.request.uri="/v2/foo/bar/blobs/uploads/d0ff4afe-804f-47fa-ad54-00115f7c1a03?_state=47iB7WaVKu-Fk4ismP1XWzdwtP6JcDnk6_JR6YVIEGt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwZmY0YWZlLTgwNGYtNDdmYS1hZDU0LTAwMTE1ZjdjMWEwMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OToxNy42NDA3MDc0MDVaIn0%3D&digest=sha256%3Aaf73989313955371e7caa58257a9fef0877bfa64a70e9194b211ebfc478c1108" http.request.useragent="Go-http-client/1.1" http.response.duration=4.199188716s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:18 +0000] "PUT /v2/foo/bar/blobs/uploads/d0ff4afe-804f-47fa-ad54-00115f7c1a03?_state=47iB7WaVKu-Fk4ismP1XWzdwtP6JcDnk6_JR6YVIEGt7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6ImQwZmY0YWZlLTgwNGYtNDdmYS1hZDU0LTAwMTE1ZjdjMWEwMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OToxNy42NDA3MDc0MDVaIn0%3D&digest=sha256%3Aaf73989313955371e7caa58257a9fef0877bfa64a70e9194b211ebfc478c1108 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:23Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:45647" http.request.id=6de842f7-5082-4e67-b114-0b377c136b77 http.request.method=POST http.request.remoteaddr="127.0.0.1:41438" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.475555ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:23 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:23Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:45647" http.request.id=dcb4d83f-8f3e-459f-8535-ecc31604c43c http.request.method=POST http.request.remoteaddr="127.0.0.1:41438" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.087956ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:23 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:49:41Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:45647" http.request.id=0c36aa23-32b0-4cbc-951b-4dde71adc10d http.request.method=PUT http.request.remoteaddr="127.0.0.1:41438" http.request.uri="/v2/foo/bar/blobs/uploads/131bdf78-7726-47c4-b63d-d8401161fbda?_state=aZ3LtJElzY8ql3rOXFxZlvCz3Md_HTaaOFqXwdnZ5LZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzMWJkZjc4LTc3MjYtNDdjNC1iNjNkLWQ4NDAxMTYxZmJkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OToyMy42MjYyMjI1MzVaIn0%3D&digest=sha256%3A91f256ff0f99e087d4b924800fe942c1695be0a0bc98648a98d978b9173858ef" http.request.useragent="Go-http-client/1.1" http.response.duration=17.894237998s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:23 +0000] "PUT /v2/foo/bar/blobs/uploads/131bdf78-7726-47c4-b63d-d8401161fbda?_state=aZ3LtJElzY8ql3rOXFxZlvCz3Md_HTaaOFqXwdnZ5LZ7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjEzMWJkZjc4LTc3MjYtNDdjNC1iNjNkLWQ4NDAxMTYxZmJkYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OToyMy42MjYyMjI1MzVaIn0%3D&digest=sha256%3A91f256ff0f99e087d4b924800fe942c1695be0a0bc98648a98d978b9173858ef HTTP/1.1" 201 0 "" "Go-http-client/1.1" --- PASS: TestRelativeURL (23.90s) === RUN TestBlobDeleteDisabled time="2024-11-02T13:49: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.23.2 time="2024-11-02T13:49:41Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:49:42Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:40761" http.request.id=9fc5047f-b3b9-48b6-bdd9-cccb01f78a00 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:46074" http.request.uri="/v2/foo/bar/blobs/sha256:28c09cd4a2c71810e0c9a6a778e38049379bce57ae8278387b22e21e3873c88a" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.591575ms http.response.status=405 http.response.written=78 vars.digest="sha256:28c09cd4a2c71810e0c9a6a778e38049379bce57ae8278387b22e21e3873c88a" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:49:42 +0000] "DELETE /v2/foo/bar/blobs/sha256:28c09cd4a2c71810e0c9a6a778e38049379bce57ae8278387b22e21e3873c88a HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestBlobDeleteDisabled (0.85s) === RUN TestDeleteDisabled time="2024-11-02T13:49:42Z" 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.23.2 time="2024-11-02T13:49:42Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:49:43Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41113" http.request.id=71b8c35c-978d-4e13-ab2b-4e569cb6d0b4 http.request.method=POST http.request.remoteaddr="127.0.0.1:33076" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.117214ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:43 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:02Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41113" http.request.id=ebb765aa-c3a2-4805-ae22-0158b87505d6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:33076" http.request.uri="/v2/foo/bar/blobs/uploads/4d098bc9-f1a2-4d46-ad40-0820e741ecca?_state=XrezYkOt-vNYL_q1QvBLrZOH0T3pWZ4WNwS5bz1DB4d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRkMDk4YmM5LWYxYTItNGQ0Ni1hZDQwLTA4MjBlNzQxZWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OTo0My42MTEyMTcxNzNaIn0%3D&digest=sha256%3Abd845c21b4dfa8b7eb16cb44457a4f340be21be60c3d0bd5df7684ca893c8301" http.request.useragent="Go-http-client/1.1" http.response.duration=18.548761291s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:49:43 +0000] "PUT /v2/foo/bar/blobs/uploads/4d098bc9-f1a2-4d46-ad40-0820e741ecca?_state=XrezYkOt-vNYL_q1QvBLrZOH0T3pWZ4WNwS5bz1DB4d7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjRkMDk4YmM5LWYxYTItNGQ0Ni1hZDQwLTA4MjBlNzQxZWNjYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo0OTo0My42MTEyMTcxNzNaIn0%3D&digest=sha256%3Abd845c21b4dfa8b7eb16cb44457a4f340be21be60c3d0bd5df7684ca893c8301 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:02Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:41113" http.request.id=7c19705f-a755-4242-857a-5ba488e2da6f http.request.method=DELETE http.request.remoteaddr="127.0.0.1:33076" http.request.uri="/v2/foo/bar/blobs/sha256:bd845c21b4dfa8b7eb16cb44457a4f340be21be60c3d0bd5df7684ca893c8301" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.617055ms http.response.status=405 http.response.written=78 vars.digest="sha256:bd845c21b4dfa8b7eb16cb44457a4f340be21be60c3d0bd5df7684ca893c8301" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:50:02 +0000] "DELETE /v2/foo/bar/blobs/sha256:bd845c21b4dfa8b7eb16cb44457a4f340be21be60c3d0bd5df7684ca893c8301 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestDeleteDisabled (19.79s) === RUN TestDeleteReadOnly time="2024-11-02T13:50:02Z" 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.23.2 time="2024-11-02T13:50:02Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:50:02Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41137" http.request.id=49ca11fd-6cae-43ae-ba6e-69835946ebca http.request.method=POST http.request.remoteaddr="127.0.0.1:53494" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.505453ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:02 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:07Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41137" http.request.id=38a04d7d-618d-43f6-ac6f-575197ed170d http.request.method=PUT http.request.remoteaddr="127.0.0.1:53494" http.request.uri="/v2/foo/bar/blobs/uploads/98e7a851-c6a4-4ae7-b659-54227abc9c25?_state=D0H5YjN6eBIciULQATXZiWe28w9UCrkBpPB74p7PQi57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk4ZTdhODUxLWM2YTQtNGFlNy1iNjU5LTU0MjI3YWJjOWMyNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MDowMi44OTY4MTc1NjRaIn0%3D&digest=sha256%3A93d88dc74ad2d93b27f062da7bbd8318525be6ef18ede333bab2320a8496be6b" http.request.useragent="Go-http-client/1.1" http.response.duration=4.821612872s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:02 +0000] "PUT /v2/foo/bar/blobs/uploads/98e7a851-c6a4-4ae7-b659-54227abc9c25?_state=D0H5YjN6eBIciULQATXZiWe28w9UCrkBpPB74p7PQi57Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijk4ZTdhODUxLWM2YTQtNGFlNy1iNjU5LTU0MjI3YWJjOWMyNSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MDowMi44OTY4MTc1NjRaIn0%3D&digest=sha256%3A93d88dc74ad2d93b27f062da7bbd8318525be6ef18ede333bab2320a8496be6b HTTP/1.1" 201 0 "" "Go-http-client/1.1" 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "DELETE /v2/foo/bar/blobs/sha256:93d88dc74ad2d93b27f062da7bbd8318525be6ef18ede333bab2320a8496be6b HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestDeleteReadOnly (5.56s) === RUN TestStartPushReadOnly time="2024-11-02T13:50:07Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:50:07Z" level=info msg="redis not configured" go.version=go1.23.2 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 19 "" "Go-http-client/1.1" --- PASS: TestStartPushReadOnly (0.01s) === RUN TestManifestAPI time="2024-11-02T13:50:07Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:50:07Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=e9960d25-1bea-49ad-982c-fe73e1263cc9 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" 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=3.548215ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2024-11-02T13:50:07Z" 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.23.2 http.request.host="127.0.0.1:41357" http.request.id=08445560-336a-46a5-b54c-cdbb7b1df6e1 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" 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=3.744135ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=a0e87458-0404-4742-9945-8d56d2298aa0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" 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=3.164336ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=10cb0d14-d14a-46f3-895a-aca57dcbf989 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" 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=5.390912ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=10cb0d14-d14a-46f3-895a-aca57dcbf989 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" 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=5.584992ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=10cb0d14-d14a-46f3-895a-aca57dcbf989 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" 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=5.731712ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:07Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=10cb0d14-d14a-46f3-895a-aca57dcbf989 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" 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=5.864872ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:07 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2024-11-02T13:50:08Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=28acfbf0-6b1d-4036-b6c2-232d73a019c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.567335ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:08 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:16Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=90de0e2f-27d2-4853-b639-8e7430e69dce http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/blobs/uploads/a11ddac1-c16d-4fb4-afe4-174ad5ed706d?_state=lYnWJBaVcHAilQlakOAG-2Bp53xzGr0okYqZj__daTt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJhMTFkZGFjMS1jMTZkLTRmYjQtYWZlNC0xNzRhZDVlZDcwNmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MDguNTk1MzU5ODI2WiJ9&digest=sha256%3Af1e4af3f10007250535e9eaf759b2b62f3786f597f291d8a1314d4f8b71fa410" http.request.useragent="Go-http-client/1.1" http.response.duration=8.002603433s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:08 +0000] "PUT /v2/foo/schema1/blobs/uploads/a11ddac1-c16d-4fb4-afe4-174ad5ed706d?_state=lYnWJBaVcHAilQlakOAG-2Bp53xzGr0okYqZj__daTt7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJhMTFkZGFjMS1jMTZkLTRmYjQtYWZlNC0xNzRhZDVlZDcwNmQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MDguNTk1MzU5ODI2WiJ9&digest=sha256%3Af1e4af3f10007250535e9eaf759b2b62f3786f597f291d8a1314d4f8b71fa410 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=9b5f3a08-a75b-4498-827b-db1320918d2d http.request.method=POST http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=8.04727ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:17 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=8b42d1a4-bf43-48ae-9baa-4663c69df5a3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/blobs/uploads/2396915b-9375-4ecf-b923-105ee391e806?_state=GCiSo38vne6T9z9A7rHITCmDWacZKZ7NCOOKHf3R7Ed7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyMzk2OTE1Yi05Mzc1LTRlY2YtYjkyMy0xMDVlZTM5MWU4MDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MTcuNjI2MDYxNDYzWiJ9&digest=sha256%3A8a944fab20aa94f823b54d6978e1f617851aa181da77bd7d051fe45aba94181e" http.request.useragent="Go-http-client/1.1" http.response.duration=9.16908293s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:17 +0000] "PUT /v2/foo/schema1/blobs/uploads/2396915b-9375-4ecf-b923-105ee391e806?_state=GCiSo38vne6T9z9A7rHITCmDWacZKZ7NCOOKHf3R7Ed7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiIyMzk2OTE1Yi05Mzc1LTRlY2YtYjkyMy0xMDVlZTM5MWU4MDYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MTcuNjI2MDYxNDYzWiJ9&digest=sha256%3A8a944fab20aa94f823b54d6978e1f617851aa181da77bd7d051fe45aba94181e HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=3a2b4819-c038-4402-ac4e-d33a09e9ca3b http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.31355ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=e37853a6-c495-467e-8fea-c2d01adaea72 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.duration=6.637771ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=68c93e3e-556f-44e2-abfd-68f3ce659844 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" 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.346393ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=f3f9772d-ea83-4496-bb00-3cc9b0167ebd http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.611753ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:41357" http.request.id=59c1e32d-1987-4aed-b0f0-79dc8ecc08e7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.duration=6.441451ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:41357" http.request.id=08c199b6-df5c-4684-bfda-55846f52c042 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.duration=7.27247ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:41357" http.request.id=32dc3ff5-1780-47cc-af2e-b2000f6ee34d http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.duration=7.791269ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=3df39b89-3fe9-413b-9000-50fb816a6adc http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=6.386931ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=b764b1cd-1858-4bd6-a1bd-a5554f4b88e7 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.381776ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=a38630c6-aaf5-4cfa-8826-63f346e91f04 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.duration=3.605415ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=70d4be2d-29d5-4f1c-986e-71021c3048f6 http.request.method=GET http.request.remoteaddr="127.0.0.1:49206" 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=3.268376ms http.response.status=200 http.response.written=41 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=error msg="payload digest does match: "sha256:3553b6a6ee57e4ec5e12a5bcbfd185bfb769ef7607fbab2077f3ecaa51e4303a" != "sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2"" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=f8acda3d-3644-42ff-ab73-4d2500e26595 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=f8acda3d-3644-42ff-ab73-4d2500e26595 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49206" http.request.uri="/v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.103215ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2" 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema1/manifests/sha256:efcad7d485555f80a35e641ab58ed7f99acc53a2bf45a5356a85806f2f005fd2 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=255f5530-3135-42ca-bd54-ef08b0c5139a http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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=4.003235ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="name unknown" err.detail=map[name:foo/schema2] err.message="repository name not known to registry" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=0ac87ecf-c269-4e68-8896-6c9f40e86e0b http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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=3.544456ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=b1313a25-a1bf-41c2-b945-0f35961242d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=3.868314ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=b1313a25-a1bf-41c2-b945-0f35961242d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=4.062114ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=b1313a25-a1bf-41c2-b945-0f35961242d3 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=4.160734ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=a8218d7c-1c92-4dfd-89b8-cb607371a44d http.request.method=POST http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.274434ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=eae29ff0-0c9a-44c4-a968-efeb5981d416 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/c26402d8-0b83-4dda-aab4-4aec978adb2a?_state=yDJD3I34oz9mP4jIpuJDVdDS7nPuIeq5Ag1B_hhEXyl7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjMjY0MDJkOC0wYjgzLTRkZGEtYWFiNC00YWVjOTc4YWRiMmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MjYuOTA2MjU0MzgzWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=4.942673ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema2/blobs/uploads/c26402d8-0b83-4dda-aab4-4aec978adb2a?_state=yDJD3I34oz9mP4jIpuJDVdDS7nPuIeq5Ag1B_hhEXyl7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJjMjY0MDJkOC0wYjgzLTRkZGEtYWFiNC00YWVjOTc4YWRiMmEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MjYuOTA2MjU0MzgzWiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:463434349086340864309863409683460843608348608934092322395278926a err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=9ef1c602-deb8-4651-a89e-9212125cb594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=4.825953ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:26Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:630923423623623423352523525237238023652897356239852383652aaaaaaa err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=9ef1c602-deb8-4651-a89e-9212125cb594 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=5.041553ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:26 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2024-11-02T13:50:27Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=aa10c69b-cf91-4a90-b258-6b17ec06e5b2 http.request.method=POST http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.417674ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:27 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:32Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=64500810-b077-445c-82ea-b9496aec5d82 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/55102f29-4f54-4e53-b8a6-bbd842d4689d?_state=9tXf58IuXFbyDkxhRkYKZwQzbBFuxGIlr_ElTIUfS7J7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1NTEwMmYyOS00ZjU0LTRlNTMtYjhhNi1iYmQ4NDJkNDY4OWQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MjcuNjQwMDY2Mjg3WiJ9&digest=sha256%3A82584774d8e50dbb9b38a2ecdafad7cac45d693869b515584af25d9ca25234c1" http.request.useragent="Go-http-client/1.1" http.response.duration=4.887345085s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:27 +0000] "PUT /v2/foo/schema2/blobs/uploads/55102f29-4f54-4e53-b8a6-bbd842d4689d?_state=9tXf58IuXFbyDkxhRkYKZwQzbBFuxGIlr_ElTIUfS7J7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI1NTEwMmYyOS00ZjU0LTRlNTMtYjhhNi1iYmQ4NDJkNDY4OWQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MjcuNjQwMDY2Mjg3WiJ9&digest=sha256%3A82584774d8e50dbb9b38a2ecdafad7cac45d693869b515584af25d9ca25234c1 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:33Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=156a1b95-2b21-4054-9ea2-cb66ec1c3d0d http.request.method=POST http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.522095ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:33 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=057b0a1f-553e-4845-a065-6f7b03083211 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/blobs/uploads/d4a42687-6615-4064-a6bc-8c62dc94a81a?_state=0RcQFkKPNjztY4qTIqZN31Vng0AWK3qghrJLuBXG8Pd7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJkNGE0MjY4Ny02NjE1LTQwNjQtYTZiYy04YzYyZGM5NGE4MWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MzMuMjc4ODA2MDExWiJ9&digest=sha256%3Ab6510bd6fe4256231914edbca73d586bc57782e49bc8469a5f3adf3ac679edd5" http.request.useragent="Go-http-client/1.1" http.response.duration=5.202606816s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:33 +0000] "PUT /v2/foo/schema2/blobs/uploads/d4a42687-6615-4064-a6bc-8c62dc94a81a?_state=0RcQFkKPNjztY4qTIqZN31Vng0AWK3qghrJLuBXG8Pd7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJkNGE0MjY4Ny02NjE1LTQwNjQtYTZiYy04YzYyZGM5NGE4MWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MzMuMjc4ODA2MDExWiJ9&digest=sha256%3Ab6510bd6fe4256231914edbca73d586bc57782e49bc8469a5f3adf3ac679edd5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=21c34e7a-3690-454a-9d0e-5020230d50d6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.773314ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:41357" http.request.id=294448b2-1e0e-484b-aff1-39bd0ef51416 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f" http.request.useragent="Go-http-client/1.1" http.response.duration=3.810015ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=bf4e0de7-883a-4fc6-bf6f-ae6e8d4120c6 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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.293235ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=0fe0bc44-855d-4e8d-b36a-727f73b1f644 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.588355ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=bb04386f-1597-4655-b20f-346c459432a1 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.696577ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=ae1c7f39-fdab-4dbf-97d6-0e22d9d8240a http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f" http.request.useragent="Go-http-client/1.1" http.response.duration=2.551856ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=f8ac714c-3d65-4321-931e-948144303381 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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.501597ms http.response.status=200 http.response.written=45 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="rewriting manifest sha256:82533dd1f4783ae5ea1e81b56c6b55d776e9ff0fc5625ac9ad9b67fc67e0919f in schema1 format to support old client" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=ef71f299-2467-4e4b-b64f-1980d0d11a26 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=ef71f299-2467-4e4b-b64f-1980d0d11a26 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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.691872ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41357" http.request.id=c942ec3e-4458-42f6-a78f-2e8db49cdad0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" 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=3.131036ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41357" http.request.id=513105ac-e3d0-4ae2-aace-f9fb91b15692 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.866974ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:41357" http.request.id=1c7a6b55-28ba-4b08-8b56-0a838baeb871 http.request.method=PUT http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb" http.request.useragent="Go-http-client/1.1" http.response.duration=3.635555ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=627f3944-b855-4da7-9ab6-02972d4cb25b http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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=3.290956ms http.response.status=200 http.response.written=434 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=636660ee-68fd-41f6-858d-5f82ae6162bf http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=3.147856ms http.response.status=200 http.response.written=434 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=41cf20d3-21b1-42d3-a2c3-b2e4446a51c2 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.614076ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=493a7c81-71fe-4a6b-bb76-7c6a2d2e1634 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb" http.request.useragent="Go-http-client/1.1" http.response.duration=2.491497ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=info msg="rewriting manifest list sha256:0669b2cabfcaa590cbef7be9eb16ad19630b446a9be7a5f4701bd659cc20f1fb in schema1 format to support old client" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=dcb5f0bf-ccbf-4721-b323-baa8f5be6b88 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2024-11-02T13:50:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:41357" http.request.id=dcb5f0bf-ccbf-4721-b323-baa8f5be6b88 http.request.method=GET http.request.remoteaddr="127.0.0.1:43614" 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.834992ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" time="2024-11-02T13:50: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.23.2 time="2024-11-02T13:50:38Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=697f8998-013f-4d0b-b083-8ae173304548 http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" 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.985896ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" 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.23.2 http.request.host="127.0.0.1:34983" http.request.id=278e2454-e639-4113-b3ae-6fc4a273095a http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" 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.790076ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=79461551-6130-44e3-b1cd-5f8d31894a92 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" 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.883936ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=560dad2f-3af9-4f33-8e6e-1270d81ff0af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" 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=4.931273ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=560dad2f-3af9-4f33-8e6e-1270d81ff0af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" 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=5.104333ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=560dad2f-3af9-4f33-8e6e-1270d81ff0af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" 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=5.257353ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:50:38Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=560dad2f-3af9-4f33-8e6e-1270d81ff0af http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" 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=5.384113ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:50:38 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2024-11-02T13:50:39Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=83a69e89-0a06-471f-ba11-13abeb0382d5 http.request.method=POST http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.312475ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:39 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:44Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=4eab8252-5fad-4dcf-b4e6-f01b581aae47 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/blobs/uploads/8727b8a9-79d7-4935-b1e7-e0a8fdcb2697?_state=teg7Z_Y3BCB6RdMmnB49RUPsUjdhxZSDN1W5ZsL9tZF7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4NzI3YjhhOS03OWQ3LTQ5MzUtYjFlNy1lMGE4ZmRjYjI2OTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MzkuMzMwNDU2OTU1WiJ9&digest=sha256%3A13bc6f4a0d80cec6b08c10736e11d2777e09c064651a44e87413d7573a8cff95" http.request.useragent="Go-http-client/1.1" http.response.duration=5.202961216s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:39 +0000] "PUT /v2/foo/schema1/blobs/uploads/8727b8a9-79d7-4935-b1e7-e0a8fdcb2697?_state=teg7Z_Y3BCB6RdMmnB49RUPsUjdhxZSDN1W5ZsL9tZF7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI4NzI3YjhhOS03OWQ3LTQ5MzUtYjFlNy1lMGE4ZmRjYjI2OTciLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6MzkuMzMwNDU2OTU1WiJ9&digest=sha256%3A13bc6f4a0d80cec6b08c10736e11d2777e09c064651a44e87413d7573a8cff95 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=8486e12e-7783-4ef8-89e7-9dbd6d12ca91 http.request.method=POST http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.307995ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:45 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=239e6795-dd61-4fc2-89f1-b7e48707dc1f http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/blobs/uploads/bf8f439e-14c2-46b5-a2e6-49306b477c5a?_state=7IjLBQyQdxE9OxPTPNVFg4TnBmQZWTTnflVc7WQABu17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiZjhmNDM5ZS0xNGMyLTQ2YjUtYTJlNi00OTMwNmI0NzdjNWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NDUuNDk2OTI1MTYzWiJ9&digest=sha256%3Af5643e27ed86b6be0211049a360e51fe6f6b076663fe15e09c57c09706b34db9" http.request.useragent="Go-http-client/1.1" http.response.duration=11.543913428s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:45 +0000] "PUT /v2/foo/schema1/blobs/uploads/bf8f439e-14c2-46b5-a2e6-49306b477c5a?_state=7IjLBQyQdxE9OxPTPNVFg4TnBmQZWTTnflVc7WQABu17Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiJiZjhmNDM5ZS0xNGMyLTQ2YjUtYTJlNi00OTMwNmI0NzdjNWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NDUuNDk2OTI1MTYzWiJ9&digest=sha256%3Af5643e27ed86b6be0211049a360e51fe6f6b076663fe15e09c57c09706b34db9 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=c130052a-69f8-4b7e-b877-8cd45f3b0785 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=9.772226ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=8336c277-3676-44ca-b136-777a73e3c769 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.duration=7.77225ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=0948709e-b1a6-410a-b69e-fe7dbbec68f1 http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" 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=6.628451ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=27d83b3c-35cd-44b9-a9c5-fd801ef6b864 http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=6.828351ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:34983" http.request.id=96f405ac-9e02-4e50-b13e-cbbde0b200ed http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.duration=7.898209ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:34983" http.request.id=f7b311f1-4b9f-4106-9523-4e0a3087c749 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.duration=6.967731ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:34983" http.request.id=44347a69-14cf-4a10-9259-b59c5ec616b7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.duration=7.36869ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=d90a66e7-04d5-479c-b736-19d5fb6889f3 http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.981652ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=42017920-cf21-4bc4-8e69-49e7d5ef3a6b http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.016076ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=ced37314-b0c8-4b8b-9ca1-2faf538b7b57 http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.duration=3.543015ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=01e67650-d014-461e-97e3-8cd0f4e92c9d http.request.method=GET http.request.remoteaddr="127.0.0.1:49982" 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=3.602735ms http.response.status=200 http.response.written=41 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=error msg="payload digest does match: "sha256:c57dfd1ed503fff9c3cbb5e98bbb5c5bf87f89bfa804f8318ddc3680cc53fd23" != "sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5"" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=03f598b4-3307-42c3-807a-63a1779eeb87 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" time="2024-11-02T13:50:57Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=03f598b4-3307-42c3-807a-63a1779eeb87 http.request.method=PUT http.request.remoteaddr="127.0.0.1:49982" http.request.uri="/v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.923814ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5" 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema1/manifests/sha256:0da80649cce76784a4d912010d50af89feb9cc6af51cb56122c22e3f025f82d5 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=45ef556f-d282-4cf8-902e-0f92116bd523 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=5.487833ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" 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.23.2 http.request.host="127.0.0.1:34983" http.request.id=1b867a05-0284-42ab-bc74-dbc0cafde12a http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=3.520595ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=sha256:1a9ec845ee94c202b2d5da74a24f0ed2058318bfa9879fa541efaecba272e86b err.message="blob unknown to registry" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=91a4612a-8e37-4692-a608-11f9a8e45d27 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=5.389873ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:57Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=91a4612a-8e37-4692-a608-11f9a8e45d27 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=5.673353ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:57Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=91a4612a-8e37-4692-a608-11f9a8e45d27 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=5.910992ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=e7cd9194-1a9b-431c-8c5f-5aa079b492f4 http.request.method=POST http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.479655ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=bc5e72f6-40ce-4e99-86bc-fe905a4078e2 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/a26252cb-1630-47c5-83fd-ba08dc6b42a0?_state=O-kTj6lJY89dgkSSt9uccgs1C_oDDUCWKg9Pylh02P97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMjYyNTJjYi0xNjMwLTQ3YzUtODNmZC1iYTA4ZGM2YjQyYTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NTcuMTYzNDMxNDI1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=4.558194ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema2/blobs/uploads/a26252cb-1630-47c5-83fd-ba08dc6b42a0?_state=O-kTj6lJY89dgkSSt9uccgs1C_oDDUCWKg9Pylh02P97Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMjYyNTJjYi0xNjMwLTQ3YzUtODNmZC1iYTA4ZGM2YjQyYTAiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NTcuMTYzNDMxNDI1WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:50:57Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=e18d62f5-f813-408b-a246-860792b0ce26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=3.580215ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:50:57Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=e18d62f5-f813-408b-a246-860792b0ce26 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=3.784194ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:50:57 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2024-11-02T13:50:58Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=a3383480-c9c1-42a1-9f42-e011c6a0c573 http.request.method=POST http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.454734ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:58 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:09Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=ef7c8d57-a868-4552-922a-819eab3e03db http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/da96d052-d4b7-4579-b423-9f6b0482eae1?_state=e7yaWY-wjiYgqG27cYxDExtuFgM86YgWueRTygZ4hdx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJkYTk2ZDA1Mi1kNGI3LTQ1NzktYjQyMy05ZjZiMDQ4MmVhZTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NTguMjg5NDIxMTU3WiJ9&digest=sha256%3Afef08af985fee90728aaaef03b7579cd284ee37f538807710834f69233d5e7b4" http.request.useragent="Go-http-client/1.1" http.response.duration=11.604483567s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:50:58 +0000] "PUT /v2/foo/schema2/blobs/uploads/da96d052-d4b7-4579-b423-9f6b0482eae1?_state=e7yaWY-wjiYgqG27cYxDExtuFgM86YgWueRTygZ4hdx7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJkYTk2ZDA1Mi1kNGI3LTQ1NzktYjQyMy05ZjZiMDQ4MmVhZTEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTA6NTguMjg5NDIxMTU3WiJ9&digest=sha256%3Afef08af985fee90728aaaef03b7579cd284ee37f538807710834f69233d5e7b4 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:11Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=5b66f7c0-cc98-4f5a-a7d3-59a63d9bceab http.request.method=POST http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.911474ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:10 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=4cd2e111-e961-4237-809d-a35fcf1f3565 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/blobs/uploads/ae1ef6ec-e675-4056-8bbb-30cf239e848a?_state=JH2kZIK6RWdNAvzk9U7wTwLgnCQjcWMrT89C-gmzfyV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhZTFlZjZlYy1lNjc1LTQwNTYtOGJiYi0zMGNmMjM5ZTg0OGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MTEuMDAyMzgxMTc5WiJ9&digest=sha256%3Ad75e7fe167e0f6419daa01bf454f56e997cdd8af3ae23a987920b9632f2c0ae8" http.request.useragent="Go-http-client/1.1" http.response.duration=20.132747393s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:11 +0000] "PUT /v2/foo/schema2/blobs/uploads/ae1ef6ec-e675-4056-8bbb-30cf239e848a?_state=JH2kZIK6RWdNAvzk9U7wTwLgnCQjcWMrT89C-gmzfyV7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhZTFlZjZlYy1lNjc1LTQwNTYtOGJiYi0zMGNmMjM5ZTg0OGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MTEuMDAyMzgxMTc5WiJ9&digest=sha256%3Ad75e7fe167e0f6419daa01bf454f56e997cdd8af3ae23a987920b9632f2c0ae8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=c3420037-d211-44eb-92d1-cb292d083d86 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=5.541652ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:34983" http.request.id=9b49926c-afb7-4aa5-b1c4-f067748c83c4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981" http.request.useragent="Go-http-client/1.1" http.response.duration=4.312154ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=e13f4531-6123-44de-9408-d0aa9e71485b http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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.844975ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=9b6af983-8414-426c-bdc1-e274da8e8fc3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=5.217853ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=4371b260-c9d0-4f6d-aa66-7b610960850e http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.123816ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=c5d88edc-3f62-4088-a310-a88fc4220ad5 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981" http.request.useragent="Go-http-client/1.1" http.response.duration=3.421155ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=1aa55f34-436b-4720-98db-da6e3f485fe3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=3.092956ms http.response.status=200 http.response.written=45 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="rewriting manifest sha256:76bc47debb7788349ca7e4a0650b28cbda96698635914600742d291dba28e981 in schema1 format to support old client" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=5e05e71e-4c64-4b49-a4ac-f0bd30ac5e20 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=5e05e71e-4c64-4b49-a4ac-f0bd30ac5e20 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=6.990931ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34983" http.request.id=08b8ec65-c0a4-4e12-b720-35c7e67741c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" 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=5.162153ms http.response.status=400 http.response.written=166 vars.name="foo/schema2" vars.reference=manifestlisttag 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 400 166 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34983" http.request.id=99c54881-51d0-46d7-84fd-4f25871e62ba http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.291495ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.request.host="127.0.0.1:34983" http.request.id=fd84189f-5d0a-4cdb-97dd-476a4e7365a8 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407" http.request.useragent="Go-http-client/1.1" http.response.duration=3.246936ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=618de59b-3a49-48ee-b2cd-4d9fe7750f78 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=4.080474ms http.response.status=200 http.response.written=434 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=40be0e12-fc76-4028-8240-dac95133f469 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.list.v2+json" http.response.duration=3.974995ms http.response.status=200 http.response.written=434 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407 HTTP/1.1" 200 434 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=acf02a50-faa9-471d-a47a-4b409c5ce023 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.310776ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=cb2317c6-d29d-41d9-855c-5882e63a8709 http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407" http.request.useragent="Go-http-client/1.1" http.response.duration=3.756295ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=info msg="rewriting manifest list sha256:92cba8fc259274429c076af5c9533a5c8bad9a50ae9c80add6f2dafa1d488407 in schema1 format to support old client" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=ec19ab11-7da6-46f4-a435-03fdc01f24cf http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" http.request.uri="/v2/foo/schema2/manifests/manifestlisttag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=manifestlisttag time="2024-11-02T13:51:31Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34983" http.request.id=ec19ab11-7da6-46f4-a435-03fdc01f24cf http.request.method=GET http.request.remoteaddr="127.0.0.1:45768" 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=7.016791ms http.response.status=200 http.response.written=1554 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema2/manifests/manifestlisttag HTTP/1.1" 200 1554 "" "Go-http-client/1.1" --- PASS: TestManifestAPI (83.49s) === RUN TestGetManifestWithStorageError time="2024-11-02T13:51:31Z" 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.23.2 time="2024-11-02T13:51:31Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:39499" http.request.id=e191ba7a-de29-400e-bb83-69c10f520d95 http.request.method=GET http.request.remoteaddr="127.0.0.1:48260" 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.650676ms http.response.status=404 http.response.written=96 vars.name=manifesttagnotfound vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/manifesttagnotfound/manifests/latest HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code=unknown err.detail="generic storage error" err.message="unknown error" go.version=go1.23.2 http.request.host="127.0.0.1:39499" http.request.id=9eba18f0-a1e4-48ff-8e69-a1cfd15db625 http.request.method=GET http.request.remoteaddr="127.0.0.1:48260" 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=4.141375ms http.response.status=500 http.response.written=70 vars.name=genericstorageerr vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/genericstorageerr/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code=unknown err.detail=": invalid path: " err.message="unknown error" go.version=go1.23.2 http.request.host="127.0.0.1:39499" http.request.id=d46b2c44-8535-4e7c-a907-2ad326521e51 http.request.method=GET http.request.remoteaddr="127.0.0.1:48260" 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=2.987076ms http.response.status=500 http.response.written=95 vars.name=manifestinvalidpath vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/manifestinvalidpath/manifests/latest HTTP/1.1" 500 95 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code=unknown err.detail="invalid checksum digest format" err.message="unknown error" go.version=go1.23.2 http.request.host="127.0.0.1:39499" http.request.id=e8e0c2ce-da29-4357-aaf2-1f12fc92b5d5 http.request.method=GET http.request.remoteaddr="127.0.0.1:48260" 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=3.110336ms http.response.status=500 http.response.written=70 vars.name=manifestbadlink vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/manifestbadlink/manifests/latest HTTP/1.1" 500 70 "" "Go-http-client/1.1" --- PASS: TestGetManifestWithStorageError (0.03s) === RUN TestManifestDelete time="2024-11-02T13:51:31Z" 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.23.2 time="2024-11-02T13:51:31Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=thetag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=b007d918-87a8-4351-8fdc-3b8547103b7e http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" 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=3.400975ms http.response.status=404 http.response.written=96 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 404 96 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" 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.23.2 http.request.host="127.0.0.1:40675" http.request.id=087f7a40-6afc-41e1-9abb-1992d912346a http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" 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=3.028196ms http.response.status=404 http.response.written=119 vars.name="foo/schema1" 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="manifest invalid" err.detail="missing signature key" err.message="manifest invalid" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=55bcfee2-3507-4789-826b-745db36d4c18 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" 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=4.082934ms http.response.status=400 http.response.written=82 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 82 "" "Go-http-client/1.1" time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=020a5134-3197-416c-8792-10768521f1f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" 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=6.657671ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=asdf err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=020a5134-3197-416c-8792-10768521f1f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" 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=6.852571ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=020a5134-3197-416c-8792-10768521f1f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" 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=6.968831ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag time="2024-11-02T13:51:31Z" level=error msg="response completed with error" err.code="manifest blob unknown" err.detail=qwer err.message="blob unknown to registry" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=020a5134-3197-416c-8792-10768521f1f4 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" 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=7.07391ms http.response.status=400 http.response.written=355 vars.name="foo/schema1" vars.reference=thetag 127.0.0.1 - - [02/Nov/2024:13:51:31 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 400 355 "" "Go-http-client/1.1" time="2024-11-02T13:51:32Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=27c67759-3bae-4782-babc-51cc4aad0045 http.request.method=POST http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.615956ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:32 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:37Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=094f88d9-6090-40a1-bb38-eaf77b341586 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/blobs/uploads/7ea63128-f6c2-45d1-8853-c2206306d0b6?_state=TBvArPwwsGAnrLoLTwPbf-mKCdv5XUX0qcwCsUucJzd7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3ZWE2MzEyOC1mNmMyLTQ1ZDEtODg1My1jMjIwNjMwNmQwYjYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MzIuMDU5NTI2MDU3WiJ9&digest=sha256%3A6f4f844af18ed615015ec63634da035be1837ae39d0756b9f28ead3ad83fb3d8" http.request.useragent="Go-http-client/1.1" http.response.duration=5.412920473s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:32 +0000] "PUT /v2/foo/schema1/blobs/uploads/7ea63128-f6c2-45d1-8853-c2206306d0b6?_state=TBvArPwwsGAnrLoLTwPbf-mKCdv5XUX0qcwCsUucJzd7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3ZWE2MzEyOC1mNmMyLTQ1ZDEtODg1My1jMjIwNjMwNmQwYjYiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MzIuMDU5NTI2MDU3WiJ9&digest=sha256%3A6f4f844af18ed615015ec63634da035be1837ae39d0756b9f28ead3ad83fb3d8 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:38Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=4a2a7a75-fee5-4261-a650-57e9225cee7e http.request.method=POST http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.932754ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:38 +0000] "POST /v2/foo/schema1/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=c01bebb0-3f66-4d57-8b64-482f2cd6c9ba http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/blobs/uploads/78f7c3b6-8b03-44ae-a52f-3ad9e24eac8c?_state=IgDOjja8qxEsDso5AH98y94WlG_pF6QZaK1bkd5N2Wx7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3OGY3YzNiNi04YjAzLTQ0YWUtYTUyZi0zYWQ5ZTI0ZWFjOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MzguMjk1ODMxMTczWiJ9&digest=sha256%3A49851d9465f8266a288793304df1346e8003ebf24dc92ad16f078eb0535bc820" http.request.useragent="Go-http-client/1.1" http.response.duration=6.890646808s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:38 +0000] "PUT /v2/foo/schema1/blobs/uploads/78f7c3b6-8b03-44ae-a52f-3ad9e24eac8c?_state=IgDOjja8qxEsDso5AH98y94WlG_pF6QZaK1bkd5N2Wx7Ik5hbWUiOiJmb28vc2NoZW1hMSIsIlVVSUQiOiI3OGY3YzNiNi04YjAzLTQ0YWUtYTUyZi0zYWQ5ZTI0ZWFjOGMiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6MzguMjk1ODMxMTczWiJ9&digest=sha256%3A49851d9465f8266a288793304df1346e8003ebf24dc92ad16f078eb0535bc820 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=ff7b4137-d626-4082-8242-96738001b746 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=7.61711ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/thetag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=a4e6f823-2e63-4e49-bb92-3adcd0dca678 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=6.657791ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=08967ba6-a166-40a9-ac85-56ae1c6fe522 http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" 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.750132ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=1213b9fe-91d6-4688-88a4-4ee7de1b022f http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.514792ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="127.0.0.1:40675" http.request.id=1e5e0dc2-778b-4c36-a54f-12928e95410f http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=7.43093ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json; charset=utf-8" http.request.host="127.0.0.1:40675" http.request.id=61eff98f-e89b-4172-8c6b-773cd2cc4d9c http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=5.843992ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/json" http.request.host="127.0.0.1:40675" http.request.id=d3c0d77a-6114-41b4-9c08-b15f6c31b9ab http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=7.21581ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=948d0fdb-b157-4569-86a8-ae41f6f64473 http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=4.707173ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=63379a41-2961-4ec8-ac9f-a46a65d6679a http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/thetag" http.request.useragent="Go-http-client/1.1" http.response.duration=2.805436ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/thetag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=69e59bc5-c76f-4256-8449-f241e1674fc5 http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=3.091396ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=5a8727e5-e30b-4a5f-a90f-c56062222a3c http.request.method=GET http.request.remoteaddr="127.0.0.1:36470" 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.587696ms http.response.status=200 http.response.written=41 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 41 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=error msg="payload digest does match: "sha256:1598f2848cbf700ccdc9759c73f10c8e058ce88157ecb27ae66c0f086cda3e4b" != "sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722"" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=fc6427ab-5abd-40c2-9882-df1065990039 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema1" vars.reference="sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" time="2024-11-02T13:51:45Z" level=error msg="response completed with error" err.code="digest invalid" err.message="provided digest did not match uploaded content" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=fc6427ab-5abd-40c2-9882-df1065990039 http.request.method=PUT http.request.remoteaddr="127.0.0.1:36470" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.921934ms http.response.status=400 http.response.written=98 vars.name="foo/schema1" vars.reference="sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 400 98 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=21fe39fb-bccc-4d75-b056-5e31bf9801f9 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41730" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=4.461734ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema1 revision=sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=5b91aa8f-362c-4199-b1e4-7baee4671c23 http.request.method=GET http.request.remoteaddr="127.0.0.1:41730" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.196355ms http.response.status=404 http.response.written=187 vars.name="foo/schema1" vars.reference="sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=f02b4855-4de2-4c69-b286-a73e5b0e09c8 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41738" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.021755ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=4f50d5bd-536b-444c-a497-9beffd016db0 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41750" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=7.745469ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=966542ba-d397-414c-8fa8-eb90769f57fa http.request.method=GET http.request.remoteaddr="127.0.0.1:41750" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.053673ms http.response.status=200 http.response.written=1098 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 200 1098 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=7681748f-be5b-42f7-94ec-d97657996898 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41764" 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=3.643796ms http.response.status=404 http.response.written=70 vars.name="foo/schema1" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "DELETE /v2/foo/schema1/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=625ae9a3-57fd-4552-80db-aa3617f26a3a http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema1/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=6.890831ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema1/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=9b99b5d5-9f40-486b-abe1-9e4954709ffc http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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.867516ms http.response.status=200 http.response.written=39 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=1107b4ef-ba16-44ca-a58d-d910a6e84ba9 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722" http.request.useragent="Go-http-client/1.1" http.response.duration=3.648835ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "DELETE /v2/foo/schema1/manifests/sha256:e4b9dd51f957cef284945ce63311d2851cb89cb7fe4bf9575104859cce5ee722 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=66a2a051-fb46-45b3-a99b-a5a4f5986668 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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=3.068616ms http.response.status=200 http.response.written=35 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema1/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=schema2tag" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=a902cf7b-57e9-473e-8fa0-105dcfb12d6e http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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=3.201916ms http.response.status=404 http.response.written=100 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 404 100 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" 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.23.2 http.request.host="127.0.0.1:40675" http.request.id=6200e649-9fbc-4e81-b4b4-8990d584b083 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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=3.824394ms http.response.status=404 http.response.written=119 vars.name="foo/schema2" 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 404 119 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=70959abd-5508-4ba6-8baa-1f5ecd071103 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" 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=3.698175ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:51:45Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=70959abd-5508-4ba6-8baa-1f5ecd071103 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" 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=3.850494ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:51:45Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=70959abd-5508-4ba6-8baa-1f5ecd071103 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" 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=3.964594ms http.response.status=400 http.response.written=472 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 472 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=134af1c0-a17d-40ec-bbfa-cd46a42573d8 http.request.method=POST http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.420854ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=45ddd0b7-b9fc-4fbc-bab9-c86b8c5eb079 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/7dc3fe31-38fe-4fa2-9109-79ab541c7f9a?_state=oruWkjJb7bq0rqxqHBfZW5seFngUSge6QrPRVhtJvkB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3ZGMzZmUzMS0zOGZlLTRmYTItOTEwOS03OWFiNTQxYzdmOWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NDUuMzQ2NDAxNzA0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18" http.request.useragent="Go-http-client/1.1" http.response.duration=4.608974ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema2/blobs/uploads/7dc3fe31-38fe-4fa2-9109-79ab541c7f9a?_state=oruWkjJb7bq0rqxqHBfZW5seFngUSge6QrPRVhtJvkB7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiI3ZGMzZmUzMS0zOGZlLTRmYTItOTEwOS03OWFiNTQxYzdmOWEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NDUuMzQ2NDAxNzA0WiJ9&digest=sha256%3A86d8f35af42b9447b14d9f38d2967b88ec9bc80291a7a09b7ecc2b2d7cf7ea18 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:45Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=3187a0bd-6a06-4c96-8cca-5836b23b46b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" 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=3.971275ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:51:45Z" 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.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=3187a0bd-6a06-4c96-8cca-5836b23b46b6 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" 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=4.224374ms http.response.status=400 http.response.written=319 vars.name="foo/schema2" vars.reference=schema2tag 127.0.0.1 - - [02/Nov/2024:13:51:45 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 400 319 "" "Go-http-client/1.1" time="2024-11-02T13:51:46Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=fa51ae27-114a-4b66-816c-f16dd607d9a6 http.request.method=POST http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.019714ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:46 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:51Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=fcb50120-86d1-4047-a00e-b8ad83090f45 http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/a2d49120-a34a-4c42-a953-7de644675184?_state=CjAemA5zpFNoUx159ERQuYYqfn9yT04Cs0ERtrgOsYh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMmQ0OTEyMC1hMzRhLTRjNDItYTk1My03ZGU2NDQ2NzUxODQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NDYuMDczMjQxNjE3WiJ9&digest=sha256%3A6dd8248c8a5ac19b36df9e5cc1b8a96d7ab08bc6afc1e084ef35525de80fe396" http.request.useragent="Go-http-client/1.1" http.response.duration=5.078695927s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:46 +0000] "PUT /v2/foo/schema2/blobs/uploads/a2d49120-a34a-4c42-a953-7de644675184?_state=CjAemA5zpFNoUx159ERQuYYqfn9yT04Cs0ERtrgOsYh7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJhMmQ0OTEyMC1hMzRhLTRjNDItYTk1My03ZGU2NDQ2NzUxODQiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NDYuMDczMjQxNjE3WiJ9&digest=sha256%3A6dd8248c8a5ac19b36df9e5cc1b8a96d7ab08bc6afc1e084ef35525de80fe396 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:51:52Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=b585ac97-2b1c-4b4c-abfc-c0dcf8b5821c http.request.method=POST http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.605335ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:52 +0000] "POST /v2/foo/schema2/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=bee849e6-f14c-47b3-b42d-af79e78884aa http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/blobs/uploads/e39c87ff-6802-4a6f-93e6-31b063408c0a?_state=LBawzNiJO3cYg4RrMKEVwiFBVyjSQb8RddORPKJVT8h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlMzljODdmZi02ODAyLTRhNmYtOTNlNi0zMWIwNjM0MDhjMGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NTIuMzgwNzUyNzU3WiJ9&digest=sha256%3A00494618e6d8c7ebf553f8afb59b87ad4f039e0494a8c9ad0ad0f46ae3043cd5" http.request.useragent="Go-http-client/1.1" http.response.duration=14.374645512s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:51:52 +0000] "PUT /v2/foo/schema2/blobs/uploads/e39c87ff-6802-4a6f-93e6-31b063408c0a?_state=LBawzNiJO3cYg4RrMKEVwiFBVyjSQb8RddORPKJVT8h7Ik5hbWUiOiJmb28vc2NoZW1hMiIsIlVVSUQiOiJlMzljODdmZi02ODAyLTRhNmYtOTNlNi0zMWIwNjM0MDhjMGEiLCJPZmZzZXQiOjAsIlN0YXJ0ZWRBdCI6IjIwMjQtMTEtMDJUMTM6NTE6NTIuMzgwNzUyNzU3WiJ9&digest=sha256%3A00494618e6d8c7ebf553f8afb59b87ad4f039e0494a8c9ad0ad0f46ae3043cd5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=07065189-629e-4671-89ef-5dda4fe8a0fd http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=5.243253ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "PUT /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=668f911e-07e2-42c0-9692-64ea590517ec http.request.method=PUT http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.duration=4.001034ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "PUT /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=de9b6043-86ec-472b-b7cd-9fcff4b006b2 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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.470755ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=40909a70-5af2-49d4-97e5-98189d54d537 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.208095ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=fe8dde5a-54f8-4677-ab5e-103c45701972 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.238715ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=ac1cd39e-4e8c-43a9-aff6-74a024a6e2de http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.duration=2.778296ms http.response.status=304 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 304 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=ba826288-990a-4437-908d-13ab142af740 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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=3.108196ms http.response.status=200 http.response.written=45 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 45 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="rewriting manifest sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 in schema1 format to support old client" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=319e9d28-4446-4c89-92f9-1b53173625f6 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/schema2tag" http.request.useragent="Go-http-client/1.1" vars.name="foo/schema2" vars.reference=schema2tag time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=319e9d28-4446-4c89-92f9-1b53173625f6 http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" 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=6.182632ms http.response.status=200 http.response.written=1549 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/schema2tag HTTP/1.1" 200 1549 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=47c18c2d-3a76-4f74-b5a9-6c65aa7154db http.request.method=DELETE http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.duration=3.741655ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "DELETE /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=foo/schema2 revision=sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=05f4fb81-9d62-4e6a-b1f4-22ebc1a6ad8e http.request.method=GET http.request.remoteaddr="127.0.0.1:41780" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.210556ms http.response.status=404 http.response.written=187 vars.name="foo/schema2" vars.reference="sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 404 187 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=374fcf51-3686-4ba0-86f4-8f63fb0838ca http.request.method=DELETE http.request.remoteaddr="127.0.0.1:58354" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.224854ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "DELETE /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=c52ddbc1-9644-4fc2-acc1-deb493f8f37d http.request.method=PUT http.request.remoteaddr="127.0.0.1:58362" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.duration=4.743074ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "PUT /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=24ace346-3546-4bf1-b2da-8018f9445783 http.request.method=GET http.request.remoteaddr="127.0.0.1:58362" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.536675ms http.response.status=200 http.response.written=732 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 200 732 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=error msg="response completed with error" err.code="manifest unknown" err.message="manifest unknown" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=9286249c-00f2-4af5-bb5a-62dba07c9f08 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:58366" 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=3.535195ms http.response.status=404 http.response.written=70 vars.name="foo/schema2" vars.reference="sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "DELETE /v2/foo/schema2/manifests/sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.1" 404 70 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:40675" http.request.id=44ad9496-118e-4316-bf5a-d30288548d95 http.request.method=PUT http.request.remoteaddr="127.0.0.1:58380" http.request.uri="/v2/foo/schema2/manifests/atag" http.request.useragent="Go-http-client/1.1" http.response.duration=4.732893ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "PUT /v2/foo/schema2/manifests/atag HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=942b3878-aca7-4298-acbe-4a2075866e3a http.request.method=GET http.request.remoteaddr="127.0.0.1:58380" 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=3.300895ms http.response.status=200 http.response.written=39 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 39 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=1e569ef5-4d9e-4aa7-96e3-7ad65c6d763b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:58380" http.request.uri="/v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5" http.request.useragent="Go-http-client/1.1" http.response.duration=3.805575ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "DELETE /v2/foo/schema2/manifests/sha256:81e5ece3a45a12e6e999a8b40446882bfcb6b39e1aa5acb26ab1f4b3e29490d5 HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:06Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:40675" http.request.id=38d25ebd-0ccc-4c56-ab47-c456fae881f9 http.request.method=GET http.request.remoteaddr="127.0.0.1:58380" 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=3.316856ms http.response.status=200 http.response.written=35 127.0.0.1 - - [02/Nov/2024:13:52:06 +0000] "GET /v2/foo/schema2/tags/list HTTP/1.1" 200 35 "" "Go-http-client/1.1" --- PASS: TestManifestDelete (35.60s) === RUN TestManifestDeleteDisabled time="2024-11-02T13:52:06Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:52:06Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:52:06Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:39543" http.request.id=14de3a59-9638-48ab-a3bd-47f0dd153f87 http.request.method=DELETE http.request.remoteaddr="127.0.0.1:47508" 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=3.441755ms http.response.status=405 http.response.written=78 vars.name="foo/schema1" vars.reference="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" 127.0.0.1 - - [02/Nov/2024:13:52:06 +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="2024-11-02T13:52:06Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:52:06Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:52:06Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 time="2024-11-02T13:52:07Z" level=info msg="Registry configured as a proxy cache to http://example.com" go.version=go1.23.2 time="2024-11-02T13:52:07Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.23.2 time="2024-11-02T13:52:07Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:36433" http.request.id=aed7a0d6-8218-43a3-abef-4663a3c5d1ba http.request.method=PUT http.request.remoteaddr="127.0.0.1:49682" 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=7.53651ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:52:07 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2024-11-02T13:52:07Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:36433" http.request.id=457407eb-65e0-4fb9-9160-fea5715ab73e http.request.method=DELETE http.request.remoteaddr="127.0.0.1:49690" 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=6.926431ms http.response.status=405 http.response.written=78 vars.name="foo/bar" vars.reference=latest 127.0.0.1 - - [02/Nov/2024:13:52:07 +0000] "DELETE /v2/foo/bar/manifests/latest HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2024-11-02T13:52:07Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:36433" http.request.id=aabea37e-ea89-4199-ac96-7c34e34604ee http.request.method=POST http.request.remoteaddr="127.0.0.1:49704" 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=6.183111ms http.response.status=405 http.response.written=78 vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:52:07 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 405 78 "" "Go-http-client/1.1" time="2024-11-02T13:52:07Z" level=error msg="response completed with error" err.code=unsupported err.message="The operation is unsupported." go.version=go1.23.2 http.request.host="127.0.0.1:36433" http.request.id=869fd75c-7d4c-41bc-9775-2a0d724f192b http.request.method=DELETE http.request.remoteaddr="127.0.0.1:49718" 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=5.407593ms http.response.status=405 http.response.written=78 vars.digest="sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" vars.name="foo/bar" 127.0.0.1 - - [02/Nov/2024:13:52:07 +0000] "DELETE /v2/foo/bar/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 HTTP/1.1" 405 78 "" "Go-http-client/1.1" --- PASS: TestRegistryAsCacheMutationAPIs (0.26s) === RUN TestProxyManifestGetByTag time="2024-11-02T13:52:07Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 time="2024-11-02T13:52:07Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:52:08Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=4f40d9a3-a6a8-4e8e-9e38-68b3fd4da26e http.request.method=POST http.request.remoteaddr="127.0.0.1:53088" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=4.629973ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:08 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=758edb7b-c05b-42d7-84c9-a4d6cbe6d497 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53088" http.request.uri="/v2/foo/bar/blobs/uploads/0b3c8680-8c9f-4124-96e3-1e45a1e7f9cc?_state=coEdhQWKBx7-qISIDs_LOzSAx9LWN_GuiYlk4AxQGVp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiM2M4NjgwLThjOWYtNDEyNC05NmUzLTFlNDVhMWU3ZjljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MjowOC4wMDk0NjM4NjdaIn0%3D&digest=sha256%3A85fe595225e2617923d1e21d3e014c4141fa5185d1cf5c57a82cc98af0ace1f2" http.request.useragent="Go-http-client/1.1" http.response.duration=7.942151442s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:08 +0000] "PUT /v2/foo/bar/blobs/uploads/0b3c8680-8c9f-4124-96e3-1e45a1e7f9cc?_state=coEdhQWKBx7-qISIDs_LOzSAx9LWN_GuiYlk4AxQGVp7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6IjBiM2M4NjgwLThjOWYtNDEyNC05NmUzLTFlNDVhMWU3ZjljYyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MjowOC4wMDk0NjM4NjdaIn0%3D&digest=sha256%3A85fe595225e2617923d1e21d3e014c4141fa5185d1cf5c57a82cc98af0ace1f2 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=4e28d68d-88c3-41b7-a49d-34e686ae07b7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:53088" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=7.009411ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:15 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52: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.23.2 time="2024-11-02T13:52:15Z" level=info msg="redis not configured" go.version=go1.23.2 time="2024-11-02T13:52:15Z" level=info msg="Starting upload purge in 50m0s" go.version=go1.23.2 time="2024-11-02T13:52:15Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 time="2024-11-02T13:52:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=bf5080f3-4c8f-496e-aab3-a8d717731e70 http.request.method=GET http.request.remoteaddr="127.0.0.1:53088" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.764576ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:52:15 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2024-11-02T13:52:15Z" level=info msg="Registry configured as a proxy cache to http://127.0.0.1:35059" go.version=go1.23.2 time="2024-11-02T13:52:15Z" level=warning msg="Registry does not implement RempositoryRemover. Will not be able to delete repos and tags" go.version=go1.23.2 time="2024-11-02T13:52:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=b8c97315-5542-498c-93cb-d5ef5078a1fe http.request.method=GET http.request.remoteaddr="127.0.0.1:51556" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.688135ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:52:15 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2024-11-02T13:52:15Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:35059 /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:35059/v2/:[]]}" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=8f2b9f2f-af98-4baf-b1af-c3ba736cb82c http.request.method=GET http.request.remoteaddr="127.0.0.1:38482" http.request.uri="/v2/foo/bar/manifests/sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference="sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20" time="2024-11-02T13:52:15Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=9cb9c9e4-7825-4713-8c0f-e7295d902662 http.request.method=GET http.request.remoteaddr="127.0.0.1:51560" http.request.uri="/v2/foo/bar/manifests/sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=5.603892ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:15 +0000] "GET /v2/foo/bar/manifests/sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:16Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20 with ttl=167h59m59.99998852s" go.version=go1.23.2 time="2024-11-02T13:52:16Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=8f2b9f2f-af98-4baf-b1af-c3ba736cb82c http.request.method=GET http.request.remoteaddr="127.0.0.1:38482" http.request.uri="/v2/foo/bar/manifests/sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=23.859808ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:15 +0000] "GET /v2/foo/bar/manifests/sha256:fa08b73661865cf5a541f5fafbd6b58941d1121a0b8a45267c34842b86c67c20 HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:16Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=e0bc75cb-5502-4e5b-aed3-2048f59a279e http.request.method=GET http.request.remoteaddr="127.0.0.1:51560" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.210596ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:52:16 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2024-11-02T13:52:16Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:35059 /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:35059/v2/:[]]}" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=44cecf22-a52f-4950-9835-de75cfae0595 http.request.method=GET http.request.remoteaddr="127.0.0.1:38498" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2024-11-02T13:52:16Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=2a27e716-6073-4831-9667-01c722656749 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:51570" 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.576453ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:16 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:16Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=44cecf22-a52f-4950-9835-de75cfae0595 http.request.method=GET http.request.remoteaddr="127.0.0.1:38498" 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=21.851031ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:16 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:17Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=dee4ba49-9cc7-40a8-bcfd-75b3924724a6 http.request.method=POST http.request.remoteaddr="127.0.0.1:51570" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.615735ms http.response.status=202 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:17 +0000] "POST /v2/foo/bar/blobs/uploads/ HTTP/1.1" 202 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=193e61a1-11bd-4f83-a3c8-20dce4128f51 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51570" http.request.uri="/v2/foo/bar/blobs/uploads/84f4c938-3848-4d04-83e2-fa1442767be4?_state=fHpYzLs-396eeiK8smrumedNItKy6fJ2MvuhYULCZHF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0ZjRjOTM4LTM4NDgtNGQwNC04M2UyLWZhMTQ0Mjc2N2JlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MjoxNy4xOTYzMDQ1NjFaIn0%3D&digest=sha256%3A5bc5e0c43bdb2de30028c6a2ba70027f4df62e5d72ad6e75e8dc80fb375b6545" http.request.useragent="Go-http-client/1.1" http.response.duration=11.470237876s http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:17 +0000] "PUT /v2/foo/bar/blobs/uploads/84f4c938-3848-4d04-83e2-fa1442767be4?_state=fHpYzLs-396eeiK8smrumedNItKy6fJ2MvuhYULCZHF7Ik5hbWUiOiJmb28vYmFyIiwiVVVJRCI6Ijg0ZjRjOTM4LTM4NDgtNGQwNC04M2UyLWZhMTQ0Mjc2N2JlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0xMS0wMlQxMzo1MjoxNy4xOTYzMDQ1NjFaIn0%3D&digest=sha256%3A5bc5e0c43bdb2de30028c6a2ba70027f4df62e5d72ad6e75e8dc80fb375b6545 HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=aca90d5d-aa8e-4979-af2b-3f85ed43a267 http.request.method=PUT http.request.remoteaddr="127.0.0.1:51570" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.duration=6.96559ms http.response.status=201 http.response.written=0 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "PUT /v2/foo/bar/manifests/latest HTTP/1.1" 201 0 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=43c7e431-cd92-4b72-8ba4-f5c0018458b9 http.request.method=GET http.request.remoteaddr="127.0.0.1:51570" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.778096ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:35059 /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:35059/v2/:[]]}" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=040b6bfe-b619-47e8-b84c-8f79dac815ee http.request.method=GET http.request.remoteaddr="127.0.0.1:53674" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=bc32d65f-b5b7-436d-9c73-17b4df2978ee http.request.method=HEAD http.request.remoteaddr="127.0.0.1:37500" 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.518332ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "HEAD /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=d88a95aa-4e69-4cfd-82ca-622919ce1ac1 http.request.method=GET http.request.remoteaddr="127.0.0.1:37500" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.955896ms http.response.status=200 http.response.written=2 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="Challenge established with upstream : {http 127.0.0.1:35059 /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:35059/v2/:[]]}" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=040b6bfe-b619-47e8-b84c-8f79dac815ee http.request.method=GET http.request.remoteaddr="127.0.0.1:53674" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" vars.name="foo/bar" vars.reference=latest time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:35059" http.request.id=3664c3a8-be70-455f-bd90-ca83321832fd http.request.method=GET http.request.remoteaddr="127.0.0.1:37510" http.request.uri="/v2/foo/bar/manifests/latest" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.response.duration=6.672191ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" time="2024-11-02T13:52:28Z" level=info msg="Adding new scheduler entry for foo/bar@sha256:635421220d5cdf037b19a33103f3c5e90884374a0ebaef77c84627744ffba2c7 with ttl=167h59m59.9999848s" go.version=go1.23.2 time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:44083" http.request.id=040b6bfe-b619-47e8-b84c-8f79dac815ee http.request.method=GET http.request.remoteaddr="127.0.0.1:53674" 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=34.304613ms http.response.status=200 http.response.written=935 127.0.0.1 - - [02/Nov/2024:13:52:28 +0000] "GET /v2/foo/bar/manifests/latest HTTP/1.1" 200 935 "" "Go-http-client/1.1" --- PASS: TestProxyManifestGetByTag (21.59s) === RUN TestAppDispatcher time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34641" http.request.id=2593c6cd-2041-476f-a599-a444989b829c http.request.method=GET http.request.remoteaddr="127.0.0.1:32932" http.request.uri="/v2/foo/bar/manifests/sometag" http.request.useragent="Go-http-client/1.1" http.response.duration=3.828295ms http.response.status=200 http.response.written=0 time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34641" http.request.id=b921f90d-4b6c-480b-b17e-f232811066b7 http.request.method=GET http.request.remoteaddr="127.0.0.1:32932" http.request.uri="/v2/foo/bar/tags/list" http.request.useragent="Go-http-client/1.1" http.response.duration=3.949175ms http.response.status=200 http.response.written=0 time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34641" http.request.id=b475c117-6d83-45f0-9060-b3929451a3dd http.request.method=GET http.request.remoteaddr="127.0.0.1:32932" http.request.uri="/v2/foo/bar/blobs/uploads/" http.request.useragent="Go-http-client/1.1" http.response.duration=3.618036ms http.response.status=200 http.response.written=0 time="2024-11-02T13:52:28Z" level=info msg="response completed" go.version=go1.23.2 http.request.host="127.0.0.1:34641" http.request.id=8f004596-8837-4123-ab11-18e96c50822f http.request.method=GET http.request.remoteaddr="127.0.0.1:32932" http.request.uri="/v2/foo/bar/blobs/uploads/theuuid" http.request.useragent="Go-http-client/1.1" http.response.duration=3.849575ms http.response.status=200 http.response.written=0 --- PASS: TestAppDispatcher (0.03s) === RUN TestNewApp time="2024-11-02T13:52: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.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:28Z" level=info msg="redis not configured" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:28Z" level=warning msg="error authorizing context: silly authentication challenge: silly.challenge{realm:"realm-test", service:"service-test", scope:""}" go.version=go1.23.2 http.request.host="127.0.0.1:39343" http.request.id=ba55fef0-cee2-4ea2-abd8-ed21bb930adb http.request.method=GET http.request.remoteaddr="127.0.0.1:45402" 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="2024-11-02T13:52: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.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:28Z" level=info msg="redis not configured" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:28Z" level=info msg="configuring file health check path=/tmp/healthcheck2883907186, interval=1" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b --- PASS: TestFileHealthCheck (4.01s) === RUN TestTCPHealthCheck time="2024-11-02T13:52:32Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:32Z" level=info msg="redis not configured" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:32Z" level=info msg="configuring TCP health check addr=127.0.0.1:40101, interval=1" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b --- PASS: TestTCPHealthCheck (4.01s) === RUN TestHTTPHealthCheck time="2024-11-02T13:52:36Z" level=warning msg="No HTTP secret provided - generated random secret. This may cause problems with uploads if multiple registries are behind a load-balancer. To provide a shared secret, fill in http.secret in the configuration file or set the REGISTRY_HTTP_SECRET environment variable." go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:36Z" level=info msg="redis not configured" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b time="2024-11-02T13:52:36Z" level=info msg="configuring HTTP health check uri=http://127.0.0.1:35831, interval=1, threshold=3" go.version=go1.23.2 instance.id=df9cd4d8-7ea9-4c02-a8bd-8374ca03762b --- PASS: TestHTTPHealthCheck (7.01s) === RUN TestLayerUploadTokens --- PASS: TestLayerUploadTokens (0.00s) === RUN TestHMACValidation --- PASS: TestHMACValidation (0.01s) PASS ok github.com/docker/distribution/registry/handlers 371.169s === RUN TestProxyStoreGet --- PASS: TestProxyStoreGet (0.05s) === RUN TestProxyStoreStat --- PASS: TestProxyStoreStat (0.01s) === RUN TestProxyStoreServeHighConcurrency --- PASS: TestProxyStoreServeHighConcurrency (3.27s) === RUN TestProxyStoreServeMany --- PASS: TestProxyStoreServeMany (3.15s) === RUN TestProxyStoreServeBig --- PASS: TestProxyStoreServeBig (4.35s) === RUN TestProxyManifests --- PASS: TestProxyManifests (4.46s) === RUN TestGet --- PASS: TestGet (0.00s) PASS ok github.com/docker/distribution/registry/proxy 15.615s === RUN TestSchedule time="2024-11-02T13:46:32Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:32Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=2.98628ms" go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:32Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=990.88µs" go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:32Z" level=info msg="Adding new scheduler entry for testrepo@sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc with ttl=993.32µs" go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d 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="2024-11-02T13:46:33Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d --- PASS: TestRestoreOld (0.01s) === RUN TestStopRestore time="2024-11-02T13:46:33Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:33Z" level=info msg="Adding new scheduler entry for testrepo@sha256:aaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa with ttl=299.98902ms" go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:33Z" level=info msg="Adding new scheduler entry for testrepo@sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb with ttl=99.99116ms" go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d time="2024-11-02T13:46:33Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d --- PASS: TestStopRestore (0.51s) === RUN TestDoubleStart time="2024-11-02T13:46:33Z" level=info msg="Starting cached object TTL expiration scheduler..." go.version=go1.23.2 instance.id=93beb61b-420a-4971-bcea-a63668f9759d --- PASS: TestDoubleStart (0.00s) PASS ok github.com/docker/distribution/registry/proxy/scheduler 0.856s === RUN TestWriteSeek --- PASS: TestWriteSeek (0.01s) === RUN TestSimpleBlobUpload --- PASS: TestSimpleBlobUpload (11.05s) === RUN TestSimpleBlobRead blob_test.go:291: desc: {application/octet-stream 22007296 sha256:a4a2fce6fde74808e1c0ece9801ed79ec5032c9f1c8901e78a2aab7f10798114 [] map[] } --- PASS: TestSimpleBlobRead (2.79s) === RUN TestBlobMount --- PASS: TestBlobMount (2.54s) === RUN TestLayerUploadZeroLength --- PASS: TestLayerUploadZeroLength (0.00s) === RUN TestCatalog --- PASS: TestCatalog (16.33s) === RUN TestCatalogInParts --- PASS: TestCatalogInParts (16.94s) === RUN TestCatalogEnumerate --- PASS: TestCatalogEnumerate (16.56s) === RUN TestCatalogWalkError --- PASS: TestCatalogWalkError (0.00s) === RUN TestSimpleRead --- PASS: TestSimpleRead (0.08s) === RUN TestFileReaderSeek --- PASS: TestFileReaderSeek (0.04s) === RUN TestFileReaderNonExistentFile --- PASS: TestFileReaderNonExistentFile (0.00s) === RUN TestFileReaderErrors --- PASS: TestFileReaderErrors (0.00s) === RUN TestNoDeletionNoEffect palailogos palailogos: marking manifest sha256:2169ab3b360af41979e639506039efbee29bb4a73e3dca7a43885d827e3a8b2c palailogos: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 palailogos: marking blob sha256:d1a930f37825640a3594217b04d671f0454fb62a8eae194e4a8ef9ca8959107a palailogos: marking blob sha256:8b538239cba14ad433e898b3569138ae79f7f481f96a25783075ae58440a6798 palailogos: marking manifest sha256:ecebdea2db1b2ad13d2246c23800bbcac15ef41b66d6a7d358727c5bed00532b palailogos: marking blob sha256:4fb247cd5d137bfe24afddd535bc8fbeb96406cd7696cf8ddaa2170881969471 palailogos: marking blob sha256:399910e8eb127cf6be9da6be429cec12a68aed6761185daa44dce26b905bf9d8 palailogos: marking manifest sha256:f0f87c12eaf1831ed6ff816233803451d69d1cdf4e0da117b13c6556cb6df5b6 palailogos: marking blob sha256:2ecc22fe6f98f9891b899f1bb01aa27f2fa977ca90ef48bcbd14abbcefc533c7 palailogos: marking blob sha256:ee5ff15a54b5bc3b3b792f92f2c25d00829bc2b82bc665578ff528aa7efe6be3 palailogos: marking manifest sha256:fbd0af918adff9d6decc543611d8018afb7d5ba912aaef56a3e15b0662bfb5fa palailogos: marking blob sha256:f0f87c12eaf1831ed6ff816233803451d69d1cdf4e0da117b13c6556cb6df5b6 palailogos: marking blob sha256:ecebdea2db1b2ad13d2246c23800bbcac15ef41b66d6a7d358727c5bed00532b 11 blobs marked, 0 blobs and 0 manifests eligible for deletion --- PASS: TestNoDeletionNoEffect (10.02s) === RUN TestDeleteManifestIfTagNotFound deletemanifests manifest eligible for deletion: sha256:2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852 deletemanifests: marking manifest sha256:607e2c36e4e3bc8db7d197ccba4c585541ced107d2bfbd5b4f1e9acc40664d40 deletemanifests: marking blob sha256:0c3f088c13842ac567650a66a100e1fd7c09a7c93fe85ba726b15f13e6aec503 deletemanifests: marking blob sha256:ab562c50b46cba9df93cde86fcef61999675c5ec2191ceae3555f64d248260ac deletemanifests: marking blob sha256:237a2e0e025f9c881b4cfa1b9a12297750b55401c002baddac6247b04875d5a9 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852 blob eligible for deletion: sha256:8c225cd6500db8122da4daedb05bb69a85d6ea00f2bb06ac01e5826bd192ea5f blob eligible for deletion: sha256:a5fc4c73bff4d0da3d0edc490aa88774b9c77404fbe1ef3cdab438283839e4d9 blob eligible for deletion: sha256:b9b883ed0a880dbee927e5de4f3cb9b0862a32cf2a2ef683c43ca0f2cad75fc1 deletemanifests manifest eligible for deletion: sha256:2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852 deletemanifests: marking manifest sha256:607e2c36e4e3bc8db7d197ccba4c585541ced107d2bfbd5b4f1e9acc40664d40 deletemanifests: marking blob sha256:0c3f088c13842ac567650a66a100e1fd7c09a7c93fe85ba726b15f13e6aec503 deletemanifests: marking blob sha256:ab562c50b46cba9df93cde86fcef61999675c5ec2191ceae3555f64d248260ac deletemanifests: marking blob sha256:237a2e0e025f9c881b4cfa1b9a12297750b55401c002baddac6247b04875d5a9 time="2024-11-02T13:47:59Z" level=info msg="deleting manifest tag reference: /docker/registry/v2/repositories/deletemanifests/_manifests/tags/test/index/sha256/2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 time="2024-11-02T13:47:59Z" level=info msg="deleting manifest: /docker/registry/v2/repositories/deletemanifests/_manifests/revisions/sha256/2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 4 blobs marked, 4 blobs and 1 manifests eligible for deletion blob eligible for deletion: sha256:8c225cd6500db8122da4daedb05bb69a85d6ea00f2bb06ac01e5826bd192ea5f time="2024-11-02T13:47:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/8c/8c225cd6500db8122da4daedb05bb69a85d6ea00f2bb06ac01e5826bd192ea5f" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:a5fc4c73bff4d0da3d0edc490aa88774b9c77404fbe1ef3cdab438283839e4d9 time="2024-11-02T13:47:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a5/a5fc4c73bff4d0da3d0edc490aa88774b9c77404fbe1ef3cdab438283839e4d9" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:b9b883ed0a880dbee927e5de4f3cb9b0862a32cf2a2ef683c43ca0f2cad75fc1 time="2024-11-02T13:47:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/b9/b9b883ed0a880dbee927e5de4f3cb9b0862a32cf2a2ef683c43ca0f2cad75fc1" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852 time="2024-11-02T13:47:59Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/2b/2bc2648087e22696bd7e5a6989e900009b3e284c5ef4aed56a436a1440731852" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 --- PASS: TestDeleteManifestIfTagNotFound (10.37s) === RUN TestGCWithMissingManifests testrepo 0 blobs marked, 3 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:10b67e7c11c728791d88d4544cf83410f5f02fa5bbb7c4603c1300ea47e29bf7 time="2024-11-02T13:48:03Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/10/10b67e7c11c728791d88d4544cf83410f5f02fa5bbb7c4603c1300ea47e29bf7" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:752770f367a6e907c39e60b82f07c8fa327a6308b901ab9b309664d7579bf545 time="2024-11-02T13:48:03Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/75/752770f367a6e907c39e60b82f07c8fa327a6308b901ab9b309664d7579bf545" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:ba57163267d10fe793edead0662c3c813ef8b86587254949c6a3a82a556eafa9 time="2024-11-02T13:48:03Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/ba/ba57163267d10fe793edead0662c3c813ef8b86587254949c6a3a82a556eafa9" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 --- PASS: TestGCWithMissingManifests (3.64s) === RUN TestDeletionHasEffect komnenos komnenos: marking manifest sha256:0f045d247f89ed2e9bfc1dc0e5e6b82e5bccf2b6956a2f75c1ecf84d6b97964f komnenos: marking blob sha256:26dd86200ea9d38604cd31b57f4dbd261724ce6f45fdf4e835e5170b2dea2044 komnenos: marking blob sha256:e685b9550a302faae22f620b639197c2465c8840253d0d524fd36bf34a9a94c9 3 blobs marked, 7 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:352b316ac065fa4e0cd218669481520d3044b9852bbd216f88e1f2970875dba4 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/35/352b316ac065fa4e0cd218669481520d3044b9852bbd216f88e1f2970875dba4" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:4d8ad17d9dd51746c2636ce7a7aea70554267f9f2f948bbca70280549ace1201 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/4d/4d8ad17d9dd51746c2636ce7a7aea70554267f9f2f948bbca70280549ace1201" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:8f67fdb6099fb70e8741a51658bdae4d87dcaaef02f1a05c44b9769f13b04fb4 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/8f/8f67fdb6099fb70e8741a51658bdae4d87dcaaef02f1a05c44b9769f13b04fb4" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:a99ee69109f6bad89dae2172c755e8108ca16bc24bed1feb16b23708c886f261 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/a9/a99ee69109f6bad89dae2172c755e8108ca16bc24bed1feb16b23708c886f261" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:b4f48eb96145ec3115e6d82245c5baf9a6e8486f571fba66a085c00bbd40b1a6 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/b4/b4f48eb96145ec3115e6d82245c5baf9a6e8486f571fba66a085c00bbd40b1a6" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/e3/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 blob eligible for deletion: sha256:fb7b8c530bc1bc165a1165818ae2c20495f8225d4a0cb0690687f3f78d15df65 time="2024-11-02T13:48:14Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/fb/fb7b8c530bc1bc165a1165818ae2c20495f8225d4a0cb0690687f3f78d15df65" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 --- PASS: TestDeletionHasEffect (11.53s) === RUN TestDeletionWithSharedLayer --- PASS: TestDeletionWithSharedLayer (9.38s) === RUN TestOrphanBlobDeleted michael_z_doukas michael_z_doukas: marking manifest sha256:3eae89fc9e0dbfb629dc418f99acf81a300530d65635bcfda373f3ca4a3a70fd michael_z_doukas: marking blob sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 michael_z_doukas: marking blob sha256:95cbcda49ce6aae960da3bf370d33fece5acaf7a35bec18a25376fb3dc22a093 michael_z_doukas: marking blob sha256:3d710993c45de164fd2894f336f38e3a69e9abec931ecc9986811c0104180f55 4 blobs marked, 1 blobs and 0 manifests eligible for deletion blob eligible for deletion: sha256:2483f12cd02b95aee01499b41d47361bee00b04de6fa64c15543b3ec13cad702 time="2024-11-02T13:48:30Z" level=info msg="Deleting blob: /docker/registry/v2/blobs/sha256/24/2483f12cd02b95aee01499b41d47361bee00b04de6fa64c15543b3ec13cad702" go.version=go1.23.2 instance.id=d339eef7-61eb-4e92-a6eb-c71628590e79 --- PASS: TestOrphanBlobDeleted (5.75s) === RUN TestLinkedBlobStoreCreateWithMountFrom linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:56c5c182d5526ca89864417f9678fb205d4a1009fc1c3c4e58571b181980ea28 linkedblobstore_test.go:190: calling Stat on nm/foo@sha256:3f110842ac31aee34b543d4d17a8dc969c72e20092d62183ba248fd2c5834535 --- PASS: TestLinkedBlobStoreCreateWithMountFrom (4.01s) === RUN TestManifestStorage --- PASS: TestManifestStorage (3.46s) === RUN TestManifestStorageV1Unsupported --- PASS: TestManifestStorageV1Unsupported (2.24s) === RUN TestOCIManifestStorage --- PASS: TestOCIManifestStorage (6.65s) === 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="2024-11-02T13:48:46Z" level=info msg="PurgeUploads starting: olderThan=2024-11-02 12:48:46.422615269 +0000 UTC m=-3466.464497108, actuallyDelete=true" time="2024-11-02T13:48:46Z" level=info msg="Purge uploads finished. Num deleted=0, num errors=0" --- PASS: TestPurgeNone (0.00s) === RUN TestPurgeAll time="2024-11-02T13:48:46Z" level=info msg="PurgeUploads starting: olderThan=2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588, actuallyDelete=true" time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/4066ed17-5ba6-4ef6-b041-3bc17fb0071b have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/8e6fe586-0eb7-4011-a9d4-e802f7e4428f have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/a79e5a7a-bf0d-4acf-aabd-af070229f3cd have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/c6492b27-885a-4674-92b0-458eec07c8db have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/d809385d-cf5e-4208-a281-d5b3801121c0 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/de103a6e-1f64-4990-804c-1c6713265737 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/0ae7dbb8-8a81-4a2e-ae4c-9d6450a86e13 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/0b036e49-8ac4-4e07-8113-72aaa1934b6a have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo2/_uploads/7b0aaf87-2ab7-4576-a49f-9a1b655ff72a have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/29e9bb53-60a8-4f62-b68b-057b3280d453 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/5091c328-bcfc-44c7-8ad7-e36199283571 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.426129925 +0000 UTC m=+133.539017588). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Purge uploads finished. Num deleted=11, num errors=0" --- PASS: TestPurgeAll (0.00s) === RUN TestPurgeSome time="2024-11-02T13:48:46Z" level=info msg="PurgeUploads starting: olderThan=2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262, actuallyDelete=true" time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/9c2aca9e-a417-4f7d-9d0a-be8d5d28ea54 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/2ccffbc8-d4cf-4df6-bac3-898f4b3a8013 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/3891bc23-50ed-481f-8c02-860eb1b99bfb have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/8db2f490-a90e-4206-a882-c6fdb33a2ff7 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/library/test-repo/_uploads/d2aa13cd-3d87-4e6a-9a04-c657099c1489 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.430328659 +0000 UTC m=+133.543216262). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeSome (0.00s) === RUN TestPurgeOnlyUploads time="2024-11-02T13:48:46Z" level=info msg="PurgeUploads starting: olderThan=2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758, actuallyDelete=true" time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/d36cceaa-7333-4414-b49d-0b627810c7c8 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/245ee6a3-17f0-43eb-9a09-4c1c29e7a769 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/9bf848c7-f8f8-4f14-8376-149cae62c734 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/bcb04c8f-fa1a-4430-9b3e-5148c8af9090 have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Upload files in /docker/registry/v2/repositories/test-repo/_uploads/c5a09791-dec7-4593-8366-b2978356711b have older date (2024-11-02 12:48:46 +0000 UTC) than purge date (2024-11-02 13:48:46.433030115 +0000 UTC m=+133.545917758). Removing upload directory." time="2024-11-02T13:48:46Z" level=info msg="Purge uploads finished. Num deleted=5, num errors=0" --- PASS: TestPurgeOnlyUploads (0.00s) === RUN TestPurgeMissingStartedAt time="2024-11-02T13:48:46Z" level=info msg="PurgeUploads starting: olderThan=2024-11-02 13:48:46.434873713 +0000 UTC m=+133.547761316, actuallyDelete=true" time="2024-11-02T13:48:46Z" 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 133.767s === RUN TestInMemoryBlobInfoCache --- PASS: TestInMemoryBlobInfoCache (0.00s) PASS ok github.com/docker/distribution/registry/storage/cache/memory 0.268s === 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.257s === RUN TestWalkFileRemoved time="2024-11-02T13:46:32Z" level=info msg="ignoring deleted path" path=bender --- PASS: TestWalkFileRemoved (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver 0.150s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.01s) PASS ok github.com/docker/distribution/registry/storage/driver/azure 2.156s === RUN TestRegulatorEnterExit --- PASS: TestRegulatorEnterExit (0.69s) === 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.944s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (16.62s) === RUN TestFromParametersImpl --- PASS: TestFromParametersImpl (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/filesystem 18.818s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (23.55s) PASS ok github.com/docker/distribution/registry/storage/driver/inmemory 25.677s === 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="2024-11-02T13:46:33Z" level=warning msg="failed to parse ip address from context, fallback to CloudFront" error="no http request in context" go.version=go1.23.2 === RUN TestEligibleForS3/Client_IP_=_#01 time="2024-11-02T13:46:33Z" level=info msg="request from the allowed AWS region, skipping CloudFront" go.version=go1.23.2 ip=192.168.1.2 user-client= === RUN TestEligibleForS3/Client_IP_=_#02 time="2024-11-02T13:46:33Z" level=warning msg="request not from the allowed AWS region, fallback to CloudFront" go.version=go1.23.2 ip=192.168.0.2 user-client= --- PASS: TestEligibleForS3 (0.01s) --- PASS: TestEligibleForS3/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3/Client_IP_=_#02 (0.00s) === RUN TestEligibleForS3WithAWSIPNotInitialized === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 === RUN TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 --- PASS: TestEligibleForS3WithAWSIPNotInitialized (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_ (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#01 (0.00s) --- PASS: TestEligibleForS3WithAWSIPNotInitialized/Client_IP_=_#02 (0.00s) === CONT TestS3TryUpdate === CONT TestMatchIPV4WithRegionNotMatched === CONT TestUpdateCalledRegularly === CONT TestInvalidNetworkType === CONT TestMatchIPV4WithRegionMatch_2 === CONT TestMatchIPV6 === CONT TestParsing === CONT TestMatchIPV4_2 === CONT TestInvalidData === CONT TestMatchIPV4 === CONT TestMatchIPV4WithRegionMatched time="2024-11-02T13:46:33Z" level=warning msg="failed to update AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.23.2 time="2024-11-02T13:46:33Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.23.2 instance.id=e295c9b9-c06a-4586-88d9-8de660336903 --- PASS: TestS3TryUpdate (0.04s) --- PASS: TestMatchIPV4WithRegionNotMatched (0.04s) --- PASS: TestMatchIPV4 (0.04s) time="2024-11-02T13:46:33Z" level=error msg="unknown ip address format" go.version=go1.23.2 instance.id=e295c9b9-c06a-4586-88d9-8de660336903 ip=?0000000000000000000000000000000000 --- PASS: TestMatchIPV4WithRegionMatch_2 (0.04s) --- PASS: TestInvalidNetworkType (0.04s) --- PASS: TestParsing (0.04s) time="2024-11-02T13:46:33Z" level=error msg="unparseable cidr" cidr=9000 go.version=go1.23.2 instance.id=e295c9b9-c06a-4586-88d9-8de660336903 --- PASS: TestMatchIPV4_2 (0.04s) --- PASS: TestInvalidData (0.04s) --- PASS: TestMatchIPV4WithRegionMatched (0.04s) --- PASS: TestMatchIPV6 (0.05s) time="2024-11-02T13:46:34Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.23.2 time="2024-11-02T13:46:35Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.23.2 time="2024-11-02T13:46:36Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.23.2 time="2024-11-02T13:46:37Z" level=error msg="git AWS IP" error="invalid character 'o' looking for beginning of value" go.version=go1.23.2 --- PASS: TestUpdateCalledRegularly (4.53s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/cloudfront 4.850s === RUN Test OK: 4 passed --- PASS: Test (0.02s) PASS ok github.com/docker/distribution/registry/storage/driver/middleware/redirect 0.261s === RUN Test OK: 0 passed, 34 skipped --- PASS: Test (0.01s) === RUN TestEmptyRootList s3_test.go:119: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestEmptyRootList (0.00s) === RUN TestStorageClass s3_test.go:169: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestStorageClass (0.00s) === RUN TestOverThousandBlobs s3_test.go:242: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestOverThousandBlobs (0.00s) === RUN TestMoveWithMultipartCopy s3_test.go:275: Must set AWS_ACCESS_KEY, AWS_SECRET_KEY, AWS_REGION, S3_BUCKET, and S3_ENCRYPT to run S3 tests --- SKIP: TestMoveWithMultipartCopy (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/s3-aws 2.186s === RUN Test OK: 33 passed, 1 skipped --- PASS: Test (17.31s) === RUN TestEmptyRootList --- PASS: TestEmptyRootList (0.03s) === RUN TestFilenameChunking --- PASS: TestFilenameChunking (0.00s) PASS ok github.com/docker/distribution/registry/storage/driver/swift 19.599s === RUN TestUUID4Generation --- PASS: TestUUID4Generation (0.00s) === RUN TestParseAndEquality --- PASS: TestParseAndEquality (0.03s) PASS ok github.com/docker/distribution/uuid 0.182s >>> 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-r7.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-r7.apk >>> docker-registry*: Tracing dependencies... /bin/sh so:libc.musl-riscv64.so.1 >>> docker-registry*: Package size: 23.2 MB >>> docker-registry*: Compressing data... >>> docker-registry*: Create checksum... >>> docker-registry*: Create docker-registry-2.8.3-r7.apk >>> docker-registry: Build complete at Sat, 02 Nov 2024 13:52:46 +0000 elapsed time 0h 7m 46s >>> docker-registry: Cleaning up srcdir >>> docker-registry: Cleaning up pkgdir >>> docker-registry: Uninstalling dependencies... (1/2) Purging .makedepends-docker-registry (20241102.134504) (2/2) Purging go (1.23.2-r0) Executing busybox-1.37.0-r5.trigger OK: 337 MiB in 100 packages >>> docker-registry: Updating the community/riscv64 repository index... >>> docker-registry: Signing the index...