Running client tests... === RUN TestDoServerRequestAttachesToken === PAUSE TestDoServerRequestAttachesToken === RUN TestCaseHackSuffix === PAUSE TestCaseHackSuffix === RUN TestPartSizeForNAR === PAUSE TestPartSizeForNAR === RUN TestUploadMultipart_SupersededByPeer === PAUSE TestUploadMultipart_SupersededByPeer === RUN TestDumpPathMatchesNix === PAUSE TestDumpPathMatchesNix === RUN TestDumpPathSingleFile === PAUSE TestDumpPathSingleFile === RUN TestDumpPathWriterError === PAUSE TestDumpPathWriterError === RUN TestEncodeNixBase32 === PAUSE TestEncodeNixBase32 === RUN TestEncodeNixBase32WithRealHash === PAUSE TestEncodeNixBase32WithRealHash === RUN TestConvertHashToNix32 === PAUSE TestConvertHashToNix32 === RUN TestGetStorePathHash === PAUSE TestGetStorePathHash === RUN TestPathInfoHashCompatibility === PAUSE TestPathInfoHashCompatibility === RUN TestParsePathInfoJSON === PAUSE TestParsePathInfoJSON === RUN TestParsePathInfoJSONMultiplePaths === PAUSE TestParsePathInfoJSONMultiplePaths === RUN TestPathInfoCACompatibility === PAUSE TestPathInfoCACompatibility === RUN TestRateLimiterFeedback === PAUSE TestRateLimiterFeedback === RUN TestRateLimiterFeedback_400DoesNotCountAsSuccess === PAUSE TestRateLimiterFeedback_400DoesNotCountAsSuccess === RUN TestResolveStorePath === PAUSE TestResolveStorePath === RUN TestDoWithRetry_BodyReplayedViaGetBody === PAUSE TestDoWithRetry_BodyReplayedViaGetBody === RUN TestShellSplit === PAUSE TestShellSplit === RUN TestShellSplitErrors === PAUSE TestShellSplitErrors === RUN TestSetClientTLS === PAUSE TestSetClientTLS === RUN TestSetClientTLSDoesNotMutateDefaultTransport === PAUSE TestSetClientTLSDoesNotMutateDefaultTransport === RUN TestSetClientTLSErrors === PAUSE TestSetClientTLSErrors === RUN TestStaticToken === PAUSE TestStaticToken === RUN TestFileTokenReadsAndCaches === PAUSE TestFileTokenReadsAndCaches === RUN TestFileTokenMissing === PAUSE TestFileTokenMissing === RUN TestFileTokenEmpty === PAUSE TestFileTokenEmpty === RUN TestScriptTokenNoExpiryRerunsEveryCall === PAUSE TestScriptTokenNoExpiryRerunsEveryCall === RUN TestScriptTokenCachesUntilRefresh === PAUSE TestScriptTokenCachesUntilRefresh === RUN TestScriptTokenEmptyToken === PAUSE TestScriptTokenEmptyToken === RUN TestScriptTokenBadJSON === PAUSE TestScriptTokenBadJSON === RUN TestScriptTokenScriptFails === PAUSE TestScriptTokenScriptFails === RUN TestScriptTokenEmptyCommand === PAUSE TestScriptTokenEmptyCommand === CONT TestDoServerRequestAttachesToken === CONT TestScriptTokenEmptyCommand === CONT TestScriptTokenScriptFails === CONT TestStaticToken === CONT TestScriptTokenBadJSON === CONT TestRateLimiterFeedback_400DoesNotCountAsSuccess === CONT TestEncodeNixBase32WithRealHash === CONT TestRateLimiterFeedback === RUN TestRateLimiterFeedback/429_enables_limiter === PAUSE TestRateLimiterFeedback/429_enables_limiter === CONT TestShellSplitErrors === CONT TestSetClientTLSErrors 2026/07/19 09:48:49 WARN Rate limiter enabled after throttle name=server-test rate=5 === CONT TestSetClientTLSDoesNotMutateDefaultTransport === CONT TestSetClientTLS === CONT TestShellSplit === RUN TestRateLimiterFeedback/503_enables_limiter === PAUSE TestRateLimiterFeedback/503_enables_limiter --- PASS: TestScriptTokenEmptyCommand (0.00s) === RUN TestRateLimiterFeedback/200_does_not_enable_limiter === CONT TestScriptTokenNoExpiryRerunsEveryCall === PAUSE TestRateLimiterFeedback/200_does_not_enable_limiter === RUN TestRateLimiterFeedback/400_does_not_enable_limiter === PAUSE TestRateLimiterFeedback/400_does_not_enable_limiter === CONT TestScriptTokenEmptyToken --- PASS: TestStaticToken (0.00s) --- PASS: TestEncodeNixBase32WithRealHash (0.00s) --- PASS: TestShellSplitErrors (0.00s) --- PASS: TestShellSplit (0.00s) === CONT TestResolveStorePath --- PASS: TestDoServerRequestAttachesToken (0.01s) === CONT TestScriptTokenCachesUntilRefresh --- PASS: TestResolveStorePath (0.00s) === CONT TestDumpPathMatchesNix === RUN TestSetClientTLSErrors/missing_cert_file === PAUSE TestSetClientTLSErrors/missing_cert_file === RUN TestSetClientTLSErrors/missing_key_file === PAUSE TestSetClientTLSErrors/missing_key_file === RUN TestSetClientTLSErrors/missing_ca_file === PAUSE TestSetClientTLSErrors/missing_ca_file === RUN TestSetClientTLSErrors/invalid_ca_file === PAUSE TestSetClientTLSErrors/invalid_ca_file === CONT TestEncodeNixBase32 === RUN TestEncodeNixBase32/test_string_hash === PAUSE TestEncodeNixBase32/test_string_hash === RUN TestEncodeNixBase32/empty_input === PAUSE TestEncodeNixBase32/empty_input === CONT TestDumpPathWriterError --- PASS: TestSetClientTLSDoesNotMutateDefaultTransport (0.01s) === CONT TestDumpPathSingleFile --- PASS: TestScriptTokenScriptFails (0.01s) === CONT TestFileTokenMissing === RUN TestSetClientTLS/rejects_connection_without_client_cert === PAUSE TestSetClientTLS/rejects_connection_without_client_cert === RUN TestSetClientTLS/succeeds_with_client_cert_and_CA === PAUSE TestSetClientTLS/succeeds_with_client_cert_and_CA === RUN TestSetClientTLS/preserves_debug_logging_transport === PAUSE TestSetClientTLS/preserves_debug_logging_transport === CONT TestFileTokenEmpty --- PASS: TestFileTokenMissing (0.00s) === CONT TestPartSizeForNAR === RUN TestPartSizeForNAR/zero_stays_at_minimum === PAUSE TestPartSizeForNAR/zero_stays_at_minimum === RUN TestPartSizeForNAR/small_stays_at_minimum === PAUSE TestPartSizeForNAR/small_stays_at_minimum === RUN TestPartSizeForNAR/80_GiB_fits_at_minimum === PAUSE TestPartSizeForNAR/80_GiB_fits_at_minimum === RUN TestPartSizeForNAR/115_GiB_needs_larger_parts === PAUSE TestPartSizeForNAR/115_GiB_needs_larger_parts === RUN TestPartSizeForNAR/1_TiB === PAUSE TestPartSizeForNAR/1_TiB === RUN TestPartSizeForNAR/5_TiB_S3_max_object === PAUSE TestPartSizeForNAR/5_TiB_S3_max_object === RUN TestPartSizeForNAR/capped_at_5_GiB === PAUSE TestPartSizeForNAR/capped_at_5_GiB === CONT TestUploadMultipart_SupersededByPeer === RUN TestUploadMultipart_SupersededByPeer/exists === PAUSE TestUploadMultipart_SupersededByPeer/exists === RUN TestUploadMultipart_SupersededByPeer/missing === PAUSE TestUploadMultipart_SupersededByPeer/missing === CONT TestFileTokenReadsAndCaches --- PASS: TestFileTokenEmpty (0.00s) === CONT TestCaseHackSuffix --- PASS: TestFileTokenReadsAndCaches (0.00s) === CONT TestPathInfoHashCompatibility === RUN TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI) === PAUSE TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI) === RUN TestPathInfoHashCompatibility/old_string_format_with_colon === PAUSE TestPathInfoHashCompatibility/old_string_format_with_colon === RUN TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI === PAUSE TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI === RUN TestPathInfoHashCompatibility/new_structured_format_with_sha512 === PAUSE TestPathInfoHashCompatibility/new_structured_format_with_sha512 === CONT TestPathInfoCACompatibility === RUN TestPathInfoCACompatibility/null_ca_field === PAUSE TestPathInfoCACompatibility/null_ca_field === RUN TestPathInfoCACompatibility/old_string_format_-_text === PAUSE TestPathInfoCACompatibility/old_string_format_-_text === RUN TestPathInfoCACompatibility/old_string_format_-_fixed_recursive === PAUSE TestPathInfoCACompatibility/old_string_format_-_fixed_recursive === RUN TestPathInfoCACompatibility/new_structured_format_-_text === PAUSE TestPathInfoCACompatibility/new_structured_format_-_text === RUN TestPathInfoCACompatibility/new_structured_format_-_nar_method === PAUSE TestPathInfoCACompatibility/new_structured_format_-_nar_method === CONT TestParsePathInfoJSONMultiplePaths === RUN TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths === PAUSE TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths === RUN TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths === PAUSE TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths === CONT TestParsePathInfoJSON === RUN TestParsePathInfoJSON/Nix_format === PAUSE TestParsePathInfoJSON/Nix_format === RUN TestParsePathInfoJSON/Lix_format === PAUSE TestParsePathInfoJSON/Lix_format === RUN TestParsePathInfoJSON/empty_input === PAUSE TestParsePathInfoJSON/empty_input === RUN TestParsePathInfoJSON/whitespace_only === PAUSE TestParsePathInfoJSON/whitespace_only === RUN TestParsePathInfoJSON/invalid_JSON === PAUSE TestParsePathInfoJSON/invalid_JSON === CONT TestConvertHashToNix32 === RUN TestConvertHashToNix32/SRI_format_to_Nix32 === PAUSE TestConvertHashToNix32/SRI_format_to_Nix32 === RUN TestConvertHashToNix32/already_Nix32_format === PAUSE TestConvertHashToNix32/already_Nix32_format === RUN TestConvertHashToNix32/invalid_format === PAUSE TestConvertHashToNix32/invalid_format === CONT TestGetStorePathHash === RUN TestGetStorePathHash/valid_store_path === PAUSE TestGetStorePathHash/valid_store_path === RUN TestGetStorePathHash/basename_without_hyphen_should_error === PAUSE TestGetStorePathHash/basename_without_hyphen_should_error === RUN TestGetStorePathHash/hash_with_invalid_characters_should_error === PAUSE TestGetStorePathHash/hash_with_invalid_characters_should_error === RUN TestGetStorePathHash/hash_with_wrong_length_should_error === PAUSE TestGetStorePathHash/hash_with_wrong_length_should_error === CONT TestDoWithRetry_BodyReplayedViaGetBody 2026/07/19 09:48:49 WARN Rate limiter enabled after throttle name=server-test rate=5 2026/07/19 09:48:49 WARN Request returned retryable status, retrying attempt=1 max_attempts=6 backoff=0s status=503 url=http://127.0.0.1:58765 2026/07/19 09:48:49 WARN Rate limiter backed off name=server-test rate=5 2026/07/19 09:48:49 WARN Request returned retryable status, retrying attempt=2 max_attempts=6 backoff=0s status=503 url=http://127.0.0.1:58765 --- PASS: TestDoWithRetry_BodyReplayedViaGetBody (0.00s) === CONT TestRateLimiterFeedback/429_enables_limiter 2026/07/19 09:48:49 WARN Rate limiter enabled after throttle name=server-test rate=5 2026/07/19 09:48:49 WARN Request returned retryable status, retrying attempt=1 max_attempts=2 backoff=0s status=429 url=http://127.0.0.1:58767 2026/07/19 09:48:49 WARN Rate limiter backed off name=server-test rate=5 === CONT TestRateLimiterFeedback/200_does_not_enable_limiter === CONT TestRateLimiterFeedback/400_does_not_enable_limiter === CONT TestRateLimiterFeedback/503_enables_limiter 2026/07/19 09:48:49 WARN Rate limiter enabled after throttle name=server-test rate=5 2026/07/19 09:48:49 WARN Request returned retryable status, retrying attempt=1 max_attempts=2 backoff=0s status=503 url=http://127.0.0.1:58773 --- PASS: TestScriptTokenBadJSON (0.02s) === CONT TestSetClientTLSErrors/missing_cert_file === CONT TestSetClientTLSErrors/missing_ca_file 2026/07/19 09:48:49 WARN Rate limiter backed off name=server-test rate=5 === CONT TestSetClientTLSErrors/invalid_ca_file --- PASS: TestRateLimiterFeedback (0.00s) --- PASS: TestRateLimiterFeedback/429_enables_limiter (0.00s) --- PASS: TestRateLimiterFeedback/200_does_not_enable_limiter (0.00s) --- PASS: TestRateLimiterFeedback/400_does_not_enable_limiter (0.00s) --- PASS: TestRateLimiterFeedback/503_enables_limiter (0.00s) === CONT TestSetClientTLSErrors/missing_key_file === CONT TestEncodeNixBase32/test_string_hash === CONT TestEncodeNixBase32/empty_input --- PASS: TestEncodeNixBase32 (0.00s) --- PASS: TestEncodeNixBase32/test_string_hash (0.00s) --- PASS: TestEncodeNixBase32/empty_input (0.00s) === CONT TestSetClientTLS/rejects_connection_without_client_cert === CONT TestSetClientTLS/preserves_debug_logging_transport --- PASS: TestScriptTokenEmptyToken (0.02s) === CONT TestSetClientTLS/succeeds_with_client_cert_and_CA --- PASS: TestSetClientTLSErrors (0.01s) --- PASS: TestSetClientTLSErrors/missing_cert_file (0.00s) --- PASS: TestSetClientTLSErrors/missing_ca_file (0.00s) --- PASS: TestSetClientTLSErrors/missing_key_file (0.00s) --- PASS: TestSetClientTLSErrors/invalid_ca_file (0.00s) === CONT TestPartSizeForNAR/zero_stays_at_minimum === CONT TestUploadMultipart_SupersededByPeer/exists === CONT TestPartSizeForNAR/capped_at_5_GiB === CONT TestPartSizeForNAR/5_TiB_S3_max_object === CONT TestPartSizeForNAR/1_TiB === CONT TestPartSizeForNAR/115_GiB_needs_larger_parts === CONT TestPartSizeForNAR/80_GiB_fits_at_minimum === CONT TestPartSizeForNAR/small_stays_at_minimum --- PASS: TestPartSizeForNAR (0.00s) --- PASS: TestPartSizeForNAR/zero_stays_at_minimum (0.00s) --- PASS: TestPartSizeForNAR/capped_at_5_GiB (0.00s) --- PASS: TestPartSizeForNAR/5_TiB_S3_max_object (0.00s) --- PASS: TestPartSizeForNAR/1_TiB (0.00s) --- PASS: TestPartSizeForNAR/115_GiB_needs_larger_parts (0.00s) --- PASS: TestPartSizeForNAR/80_GiB_fits_at_minimum (0.00s) --- PASS: TestPartSizeForNAR/small_stays_at_minimum (0.00s) === CONT TestUploadMultipart_SupersededByPeer/missing === CONT TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI) === CONT TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI === CONT TestPathInfoHashCompatibility/new_structured_format_with_sha512 === CONT TestPathInfoHashCompatibility/old_string_format_with_colon --- PASS: TestPathInfoHashCompatibility (0.00s) --- PASS: TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI) (0.00s) --- PASS: TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI (0.00s) --- PASS: TestPathInfoHashCompatibility/new_structured_format_with_sha512 (0.00s) --- PASS: TestPathInfoHashCompatibility/old_string_format_with_colon (0.00s) === CONT TestPathInfoCACompatibility/null_ca_field === CONT TestPathInfoCACompatibility/new_structured_format_-_text --- PASS: TestUploadMultipart_SupersededByPeer (0.00s) --- PASS: TestUploadMultipart_SupersededByPeer/exists (0.00s) --- PASS: TestUploadMultipart_SupersededByPeer/missing (0.00s) === CONT TestPathInfoCACompatibility/new_structured_format_-_nar_method === CONT TestPathInfoCACompatibility/old_string_format_-_fixed_recursive === CONT TestPathInfoCACompatibility/old_string_format_-_text --- PASS: TestPathInfoCACompatibility (0.00s) --- PASS: TestPathInfoCACompatibility/null_ca_field (0.00s) --- PASS: TestPathInfoCACompatibility/new_structured_format_-_nar_method (0.00s) --- PASS: TestPathInfoCACompatibility/old_string_format_-_fixed_recursive (0.00s) --- PASS: TestPathInfoCACompatibility/old_string_format_-_text (0.00s) --- PASS: TestPathInfoCACompatibility/new_structured_format_-_text (0.00s) === CONT TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths === CONT TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths === CONT TestParsePathInfoJSON/Nix_format --- PASS: TestParsePathInfoJSONMultiplePaths (0.00s) --- PASS: TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths (0.00s) --- PASS: TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths (0.00s) === CONT TestParsePathInfoJSON/invalid_JSON === CONT TestParsePathInfoJSON/whitespace_only === CONT TestParsePathInfoJSON/empty_input === CONT TestConvertHashToNix32/SRI_format_to_Nix32 === CONT TestParsePathInfoJSON/Lix_format === CONT TestConvertHashToNix32/invalid_format === CONT TestConvertHashToNix32/already_Nix32_format --- PASS: TestConvertHashToNix32 (0.00s) --- PASS: TestConvertHashToNix32/SRI_format_to_Nix32 (0.00s) --- PASS: TestConvertHashToNix32/invalid_format (0.00s) --- PASS: TestConvertHashToNix32/already_Nix32_format (0.00s) === CONT TestGetStorePathHash/valid_store_path === CONT TestGetStorePathHash/hash_with_invalid_characters_should_error === CONT TestGetStorePathHash/hash_with_wrong_length_should_error --- PASS: TestParsePathInfoJSON (0.00s) --- PASS: TestParsePathInfoJSON/Nix_format (0.00s) --- PASS: TestParsePathInfoJSON/invalid_JSON (0.00s) --- PASS: TestParsePathInfoJSON/whitespace_only (0.00s) --- PASS: TestParsePathInfoJSON/empty_input (0.00s) --- PASS: TestParsePathInfoJSON/Lix_format (0.00s) === CONT TestGetStorePathHash/basename_without_hyphen_should_error --- PASS: TestGetStorePathHash (0.00s) --- PASS: TestGetStorePathHash/valid_store_path (0.00s) --- PASS: TestGetStorePathHash/hash_with_invalid_characters_should_error (0.00s) --- PASS: TestGetStorePathHash/hash_with_wrong_length_should_error (0.00s) --- PASS: TestGetStorePathHash/basename_without_hyphen_should_error (0.00s) 2026/07/19 09:48:49 http: TLS handshake error from 127.0.0.1:58775: remote error: tls: bad certificate --- PASS: TestSetClientTLS (0.01s) --- PASS: TestSetClientTLS/succeeds_with_client_cert_and_CA (0.00s) --- PASS: TestSetClientTLS/preserves_debug_logging_transport (0.00s) --- PASS: TestSetClientTLS/rejects_connection_without_client_cert (0.01s) --- PASS: TestScriptTokenNoExpiryRerunsEveryCall (0.04s) --- PASS: TestScriptTokenCachesUntilRefresh (0.03s) --- PASS: TestDumpPathWriterError (0.04s) --- PASS: TestDumpPathSingleFile (0.06s) --- PASS: TestCaseHackSuffix (0.06s) --- PASS: TestDumpPathMatchesNix (0.07s) --- PASS: TestRateLimiterFeedback_400DoesNotCountAsSuccess (1.00s) PASS Running server tests... The files belonging to this database system will be owned by user "_nixbld1". This user must also own the server process. The database cluster will be initialized with locale "C". The default database encoding has accordingly been set to "SQL_ASCII". The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /nix/var/nix/builds/nix-88293-4258547180/postgres2800135135/data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: pg_ctl -D /nix/var/nix/builds/nix-88293-4258547180/postgres2800135135/data -l logfile start /nix/var/nix/builds/nix-88293-4258547180/postgres2800135135:5432 - no response 2026-07-19 09:48:51.512 UTC [88329] LOG: starting PostgreSQL 18.4 on aarch64-apple-darwin25.3.0, compiled by clang version 21.1.8, 64-bit 2026-07-19 09:48:51.512 UTC [88329] LOG: listening on Unix socket "/nix/var/nix/builds/nix-88293-4258547180/postgres2800135135/.s.PGSQL.5432" 2026-07-19 09:48:51.514 UTC [88336] LOG: database system was shut down at 2026-07-19 09:48:51 UTC 2026-07-19 09:48:51.515 UTC [88329] LOG: database system is ready to accept connections /nix/var/nix/builds/nix-88293-4258547180/postgres2800135135:5432 - accepting connections : option background_thread currently supports pthread only {"timestamp":"2026-07-19T09:48:51.6402Z","level":"ERROR","fields":{"message":"list_path_raw: revjob err VolumeNotFound"},"target":"rustfs_ecstore::cache_value::metacache_set","filename":"crates/ecstore/src/cache_value/metacache_set.rs","line_number":486,"threadName":"rustfs-worker","threadId":"ThreadId(7)"} === RUN TestService_AuthMiddleware === PAUSE TestService_AuthMiddleware === RUN TestService_AuthMiddleware_MTLSProxyHeader === PAUSE TestService_AuthMiddleware_MTLSProxyHeader === RUN TestService_AuthMiddleware_MTLSBoundSubjects === PAUSE TestService_AuthMiddleware_MTLSBoundSubjects === RUN TestService_ReadAuthMiddleware === PAUSE TestService_ReadAuthMiddleware === RUN TestService_AuthMiddleware_OIDC === PAUSE TestService_AuthMiddleware_OIDC === RUN TestCacheConfigHandler === PAUSE TestCacheConfigHandler === RUN TestCacheStatsHandler === PAUSE TestCacheStatsHandler === RUN TestClientCADerivations === PAUSE TestClientCADerivations === RUN TestClientErrorHandling === PAUSE TestClientErrorHandling === RUN TestClientIntegration === PAUSE TestClientIntegration === RUN TestClientMultipleUploads === PAUSE TestClientMultipleUploads === RUN TestClientWithDependencies === PAUSE TestClientWithDependencies === RUN TestPinProtectsFromGC === PAUSE TestPinProtectsFromGC === RUN TestGCAdvisoryLockBlocksConcurrentRun 2026-07-19 09:48:51.784 UTC [88387] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:51.784 UTC [88387] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:51 OK 20241026095416_initial_model.sql (3.18ms) 2026/07/19 09:48:51 OK 20251210153512_drop_unused_gin_index.sql (451.79µs) 2026/07/19 09:48:51 OK 20251218171726_add_pins.sql (734.17µs) 2026/07/19 09:48:51 OK 20260628120000_add_object_size_and_stats.sql (820.38µs) 2026/07/19 09:48:51 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:51 OK 1_commit_pending_closure.sql (812.79µs) 2026/07/19 09:48:51 OK 2_object_stats_trigger.sql (225.04µs) 2026/07/19 09:48:51 goose: up to current file version: 2 --- PASS: TestGCAdvisoryLockBlocksConcurrentRun (0.07s) === RUN TestGCBugBareHashReferences === PAUSE TestGCBugBareHashReferences === RUN TestGCMetrics === PAUSE TestGCMetrics === RUN TestGCTaskStore_StartNew === PAUSE TestGCTaskStore_StartNew === RUN TestGCTaskStore_DeduplicateSameParams === PAUSE TestGCTaskStore_DeduplicateSameParams === RUN TestGCTaskStore_ConflictDifferentParams === PAUSE TestGCTaskStore_ConflictDifferentParams === RUN TestGCTaskStore_GetEmpty === PAUSE TestGCTaskStore_GetEmpty === RUN TestGCTaskStore_GetReturnsLatest === PAUSE TestGCTaskStore_GetReturnsLatest === RUN TestGCTaskStore_CompletedAllowsNewTask === PAUSE TestGCTaskStore_CompletedAllowsNewTask === RUN TestGCTaskStore_PhaseUpdates === PAUSE TestGCTaskStore_PhaseUpdates === RUN TestGCTaskStore_Fail === PAUSE TestGCTaskStore_Fail === RUN TestGracefulShutdownDrainsInflight === PAUSE TestGracefulShutdownDrainsInflight === RUN TestService_healthCheckHandler === PAUSE TestService_healthCheckHandler === RUN TestGenerateLandingPage === PAUSE TestGenerateLandingPage === RUN TestNARDeduplicationMetadataUploadBug === PAUSE TestNARDeduplicationMetadataUploadBug === RUN TestMetricsInventory === PAUSE TestMetricsInventory === RUN TestService_NativeMTLS === PAUSE TestService_NativeMTLS === RUN TestServerTLSConfig === PAUSE TestServerTLSConfig === RUN TestMultipartCleanup === PAUSE TestMultipartCleanup === RUN TestObjectStatsTrigger === PAUSE TestObjectStatsTrigger === RUN TestOrphanedObjectsGC === PAUSE TestOrphanedObjectsGC === RUN TestOrphanedObjectsGCStressTest === PAUSE TestOrphanedObjectsGCStressTest === RUN TestResurrectedObjectNotDeleted === PAUSE TestResurrectedObjectNotDeleted === RUN TestParseSingleRange === PAUSE TestParseSingleRange === RUN TestIsValidCachePath === PAUSE TestIsValidCachePath === RUN TestReadProxyNarinfo === PAUSE TestReadProxyNarinfo === RUN TestReadProxyNarinfoAlreadyDecompressed === PAUSE TestReadProxyNarinfoAlreadyDecompressed === RUN TestReadProxyNarStreaming === PAUSE TestReadProxyNarStreaming === RUN TestReadProxy404 === PAUSE TestReadProxy404 === RUN TestReadProxyInvalidPath === PAUSE TestReadProxyInvalidPath === RUN TestReadProxyHead === PAUSE TestReadProxyHead === RUN TestReadProxyConditionalGet === PAUSE TestReadProxyConditionalGet === RUN TestReadProxyRootRedirectsToIndexHTML === PAUSE TestReadProxyRootRedirectsToIndexHTML === RUN TestReadProxyDisabled === PAUSE TestReadProxyDisabled === RUN TestReadProxyRangeRequest === PAUSE TestReadProxyRangeRequest === RUN TestRedundantMultipartUpload === PAUSE TestRedundantMultipartUpload === RUN TestCompleteMultipartUpload_ErrorButObjectExists === PAUSE TestCompleteMultipartUpload_ErrorButObjectExists === RUN TestCompletedNarNotReofferedAcrossClosures === PAUSE TestCompletedNarNotReofferedAcrossClosures === RUN TestPresignedUploadRegisteredBeforeCommit === PAUSE TestPresignedUploadRegisteredBeforeCommit === RUN TestService_Rustfstest === PAUSE TestService_Rustfstest === RUN TestSystemdListenerNotActivated --- PASS: TestSystemdListenerNotActivated (0.00s) === RUN TestWatchdogBeatsWhenHealthy --- PASS: TestWatchdogBeatsWhenHealthy (0.02s) === RUN TestWatchdogSkipsWhenUnhealthy 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:51 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" 2026/07/19 09:48:52 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded" --- PASS: TestWatchdogSkipsWhenUnhealthy (0.20s) === RUN TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle === PAUSE TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle === RUN TestProxyWriteTimeout === PAUSE TestProxyWriteTimeout === RUN TestIsValidUploadKey === PAUSE TestIsValidUploadKey === RUN TestUploadHandlersRejectInvalidKeys === PAUSE TestUploadHandlersRejectInvalidKeys === RUN TestUploadHandlersRejectOversizedBody === PAUSE TestUploadHandlersRejectOversizedBody === RUN TestService_cleanupPendingClosuresHandler === PAUSE TestService_cleanupPendingClosuresHandler === RUN TestService_createPendingClosureHandler === PAUSE TestService_createPendingClosureHandler === RUN TestService_verifyS3Integrity === PAUSE TestService_verifyS3Integrity === RUN TestCompleteMultipartUnregistered === PAUSE TestCompleteMultipartUnregistered === RUN TestCreatePendingClosure_SmallNARUsesSimplePUT === PAUSE TestCreatePendingClosure_SmallNARUsesSimplePUT === CONT TestService_AuthMiddleware === CONT TestObjectStatsTrigger === CONT TestGCTaskStore_DeduplicateSameParams --- PASS: TestGCTaskStore_DeduplicateSameParams (0.00s) === CONT TestMultipartCleanup === CONT TestRedundantMultipartUpload === CONT TestServerTLSConfig === CONT TestClientErrorHandling === RUN TestServerTLSConfig/no_client_CA === CONT TestCacheStatsHandler === PAUSE TestServerTLSConfig/no_client_CA === RUN TestServerTLSConfig/missing_CA_file === PAUSE TestServerTLSConfig/missing_CA_file === RUN TestServerTLSConfig/not_a_PEM_file === PAUSE TestServerTLSConfig/not_a_PEM_file === CONT TestService_ReadAuthMiddleware === CONT TestCacheConfigHandler === RUN TestCacheConfigHandler/full_config,_no_issuer === CONT TestService_AuthMiddleware_OIDC === PAUSE TestCacheConfigHandler/full_config,_no_issuer === RUN TestCacheConfigHandler/no_cache_url_configured === PAUSE TestCacheConfigHandler/no_cache_url_configured === RUN TestCacheConfigHandler/no_signing_keys === PAUSE TestCacheConfigHandler/no_signing_keys === RUN TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator === PAUSE TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator === CONT TestService_AuthMiddleware_MTLSBoundSubjects === CONT TestClientCADerivations === RUN TestClientErrorHandling/InvalidStorePath === PAUSE TestClientErrorHandling/InvalidStorePath === RUN TestClientErrorHandling/InvalidAuthToken === PAUSE TestClientErrorHandling/InvalidAuthToken === RUN TestClientErrorHandling/ServerNotAvailable === PAUSE TestClientErrorHandling/ServerNotAvailable === CONT TestService_AuthMiddleware_MTLSProxyHeader 2026/07/19 09:48:52 INFO OIDC provider initialized name=test 2026-07-19 09:48:52.322 UTC [88409] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.322 UTC [88409] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.322 UTC [88410] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.322 UTC [88410] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.323 UTC [88411] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.323 UTC [88411] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.328 UTC [88414] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.328 UTC [88414] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.329 UTC [88412] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.329 UTC [88412] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.329 UTC [88413] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.329 UTC [88413] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.329 UTC [88415] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.329 UTC [88415] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.330 UTC [88418] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.330 UTC [88418] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.330 UTC [88416] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.330 UTC [88416] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.331 UTC [88417] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.331 UTC [88417] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (6.63ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (838.17µs) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (8.23ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (7.82ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (733.71µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.74ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (572.63µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.62ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.73ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (1.92ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (5.93ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (758.83µs) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (1.69ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.73ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (7.86ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (556.5µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (8.14ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.1ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.95ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (554.54µs) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (598.75µs) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (7.58ms) 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.45ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (7.68ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (6.09ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (8.65ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (547.21µs) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (544.88µs) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (581.13µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.22ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (686.83µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.51ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (377.75µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.22ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (691µs) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.04ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 WARN Authentication failed token_preview=wrongtoken token_length=10 reason="static API token mismatch" --- PASS: TestService_AuthMiddleware (0.32s) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.34ms) === CONT TestService_NativeMTLS 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.37ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.71ms) === RUN TestService_AuthMiddleware_OIDC/valid_OIDC_token === PAUSE TestService_AuthMiddleware_OIDC/valid_OIDC_token === RUN TestService_AuthMiddleware_OIDC/OIDC_token_with_wrong_org_rejected === PAUSE TestService_AuthMiddleware_OIDC/OIDC_token_with_wrong_org_rejected === RUN TestService_AuthMiddleware_OIDC/malformed_token_rejected === PAUSE TestService_AuthMiddleware_OIDC/malformed_token_rejected === RUN TestService_AuthMiddleware_OIDC/static_token_still_works_with_OIDC_configured === PAUSE TestService_AuthMiddleware_OIDC/static_token_still_works_with_OIDC_configured === CONT TestMetricsInventory 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.47ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (1.85ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.95ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (3ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (1.3ms) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (3.36ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.61ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.38ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.32ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (1.25ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.38ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (503.42µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.25ms) 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.25ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (947.29µs) 2026/07/19 09:48:52 goose: up to current file version: 2 {"timestamp":"2026-07-19T09:48:52.348081Z","level":"ERROR","fields":{"message":"system path read failed","path_kind":"data_usage","operation":"read_primary","reason":"config_not_found","object":"buckets/.usage.json","error":"Config not found"},"target":"rustfs_ecstore::data_usage","filename":"crates/ecstore/src/data_usage.rs","line_number":126,"threadName":"rustfs-worker","threadId":"ThreadId(7)"} 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (2.38ms) 2026/07/19 09:48:52 INFO Created nix-cache-info in bucket bucket=bucket4 2026/07/19 09:48:52 WARN mTLS auth: subject not in bound subjects subject="CN=untrusted,O=Other" 2026/07/19 09:48:52 WARN mTLS auth: bound subjects configured but subject DN unavailable 2026/07/19 09:48:52 WARN mTLS auth: subject not in bound subjects subject="CN=untrusted" --- PASS: TestService_AuthMiddleware_MTLSBoundSubjects (0.33s) === CONT TestNARDeduplicationMetadataUploadBug 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.47ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (516.04µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (1.71ms) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (1.13ms) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (1.01ms) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 WARN mTLS auth: subject not in bound subjects subject="CN=writer" --- PASS: TestService_ReadAuthMiddleware (0.33s) === CONT TestGenerateLandingPage --- PASS: TestGenerateLandingPage (0.00s) === CONT TestService_healthCheckHandler 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestService_AuthMiddleware_MTLSProxyHeader (0.33s) === CONT TestGracefulShutdownDrainsInflight 2026/07/19 09:48:52 INFO Starting HTTP server address=127.0.0.1:58816 2026/07/19 09:48:52 INFO Shutdown signal received, draining in-flight requests timeout=10s 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestCacheStatsHandler (0.34s) === CONT TestGCTaskStore_Fail --- PASS: TestGCTaskStore_Fail (0.00s) === CONT TestGCTaskStore_PhaseUpdates --- PASS: TestGCTaskStore_PhaseUpdates (0.00s) === CONT TestGCTaskStore_CompletedAllowsNewTask --- PASS: TestGCTaskStore_CompletedAllowsNewTask (0.00s) === CONT TestGCTaskStore_GetReturnsLatest --- PASS: TestGCTaskStore_GetReturnsLatest (0.00s) === CONT TestPinProtectsFromGC --- PASS: TestObjectStatsTrigger (0.34s) === CONT TestGCTaskStore_GetEmpty --- PASS: TestGCTaskStore_GetEmpty (0.00s) === CONT TestGCTaskStore_ConflictDifferentParams --- PASS: TestGCTaskStore_ConflictDifferentParams (0.00s) === CONT TestService_Rustfstest --- PASS: TestGracefulShutdownDrainsInflight (0.07s) === CONT TestGCTaskStore_StartNew --- PASS: TestGCTaskStore_StartNew (0.00s) === CONT TestIsValidUploadKey === RUN TestIsValidUploadKey/narinfo === PAUSE TestIsValidUploadKey/narinfo === RUN TestIsValidUploadKey/nar_zst === PAUSE TestIsValidUploadKey/nar_zst === RUN TestIsValidUploadKey/nar_xz === PAUSE TestIsValidUploadKey/nar_xz === RUN TestIsValidUploadKey/nar_plain === PAUSE TestIsValidUploadKey/nar_plain === RUN TestIsValidUploadKey/listing === PAUSE TestIsValidUploadKey/listing === RUN TestIsValidUploadKey/build_log === PAUSE TestIsValidUploadKey/build_log === RUN TestIsValidUploadKey/build_log_home-manager_file === PAUSE TestIsValidUploadKey/build_log_home-manager_file === RUN TestIsValidUploadKey/build_log_plus_in_name === PAUSE TestIsValidUploadKey/build_log_plus_in_name === RUN TestIsValidUploadKey/build_log_question_mark === PAUSE TestIsValidUploadKey/build_log_question_mark === RUN TestIsValidUploadKey/build_log_equals === PAUSE TestIsValidUploadKey/build_log_equals === RUN TestIsValidUploadKey/realisation === PAUSE TestIsValidUploadKey/realisation === RUN TestIsValidUploadKey/realisation_plus_in_output === PAUSE TestIsValidUploadKey/realisation_plus_in_output === RUN TestIsValidUploadKey/nix-cache-info === PAUSE TestIsValidUploadKey/nix-cache-info === RUN TestIsValidUploadKey/index.html === PAUSE TestIsValidUploadKey/index.html === RUN TestIsValidUploadKey/narinfo_key,_nar_type === PAUSE TestIsValidUploadKey/narinfo_key,_nar_type === RUN TestIsValidUploadKey/nar_key,_narinfo_type === PAUSE TestIsValidUploadKey/nar_key,_narinfo_type === RUN TestIsValidUploadKey/listing_key,_narinfo_type === PAUSE TestIsValidUploadKey/listing_key,_narinfo_type === RUN TestIsValidUploadKey/traversal === PAUSE TestIsValidUploadKey/traversal === RUN TestIsValidUploadKey/traversal_nar === PAUSE TestIsValidUploadKey/traversal_nar === RUN TestIsValidUploadKey/absolute === PAUSE TestIsValidUploadKey/absolute === RUN TestIsValidUploadKey/empty_key === PAUSE TestIsValidUploadKey/empty_key === RUN TestIsValidUploadKey/unknown_type === PAUSE TestIsValidUploadKey/unknown_type === CONT TestProxyWriteTimeout === RUN TestProxyWriteTimeout/narinfo === PAUSE TestProxyWriteTimeout/narinfo === RUN TestProxyWriteTimeout/1_GiB_nar === PAUSE TestProxyWriteTimeout/1_GiB_nar === RUN TestProxyWriteTimeout/10_GiB_nar === PAUSE TestProxyWriteTimeout/10_GiB_nar === RUN TestProxyWriteTimeout/unknown_size === PAUSE TestProxyWriteTimeout/unknown_size === CONT TestGCMetrics 2026/07/19 09:48:52 INFO Received cleanup request method=DELETE path=/api/pending_closures 2026/07/19 09:48:52 INFO Aborted multipart uploads count=1 --- PASS: TestMultipartCleanup (0.46s) === CONT TestPresignedUploadRegisteredBeforeCommit 2026/07/19 09:48:52 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:52 INFO Completed multipart upload object_key=nar/gggggggggggggggggggggggggggggg0100000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLmFmNWE5OTJiLWEwZGUtNDZlMy05NTJlLTJkNTE3NjhmN2E3MngxNzg0NDU0NTMyMzU2ODE1MDAw parts=12 --- PASS: TestRedundantMultipartUpload (0.50s) === CONT TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle 2026-07-19 09:48:52.525 UTC [88439] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.525 UTC [88439] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.525 UTC [88440] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.525 UTC [88440] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.543 UTC [88444] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.543 UTC [88444] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (14.29ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (544.13µs) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (9.79ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.4ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (451.04µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.53ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (8.05ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (348.5µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (772.71µs) 2026-07-19 09:48:52.564 UTC [88445] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.564 UTC [88445] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (11.49ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (8.06ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (10.75ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.1ms) 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.34ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (245.83µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (301.54µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.26ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (365µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 WARN mTLS auth: subject not in bound subjects subject="CN=reader" 2026/07/19 09:48:52 WARN mTLS auth: subject not in bound subjects subject="CN=writer" --- PASS: TestService_NativeMTLS (0.23s) === CONT TestReadProxyNarStreaming --- PASS: TestService_healthCheckHandler (0.22s) === CONT TestGCBugBareHashReferences 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (6.62ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (561.04µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (2.13ms) --- PASS: TestMetricsInventory (0.24s) === CONT TestReadProxyRangeRequest 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (3.27ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (971.33µs) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (394.54µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 INFO Created nix-cache-info in bucket bucket=bucket15 === NAME TestNARDeduplicationMetadataUploadBug metadata_upload_test.go:48: First store path: /nix/var/nix/builds/nix-88293-4258547180/TestNARDeduplicationMetadataUploadBug4049220208/001/store/y4npfbp66lmz4na4v05wxaw44z0wcbgq-file1.txt 2026-07-19 09:48:52.654 UTC [88455] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.654 UTC [88455] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.655 UTC [88456] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.655 UTC [88456] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC === NAME TestClientCADerivations client_ca_test.go:136: Built CA derivation: /nix/var/nix/builds/nix-88293-4258547180/TestClientCADerivations1888336971/001/store/0ybxd2pmjjm0ncpdhgn8g71px87nky71-ca-test 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (8.86ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (9.1ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (1.1ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (1.25ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (2.39ms) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (2.39ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.33ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (2.45ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.59ms) 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.96ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (433.5µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (640.33µs) 2026/07/19 09:48:52 goose: up to current file version: 2 --- PASS: TestService_Rustfstest (0.33s) === CONT TestCompletedNarNotReofferedAcrossClosures 2026/07/19 09:48:52 INFO Created nix-cache-info in bucket bucket=bucket17 === NAME TestClientCADerivations client_ca_test.go:139: Found 1 dependencies (including self) 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:52 INFO Uploading y4npfbp66lmz4na4v05wxaw44z0wcbgq-file1.txt (160B) 2026/07/19 09:48:52 WARN Failed to register uploaded object key=nar/1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 WARN Failed to register uploaded object key=y4npfbp66lmz4na4v05wxaw44z0wcbgq.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:52 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:52 INFO Uploading 1 narinfos 2026/07/19 09:48:52 WARN Failed to register uploaded object key=y4npfbp66lmz4na4v05wxaw44z0wcbgq.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:52 INFO Completed upload id=1 2026/07/19 09:48:52 INFO Upload complete. (91ms) === NAME TestNARDeduplicationMetadataUploadBug metadata_upload_test.go:54: Retrieved narinfo from S3: StorePath: /nix/var/nix/builds/nix-88293-4258547180/TestNARDeduplicationMetadataUploadBug4049220208/001/store/y4npfbp66lmz4na4v05wxaw44z0wcbgq-file1.txt URL: nar/1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf.nar.zst Compression: zstd NarHash: sha256:1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf NarSize: 160 References: CA: fixed:r:sha256:1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf metadata_upload_test.go:55: Retrieved .ls file from S3 (compressed size: 77 bytes) metadata_upload_test.go:55: Decompressed .ls content (64 bytes): {"version":1,"root":{"type":"regular","size":44,"narOffset":96}} 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures === NAME TestPinProtectsFromGC client_integration_test.go:646: Pinned store path: /nix/var/nix/builds/nix-88293-4258547180/TestPinProtectsFromGC1724701169/001/store/pj15275r6p5kwwpr6ywfd5ky3xxs73hb-pinned-file.txt client_integration_test.go:647: Unpinned store path: /nix/var/nix/builds/nix-88293-4258547180/TestPinProtectsFromGC1724701169/001/store/qv8y0r5zsly823d61hgjbldxzivkfa27-unpinned-file.txt 2026/07/19 09:48:52 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:52 INFO Uploading 0ybxd2pmjjm0ncpdhgn8g71px87nky71-ca-test (144B) 2026/07/19 09:48:52 WARN Failed to register uploaded object key=nar/04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 WARN Failed to register uploaded object key=log/spbs1dm2n4rcg14zxc1agp28a97y0h8s-ca-test.drv error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 WARN Failed to register uploaded object key=0ybxd2pmjjm0ncpdhgn8g71px87nky71.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:52 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:52 INFO Uploading 1 narinfos 2026/07/19 09:48:52 WARN Failed to register uploaded object key=0ybxd2pmjjm0ncpdhgn8g71px87nky71.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete === NAME TestNARDeduplicationMetadataUploadBug metadata_upload_test.go:64: Second store path (same content): /nix/var/nix/builds/nix-88293-4258547180/TestNARDeduplicationMetadataUploadBug4049220208/001/store/10j25yxfvylz2a56pm0xyiyikny205wy-file2.txt 2026/07/19 09:48:52 INFO Completed upload id=1 2026/07/19 09:48:52 INFO Upload complete. (91ms) === NAME TestClientCADerivations client_ca_test.go:180: Narinfo contains CA field: StorePath: /nix/var/nix/builds/nix-88293-4258547180/TestClientCADerivations1888336971/001/store/0ybxd2pmjjm0ncpdhgn8g71px87nky71-ca-test URL: nar/04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n.nar.zst Compression: zstd NarHash: sha256:04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n NarSize: 144 References: Deriver: /nix/var/nix/builds/nix-88293-4258547180/TestClientCADerivations1888336971/001/store/spbs1dm2n4rcg14zxc1agp28a97y0h8s-ca-test.drv CA: fixed:r:sha256:04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n client_ca_test.go:185: Checking for realisation files in S3... client_ca_test.go:207: No realisation files uploaded - this is expected for locally built CA derivations client_ca_test.go:208: Locally built CA derivations don't have DrvOutput IDs until they're substituted from a cache 2026-07-19 09:48:52.847 UTC [88504] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.847 UTC [88504] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:52.859 UTC [88508] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.859 UTC [88508] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC client_ca_test.go:258: nix copy output: error: binary cache 's3://bucket4?endpoint=http://localhost:58782®ion=eu-west-1' is for Nix stores with prefix '/nix/store', not '/nix/var/nix/builds/nix-88293-4258547180/TestClientCADerivations1888336971/001/store' client_ca_test.go:259: nix copy failed (might be expected with isolated stores): exit status 1 --- PASS: TestClientCADerivations (0.84s) === CONT TestReadProxyConditionalGet 2026-07-19 09:48:52.883 UTC [88514] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.883 UTC [88514] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (22.8ms) 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (23.42ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (954µs) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (507.21µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (842µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (795.46µs) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (3.32ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (4.17ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.41ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (408.88µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.35ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (702.17µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (11.19ms) 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (491.08µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (9.38ms) 2026-07-19 09:48:52.920 UTC [88517] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.920 UTC [88517] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:52 INFO Uploading pj15275r6p5kwwpr6ywfd5ky3xxs73hb-pinned-file.txt (128B) 2026/07/19 09:48:52 WARN Failed to register uploaded object key=nar/0qmhsg42pqsz7x6hh02j8gznnac3yi3qpjhrqbwvz88i194jbb5s.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 WARN Failed to register uploaded object key=pj15275r6p5kwwpr6ywfd5ky3xxs73hb.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:52 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:52 INFO Uploading 1 narinfos 2026/07/19 09:48:52 WARN Failed to register uploaded object key=pj15275r6p5kwwpr6ywfd5ky3xxs73hb.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:52 INFO Completed upload id=1 2026/07/19 09:48:52 INFO Upload complete. (96ms) 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (14.99ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 INFO Uploading 0 paths to 127.0.0.1 (1 already cached) 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.53ms) 2026/07/19 09:48:52 WARN Failed to register uploaded object key=10j25yxfvylz2a56pm0xyiyikny205wy.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign 2026/07/19 09:48:52 INFO Signed narinfos id=2 count=1 2026/07/19 09:48:52 INFO Uploading 1 narinfos 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (259.29µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:52 WARN Failed to register uploaded object key=10j25yxfvylz2a56pm0xyiyikny205wy.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:52 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete 2026/07/19 09:48:52 INFO Completed upload id=2 2026/07/19 09:48:52 INFO Upload complete. (81ms) === NAME TestNARDeduplicationMetadataUploadBug metadata_upload_test.go:76: Retrieved narinfo from S3: StorePath: /nix/var/nix/builds/nix-88293-4258547180/TestNARDeduplicationMetadataUploadBug4049220208/001/store/10j25yxfvylz2a56pm0xyiyikny205wy-file2.txt URL: nar/1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf.nar.zst Compression: zstd NarHash: sha256:1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf NarSize: 160 References: CA: fixed:r:sha256:1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf metadata_upload_test.go:77: Retrieved .ls file from S3 (compressed size: 62 bytes) metadata_upload_test.go:77: Decompressed .ls content (49 bytes): {"version":1,"root":{"type":"regular","size":44}} 2026/07/19 09:48:52 INFO Registered completed upload object_key=nar/jjjjjjjjjjjjjjjjjjjjjjjjjjjjjj0100000000000000000000.nar.zst 2026/07/19 09:48:52 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:52 INFO Aborted multipart uploads count=0 --- PASS: TestPresignedUploadRegisteredBeforeCommit (0.45s) === CONT TestCompleteMultipartUpload_ErrorButObjectExists --- PASS: TestNARDeduplicationMetadataUploadBug (0.59s) === CONT TestReadProxyHead 2026/07/19 09:48:52 WARN Force mode enabled - objects will be deleted immediately without grace period 2026/07/19 09:48:52 INFO Garbage collection completed failed-uploads-deleted=0 old-closures-deleted=0 objects-marked-for-deletion=0 objects-deleted-after-grace-period=0 objects-failed-to-delete=0 2026/07/19 09:48:52 INFO Vacuumed table table=pending_closures 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (10.33ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (803.5µs) 2026-07-19 09:48:52.955 UTC [88525] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.955 UTC [88525] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 INFO Vacuumed table table=pending_objects 2026/07/19 09:48:52 INFO Vacuumed table table=multipart_uploads 2026/07/19 09:48:52 INFO Vacuumed table table=closures 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (6.99ms) 2026/07/19 09:48:52 INFO Vacuumed table table=objects --- PASS: TestGCMetrics (0.53s) === CONT TestReadProxyDisabled 2026/07/19 09:48:52 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (15.29ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (950.21µs) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (241.63µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026-07-19 09:48:52.980 UTC [88530] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:52.980 UTC [88530] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:52 OK 20241026095416_initial_model.sql (19.34ms) 2026/07/19 09:48:52 OK 20251210153512_drop_unused_gin_index.sql (751.75µs) 2026/07/19 09:48:52 OK 20251218171726_add_pins.sql (1.35ms) 2026/07/19 09:48:52 OK 20260628120000_add_object_size_and_stats.sql (4.31ms) 2026/07/19 09:48:52 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:52 OK 1_commit_pending_closure.sql (1.43ms) 2026/07/19 09:48:52 OK 2_object_stats_trigger.sql (300.54µs) 2026/07/19 09:48:52 goose: up to current file version: 2 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (8.04ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (739.17µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.22ms) --- PASS: TestReadProxyNarStreaming (0.43s) === CONT TestReadProxyInvalidPath 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (4.88ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.79ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (233.42µs) 2026/07/19 09:48:53 goose: up to current file version: 2 --- PASS: TestReadProxyRangeRequest (0.43s) === CONT TestReadProxy404 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:53 INFO Uploading qv8y0r5zsly823d61hgjbldxzivkfa27-unpinned-file.txt (128B) 2026/07/19 09:48:53 WARN Failed to register uploaded object key=nar/0gh0wdnr6gmk4r5sfzzh12isnl14rgmkrwy1ws41hpsrlndclg5h.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:53 WARN Failed to register uploaded object key=qv8y0r5zsly823d61hgjbldxzivkfa27.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:53 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign 2026/07/19 09:48:53 INFO Signed narinfos id=2 count=1 2026/07/19 09:48:53 INFO Uploading 1 narinfos 2026/07/19 09:48:53 WARN Failed to register uploaded object key=qv8y0r5zsly823d61hgjbldxzivkfa27.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:53 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete 2026/07/19 09:48:53 INFO Completed upload id=2 2026/07/19 09:48:53 INFO Upload complete. (79ms) 2026-07-19 09:48:53.062 UTC [88539] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.062 UTC [88539] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 INFO Received create pin request method=POST path=/api/pins/myapp 2026/07/19 09:48:53 INFO Created/updated pin name=myapp store_path=/nix/var/nix/builds/nix-88293-4258547180/TestPinProtectsFromGC1724701169/001/store/pj15275r6p5kwwpr6ywfd5ky3xxs73hb-pinned-file.txt narinfo_key=pj15275r6p5kwwpr6ywfd5ky3xxs73hb.narinfo 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (6.76ms) 2026/07/19 09:48:53 INFO Starting cleanup of old closures method=DELETE path=/api/closures 2026/07/19 09:48:53 INFO Garbage collection started 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (704.46µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (919.38µs) 2026/07/19 09:48:53 INFO Aborted multipart uploads count=0 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (2.13ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 WARN Force mode enabled - objects will be deleted immediately without grace period 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (885.75µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (219.46µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestGCBugBareHashReferences (0.63s) === CONT TestReadProxyRootRedirectsToIndexHTML 2026/07/19 09:48:53 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:53 INFO Completed multipart upload object_key=nar/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh0100000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLmU3MDJhNmY0LWZhMWYtNDg1Yy05MWIzLWQxMjJjMGJhMmZlMHgxNzg0NDU0NTMzMDg4Mzk2MDAw parts=12 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestCompletedNarNotReofferedAcrossClosures (0.52s) === CONT TestService_verifyS3Integrity 2026-07-19 09:48:53.241 UTC [88547] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.241 UTC [88547] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (8.23ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (370µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.77ms) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (7.75ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (930.17µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (209.33µs) 2026/07/19 09:48:53 goose: up to current file version: 2 --- PASS: TestReadProxyConditionalGet (0.41s) === CONT TestCreatePendingClosure_SmallNARUsesSimplePUT 2026-07-19 09:48:53.278 UTC [88550] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.278 UTC [88550] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:53.279 UTC [88549] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.279 UTC [88549] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:53.279 UTC [88551] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.279 UTC [88551] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (17.86ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (830.83µs) 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (20.88ms) 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (21.03ms) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.54ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (458.04µs) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (439.38µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (725.5µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (746.54µs) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (2.9ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (4.2ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (845.71µs) 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.03ms) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (4.25ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (384.29µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (435.13µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (942µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (291.29µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestReadProxyDisabled (0.36s) === CONT TestCompleteMultipartUnregistered --- PASS: TestReadProxyHead (0.38s) === CONT TestService_cleanupPendingClosuresHandler 2026/07/19 09:48:53 INFO Received complete multipart upload request method=POST path=/api/multipart/complete {"timestamp":"2026-07-19T09:48:53.329148Z","level":"ERROR","fields":{"message":"complete_multipart_upload part error: \"part.1 not found\""},"target":"rustfs_ecstore::set_disk","filename":"crates/ecstore/src/set_disk.rs","line_number":3463,"threadName":"rustfs-worker","threadId":"ThreadId(9)"} {"timestamp":"2026-07-19T09:48:53.329166Z","level":"ERROR","fields":{"message":"complete_multipart_upload etag err client=Some(\"deadbeef\"), stored=\"\", part_id=1, bucket=bucket26, object=nar/gggggggggggggggggggggggggggggg0300000000000000000000.nar.zst"},"target":"rustfs_ecstore::set_disk","filename":"crates/ecstore/src/set_disk.rs","line_number":3534,"threadName":"rustfs-worker","threadId":"ThreadId(9)"} 2026/07/19 09:48:53 WARN CompleteMultipartUpload errored but object exists; treating as success error="One or more of the specified parts could not be found. The part may not have been uploaded, or the specified entity tag may not match the part's entity tag." object_key=nar/gggggggggggggggggggggggggggggg0300000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLjBhMWZlYWM3LTlhMzUtNDM1NS1iNmZkLThhNjgwZDMzYjczOHgxNzg0NDU0NTMzMzI0NjA5MDAw 2026/07/19 09:48:53 INFO Garbage collection completed failed-uploads-deleted=0 old-closures-deleted=1 objects-marked-for-deletion=3 objects-deleted-after-grace-period=2001 objects-failed-to-delete=0 2026/07/19 09:48:53 INFO Completed multipart upload object_key=nar/gggggggggggggggggggggggggggggg0300000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLjBhMWZlYWM3LTlhMzUtNDM1NS1iNmZkLThhNjgwZDMzYjczOHgxNzg0NDU0NTMzMzI0NjA5MDAw parts=1 --- PASS: TestCompleteMultipartUpload_ErrorButObjectExists (0.40s) === CONT TestClientWithDependencies 2026/07/19 09:48:53 INFO Vacuumed table table=pending_closures 2026/07/19 09:48:53 INFO Vacuumed table table=pending_objects 2026/07/19 09:48:53 INFO Vacuumed table table=multipart_uploads 2026-07-19 09:48:53.351 UTC [88559] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.351 UTC [88559] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 INFO Vacuumed table table=closures 2026/07/19 09:48:53 INFO Vacuumed table table=objects 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (8.69ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (388.33µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (780.13µs) 2026-07-19 09:48:53.378 UTC [88560] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.378 UTC [88560] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (14.93ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (950.25µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (225.17µs) 2026/07/19 09:48:53 goose: up to current file version: 2 --- PASS: TestReadProxyInvalidPath (0.39s) === CONT TestClientMultipleUploads 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (4.79ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (791.46µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.52ms) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (24.64ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.08ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (496.17µs) 2026/07/19 09:48:53 goose: up to current file version: 2 --- PASS: TestReadProxy404 (0.41s) === CONT TestService_createPendingClosureHandler 2026-07-19 09:48:53.617 UTC [88565] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.617 UTC [88565] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:53.622 UTC [88566] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.622 UTC [88566] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (7.92ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (416.79µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (2.7ms) 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (13.48ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (321.33µs) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (3.4ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.17ms) 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.34ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (344.13µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (1.81ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (835.21µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (197.79µs) 2026/07/19 09:48:53 goose: up to current file version: 2 --- PASS: TestReadProxyRootRedirectsToIndexHTML (0.46s) === CONT TestUploadHandlersRejectOversizedBody 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026-07-19 09:48:53.670 UTC [88567] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.670 UTC [88567] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC === RUN TestUploadHandlersRejectOversizedBody/create_pending_closure === PAUSE TestUploadHandlersRejectOversizedBody/create_pending_closure === RUN TestUploadHandlersRejectOversizedBody/complete_multipart === PAUSE TestUploadHandlersRejectOversizedBody/complete_multipart === RUN TestUploadHandlersRejectOversizedBody/request_more_parts === PAUSE TestUploadHandlersRejectOversizedBody/request_more_parts === CONT TestParseSingleRange === RUN TestParseSingleRange/none === PAUSE TestParseSingleRange/none === RUN TestParseSingleRange/unknown_unit === PAUSE TestParseSingleRange/unknown_unit === RUN TestParseSingleRange/multi-range_ignored === PAUSE TestParseSingleRange/multi-range_ignored === RUN TestParseSingleRange/malformed_no_dash === PAUSE TestParseSingleRange/malformed_no_dash === RUN TestParseSingleRange/malformed_both_empty === PAUSE TestParseSingleRange/malformed_both_empty === RUN TestParseSingleRange/malformed_end_before_start === PAUSE TestParseSingleRange/malformed_end_before_start === RUN TestParseSingleRange/closed === PAUSE TestParseSingleRange/closed === RUN TestParseSingleRange/open-ended === PAUSE TestParseSingleRange/open-ended === RUN TestParseSingleRange/end_clamped_to_size === PAUSE TestParseSingleRange/end_clamped_to_size === RUN TestParseSingleRange/suffix === PAUSE TestParseSingleRange/suffix === RUN TestParseSingleRange/suffix_exceeds_size === PAUSE TestParseSingleRange/suffix_exceeds_size === RUN TestParseSingleRange/single_byte === PAUSE TestParseSingleRange/single_byte === RUN TestParseSingleRange/start_past_EOF === PAUSE TestParseSingleRange/start_past_EOF === RUN TestParseSingleRange/start_far_past_EOF === PAUSE TestParseSingleRange/start_far_past_EOF === CONT TestClientIntegration 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (11.67ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (1.17ms) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (968.92µs) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (4.93ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.24ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (212.67µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures --- PASS: TestCreatePendingClosure_SmallNARUsesSimplePUT (0.44s) === CONT TestReadProxyNarinfoAlreadyDecompressed 2026-07-19 09:48:53.732 UTC [88573] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.732 UTC [88573] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026-07-19 09:48:53.732 UTC [88572] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.732 UTC [88572] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:53 INFO Completed multipart upload object_key=nar/dadb44fdadb44fdadb44fdadb44f000000000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLmM1YTI0NzhmLWNkODctNDk4MC1hYzNkLWY4YjI3ZjEyZDdlZngxNzg0NDU0NTMzNjU3OTMzMDAw parts=10 2026/07/19 09:48:53 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:53 INFO Completed upload id=1 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Object in database but missing from S3 key=dadb44fdadb44fdadb44fdadb44f0000.narinfo 2026/07/19 09:48:53 WARN Found objects in DB but missing from S3, will re-upload count=1 2026-07-19 09:48:53.766 UTC [88574] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.766 UTC [88574] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC --- PASS: TestService_verifyS3Integrity (0.55s) === CONT TestOrphanedObjectsGCStressTest 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (37.93ms) 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (9.61ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (407µs) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (323.58µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (690.71µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (671.33µs) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (3.5ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (30.03ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (300.75µs) 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (891.33µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (215.63µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (5.31ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.03ms) 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (873.54µs) 2026/07/19 09:48:53 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (517.58µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 ERROR Failed to get multipart upload error="no rows in result set" upload_id=does-not-exist object_key=nar/0000000000000000000000000000000000000000000000000000.nar.zst --- PASS: TestCompleteMultipartUnregistered (0.48s) === CONT TestResurrectedObjectNotDeleted 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (3.11ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 INFO Received cleanup request method=DELETE path=/api/pending_closures 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (2.07ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (616.29µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 INFO Aborted multipart uploads count=0 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Created nix-cache-info in bucket bucket=bucket36 2026/07/19 09:48:53 INFO Received cleanup request method=DELETE path=/api/pending_closures 2026/07/19 09:48:53 INFO Aborted multipart uploads count=1 2026/07/19 09:48:53 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026-07-19 09:48:53.816 UTC [88572] ERROR: Closure does not exist: id=1 2026-07-19 09:48:53.816 UTC [88572] CONTEXT: PL/pgSQL function commit_pending_closure(bigint) line 16 at RAISE 2026-07-19 09:48:53.816 UTC [88572] STATEMENT: -- name: CommitPendingClosure :exec SELECT commit_pending_closure($1::bigint) --- PASS: TestService_cleanupPendingClosuresHandler (0.50s) === CONT TestReadProxyNarinfo 2026-07-19 09:48:53.825 UTC [88581] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.825 UTC [88581] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (34ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (1.33ms) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (1.92ms) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (5.58ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (804.25µs) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (201.54µs) 2026/07/19 09:48:53 goose: up to current file version: 2 2026/07/19 09:48:53 INFO Created nix-cache-info in bucket bucket=bucket37 2026-07-19 09:48:53.888 UTC [88586] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:53.888 UTC [88586] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:53 OK 20241026095416_initial_model.sql (5.72ms) 2026/07/19 09:48:53 OK 20251210153512_drop_unused_gin_index.sql (841µs) 2026/07/19 09:48:53 OK 20251218171726_add_pins.sql (2.67ms) 2026/07/19 09:48:53 OK 20260628120000_add_object_size_and_stats.sql (14.74ms) 2026/07/19 09:48:53 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:53 OK 1_commit_pending_closure.sql (1.81ms) 2026/07/19 09:48:53 OK 2_object_stats_trigger.sql (505µs) 2026/07/19 09:48:53 goose: up to current file version: 2 === NAME TestClientMultipleUploads client_integration_test.go:338: Created store path 0: /nix/var/nix/builds/nix-88293-4258547180/TestClientMultipleUploads2225218019/001/store/q16mrq5q7x8izjxdrnjkljl6szphk2vz-test-file-0.txt 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:53 INFO Received uploads request method=POST path=/api/pending_closures client_integration_test.go:338: Created store path 1: /nix/var/nix/builds/nix-88293-4258547180/TestClientMultipleUploads2225218019/001/store/ip07brlh3ijyrfcda933aqhya81fsjv0-test-file-1.txt client_integration_test.go:338: Created store path 2: /nix/var/nix/builds/nix-88293-4258547180/TestClientMultipleUploads2225218019/001/store/xwpnvl9h61icad1clv8p5aymzy5ix47z-test-file-2.txt === NAME TestClientWithDependencies client_integration_test.go:593: Built derivation: /nix/var/nix/builds/nix-88293-4258547180/TestClientWithDependencies2035512332/001/store/9rh2ibfxga4a8fdg3igl9d18gi9fjpbx-test-script 2026/07/19 09:48:54 INFO Received complete multipart upload request method=POST path=/api/multipart/complete 2026/07/19 09:48:54 INFO Completed multipart upload object_key=nar/0000000000000000000000000000000000000000000000000000.nar.zst upload_id=NWMxOTk3MWEtOWQwOS00MWY0LTlkMTMtYTlmYjViNTc1OWJjLjM0MjE5ZGZiLTMwZWMtNGFiYy1hOTFiLTQ4NTI0YjVlZDk5MHgxNzg0NDU0NTMzOTM3NjcyMDAw parts=10 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:54 INFO Completed upload id=1 2026/07/19 09:48:54 INFO Received get closure request method=GET path=/api/closures/00000000000000000000000000000000 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:54 INFO Starting cleanup of old closures method=DELETE path=/api/closures 2026/07/19 09:48:54 INFO Aborted multipart uploads count=0 client_integration_test.go:595: Found 1 dependencies (including self) 2026/07/19 09:48:54 INFO Garbage collection completed failed-uploads-deleted=0 old-closures-deleted=1 objects-marked-for-deletion=2 objects-deleted-after-grace-period=0 objects-failed-to-delete=0 2026/07/19 09:48:54 INFO Vacuumed table table=pending_closures 2026/07/19 09:48:54 INFO Vacuumed table table=pending_objects 2026/07/19 09:48:54 INFO Vacuumed table table=multipart_uploads 2026/07/19 09:48:54 INFO Vacuumed table table=closures 2026/07/19 09:48:54 INFO Vacuumed table table=objects 2026/07/19 09:48:54 INFO Received get closure request method=GET path=/api/closures/00000000000000000000000000000000 --- PASS: TestService_createPendingClosureHandler (0.68s) === CONT TestOrphanedObjectsGC 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026-07-19 09:48:54.107 UTC [88607] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.107 UTC [88607] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:54 INFO Uploading 3 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:54 INFO Uploading xwpnvl9h61icad1clv8p5aymzy5ix47z-test-file-2.txt (160B) 2026/07/19 09:48:54 INFO Uploading q16mrq5q7x8izjxdrnjkljl6szphk2vz-test-file-0.txt (160B) 2026/07/19 09:48:54 INFO Uploading ip07brlh3ijyrfcda933aqhya81fsjv0-test-file-1.txt (160B) 2026/07/19 09:48:54 WARN Failed to register uploaded object key=nar/1823g6vx4q5zqvr73m7lkq1wpk40fin7bsc792di430yk7sg4lka.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=nar/13p9pqi0ga6fx2apcwls9hjnv7nmf740ggpn5zvfzdsp5vz2bbg4.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=nar/0ahq3izw3h0b0c08p3xdfclh758fwxnp85ccvflasb4vnfsv50ri.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=xwpnvl9h61icad1clv8p5aymzy5ix47z.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=q16mrq5q7x8izjxdrnjkljl6szphk2vz.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=ip07brlh3ijyrfcda933aqhya81fsjv0.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:54 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign 2026/07/19 09:48:54 INFO Signed narinfos id=2 count=1 2026/07/19 09:48:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/3/sign 2026/07/19 09:48:54 INFO Signed narinfos id=3 count=1 2026/07/19 09:48:54 INFO Uploading 3 narinfos 2026/07/19 09:48:54 WARN Failed to register uploaded object key=ip07brlh3ijyrfcda933aqhya81fsjv0.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=xwpnvl9h61icad1clv8p5aymzy5ix47z.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=q16mrq5q7x8izjxdrnjkljl6szphk2vz.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete 2026/07/19 09:48:54 INFO Completed upload id=2 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/3/complete 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (8.87ms) 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:54 INFO Completed upload id=3 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (633.13µs) 2026/07/19 09:48:54 INFO Completed upload id=1 2026/07/19 09:48:54 INFO Upload complete. (86ms) === NAME TestClientMultipleUploads client_integration_test.go:349: Uploaded 3 paths in 117.441625ms 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (871.88µs) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (2.26ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:54 INFO Uploading 9rh2ibfxga4a8fdg3igl9d18gi9fjpbx-test-script (136B) --- PASS: TestClientMultipleUploads (0.74s) === CONT TestIsValidCachePath === RUN TestIsValidCachePath/narinfo === PAUSE TestIsValidCachePath/narinfo === RUN TestIsValidCachePath/narinfo_all_nix_base32_chars === PAUSE TestIsValidCachePath/narinfo_all_nix_base32_chars === RUN TestIsValidCachePath/nar_zst === PAUSE TestIsValidCachePath/nar_zst === RUN TestIsValidCachePath/nar_xz === PAUSE TestIsValidCachePath/nar_xz === RUN TestIsValidCachePath/nar_bz2 === PAUSE TestIsValidCachePath/nar_bz2 === RUN TestIsValidCachePath/nar_uncompressed === PAUSE TestIsValidCachePath/nar_uncompressed === RUN TestIsValidCachePath/ls === PAUSE TestIsValidCachePath/ls === RUN TestIsValidCachePath/log === PAUSE TestIsValidCachePath/log === RUN TestIsValidCachePath/realisation === PAUSE TestIsValidCachePath/realisation === RUN TestIsValidCachePath/nix-cache-info === PAUSE TestIsValidCachePath/nix-cache-info === RUN TestIsValidCachePath/index.html === PAUSE TestIsValidCachePath/index.html === RUN TestIsValidCachePath/traversal_parent === PAUSE TestIsValidCachePath/traversal_parent === RUN TestIsValidCachePath/traversal_in_middle === PAUSE TestIsValidCachePath/traversal_in_middle === RUN TestIsValidCachePath/invalid_char_e === PAUSE TestIsValidCachePath/invalid_char_e === RUN TestIsValidCachePath/invalid_char_u === PAUSE TestIsValidCachePath/invalid_char_u === RUN TestIsValidCachePath/random_path === PAUSE TestIsValidCachePath/random_path === RUN TestIsValidCachePath/empty === PAUSE TestIsValidCachePath/empty === RUN TestIsValidCachePath/leading_slash === PAUSE TestIsValidCachePath/leading_slash === RUN TestIsValidCachePath/wrong_extension === PAUSE TestIsValidCachePath/wrong_extension === RUN TestIsValidCachePath/short_hash === PAUSE TestIsValidCachePath/short_hash === CONT TestServerTLSConfig/no_client_CA === CONT TestServerTLSConfig/not_a_PEM_file === CONT TestServerTLSConfig/missing_CA_file --- PASS: TestServerTLSConfig (0.00s) --- PASS: TestServerTLSConfig/no_client_CA (0.00s) --- PASS: TestServerTLSConfig/not_a_PEM_file (0.00s) --- PASS: TestServerTLSConfig/missing_CA_file (0.00s) === CONT TestCacheConfigHandler/full_config,_no_issuer === CONT TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator === CONT TestCacheConfigHandler/no_signing_keys === CONT TestCacheConfigHandler/no_cache_url_configured --- PASS: TestCacheConfigHandler (0.00s) --- PASS: TestCacheConfigHandler/full_config,_no_issuer (0.00s) --- PASS: TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator (0.00s) --- PASS: TestCacheConfigHandler/no_signing_keys (0.00s) --- PASS: TestCacheConfigHandler/no_cache_url_configured (0.00s) === CONT TestUploadHandlersRejectInvalidKeys === RUN TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_nix-cache-info === PAUSE TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_nix-cache-info === RUN TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_path_traversal === PAUSE TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_path_traversal === RUN TestUploadHandlersRejectInvalidKeys/complete_multipart_rejects_non-NAR_key === PAUSE TestUploadHandlersRejectInvalidKeys/complete_multipart_rejects_non-NAR_key === RUN TestUploadHandlersRejectInvalidKeys/request_more_parts_rejects_non-NAR_key === PAUSE TestUploadHandlersRejectInvalidKeys/request_more_parts_rejects_non-NAR_key === CONT TestClientErrorHandling/InvalidStorePath 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (1.6ms) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (989.29µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026/07/19 09:48:54 WARN Failed to register uploaded object key=nar/1s7yghixzpinyqm7g59kyn3sav81pmnsdi5v63m6x4r2vacy907j.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=log/pqq6fd7q0plm6dyz3v4qly40kydxdrp1-test-script.drv error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=9rh2ibfxga4a8fdg3igl9d18gi9fjpbx.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:54 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:54 INFO Uploading 1 narinfos 2026/07/19 09:48:54 INFO Created nix-cache-info in bucket bucket=bucket39 2026-07-19 09:48:54.132 UTC [88611] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.132 UTC [88611] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 WARN Failed to register uploaded object key=9rh2ibfxga4a8fdg3igl9d18gi9fjpbx.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:54 INFO Completed upload id=1 2026/07/19 09:48:54 INFO Upload complete. (49ms) === NAME TestClientWithDependencies client_integration_test.go:597: Skipping nix copy test - isolated store (/nix/var/nix/builds/nix-88293-4258547180/TestClientWithDependencies2035512332/001/store) requires matching store prefix --- PASS: TestClientWithDependencies (0.80s) === CONT TestClientErrorHandling/ServerNotAvailable 2026-07-19 09:48:54.147 UTC [88615] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.147 UTC [88615] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (14.87ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (438.46µs) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (1.18ms) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (2.68ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (935.5µs) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (305.54µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026-07-19 09:48:54.162 UTC [88617] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.162 UTC [88617] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (15.04ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (1.56ms) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (14.17ms) === NAME TestClientIntegration client_integration_test.go:276: Created store path: /nix/var/nix/builds/nix-88293-4258547180/TestClientIntegration477443038/002/store/bibcqan2wkqy86vxwjs0mx0fa9x2c758-test-file.txt 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (19.99ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (11.41ms) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (638.21µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (23.16ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (924.46µs) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (1.03ms) --- PASS: TestReadProxyNarinfoAlreadyDecompressed (0.50s) === CONT TestClientErrorHandling/InvalidAuthToken 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (2.21ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026-07-19 09:48:54.222 UTC [88621] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.222 UTC [88621] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (2.12ms) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (559.54µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (5.31ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (443.67µs) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (1.52ms) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (2.08ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (914.75µs) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (289.75µs) 2026/07/19 09:48:54 goose: up to current file version: 2 --- PASS: TestReadProxyNarinfo (0.43s) === CONT TestService_AuthMiddleware_OIDC/valid_OIDC_token 2026/07/19 09:48:54 INFO OIDC auth successful provider=test === CONT TestService_AuthMiddleware_OIDC/OIDC_token_with_wrong_org_rejected 2026/07/19 09:48:54 WARN Authentication failed token_preview=eyJhbGciOi...SUhml3BirQ token_length=702 oidc_error="bound claims validation failed: claim \"repository_owner\" value [otherorg] not in allowed patterns [myorg]" oidc_provider=test tried_providers=[test] === CONT TestService_AuthMiddleware_OIDC/static_token_still_works_with_OIDC_configured === CONT TestService_AuthMiddleware_OIDC/malformed_token_rejected 2026/07/19 09:48:54 WARN Authentication failed token_preview=not-a-valid-jwt token_length=15 oidc_error="no provider could verify the token (signature or issuer mismatch)" oidc_provider="" tried_providers=[test] === CONT TestIsValidUploadKey/narinfo === CONT TestProxyWriteTimeout/narinfo === CONT TestIsValidUploadKey/unknown_type === CONT TestIsValidUploadKey/empty_key === CONT TestIsValidUploadKey/absolute === CONT TestIsValidUploadKey/traversal_nar === CONT TestIsValidUploadKey/traversal === CONT TestIsValidUploadKey/listing_key,_narinfo_type === CONT TestIsValidUploadKey/nar_key,_narinfo_type === CONT TestIsValidUploadKey/narinfo_key,_nar_type === CONT TestIsValidUploadKey/index.html === CONT TestIsValidUploadKey/nix-cache-info === CONT TestIsValidUploadKey/realisation_plus_in_output === CONT TestIsValidUploadKey/realisation === CONT TestIsValidUploadKey/build_log_equals === CONT TestIsValidUploadKey/build_log_question_mark === CONT TestIsValidUploadKey/build_log_plus_in_name === CONT TestIsValidUploadKey/build_log_home-manager_file === CONT TestIsValidUploadKey/build_log === CONT TestIsValidUploadKey/listing === CONT TestIsValidUploadKey/nar_plain === CONT TestIsValidUploadKey/nar_xz === CONT TestIsValidUploadKey/nar_zst --- PASS: TestIsValidUploadKey (0.00s) --- PASS: TestIsValidUploadKey/narinfo (0.00s) --- PASS: TestIsValidUploadKey/unknown_type (0.00s) --- PASS: TestIsValidUploadKey/empty_key (0.00s) --- PASS: TestIsValidUploadKey/absolute (0.00s) --- PASS: TestIsValidUploadKey/traversal_nar (0.00s) --- PASS: TestIsValidUploadKey/traversal (0.00s) --- PASS: TestIsValidUploadKey/listing_key,_narinfo_type (0.00s) --- PASS: TestIsValidUploadKey/nar_key,_narinfo_type (0.00s) --- PASS: TestIsValidUploadKey/narinfo_key,_nar_type (0.00s) --- PASS: TestIsValidUploadKey/index.html (0.00s) --- PASS: TestIsValidUploadKey/nix-cache-info (0.00s) --- PASS: TestIsValidUploadKey/realisation_plus_in_output (0.00s) --- PASS: TestIsValidUploadKey/realisation (0.00s) --- PASS: TestIsValidUploadKey/build_log_equals (0.00s) --- PASS: TestIsValidUploadKey/build_log_question_mark (0.00s) --- PASS: TestIsValidUploadKey/build_log_plus_in_name (0.00s) --- PASS: TestIsValidUploadKey/build_log_home-manager_file (0.00s) --- PASS: TestIsValidUploadKey/build_log (0.00s) --- PASS: TestIsValidUploadKey/listing (0.00s) --- PASS: TestIsValidUploadKey/nar_plain (0.00s) --- PASS: TestIsValidUploadKey/nar_xz (0.00s) --- PASS: TestIsValidUploadKey/nar_zst (0.00s) === CONT TestProxyWriteTimeout/10_GiB_nar === CONT TestProxyWriteTimeout/unknown_size === CONT TestProxyWriteTimeout/1_GiB_nar --- PASS: TestService_AuthMiddleware_OIDC (0.32s) --- PASS: TestService_AuthMiddleware_OIDC/valid_OIDC_token (0.00s) --- PASS: TestService_AuthMiddleware_OIDC/OIDC_token_with_wrong_org_rejected (0.00s) --- PASS: TestService_AuthMiddleware_OIDC/static_token_still_works_with_OIDC_configured (0.00s) --- PASS: TestService_AuthMiddleware_OIDC/malformed_token_rejected (0.00s) --- PASS: TestProxyWriteTimeout (0.00s) --- PASS: TestProxyWriteTimeout/narinfo (0.00s) --- PASS: TestProxyWriteTimeout/10_GiB_nar (0.00s) --- PASS: TestProxyWriteTimeout/unknown_size (0.00s) --- PASS: TestProxyWriteTimeout/1_GiB_nar (0.00s) === CONT TestUploadHandlersRejectOversizedBody/create_pending_closure 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/ --- PASS: TestResurrectedObjectNotDeleted (0.45s) === CONT TestUploadHandlersRejectOversizedBody/request_more_parts 2026/07/19 09:48:54 INFO Received request for more parts method=POST path=/ === CONT TestUploadHandlersRejectOversizedBody/complete_multipart 2026/07/19 09:48:54 INFO Received complete multipart upload request method=POST path=/ === CONT TestParseSingleRange/none === CONT TestParseSingleRange/open-ended === CONT TestParseSingleRange/start_far_past_EOF === CONT TestParseSingleRange/start_past_EOF === CONT TestParseSingleRange/single_byte === CONT TestParseSingleRange/suffix_exceeds_size === CONT TestParseSingleRange/suffix === CONT TestParseSingleRange/end_clamped_to_size === CONT TestParseSingleRange/malformed_both_empty === CONT TestParseSingleRange/closed === CONT TestParseSingleRange/malformed_end_before_start === CONT TestParseSingleRange/multi-range_ignored === CONT TestParseSingleRange/malformed_no_dash === CONT TestParseSingleRange/unknown_unit --- PASS: TestParseSingleRange (0.00s) --- PASS: TestParseSingleRange/none (0.00s) --- PASS: TestParseSingleRange/open-ended (0.00s) --- PASS: TestParseSingleRange/start_far_past_EOF (0.00s) --- PASS: TestParseSingleRange/start_past_EOF (0.00s) --- PASS: TestParseSingleRange/single_byte (0.00s) --- PASS: TestParseSingleRange/suffix_exceeds_size (0.00s) --- PASS: TestParseSingleRange/suffix (0.00s) --- PASS: TestParseSingleRange/end_clamped_to_size (0.00s) --- PASS: TestParseSingleRange/malformed_both_empty (0.00s) --- PASS: TestParseSingleRange/closed (0.00s) --- PASS: TestParseSingleRange/malformed_end_before_start (0.00s) --- PASS: TestParseSingleRange/multi-range_ignored (0.00s) --- PASS: TestParseSingleRange/malformed_no_dash (0.00s) --- PASS: TestParseSingleRange/unknown_unit (0.00s) === CONT TestIsValidCachePath/narinfo === CONT TestIsValidCachePath/short_hash === CONT TestIsValidCachePath/wrong_extension === CONT TestIsValidCachePath/leading_slash === CONT TestIsValidCachePath/empty === CONT TestIsValidCachePath/random_path === CONT TestIsValidCachePath/invalid_char_u === CONT TestIsValidCachePath/invalid_char_e === CONT TestIsValidCachePath/traversal_in_middle === CONT TestIsValidCachePath/traversal_parent === CONT TestIsValidCachePath/index.html === CONT TestIsValidCachePath/nix-cache-info === CONT TestIsValidCachePath/realisation === CONT TestIsValidCachePath/log === CONT TestIsValidCachePath/ls === CONT TestIsValidCachePath/nar_uncompressed === CONT TestIsValidCachePath/nar_bz2 === CONT TestIsValidCachePath/nar_xz === CONT TestIsValidCachePath/nar_zst === CONT TestIsValidCachePath/narinfo_all_nix_base32_chars --- PASS: TestIsValidCachePath (0.00s) --- PASS: TestIsValidCachePath/narinfo (0.00s) --- PASS: TestIsValidCachePath/short_hash (0.00s) --- PASS: TestIsValidCachePath/wrong_extension (0.00s) --- PASS: TestIsValidCachePath/leading_slash (0.00s) --- PASS: TestIsValidCachePath/empty (0.00s) --- PASS: TestIsValidCachePath/random_path (0.00s) --- PASS: TestIsValidCachePath/invalid_char_u (0.00s) --- PASS: TestIsValidCachePath/invalid_char_e (0.00s) --- PASS: TestIsValidCachePath/traversal_in_middle (0.00s) --- PASS: TestIsValidCachePath/traversal_parent (0.00s) --- PASS: TestIsValidCachePath/index.html (0.00s) --- PASS: TestIsValidCachePath/nix-cache-info (0.00s) --- PASS: TestIsValidCachePath/realisation (0.00s) --- PASS: TestIsValidCachePath/log (0.00s) --- PASS: TestIsValidCachePath/ls (0.00s) --- PASS: TestIsValidCachePath/nar_uncompressed (0.00s) --- PASS: TestIsValidCachePath/nar_bz2 (0.00s) --- PASS: TestIsValidCachePath/nar_xz (0.00s) --- PASS: TestIsValidCachePath/nar_zst (0.00s) --- PASS: TestIsValidCachePath/narinfo_all_nix_base32_chars (0.00s) === CONT TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_nix-cache-info 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/ === CONT TestUploadHandlersRejectInvalidKeys/complete_multipart_rejects_non-NAR_key 2026/07/19 09:48:54 INFO Received complete multipart upload request method=POST path=/ === CONT TestUploadHandlersRejectInvalidKeys/request_more_parts_rejects_non-NAR_key 2026/07/19 09:48:54 INFO Received request for more parts method=POST path=/ === CONT TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_path_traversal 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/ --- PASS: TestUploadHandlersRejectInvalidKeys (0.00s) --- PASS: TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_nix-cache-info (0.00s) --- PASS: TestUploadHandlersRejectInvalidKeys/complete_multipart_rejects_non-NAR_key (0.00s) --- PASS: TestUploadHandlersRejectInvalidKeys/request_more_parts_rejects_non-NAR_key (0.00s) --- PASS: TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_path_traversal (0.00s) 2026/07/19 09:48:54 INFO Received uploads request method=POST path=/api/pending_closures 2026/07/19 09:48:54 INFO Uploading 1 paths to 127.0.0.1 (0 already cached) 2026/07/19 09:48:54 INFO Uploading bibcqan2wkqy86vxwjs0mx0fa9x2c758-test-file.txt (152B) 2026/07/19 09:48:54 WARN Failed to register uploaded object key=nar/11l1b7hsy9g9pz8i2rcn4n128l6pyr2yf58d49r12hr5caw9dzk1.nar.zst error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 WARN Failed to register uploaded object key=bibcqan2wkqy86vxwjs0mx0fa9x2c758.ls error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign 2026/07/19 09:48:54 INFO Signed narinfos id=1 count=1 2026/07/19 09:48:54 INFO Uploading 1 narinfos 2026/07/19 09:48:54 WARN Failed to register uploaded object key=bibcqan2wkqy86vxwjs0mx0fa9x2c758.narinfo error="server returned 404: 404 page not found\n" 2026/07/19 09:48:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete 2026/07/19 09:48:54 WARN Request failed, retrying attempt=1 max_attempts=6 backoff=100ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures 2026/07/19 09:48:54 INFO Completed upload id=1 2026/07/19 09:48:54 INFO Upload complete. (101ms) === NAME TestClientIntegration client_integration_test.go:292: Retrieved narinfo from S3: StorePath: /nix/var/nix/builds/nix-88293-4258547180/TestClientIntegration477443038/002/store/bibcqan2wkqy86vxwjs0mx0fa9x2c758-test-file.txt URL: nar/11l1b7hsy9g9pz8i2rcn4n128l6pyr2yf58d49r12hr5caw9dzk1.nar.zst Compression: zstd NarHash: sha256:11l1b7hsy9g9pz8i2rcn4n128l6pyr2yf58d49r12hr5caw9dzk1 NarSize: 152 References: CA: fixed:r:sha256:11l1b7hsy9g9pz8i2rcn4n128l6pyr2yf58d49r12hr5caw9dzk1 client_integration_test.go:293: Retrieved .ls file from S3 (compressed size: 77 bytes) client_integration_test.go:293: Decompressed .ls content (64 bytes): {"version":1,"root":{"type":"regular","size":39,"narOffset":96}} client_integration_test.go:296: Testing garbage collection... 2026-07-19 09:48:54.354 UTC [88635] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.354 UTC [88635] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 INFO Starting cleanup of old closures method=DELETE path=/api/closures 2026/07/19 09:48:54 INFO Garbage collection started 2026/07/19 09:48:54 INFO Aborted multipart uploads count=0 2026-07-19 09:48:54.368 UTC [88637] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.368 UTC [88637] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 WARN Force mode enabled - objects will be deleted immediately without grace period 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (13.36ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (808.54µs) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (855.46µs) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (2.52ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (4.03ms) 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (894.83µs) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (420.71µs) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (344.92µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (848.25µs) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (1.16ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (941.25µs) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (267.96µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026-07-19 09:48:54.389 UTC [88640] ERROR: relation "goose_db_version" does not exist at character 36 2026-07-19 09:48:54.389 UTC [88640] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC 2026/07/19 09:48:54 OK 20241026095416_initial_model.sql (6.15ms) 2026/07/19 09:48:54 OK 20251210153512_drop_unused_gin_index.sql (357.38µs) 2026/07/19 09:48:54 OK 20251218171726_add_pins.sql (686.13µs) 2026/07/19 09:48:54 OK 20260628120000_add_object_size_and_stats.sql (1.25ms) 2026/07/19 09:48:54 goose: successfully migrated database to version: 20260628120000 2026/07/19 09:48:54 OK 1_commit_pending_closure.sql (852.33µs) 2026/07/19 09:48:54 OK 2_object_stats_trigger.sql (214.71µs) 2026/07/19 09:48:54 goose: up to current file version: 2 2026/07/19 09:48:54 WARN Request failed, retrying attempt=2 max_attempts=6 backoff=206.226925ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures --- PASS: TestUploadHandlersRejectOversizedBody (0.02s) --- PASS: TestUploadHandlersRejectOversizedBody/request_more_parts (0.02s) --- PASS: TestUploadHandlersRejectOversizedBody/complete_multipart (0.02s) --- PASS: TestUploadHandlersRejectOversizedBody/create_pending_closure (0.29s) 2026/07/19 09:48:54 WARN Authentication failed token_preview=invalid-token token_length=13 reason="static API token mismatch" === NAME TestOrphanedObjectsGCStressTest orphaned_objects_gc_test.go:425: Created 10 active closures, 5 to-delete closures, 20 orphaned chains orphaned_objects_gc_test.go:446: Marked 210 objects for deletion 2026/07/19 09:48:54 INFO Garbage collection completed failed-uploads-deleted=0 old-closures-deleted=1 objects-marked-for-deletion=3 objects-deleted-after-grace-period=2001 objects-failed-to-delete=0 2026/07/19 09:48:54 INFO Vacuumed table table=pending_closures 2026/07/19 09:48:54 INFO Vacuumed table table=pending_objects 2026/07/19 09:48:54 INFO Vacuumed table table=multipart_uploads 2026/07/19 09:48:54 INFO Vacuumed table table=closures 2026/07/19 09:48:54 INFO Vacuumed table table=objects === NAME TestOrphanedObjectsGC orphaned_objects_gc_test.go:290: GC Test Summary: orphaned_objects_gc_test.go:291: - Kept: 2 objects from closure A orphaned_objects_gc_test.go:292: - Deleted: 2 objects from closure B orphaned_objects_gc_test.go:293: - Deleted: 6 orphaned chain objects (X1->X2->X3) orphaned_objects_gc_test.go:294: - Deleted: 2 orphaned single objects (Y) orphaned_objects_gc_test.go:295: - Total deleted: 10 objects --- PASS: TestOrphanedObjectsGC (0.51s) === NAME TestOrphanedObjectsGCStressTest orphaned_objects_gc_test.go:509: Stress test completed successfully: orphaned_objects_gc_test.go:510: - Active objects preserved: 20 orphaned_objects_gc_test.go:511: - Objects deleted: 210 orphaned_objects_gc_test.go:512: - Total GC'd: 210 --- PASS: TestOrphanedObjectsGCStressTest (0.86s) 2026/07/19 09:48:54 WARN Request failed, retrying attempt=3 max_attempts=6 backoff=377.181058ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures 2026/07/19 09:48:55 WARN Request failed, retrying attempt=4 max_attempts=6 backoff=748.994755ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures 2026/07/19 09:48:55 INFO Garbage collection progress phase="" failed_uploads_deleted=0 old_closures_deleted=1 objects_marked=3 objects_deleted=2001 objects_failed=0 === NAME TestPinProtectsFromGC client_integration_test.go:709: Pin successfully protected closure from garbage collection --- PASS: TestPinProtectsFromGC (2.73s) 2026/07/19 09:48:55 WARN Request failed, retrying attempt=5 max_attempts=6 backoff=1.534679417s error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures 2026/07/19 09:48:56 INFO Garbage collection progress phase="" failed_uploads_deleted=0 old_closures_deleted=1 objects_marked=3 objects_deleted=2001 objects_failed=0 === NAME TestClientIntegration client_integration_test.go:303: Objects in database after GC: client_integration_test.go:303: Successfully deleted all objects with GC --force --- PASS: TestClientIntegration (2.71s) 2026/07/19 09:48:56 WARN Rate limiter enabled after throttle name=s3-test rate=5 2026/07/19 09:48:56 WARN S3 rate limit hit operation="complete multipart upload" error="Please reduce your request rate." === NAME TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle throttle_test.go:213: Proxy stats: total=15, throttled=10, completeMultipart=10 throttle_test.go:215: Rate limiter: enabled=true, rate=5.00 --- PASS: TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle (4.24s) --- PASS: TestClientErrorHandling (0.00s) --- PASS: TestClientErrorHandling/InvalidStorePath (0.28s) --- PASS: TestClientErrorHandling/InvalidAuthToken (0.34s) --- PASS: TestClientErrorHandling/ServerNotAvailable (3.17s) PASS {"timestamp":"2026-07-19T09:48:57.815055Z","level":"ERROR","fields":{"message":"Unknown connection IO error:Cancelled","peer_addr":"127.0.0.1:58905"},"target":"rustfs::server::http","filename":"rustfs/src/server/http.rs","line_number":973,"threadName":"rustfs-worker","threadId":"ThreadId(3)"} 2026-07-19 09:48:57.877 UTC [88329] LOG: received smart shutdown request 2026-07-19 09:48:57.878 UTC [88329] LOG: background worker "logical replication launcher" (PID 88339) exited with exit code 1 2026-07-19 09:48:57.897 UTC [88334] LOG: shutting down 2026-07-19 09:48:57.897 UTC [88334] LOG: checkpoint starting: shutdown immediate 2026-07-19 09:48:58.963 UTC [88334] LOG: checkpoint complete: wrote 13434 buffers (82.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 13 recycled; write=0.785 s, sync=0.279 s, total=1.067 s; sync files=15167, longest=0.023 s, average=0.001 s; distance=212067 kB, estimate=212067 kB; lsn=0/E69E0D0, redo lsn=0/E69E0D0 2026-07-19 09:48:58.968 UTC [88329] LOG: database system is shut down Running OIDC tests... === RUN TestGlobMatch === PAUSE TestGlobMatch === RUN TestAudienceForIssuer === PAUSE TestAudienceForIssuer === RUN TestValidateToken_ValidToken === PAUSE TestValidateToken_ValidToken === RUN TestValidateToken_WrongAudience === PAUSE TestValidateToken_WrongAudience === RUN TestValidateToken_Expired === PAUSE TestValidateToken_Expired === RUN TestValidateToken_BoundClaimsMismatch === PAUSE TestValidateToken_BoundClaimsMismatch === RUN TestValidateToken_BoundSubjectMismatch === PAUSE TestValidateToken_BoundSubjectMismatch === RUN TestValidateToken_MultipleProviders === PAUSE TestValidateToken_MultipleProviders === RUN TestValidateToken_NoMatchingProvider === PAUSE TestValidateToken_NoMatchingProvider === CONT TestGlobMatch === RUN TestGlobMatch/foo_foo === PAUSE TestGlobMatch/foo_foo === RUN TestGlobMatch/foo_bar === PAUSE TestGlobMatch/foo_bar === RUN TestGlobMatch/*_ === PAUSE TestGlobMatch/*_ === CONT TestValidateToken_BoundClaimsMismatch === CONT TestValidateToken_MultipleProviders === CONT TestValidateToken_WrongAudience === RUN TestGlobMatch/*_anything === PAUSE TestGlobMatch/*_anything === RUN TestGlobMatch/foo*_foo === PAUSE TestGlobMatch/foo*_foo === RUN TestGlobMatch/foo*_foobar === PAUSE TestGlobMatch/foo*_foobar === RUN TestGlobMatch/foo*_bar === PAUSE TestGlobMatch/foo*_bar === RUN TestGlobMatch/*bar_bar === CONT TestValidateToken_ValidToken === PAUSE TestGlobMatch/*bar_bar === RUN TestGlobMatch/*bar_foobar === PAUSE TestGlobMatch/*bar_foobar === RUN TestGlobMatch/*bar_foo === PAUSE TestGlobMatch/*bar_foo === RUN TestGlobMatch/foo*bar_foobar === PAUSE TestGlobMatch/foo*bar_foobar === RUN TestGlobMatch/foo*bar_foo123bar === PAUSE TestGlobMatch/foo*bar_foo123bar === RUN TestGlobMatch/foo*bar_foobarbaz === PAUSE TestGlobMatch/foo*bar_foobarbaz === CONT TestAudienceForIssuer --- PASS: TestAudienceForIssuer (0.00s) === CONT TestValidateToken_NoMatchingProvider === CONT TestValidateToken_Expired === CONT TestValidateToken_BoundSubjectMismatch === RUN TestGlobMatch/*/*_foo/bar === PAUSE TestGlobMatch/*/*_foo/bar === RUN TestGlobMatch/*/*_foo === PAUSE TestGlobMatch/*/*_foo === RUN TestGlobMatch/refs/heads/*_refs/heads/main === PAUSE TestGlobMatch/refs/heads/*_refs/heads/main === RUN TestGlobMatch/refs/heads/*_refs/tags/v1.0 === PAUSE TestGlobMatch/refs/heads/*_refs/tags/v1.0 === RUN TestGlobMatch/refs/*/main_refs/heads/main === PAUSE TestGlobMatch/refs/*/main_refs/heads/main === RUN TestGlobMatch/fo?_foo === PAUSE TestGlobMatch/fo?_foo === RUN TestGlobMatch/fo?_fo === PAUSE TestGlobMatch/fo?_fo === RUN TestGlobMatch/fo?_fooo === PAUSE TestGlobMatch/fo?_fooo === RUN TestGlobMatch/?oo_foo === PAUSE TestGlobMatch/?oo_foo === RUN TestGlobMatch/?oo_boo === PAUSE TestGlobMatch/?oo_boo === RUN TestGlobMatch/repo:myorg/*:*_repo:myorg/myrepo:ref:refs/heads/main === PAUSE TestGlobMatch/repo:myorg/*:*_repo:myorg/myrepo:ref:refs/heads/main === RUN TestGlobMatch/repo:myorg/*:*_repo:otherorg/myrepo:ref:refs/heads/main === PAUSE TestGlobMatch/repo:myorg/*:*_repo:otherorg/myrepo:ref:refs/heads/main === CONT TestGlobMatch/foo_foo === CONT TestGlobMatch/repo:myorg/*:*_repo:otherorg/myrepo:ref:refs/heads/main === CONT TestGlobMatch/repo:myorg/*:*_repo:myorg/myrepo:ref:refs/heads/main === CONT TestGlobMatch/?oo_boo === CONT TestGlobMatch/?oo_foo === CONT TestGlobMatch/fo?_fooo === CONT TestGlobMatch/fo?_fo === CONT TestGlobMatch/fo?_foo === CONT TestGlobMatch/refs/*/main_refs/heads/main === CONT TestGlobMatch/refs/heads/*_refs/tags/v1.0 === CONT TestGlobMatch/refs/heads/*_refs/heads/main === CONT TestGlobMatch/*/*_foo === CONT TestGlobMatch/*/*_foo/bar === CONT TestGlobMatch/foo*bar_foobarbaz === CONT TestGlobMatch/foo*bar_foo123bar === CONT TestGlobMatch/foo*bar_foobar === CONT TestGlobMatch/*bar_foo === CONT TestGlobMatch/*bar_foobar === CONT TestGlobMatch/*bar_bar === CONT TestGlobMatch/foo*_bar === CONT TestGlobMatch/foo*_foobar === CONT TestGlobMatch/*_ === CONT TestGlobMatch/foo_bar === CONT TestGlobMatch/*_anything === CONT TestGlobMatch/foo*_foo --- PASS: TestGlobMatch (0.00s) --- PASS: TestGlobMatch/foo_foo (0.00s) --- PASS: TestGlobMatch/repo:myorg/*:*_repo:otherorg/myrepo:ref:refs/heads/main (0.00s) --- PASS: TestGlobMatch/repo:myorg/*:*_repo:myorg/myrepo:ref:refs/heads/main (0.00s) --- PASS: TestGlobMatch/?oo_boo (0.00s) --- PASS: TestGlobMatch/?oo_foo (0.00s) --- PASS: TestGlobMatch/fo?_fooo (0.00s) --- PASS: TestGlobMatch/fo?_fo (0.00s) --- PASS: TestGlobMatch/fo?_foo (0.00s) --- PASS: TestGlobMatch/refs/*/main_refs/heads/main (0.00s) --- PASS: TestGlobMatch/refs/heads/*_refs/tags/v1.0 (0.00s) --- PASS: TestGlobMatch/refs/heads/*_refs/heads/main (0.00s) --- PASS: TestGlobMatch/*/*_foo (0.00s) --- PASS: TestGlobMatch/*/*_foo/bar (0.00s) --- PASS: TestGlobMatch/foo*bar_foobarbaz (0.00s) --- PASS: TestGlobMatch/foo*bar_foo123bar (0.00s) --- PASS: TestGlobMatch/foo*bar_foobar (0.00s) --- PASS: TestGlobMatch/*bar_foo (0.00s) --- PASS: TestGlobMatch/*bar_foobar (0.00s) --- PASS: TestGlobMatch/*bar_bar (0.00s) --- PASS: TestGlobMatch/foo*_bar (0.00s) --- PASS: TestGlobMatch/foo*_foobar (0.00s) --- PASS: TestGlobMatch/*_ (0.00s) --- PASS: TestGlobMatch/foo_bar (0.00s) --- PASS: TestGlobMatch/*_anything (0.00s) --- PASS: TestGlobMatch/foo*_foo (0.00s) 2026/07/19 09:48:59 INFO OIDC provider initialized name=provider2 2026/07/19 09:48:59 INFO OIDC provider initialized name=test 2026/07/19 09:48:59 INFO OIDC provider initialized name=test 2026/07/19 09:48:59 INFO OIDC provider initialized name=test 2026/07/19 09:48:59 INFO OIDC provider initialized name=provider1 2026/07/19 09:48:59 INFO OIDC provider initialized name=test 2026/07/19 09:48:59 INFO OIDC provider initialized name=test 2026/07/19 09:48:59 INFO OIDC provider initialized name=provider1 --- PASS: TestValidateToken_Expired (0.01s) --- PASS: TestValidateToken_NoMatchingProvider (0.01s) --- PASS: TestValidateToken_BoundClaimsMismatch (0.01s) --- PASS: TestValidateToken_WrongAudience (0.01s) --- PASS: TestValidateToken_BoundSubjectMismatch (0.01s) --- PASS: TestValidateToken_ValidToken (0.01s) --- PASS: TestValidateToken_MultipleProviders (0.01s) PASS Running hook tests... === RUN TestSendPathsEmpty === PAUSE TestSendPathsEmpty === RUN TestQueueEnqueueAndFetch === PAUSE TestQueueEnqueueAndFetch === RUN TestQueueDeduplication === PAUSE TestQueueDeduplication === RUN TestQueueRemove === PAUSE TestQueueRemove === RUN TestQueueFetchBatchLimit === PAUSE TestQueueFetchBatchLimit === RUN TestQueueFetchRemoveLifecycle === PAUSE TestQueueFetchRemoveLifecycle === RUN TestQueueConcurrentWriters === PAUSE TestQueueConcurrentWriters === RUN TestServerClientIntegration === PAUSE TestServerClientIntegration === RUN TestServerQueueError === PAUSE TestServerQueueError === RUN TestGetListenerSocketActivation server_test.go:210: === RUN TestGetListenerSocketActivation --- PASS: TestGetListenerSocketActivation (0.00s) PASS --- PASS: TestGetListenerSocketActivation (0.01s) === RUN TestWorkerUploadsAndRemoves === PAUSE TestWorkerUploadsAndRemoves === RUN TestWorkerSkipsGCdPaths === PAUSE TestWorkerSkipsGCdPaths === RUN TestWorkerPrunesClosureDeps === PAUSE TestWorkerPrunesClosureDeps === CONT TestSendPathsEmpty === CONT TestQueueConcurrentWriters --- PASS: TestSendPathsEmpty (0.00s) === CONT TestQueueFetchRemoveLifecycle === CONT TestQueueFetchBatchLimit === CONT TestQueueRemove === CONT TestQueueDeduplication === CONT TestQueueEnqueueAndFetch === CONT TestWorkerPrunesClosureDeps === CONT TestWorkerSkipsGCdPaths === CONT TestServerQueueError === CONT TestWorkerUploadsAndRemoves 2026/07/19 09:49:00 ERROR Failed to queue paths error="permission denied" count=1 --- PASS: TestServerQueueError (0.00s) === CONT TestServerClientIntegration --- PASS: TestServerClientIntegration (0.00s) --- PASS: TestQueueEnqueueAndFetch (0.01s) 2026/07/19 09:49:00 INFO Upload queue status pending=2 2026/07/19 09:49:00 INFO Uploading batch count=2 2026/07/19 09:49:00 INFO Upload queue status pending=2 2026/07/19 09:49:00 INFO Upload queue status pending=2 2026/07/19 09:49:00 INFO Uploading batch count=1 2026/07/19 09:49:00 WARN Store path no longer exists (garbage collected?), removing from queue path=/nix/var/nix/builds/nix-88293-4258547180/TestWorkerSkipsGCdPaths4262887702/002/nonexistent --- PASS: TestQueueDeduplication (0.01s) --- PASS: TestQueueFetchBatchLimit (0.01s) 2026/07/19 09:49:00 INFO Uploading batch count=1 --- PASS: TestQueueRemove (0.01s) --- PASS: TestQueueFetchRemoveLifecycle (0.01s) --- PASS: TestWorkerSkipsGCdPaths (0.06s) --- PASS: TestWorkerPrunesClosureDeps (0.06s) --- PASS: TestWorkerUploadsAndRemoves (0.06s) --- PASS: TestQueueConcurrentWriters (0.16s) PASS