Running client tests...
=== RUN TestDoServerRequestAttachesToken
=== PAUSE TestDoServerRequestAttachesToken
=== RUN TestCaseHackSuffix
=== PAUSE TestCaseHackSuffix
=== RUN TestFilterOversizedClosures
=== PAUSE TestFilterOversizedClosures
=== 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 TestEncodeNixBase32WithRealHash
=== CONT TestResolveStorePath
--- PASS: TestEncodeNixBase32WithRealHash (0.00s)
=== CONT TestRateLimiterFeedback_400DoesNotCountAsSuccess
=== CONT TestFileTokenMissing
=== CONT TestEncodeNixBase32
=== RUN TestEncodeNixBase32/test_string_hash
=== PAUSE TestEncodeNixBase32/test_string_hash
=== RUN TestEncodeNixBase32/empty_input
=== PAUSE TestEncodeNixBase32/empty_input
=== CONT TestFilterOversizedClosures
=== RUN TestFilterOversizedClosures/no_limit_keeps_everything
=== PAUSE TestFilterOversizedClosures/no_limit_keeps_everything
=== RUN TestFilterOversizedClosures/closure_with_oversized_dependency_is_skipped
=== PAUSE TestFilterOversizedClosures/closure_with_oversized_dependency_is_skipped
=== RUN TestFilterOversizedClosures/all_closures_skipped
=== PAUSE TestFilterOversizedClosures/all_closures_skipped
=== CONT TestDumpPathWriterError
=== CONT TestCaseHackSuffix
2026/08/11 08:16:43 WARN Rate limiter enabled after throttle name=server-test rate=5
=== CONT TestDumpPathSingleFile
=== CONT TestDumpPathMatchesNix
--- PASS: TestFileTokenMissing (0.00s)
=== CONT TestScriptTokenNoExpiryRerunsEveryCall
--- PASS: TestResolveStorePath (0.00s)
=== CONT TestScriptTokenCachesUntilRefresh
=== CONT TestUploadMultipart_SupersededByPeer
=== RUN TestUploadMultipart_SupersededByPeer/exists
=== PAUSE TestUploadMultipart_SupersededByPeer/exists
=== RUN TestUploadMultipart_SupersededByPeer/missing
=== PAUSE TestUploadMultipart_SupersededByPeer/missing
=== CONT TestPartSizeForNAR
=== CONT TestScriptTokenScriptFails
=== 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 TestScriptTokenEmptyCommand
--- PASS: TestScriptTokenEmptyCommand (0.00s)
=== 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 TestRateLimiterFeedback
=== RUN TestRateLimiterFeedback/429_enables_limiter
=== PAUSE TestRateLimiterFeedback/429_enables_limiter
=== RUN TestRateLimiterFeedback/503_enables_limiter
=== PAUSE TestRateLimiterFeedback/503_enables_limiter
=== RUN TestRateLimiterFeedback/200_does_not_enable_limiter
=== PAUSE TestRateLimiterFeedback/200_does_not_enable_limiter
=== RUN TestRateLimiterFeedback/400_does_not_enable_limiter
=== PAUSE TestRateLimiterFeedback/400_does_not_enable_limiter
=== 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
--- PASS: TestDoServerRequestAttachesToken (0.01s)
=== 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 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 TestScriptTokenBadJSON
=== CONT TestSetClientTLSDoesNotMutateDefaultTransport
--- PASS: TestScriptTokenScriptFails (0.01s)
=== CONT TestFileTokenReadsAndCaches
--- PASS: TestSetClientTLSDoesNotMutateDefaultTransport (0.00s)
=== CONT TestStaticToken
--- PASS: TestStaticToken (0.00s)
=== CONT TestSetClientTLSErrors
--- PASS: TestFileTokenReadsAndCaches (0.00s)
=== CONT TestFileTokenEmpty
=== 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 TestShellSplitErrors
--- PASS: TestShellSplitErrors (0.00s)
=== CONT TestSetClientTLS
--- PASS: TestFileTokenEmpty (0.00s)
=== 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 TestShellSplit
--- PASS: TestShellSplit (0.00s)
=== CONT TestDoWithRetry_BodyReplayedViaGetBody
2026/08/11 08:16:43 WARN Rate limiter enabled after throttle name=server-test rate=5
2026/08/11 08:16:43 WARN Request returned retryable status, retrying attempt=1 max_attempts=6 backoff=0s status=503 url=http://127.0.0.1:58537
2026/08/11 08:16:43 WARN Rate limiter backed off name=server-test rate=5
2026/08/11 08:16:43 WARN Request returned retryable status, retrying attempt=2 max_attempts=6 backoff=0s status=503 url=http://127.0.0.1:58537
=== 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
--- PASS: TestDoWithRetry_BodyReplayedViaGetBody (0.00s)
=== CONT TestScriptTokenEmptyToken
=== 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 TestFilterOversizedClosures/no_limit_keeps_everything
=== CONT TestFilterOversizedClosures/all_closures_skipped
2026/08/11 08:16:43 WARN Skipping closure: path exceeds server max NAR size top_level_path=/nix/store/cccccccccccccccccccccccccccccccc-wrapper oversized_path=/nix/store/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb-vm-image nar_size=5000 max_nar_size=50
=== CONT TestFilterOversizedClosures/closure_with_oversized_dependency_is_skipped
2026/08/11 08:16:43 WARN Skipping closure: path exceeds server max NAR size top_level_path=/nix/store/cccccccccccccccccccccccccccccccc-wrapper oversized_path=/nix/store/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb-vm-image nar_size=5000 max_nar_size=2000
--- PASS: TestFilterOversizedClosures (0.00s)
--- PASS: TestFilterOversizedClosures/no_limit_keeps_everything (0.00s)
--- PASS: TestFilterOversizedClosures/all_closures_skipped (0.00s)
--- PASS: TestFilterOversizedClosures/closure_with_oversized_dependency_is_skipped (0.00s)
=== CONT TestUploadMultipart_SupersededByPeer/exists
=== CONT TestUploadMultipart_SupersededByPeer/missing
--- PASS: TestUploadMultipart_SupersededByPeer (0.00s)
--- PASS: TestUploadMultipart_SupersededByPeer/exists (0.01s)
--- PASS: TestUploadMultipart_SupersededByPeer/missing (0.00s)
=== CONT TestPartSizeForNAR/5_TiB_S3_max_object
=== CONT TestPartSizeForNAR/zero_stays_at_minimum
=== CONT TestPartSizeForNAR/1_TiB
=== CONT TestPartSizeForNAR/115_GiB_needs_larger_parts
=== CONT TestPartSizeForNAR/80_GiB_fits_at_minimum
=== CONT TestPartSizeForNAR/small_stays_at_minimum
=== CONT TestPartSizeForNAR/capped_at_5_GiB
--- PASS: TestPartSizeForNAR (0.01s)
--- PASS: TestPartSizeForNAR/5_TiB_S3_max_object (0.00s)
--- PASS: TestPartSizeForNAR/zero_stays_at_minimum (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)
--- PASS: TestPartSizeForNAR/capped_at_5_GiB (0.00s)
=== CONT TestParsePathInfoJSON/Nix_format
=== CONT TestParsePathInfoJSON/whitespace_only
=== CONT TestParsePathInfoJSON/invalid_JSON
=== CONT TestParsePathInfoJSON/empty_input
=== CONT TestParsePathInfoJSON/Lix_format
--- PASS: TestParsePathInfoJSON (0.00s)
--- PASS: TestParsePathInfoJSON/Nix_format (0.00s)
--- PASS: TestParsePathInfoJSON/whitespace_only (0.00s)
--- PASS: TestParsePathInfoJSON/invalid_JSON (0.00s)
--- PASS: TestParsePathInfoJSON/empty_input (0.00s)
--- PASS: TestParsePathInfoJSON/Lix_format (0.00s)
=== CONT TestRateLimiterFeedback/429_enables_limiter
2026/08/11 08:16:43 WARN Rate limiter enabled after throttle name=server-test rate=5
2026/08/11 08:16:43 WARN Request returned retryable status, retrying attempt=1 max_attempts=2 backoff=0s status=429 url=http://127.0.0.1:58544
2026/08/11 08:16:43 WARN Rate limiter backed off name=server-test rate=5
=== CONT TestPathInfoCACompatibility/null_ca_field
=== CONT TestRateLimiterFeedback/400_does_not_enable_limiter
--- PASS: TestScriptTokenBadJSON (0.02s)
=== CONT TestRateLimiterFeedback/200_does_not_enable_limiter
=== CONT TestRateLimiterFeedback/503_enables_limiter
=== CONT TestPathInfoCACompatibility/new_structured_format_-_text
=== 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_-_text (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)
=== CONT TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths
2026/08/11 08:16:43 WARN Rate limiter enabled after throttle name=server-test rate=5
2026/08/11 08:16:43 WARN Request returned retryable status, retrying attempt=1 max_attempts=2 backoff=0s status=503 url=http://127.0.0.1:58550
=== CONT TestGetStorePathHash/valid_store_path
=== CONT TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths
--- PASS: TestParsePathInfoJSONMultiplePaths (0.00s)
--- PASS: TestParsePathInfoJSONMultiplePaths/Nix_multiple_paths (0.00s)
--- PASS: TestParsePathInfoJSONMultiplePaths/Lix_multiple_paths (0.00s)
=== CONT TestGetStorePathHash/hash_with_wrong_length_should_error
=== CONT TestGetStorePathHash/hash_with_invalid_characters_should_error
=== CONT TestGetStorePathHash/basename_without_hyphen_should_error
2026/08/11 08:16:43 WARN Rate limiter backed off name=server-test rate=5
--- PASS: TestGetStorePathHash (0.00s)
--- PASS: TestGetStorePathHash/valid_store_path (0.00s)
--- PASS: TestGetStorePathHash/hash_with_wrong_length_should_error (0.00s)
--- PASS: TestGetStorePathHash/hash_with_invalid_characters_should_error (0.00s)
--- PASS: TestGetStorePathHash/basename_without_hyphen_should_error (0.00s)
=== CONT TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI)
=== CONT TestPathInfoHashCompatibility/new_structured_format_with_sha512
=== CONT TestPathInfoHashCompatibility/old_string_format_with_colon
--- PASS: TestRateLimiterFeedback (0.00s)
--- PASS: TestRateLimiterFeedback/429_enables_limiter (0.00s)
--- PASS: TestRateLimiterFeedback/400_does_not_enable_limiter (0.00s)
--- PASS: TestRateLimiterFeedback/200_does_not_enable_limiter (0.00s)
--- PASS: TestRateLimiterFeedback/503_enables_limiter (0.00s)
=== CONT TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI
--- PASS: TestPathInfoHashCompatibility (0.00s)
--- PASS: TestPathInfoHashCompatibility/old_string_format_with_dash_(SRI) (0.00s)
--- PASS: TestPathInfoHashCompatibility/new_structured_format_with_sha512 (0.00s)
--- PASS: TestPathInfoHashCompatibility/old_string_format_with_colon (0.00s)
--- PASS: TestPathInfoHashCompatibility/new_structured_format_-_converts_to_SRI (0.00s)
=== CONT TestSetClientTLSErrors/missing_cert_file
=== CONT TestSetClientTLSErrors/missing_ca_file
=== CONT TestSetClientTLSErrors/invalid_ca_file
=== CONT TestSetClientTLSErrors/missing_key_file
=== CONT TestConvertHashToNix32/SRI_format_to_Nix32
=== CONT TestConvertHashToNix32/invalid_format
=== CONT TestSetClientTLS/preserves_debug_logging_transport
=== 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 TestSetClientTLS/rejects_connection_without_client_cert
--- PASS: TestSetClientTLSErrors (0.00s)
--- PASS: TestSetClientTLSErrors/missing_cert_file (0.00s)
--- PASS: TestSetClientTLSErrors/invalid_ca_file (0.00s)
--- PASS: TestSetClientTLSErrors/missing_ca_file (0.00s)
--- PASS: TestSetClientTLSErrors/missing_key_file (0.00s)
=== CONT TestSetClientTLS/succeeds_with_client_cert_and_CA
--- PASS: TestScriptTokenEmptyToken (0.01s)
--- PASS: TestScriptTokenNoExpiryRerunsEveryCall (0.04s)
--- PASS: TestScriptTokenCachesUntilRefresh (0.04s)
2026/08/11 08:16:43 http: TLS handshake error from 127.0.0.1:58552: read tcp 127.0.0.1:58539->127.0.0.1:58552: use of closed network connection
--- PASS: TestSetClientTLS (0.00s)
--- PASS: TestSetClientTLS/preserves_debug_logging_transport (0.00s)
--- PASS: TestSetClientTLS/succeeds_with_client_cert_and_CA (0.00s)
--- PASS: TestSetClientTLS/rejects_connection_without_client_cert (0.02s)
--- PASS: TestDumpPathWriterError (0.06s)
--- PASS: TestDumpPathSingleFile (0.14s)
--- PASS: TestCaseHackSuffix (0.14s)
--- PASS: TestDumpPathMatchesNix (0.15s)
--- 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-6116-3710321168/postgres2817391752/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-6116-3710321168/postgres2817391752/data -l logfile start
/nix/var/nix/builds/nix-6116-3710321168/postgres2817391752:5432 - no response
2026-08-11 08:16:45.036 UTC [6157] LOG: starting PostgreSQL 18.4 on aarch64-apple-darwin25.5.0, compiled by clang version 21.1.8, 64-bit
2026-08-11 08:16:45.036 UTC [6157] LOG: listening on Unix socket "/nix/var/nix/builds/nix-6116-3710321168/postgres2817391752/.s.PGSQL.5432"
2026-08-11 08:16:45.039 UTC [6164] LOG: database system was shut down at 2026-08-11 08:16:45 UTC
2026-08-11 08:16:45.040 UTC [6157] LOG: database system is ready to accept connections
/nix/var/nix/builds/nix-6116-3710321168/postgres2817391752:5432 - accepting connections
=== 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-08-11 08:16:47.123 UTC [6236] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.123 UTC [6236] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (5.18ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (479.71µs)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (831.13µs)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (1.36ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (1.76ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (209µs)
2026/08/11 08:16:47 goose: up to current file version: 2
--- PASS: TestGCAdvisoryLockBlocksConcurrentRun (0.29s)
=== 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 TestCacheConfigHandlerMaxNarSize
=== PAUSE TestCacheConfigHandlerMaxNarSize
=== RUN TestCreatePendingClosureRejectsOversizedNAR
=== PAUSE TestCreatePendingClosureRejectsOversizedNAR
=== 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 TestParseSize
=== PAUSE TestParseSize
=== RUN TestSkippedUploadsHandler
=== PAUSE TestSkippedUploadsHandler
=== RUN TestSystemdListenerNotActivated
--- PASS: TestSystemdListenerNotActivated (0.00s)
=== RUN TestWatchdogBeatsWhenHealthy
--- PASS: TestWatchdogBeatsWhenHealthy (0.03s)
=== RUN TestWatchdogSkipsWhenUnhealthy
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
2026/08/11 08:16:47 WARN watchdog liveness check failed, skipping heartbeat error="context deadline exceeded"
--- PASS: TestWatchdogSkipsWhenUnhealthy (0.21s)
=== 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 TestReadProxyRootRedirectsToIndexHTML
=== CONT TestCompleteMultipartUploadHandler_RateLimitTriggersThrottle
=== CONT TestService_AuthMiddleware
=== CONT TestCompletedNarNotReofferedAcrossClosures
=== CONT TestRedundantMultipartUpload
=== CONT TestReadProxyConditionalGet
=== CONT TestParseSize
--- PASS: TestParseSize (0.00s)
=== CONT TestSkippedUploadsHandler
=== CONT TestService_Rustfstest
=== CONT TestCompleteMultipartUpload_ErrorButObjectExists
=== CONT TestReadProxyHead
2026/08/11 08:16:47 INFO Client skipped oversized paths paths=3 nar_bytes=5000000000
--- PASS: TestSkippedUploadsHandler (0.01s)
=== CONT TestReadProxyInvalidPath
2026-08-11 08:16:47.753 UTC [6258] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.753 UTC [6258] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.770 UTC [6260] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.770 UTC [6260] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.771 UTC [6259] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.771 UTC [6259] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.771 UTC [6262] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.771 UTC [6262] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (10.54ms)
2026-08-11 08:16:47.773 UTC [6263] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.773 UTC [6263] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.773 UTC [6265] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.773 UTC [6265] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (1.34ms)
2026-08-11 08:16:47.773 UTC [6264] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.773 UTC [6264] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.774 UTC [6261] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.774 UTC [6261] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.774 UTC [6266] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.774 UTC [6266] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:47.774 UTC [6267] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:47.774 UTC [6267] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (1.49ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (1.87ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (1.51ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (1.04ms)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (6ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (1.66ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (8.94ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (7.08ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (8.77ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (3.54ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (3.61ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (5.33ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (22.19ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (24.62ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (35.36ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (31.65ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (41.25ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (41.24ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (31.87ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (8.75ms)
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (44.7ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (15.09ms)
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (2.61ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (183.92µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (8.62ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (8.66ms)
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (7.35ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (16.69ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (9.7ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (1.15ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (8.34ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (8.31ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (1.69ms)
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (1.24ms)
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (1.03ms)
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (1.53ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (427.29µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 20241026095416_initial_model.sql (52.23ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (313.83µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (1.47ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (197.38µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 20251210153512_drop_unused_gin_index.sql (5.86ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (7.53ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (11.7ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (12.29ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (5.35ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (192.13µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (17.62ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (10.3ms)
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (10.46ms)
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (4.6ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (210.13µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (206.71µs)
2026/08/11 08:16:47 goose: up to current file version: 2
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (206.29µs)
2026/08/11 08:16:47 goose: up to current file version: 2
{"timestamp":"2026-08-11T08:16:47.853137Z","level":"ERROR","duration":"174.458µs","resp":"Response { status: 503, version: HTTP/1.1, headers: {\"content-type\": \"application/xml\"}, body: Body { once: b\"SlowDownbucket creation concurrency limit reached; retry later\" } }","target":"s3s::service","filename":"/nix/var/nix/builds/nix-57705-2947227838/rustfs-1.0.0-beta.12-vendor/source-git-1/s3s-0.14.1/src/service.rs","line_number":640,"threadName":"rustfs-worker","threadId":"ThreadId(4)"}
{"timestamp":"2026-08-11T08:16:47.85335Z","level":"ERROR","message":"HTTP request completed","event":"http_request_completed","component":"server","subsystem":"http","request_id":"b9241080-1c0e-4283-8cb7-902f78b31e18","trace_id":"unknown","span_id":"unknown","peer_addr":"127.0.0.1","method":"PUT","uri":"/bucket9/","status_code":503,"duration_ms":0,"result":"server_error","target":"rustfs::server::layer","filename":"rustfs/src/server/layer.rs","line_number":392,"threadName":"rustfs-worker","threadId":"ThreadId(4)"}
2026/08/11 08:16:47 OK 20251218171726_add_pins.sql (24.59ms)
2026/08/11 08:16:47 OK 20260628120000_add_object_size_and_stats.sql (7.82ms)
2026/08/11 08:16:47 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:47 OK 1_commit_pending_closure.sql (5.03ms)
2026/08/11 08:16:47 OK 2_object_stats_trigger.sql (226.46µs)
2026/08/11 08:16:47 goose: up to current file version: 2
{"timestamp":"2026-08-11T08:16:47.875307Z","level":"ERROR","duration":"166µs","resp":"Response { status: 503, version: HTTP/1.1, headers: {\"content-type\": \"application/xml\"}, body: Body { once: b\"SlowDownbucket creation concurrency limit reached; retry later\" } }","target":"s3s::service","filename":"/nix/var/nix/builds/nix-57705-2947227838/rustfs-1.0.0-beta.12-vendor/source-git-1/s3s-0.14.1/src/service.rs","line_number":640,"threadName":"rustfs-worker","threadId":"ThreadId(7)"}
{"timestamp":"2026-08-11T08:16:47.875333Z","level":"ERROR","message":"HTTP request completed","event":"http_request_completed","component":"server","subsystem":"http","request_id":"c96e9fcd-88ee-4f4e-b8d0-447edffda591","trace_id":"unknown","span_id":"unknown","peer_addr":"127.0.0.1","method":"PUT","uri":"/bucket11/","status_code":503,"duration_ms":0,"result":"server_error","target":"rustfs::server::layer","filename":"rustfs/src/server/layer.rs","line_number":392,"threadName":"rustfs-worker","threadId":"ThreadId(7)"}
{"timestamp":"2026-08-11T08:16:47.913545Z","level":"ERROR","duration":"65.791µs","resp":"Response { status: 503, version: HTTP/1.1, headers: {\"content-type\": \"application/xml\"}, body: Body { once: b\"SlowDownbucket creation concurrency limit reached; retry later\" } }","target":"s3s::service","filename":"/nix/var/nix/builds/nix-57705-2947227838/rustfs-1.0.0-beta.12-vendor/source-git-1/s3s-0.14.1/src/service.rs","line_number":640,"threadName":"rustfs-worker","threadId":"ThreadId(10)"}
{"timestamp":"2026-08-11T08:16:47.913569Z","level":"ERROR","message":"HTTP request completed","event":"http_request_completed","component":"server","subsystem":"http","request_id":"8a080bf6-9ba1-4cb4-a8f7-9966bccae931","trace_id":"unknown","span_id":"unknown","peer_addr":"127.0.0.1","method":"PUT","uri":"/bucket9/","status_code":503,"duration_ms":0,"result":"server_error","target":"rustfs::server::layer","filename":"rustfs/src/server/layer.rs","line_number":392,"threadName":"rustfs-worker","threadId":"ThreadId(10)"}
--- PASS: TestReadProxyRootRedirectsToIndexHTML (0.50s)
=== CONT TestReadProxy404
--- PASS: TestReadProxyConditionalGet (0.57s)
=== CONT TestReadProxyNarStreaming
--- PASS: TestReadProxyInvalidPath (0.57s)
=== CONT TestReadProxyNarinfoAlreadyDecompressed
--- PASS: TestService_Rustfstest (0.63s)
=== CONT TestReadProxyNarinfo
2026/08/11 08:16:48 INFO Received uploads request method=POST path=/api/pending_closures
--- PASS: TestReadProxyHead (0.83s)
=== 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 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 TestResurrectedObjectNotDeleted
2026/08/11 08:16:48 WARN Authentication failed token_preview=wrongtoken token_length=10 reason="static API token mismatch"
--- PASS: TestService_AuthMiddleware (0.86s)
=== CONT TestOrphanedObjectsGCStressTest
2026/08/11 08:16:48 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:48 INFO Received complete multipart upload request method=POST path=/api/multipart/complete
2026/08/11 08:16:48 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:48 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:48 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:48 INFO Received complete multipart upload request method=POST path=/api/multipart/complete
2026/08/11 08:16:48 WARN CompleteMultipartUpload errored but object exists; treating as success error="The specified key does not exist." object_key=nar/gggggggggggggggggggggggggggggg0300000000000000000000.nar.zst upload_id=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LmQ2ODJjZDRlLWFiOGQtNGYxZC04MTE3LWM2OTlkMmNjODAzNXgxNzg2NDM2MjA4NDQ4Mzk4MDAw
2026/08/11 08:16:48 INFO Completed multipart upload object_key=nar/gggggggggggggggggggggggggggggg0300000000000000000000.nar.zst upload_id=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LmQ2ODJjZDRlLWFiOGQtNGYxZC04MTE3LWM2OTlkMmNjODAzNXgxNzg2NDM2MjA4NDQ4Mzk4MDAw parts=1
--- PASS: TestCompleteMultipartUpload_ErrorButObjectExists (1.29s)
=== CONT TestOrphanedObjectsGC
2026-08-11 08:16:49.097 UTC [6282] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.097 UTC [6282] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:49.292 UTC [6284] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.292 UTC [6284] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:49 OK 20241026095416_initial_model.sql (166.6ms)
2026/08/11 08:16:49 OK 20251210153512_drop_unused_gin_index.sql (11.55ms)
2026/08/11 08:16:49 OK 20251218171726_add_pins.sql (25.92ms)
2026/08/11 08:16:49 OK 20260628120000_add_object_size_and_stats.sql (24.06ms)
2026/08/11 08:16:49 goose: successfully migrated database to version: 20260628120000
2026-08-11 08:16:49.379 UTC [6285] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.379 UTC [6285] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:49 OK 1_commit_pending_closure.sql (4.68ms)
2026/08/11 08:16:49 OK 2_object_stats_trigger.sql (857.54µs)
2026/08/11 08:16:49 goose: up to current file version: 2
2026-08-11 08:16:49.476 UTC [6286] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.476 UTC [6286] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:49 OK 20241026095416_initial_model.sql (130.15ms)
2026/08/11 08:16:49 OK 20251210153512_drop_unused_gin_index.sql (12.16ms)
2026/08/11 08:16:49 OK 20251218171726_add_pins.sql (24.26ms)
2026/08/11 08:16:49 OK 20260628120000_add_object_size_and_stats.sql (47.34ms)
2026/08/11 08:16:49 goose: successfully migrated database to version: 20260628120000
--- PASS: TestReadProxy404 (1.66s)
=== CONT TestObjectStatsTrigger
2026/08/11 08:16:49 OK 1_commit_pending_closure.sql (9.68ms)
2026/08/11 08:16:49 OK 2_object_stats_trigger.sql (2.2ms)
2026/08/11 08:16:49 goose: up to current file version: 2
2026/08/11 08:16:49 OK 20241026095416_initial_model.sql (212.5ms)
2026/08/11 08:16:49 OK 20251210153512_drop_unused_gin_index.sql (12.87ms)
2026/08/11 08:16:49 OK 20251218171726_add_pins.sql (54.15ms)
2026/08/11 08:16:49 OK 20241026095416_initial_model.sql (229.47ms)
2026/08/11 08:16:49 OK 20251210153512_drop_unused_gin_index.sql (12.51ms)
2026/08/11 08:16:49 OK 20260628120000_add_object_size_and_stats.sql (47.65ms)
2026/08/11 08:16:49 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:49 OK 1_commit_pending_closure.sql (13.03ms)
2026/08/11 08:16:49 OK 2_object_stats_trigger.sql (738.46µs)
2026/08/11 08:16:49 goose: up to current file version: 2
2026/08/11 08:16:49 OK 20251218171726_add_pins.sql (40.54ms)
--- PASS: TestReadProxyNarStreaming (1.86s)
=== CONT TestMultipartCleanup
2026/08/11 08:16:49 OK 20260628120000_add_object_size_and_stats.sql (47.49ms)
2026/08/11 08:16:49 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:49 OK 1_commit_pending_closure.sql (7.75ms)
2026/08/11 08:16:49 OK 2_object_stats_trigger.sql (514.79µs)
2026/08/11 08:16:49 goose: up to current file version: 2
2026-08-11 08:16:49.989 UTC [6292] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.989 UTC [6292] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:49.994 UTC [6291] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:49.994 UTC [6291] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
--- PASS: TestReadProxyNarinfoAlreadyDecompressed (2.01s)
=== CONT TestServerTLSConfig
=== RUN TestServerTLSConfig/no_client_CA
=== 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_NativeMTLS
2026/08/11 08:16:50 INFO Received complete multipart upload request method=POST path=/api/multipart/complete
--- PASS: TestReadProxyNarinfo (2.12s)
=== CONT TestMetricsInventory
2026/08/11 08:16:50 INFO Received complete multipart upload request method=POST path=/api/multipart/complete
2026/08/11 08:16:50 INFO Completed multipart upload object_key=nar/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh0100000000000000000000.nar.zst upload_id=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LmIzMDlhNWJkLWE0NjYtNDEwMi1hNWU1LTdhODZhYmE0NjA4NXgxNzg2NDM2MjA4MzYyOTQ4MDAw parts=12
2026/08/11 08:16:50 INFO Received uploads request method=POST path=/api/pending_closures
--- PASS: TestCompletedNarNotReofferedAcrossClosures (2.81s)
=== CONT TestNARDeduplicationMetadataUploadBug
2026/08/11 08:16:50 OK 20241026095416_initial_model.sql (213.43ms)
2026/08/11 08:16:50 OK 20241026095416_initial_model.sql (210.29ms)
2026/08/11 08:16:50 OK 20251210153512_drop_unused_gin_index.sql (8.42ms)
2026/08/11 08:16:50 OK 20251210153512_drop_unused_gin_index.sql (8.08ms)
2026/08/11 08:16:50 OK 20251218171726_add_pins.sql (17.93ms)
2026/08/11 08:16:50 OK 20251218171726_add_pins.sql (17.72ms)
2026/08/11 08:16:50 INFO Completed multipart upload object_key=nar/gggggggggggggggggggggggggggggg0100000000000000000000.nar.zst upload_id=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LjA2MjljMzE3LTRjOGQtNDIwMy1hNWRkLTFmOTg4MWRjNjUyZHgxNzg2NDM2MjA4NTE1MzYwMDAw parts=12
2026/08/11 08:16:50 OK 20260628120000_add_object_size_and_stats.sql (11.17ms)
2026/08/11 08:16:50 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:50 OK 20260628120000_add_object_size_and_stats.sql (11.58ms)
2026/08/11 08:16:50 goose: successfully migrated database to version: 20260628120000
--- PASS: TestRedundantMultipartUpload (2.89s)
=== CONT TestCreatePendingClosureRejectsOversizedNAR
2026/08/11 08:16:50 INFO Received uploads request method=POST path=/api/pending_closures
--- PASS: TestCreatePendingClosureRejectsOversizedNAR (0.00s)
=== CONT TestCacheConfigHandlerMaxNarSize
--- PASS: TestCacheConfigHandlerMaxNarSize (0.00s)
=== CONT TestGenerateLandingPage
2026/08/11 08:16:50 OK 1_commit_pending_closure.sql (2.74ms)
2026/08/11 08:16:50 OK 1_commit_pending_closure.sql (2.61ms)
--- PASS: TestGenerateLandingPage (0.00s)
=== CONT TestService_healthCheckHandler
2026/08/11 08:16:50 OK 2_object_stats_trigger.sql (1.22ms)
2026/08/11 08:16:50 goose: up to current file version: 2
2026/08/11 08:16:50 OK 2_object_stats_trigger.sql (1.29ms)
2026/08/11 08:16:50 goose: up to current file version: 2
2026-08-11 08:16:50.419 UTC [6301] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:50.419 UTC [6301] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
--- PASS: TestResurrectedObjectNotDeleted (2.31s)
=== CONT TestGracefulShutdownDrainsInflight
2026/08/11 08:16:50 INFO Starting HTTP server address=127.0.0.1:58662
2026/08/11 08:16:50 INFO Shutdown signal received, draining in-flight requests timeout=10s
--- PASS: TestGracefulShutdownDrainsInflight (0.07s)
=== 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 TestGCTaskStore_GetEmpty
--- PASS: TestGCTaskStore_GetEmpty (0.00s)
=== CONT TestGCTaskStore_ConflictDifferentParams
--- PASS: TestGCTaskStore_ConflictDifferentParams (0.00s)
=== CONT TestGCTaskStore_DeduplicateSameParams
--- PASS: TestGCTaskStore_DeduplicateSameParams (0.00s)
=== CONT TestGCTaskStore_StartNew
--- PASS: TestGCTaskStore_StartNew (0.00s)
=== CONT TestGCMetrics
2026/08/11 08:16:50 OK 20241026095416_initial_model.sql (157.24ms)
2026/08/11 08:16:50 OK 20251210153512_drop_unused_gin_index.sql (12.71ms)
2026/08/11 08:16:50 OK 20251218171726_add_pins.sql (15.98ms)
2026/08/11 08:16:50 OK 20260628120000_add_object_size_and_stats.sql (33.21ms)
2026/08/11 08:16:50 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:50 OK 1_commit_pending_closure.sql (3.93ms)
2026/08/11 08:16:50 OK 2_object_stats_trigger.sql (790.54µs)
2026/08/11 08:16:50 goose: up to current file version: 2
2026-08-11 08:16:50.959 UTC [6304] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:50.959 UTC [6304] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:51.036 UTC [6305] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:51.036 UTC [6305] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:51 OK 20241026095416_initial_model.sql (23.21ms)
2026/08/11 08:16:51 OK 20251210153512_drop_unused_gin_index.sql (913.83µs)
2026/08/11 08:16:51 OK 20251218171726_add_pins.sql (5.28ms)
2026/08/11 08:16:51 OK 20260628120000_add_object_size_and_stats.sql (14.04ms)
2026/08/11 08:16:51 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:51 OK 1_commit_pending_closure.sql (7.36ms)
2026/08/11 08:16:51 OK 2_object_stats_trigger.sql (216.88µs)
2026/08/11 08:16:51 goose: up to current file version: 2
2026/08/11 08:16:51 OK 20241026095416_initial_model.sql (61.92ms)
2026/08/11 08:16:51 OK 20251210153512_drop_unused_gin_index.sql (10.81ms)
2026/08/11 08:16:51 OK 20251218171726_add_pins.sql (42.22ms)
2026/08/11 08:16:51 OK 20260628120000_add_object_size_and_stats.sql (45.49ms)
2026/08/11 08:16:51 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:51 OK 1_commit_pending_closure.sql (10.94ms)
2026/08/11 08:16:51 OK 2_object_stats_trigger.sql (520.63µs)
2026/08/11 08:16:51 goose: up to current file version: 2
--- PASS: TestObjectStatsTrigger (1.75s)
=== CONT TestGCBugBareHashReferences
2026/08/11 08:16:51 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:51 INFO Received cleanup request method=DELETE path=/api/pending_closures
2026/08/11 08:16:51 INFO Aborted multipart uploads count=1
--- PASS: TestMultipartCleanup (1.79s)
=== CONT TestPinProtectsFromGC
2026-08-11 08:16:51.805 UTC [6310] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:51.805 UTC [6310] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
=== 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 (3.12s)
=== CONT TestClientWithDependencies
2026-08-11 08:16:51.994 UTC [6314] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:51.994 UTC [6314] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:51.994 UTC [6313] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:51.994 UTC [6313] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:52 OK 20241026095416_initial_model.sql (203.24ms)
2026/08/11 08:16:52 OK 20251210153512_drop_unused_gin_index.sql (10.88ms)
2026-08-11 08:16:52.093 UTC [6315] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:52.093 UTC [6315] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:52 OK 20251218171726_add_pins.sql (26.93ms)
2026/08/11 08:16:52 OK 20260628120000_add_object_size_and_stats.sql (26.73ms)
2026/08/11 08:16:52 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:52 OK 1_commit_pending_closure.sql (8.76ms)
2026/08/11 08:16:52 OK 2_object_stats_trigger.sql (614.42µs)
2026/08/11 08:16:52 goose: up to current file version: 2
2026/08/11 08:16:52 OK 20241026095416_initial_model.sql (163.45ms)
2026/08/11 08:16:52 OK 20241026095416_initial_model.sql (170.29ms)
2026/08/11 08:16:52 OK 20251210153512_drop_unused_gin_index.sql (12.78ms)
2026/08/11 08:16:52 OK 20251210153512_drop_unused_gin_index.sql (11.65ms)
2026/08/11 08:16:52 OK 20251218171726_add_pins.sql (36.62ms)
2026/08/11 08:16:52 OK 20251218171726_add_pins.sql (30.9ms)
2026/08/11 08:16:52 OK 20260628120000_add_object_size_and_stats.sql (23.78ms)
2026/08/11 08:16:52 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:52 OK 1_commit_pending_closure.sql (7.88ms)
2026/08/11 08:16:52 OK 2_object_stats_trigger.sql (587.5µs)
2026/08/11 08:16:52 goose: up to current file version: 2
2026/08/11 08:16:52 OK 20260628120000_add_object_size_and_stats.sql (34.49ms)
2026/08/11 08:16:52 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:52 WARN mTLS auth: subject not in bound subjects subject="CN=reader"
2026/08/11 08:16:52 WARN mTLS auth: subject not in bound subjects subject="CN=writer"
--- PASS: TestService_NativeMTLS (2.31s)
=== CONT TestClientMultipleUploads
2026/08/11 08:16:52 OK 1_commit_pending_closure.sql (8.77ms)
2026/08/11 08:16:52 OK 2_object_stats_trigger.sql (826.54µs)
2026/08/11 08:16:52 goose: up to current file version: 2
2026/08/11 08:16:52 OK 20241026095416_initial_model.sql (214.94ms)
2026/08/11 08:16:52 OK 20251210153512_drop_unused_gin_index.sql (12.91ms)
2026/08/11 08:16:52 OK 20251218171726_add_pins.sql (48.94ms)
2026/08/11 08:16:52 OK 20260628120000_add_object_size_and_stats.sql (43.05ms)
2026/08/11 08:16:52 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:52 OK 1_commit_pending_closure.sql (3.05ms)
2026/08/11 08:16:52 OK 2_object_stats_trigger.sql (594.17µs)
2026/08/11 08:16:52 goose: up to current file version: 2
2026-08-11 08:16:52.479 UTC [6318] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:52.479 UTC [6318] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:52 INFO Created nix-cache-info in bucket bucket=bucket22
--- PASS: TestService_healthCheckHandler (2.32s)
=== CONT TestClientIntegration
--- PASS: TestMetricsInventory (2.49s)
=== CONT TestClientErrorHandling
=== RUN TestClientErrorHandling/InvalidStorePath
=== PAUSE TestClientErrorHandling/InvalidStorePath
=== RUN TestClientErrorHandling/InvalidAuthToken
=== PAUSE TestClientErrorHandling/InvalidAuthToken
=== RUN TestClientErrorHandling/ServerNotAvailable
=== PAUSE TestClientErrorHandling/ServerNotAvailable
=== CONT TestClientCADerivations
2026/08/11 08:16:52 OK 20241026095416_initial_model.sql (159.78ms)
2026/08/11 08:16:52 OK 20251210153512_drop_unused_gin_index.sql (9.64ms)
2026/08/11 08:16:52 OK 20251218171726_add_pins.sql (1.56ms)
2026/08/11 08:16:52 OK 20260628120000_add_object_size_and_stats.sql (35.82ms)
2026/08/11 08:16:52 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:52 OK 1_commit_pending_closure.sql (4.24ms)
2026/08/11 08:16:52 OK 2_object_stats_trigger.sql (339.79µs)
2026/08/11 08:16:52 goose: up to current file version: 2
=== NAME TestNARDeduplicationMetadataUploadBug
metadata_upload_test.go:48: First store path: /nix/var/nix/builds/nix-6116-3710321168/TestNARDeduplicationMetadataUploadBug607520181/001/store/zjj58dqlajxk0kx0jyg16gv2s1ddjf0k-file1.txt
2026/08/11 08:16:52 INFO Aborted multipart uploads count=0
2026/08/11 08:16:52 WARN Force mode enabled - objects will be deleted immediately without grace period
2026/08/11 08:16: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/08/11 08:16:52 INFO Vacuumed table table=pending_closures
2026/08/11 08:16:52 INFO Vacuumed table table=pending_objects
2026/08/11 08:16:52 INFO Vacuumed table table=multipart_uploads
2026/08/11 08:16:52 INFO Vacuumed table table=closures
2026/08/11 08:16:52 INFO Vacuumed table table=objects
--- PASS: TestGCMetrics (2.30s)
=== CONT TestCacheStatsHandler
2026/08/11 08:16:52 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:53 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:53 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:53 INFO Uploading zjj58dqlajxk0kx0jyg16gv2s1ddjf0k-file1.txt (160B)
2026/08/11 08:16:53 WARN Failed to register uploaded object key=nar/1byf36hhc5sn8lvwqfkjh3ybgn76slmx8naakslrypxs6mna71rf.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:53 WARN Failed to register uploaded object key=zjj58dqlajxk0kx0jyg16gv2s1ddjf0k.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:53 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:53 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:53 INFO Uploading 1 narinfos
2026/08/11 08:16:53 WARN Failed to register uploaded object key=zjj58dqlajxk0kx0jyg16gv2s1ddjf0k.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:53 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:53 INFO Completed upload id=1
2026/08/11 08:16:53 INFO Upload complete. (303ms)
=== NAME TestNARDeduplicationMetadataUploadBug
metadata_upload_test.go:54: Retrieved narinfo from S3:
StorePath: /nix/var/nix/builds/nix-6116-3710321168/TestNARDeduplicationMetadataUploadBug607520181/001/store/zjj58dqlajxk0kx0jyg16gv2s1ddjf0k-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-08-11 08:16:53.275 UTC [6335] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:53.275 UTC [6335] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
metadata_upload_test.go:64: Second store path (same content): /nix/var/nix/builds/nix-6116-3710321168/TestNARDeduplicationMetadataUploadBug607520181/001/store/qiax7v7byr1i8jwl2gldfir1bbfna8pa-file2.txt
2026/08/11 08:16:53 WARN Rate limiter enabled after throttle name=s3-test rate=5
2026/08/11 08:16:53 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 (5.93s)
=== CONT TestCacheConfigHandler
=== RUN TestCacheConfigHandler/full_config,_no_issuer
=== 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_OIDC
2026/08/11 08:16:53 INFO OIDC provider initialized name=test
2026/08/11 08:16:53 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026-08-11 08:16:53.415 UTC [6344] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:53.415 UTC [6344] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:53 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:53 INFO Uploading 0 paths to 127.0.0.1 (1 already cached)
2026/08/11 08:16:53 WARN Failed to register uploaded object key=qiax7v7byr1i8jwl2gldfir1bbfna8pa.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:53 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign
2026/08/11 08:16:53 INFO Signed narinfos id=2 count=1
2026/08/11 08:16:53 INFO Uploading 1 narinfos
2026/08/11 08:16:53 OK 20241026095416_initial_model.sql (157.07ms)
2026/08/11 08:16:53 OK 20251210153512_drop_unused_gin_index.sql (12.27ms)
2026/08/11 08:16:53 WARN Failed to register uploaded object key=qiax7v7byr1i8jwl2gldfir1bbfna8pa.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:53 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete
2026/08/11 08:16:53 INFO Completed upload id=2
2026/08/11 08:16:53 INFO Upload complete. (186ms)
=== NAME TestNARDeduplicationMetadataUploadBug
metadata_upload_test.go:76: Retrieved narinfo from S3:
StorePath: /nix/var/nix/builds/nix-6116-3710321168/TestNARDeduplicationMetadataUploadBug607520181/001/store/qiax7v7byr1i8jwl2gldfir1bbfna8pa-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/08/11 08:16:53 OK 20251218171726_add_pins.sql (35.09ms)
2026-08-11 08:16:53.539 UTC [6346] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:53.539 UTC [6346] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:53 OK 20260628120000_add_object_size_and_stats.sql (37.21ms)
2026/08/11 08:16:53 goose: successfully migrated database to version: 20260628120000
--- PASS: TestNARDeduplicationMetadataUploadBug (3.34s)
=== CONT TestService_ReadAuthMiddleware
2026/08/11 08:16:53 OK 1_commit_pending_closure.sql (6.73ms)
2026/08/11 08:16:53 OK 2_object_stats_trigger.sql (317µs)
2026/08/11 08:16:53 goose: up to current file version: 2
2026/08/11 08:16:53 OK 20241026095416_initial_model.sql (219.12ms)
2026/08/11 08:16:53 OK 20251210153512_drop_unused_gin_index.sql (6.53ms)
2026/08/11 08:16:53 OK 20251218171726_add_pins.sql (38ms)
2026/08/11 08:16:53 OK 20241026095416_initial_model.sql (167.2ms)
2026/08/11 08:16:53 OK 20251210153512_drop_unused_gin_index.sql (7.93ms)
2026/08/11 08:16:53 OK 20260628120000_add_object_size_and_stats.sql (43.67ms)
2026/08/11 08:16:53 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:53 OK 1_commit_pending_closure.sql (13.77ms)
2026/08/11 08:16:53 OK 2_object_stats_trigger.sql (451.33µs)
2026/08/11 08:16:53 goose: up to current file version: 2
2026/08/11 08:16:53 OK 20251218171726_add_pins.sql (43.15ms)
2026/08/11 08:16:53 OK 20260628120000_add_object_size_and_stats.sql (38.22ms)
2026/08/11 08:16:53 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:53 OK 1_commit_pending_closure.sql (4ms)
2026/08/11 08:16:53 OK 2_object_stats_trigger.sql (497.04µs)
2026/08/11 08:16:53 goose: up to current file version: 2
--- PASS: TestGCBugBareHashReferences (2.65s)
=== CONT TestService_AuthMiddleware_MTLSBoundSubjects
2026/08/11 08:16:54 INFO Created nix-cache-info in bucket bucket=bucket27
2026/08/11 08:16:54 INFO Created nix-cache-info in bucket bucket=bucket28
2026-08-11 08:16:54.365 UTC [6357] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:54.365 UTC [6357] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
=== NAME TestPinProtectsFromGC
client_integration_test.go:646: Pinned store path: /nix/var/nix/builds/nix-6116-3710321168/TestPinProtectsFromGC2863081353/001/store/f6slq5izj7j5rs4dm11nv0yqck342i9y-pinned-file.txt
client_integration_test.go:647: Unpinned store path: /nix/var/nix/builds/nix-6116-3710321168/TestPinProtectsFromGC2863081353/001/store/fv81bmahs1l0h7wxr2hag358b27lf7lq-unpinned-file.txt
2026-08-11 08:16:54.466 UTC [6362] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:54.466 UTC [6362] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:54.489 UTC [6365] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:54.489 UTC [6365] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:54 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:54 OK 20241026095416_initial_model.sql (95.57ms)
2026/08/11 08:16:54 OK 20251210153512_drop_unused_gin_index.sql (7.89ms)
=== NAME TestClientWithDependencies
client_integration_test.go:593: Built derivation: /nix/var/nix/builds/nix-6116-3710321168/TestClientWithDependencies3327939989/001/store/6s13lylnzpy8riam39dqm2iq9lzfk9qg-test-script
2026/08/11 08:16:54 OK 20251218171726_add_pins.sql (35.56ms)
2026-08-11 08:16:54.593 UTC [6370] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:54.593 UTC [6370] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:54 INFO Received uploads request method=POST path=/api/pending_closures
client_integration_test.go:595: Found 1 dependencies (including self)
2026/08/11 08:16:54 OK 20260628120000_add_object_size_and_stats.sql (32.75ms)
2026/08/11 08:16:54 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:54 OK 20241026095416_initial_model.sql (100.38ms)
2026/08/11 08:16:54 OK 20251210153512_drop_unused_gin_index.sql (21.76ms)
2026/08/11 08:16:54 OK 1_commit_pending_closure.sql (22.2ms)
2026/08/11 08:16:54 OK 2_object_stats_trigger.sql (276.75µs)
2026/08/11 08:16:54 goose: up to current file version: 2
2026/08/11 08:16:54 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:54 INFO Uploading f6slq5izj7j5rs4dm11nv0yqck342i9y-pinned-file.txt (128B)
2026/08/11 08:16:54 OK 20251218171726_add_pins.sql (52.24ms)
2026/08/11 08:16:54 OK 20241026095416_initial_model.sql (153.74ms)
2026/08/11 08:16:54 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:54 OK 20251210153512_drop_unused_gin_index.sql (20.12ms)
2026/08/11 08:16:54 WARN Failed to register uploaded object key=nar/0qmhsg42pqsz7x6hh02j8gznnac3yi3qpjhrqbwvz88i194jbb5s.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 OK 20260628120000_add_object_size_and_stats.sql (41.85ms)
2026/08/11 08:16:54 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:54 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:54 INFO Uploading 6s13lylnzpy8riam39dqm2iq9lzfk9qg-test-script (136B)
2026/08/11 08:16:54 OK 1_commit_pending_closure.sql (7.65ms)
2026/08/11 08:16:54 OK 2_object_stats_trigger.sql (210.21µs)
2026/08/11 08:16:54 goose: up to current file version: 2
2026/08/11 08:16:54 WARN Failed to register uploaded object key=f6slq5izj7j5rs4dm11nv0yqck342i9y.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:54 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:54 INFO Uploading 1 narinfos
2026/08/11 08:16:54 OK 20251218171726_add_pins.sql (54.17ms)
2026/08/11 08:16:54 WARN Failed to register uploaded object key=nar/1s7yghixzpinyqm7g59kyn3sav81pmnsdi5v63m6x4r2vacy907j.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 WARN Failed to register uploaded object key=f6slq5izj7j5rs4dm11nv0yqck342i9y.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:54 OK 20260628120000_add_object_size_and_stats.sql (43.94ms)
2026/08/11 08:16:54 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:54 INFO Completed upload id=1
2026/08/11 08:16:54 INFO Upload complete. (344ms)
2026/08/11 08:16:54 OK 1_commit_pending_closure.sql (16.04ms)
2026/08/11 08:16:54 OK 2_object_stats_trigger.sql (417.04µs)
2026/08/11 08:16:54 goose: up to current file version: 2
2026/08/11 08:16:54 WARN Failed to register uploaded object key=log/air9rlqcgx8jxrw5268qnjs5wryfdpvb-test-script.drv error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 WARN Failed to register uploaded object key=6s13lylnzpy8riam39dqm2iq9lzfk9qg.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:54 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:54 INFO Uploading 1 narinfos
2026/08/11 08:16:54 INFO Created nix-cache-info in bucket bucket=bucket29
2026/08/11 08:16:54 WARN Failed to register uploaded object key=6s13lylnzpy8riam39dqm2iq9lzfk9qg.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:54 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:54 INFO Completed upload id=1
2026/08/11 08:16:54 INFO Upload complete. (296ms)
client_integration_test.go:597: Skipping nix copy test - isolated store (/nix/var/nix/builds/nix-6116-3710321168/TestClientWithDependencies3327939989/001/store) requires matching store prefix
2026/08/11 08:16:54 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:54 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:54 INFO Uploading fv81bmahs1l0h7wxr2hag358b27lf7lq-unpinned-file.txt (128B)
2026/08/11 08:16:54 OK 20241026095416_initial_model.sql (267.76ms)
2026/08/11 08:16:54 OK 20251210153512_drop_unused_gin_index.sql (12.26ms)
--- PASS: TestClientWithDependencies (3.19s)
=== CONT TestService_AuthMiddleware_MTLSProxyHeader
2026/08/11 08:16:55 OK 20251218171726_add_pins.sql (62.51ms)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/0gh0wdnr6gmk4r5sfzzh12isnl14rgmkrwy1ws41hpsrlndclg5h.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Created nix-cache-info in bucket bucket=bucket30
2026/08/11 08:16:55 WARN Failed to register uploaded object key=fv81bmahs1l0h7wxr2hag358b27lf7lq.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign
2026/08/11 08:16:55 INFO Signed narinfos id=2 count=1
2026/08/11 08:16:55 INFO Uploading 1 narinfos
2026/08/11 08:16:55 OK 20260628120000_add_object_size_and_stats.sql (38.49ms)
2026/08/11 08:16:55 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:55 OK 1_commit_pending_closure.sql (5.3ms)
2026/08/11 08:16:55 OK 2_object_stats_trigger.sql (234.58µs)
2026/08/11 08:16:55 goose: up to current file version: 2
2026/08/11 08:16:55 WARN Failed to register uploaded object key=fv81bmahs1l0h7wxr2hag358b27lf7lq.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete
2026/08/11 08:16:55 INFO Completed upload id=2
2026/08/11 08:16:55 INFO Upload complete. (265ms)
2026/08/11 08:16:55 INFO Created nix-cache-info in bucket bucket=bucket31
2026/08/11 08:16:55 INFO Received create pin request method=POST path=/api/pins/myapp
2026/08/11 08:16:55 INFO Created/updated pin name=myapp store_path=/nix/var/nix/builds/nix-6116-3710321168/TestPinProtectsFromGC2863081353/001/store/f6slq5izj7j5rs4dm11nv0yqck342i9y-pinned-file.txt narinfo_key=f6slq5izj7j5rs4dm11nv0yqck342i9y.narinfo
2026/08/11 08:16:55 INFO Starting cleanup of old closures method=DELETE path=/api/closures
2026/08/11 08:16:55 INFO Garbage collection started
2026/08/11 08:16:55 INFO Aborted multipart uploads count=0
2026/08/11 08:16:55 WARN Force mode enabled - objects will be deleted immediately without grace period
=== NAME TestClientMultipleUploads
client_integration_test.go:338: Created store path 0: /nix/var/nix/builds/nix-6116-3710321168/TestClientMultipleUploads3547489611/001/store/rkxbhb2rv7l84a0vxfyyg93qbgm92sdj-test-file-0.txt
2026-08-11 08:16:55.288 UTC [6394] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:55.288 UTC [6394] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
=== NAME TestClientIntegration
client_integration_test.go:276: Created store path: /nix/var/nix/builds/nix-6116-3710321168/TestClientIntegration1136622400/002/store/fliby1f0x8bcz3q0p2hdlm77lvac67a7-test-file.txt
--- PASS: TestCacheStatsHandler (2.37s)
=== CONT TestReadProxyDisabled
=== NAME TestClientMultipleUploads
client_integration_test.go:338: Created store path 1: /nix/var/nix/builds/nix-6116-3710321168/TestClientMultipleUploads3547489611/001/store/ig68dj4xvdhcx9yv3n0xj776l020zyh0-test-file-1.txt
2026/08/11 08:16:55 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:55 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/08/11 08:16:55 INFO Vacuumed table table=pending_closures
2026/08/11 08:16:55 INFO Vacuumed table table=pending_objects
2026/08/11 08:16:55 INFO Vacuumed table table=multipart_uploads
2026-08-11 08:16:55.421 UTC [6407] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:55.421 UTC [6407] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:55 INFO Vacuumed table table=closures
client_integration_test.go:338: Created store path 2: /nix/var/nix/builds/nix-6116-3710321168/TestClientMultipleUploads3547489611/001/store/g8h7pyd3x237v5da978m64idbm22wvhk-test-file-2.txt
2026/08/11 08:16:55 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:55 INFO Vacuumed table table=objects
2026/08/11 08:16:55 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:55 INFO Uploading fliby1f0x8bcz3q0p2hdlm77lvac67a7-test-file.txt (152B)
2026/08/11 08:16:55 OK 20241026095416_initial_model.sql (117.57ms)
2026/08/11 08:16:55 OK 20251210153512_drop_unused_gin_index.sql (10.63ms)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/11l1b7hsy9g9pz8i2rcn4n128l6pyr2yf58d49r12hr5caw9dzk1.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:55 OK 20251218171726_add_pins.sql (27.52ms)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=fliby1f0x8bcz3q0p2hdlm77lvac67a7.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:55 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:55 INFO Uploading 1 narinfos
2026/08/11 08:16:55 OK 20260628120000_add_object_size_and_stats.sql (39.36ms)
2026/08/11 08:16:55 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:55 OK 1_commit_pending_closure.sql (1.67ms)
2026/08/11 08:16:55 OK 2_object_stats_trigger.sql (268.38µs)
2026/08/11 08:16:55 goose: up to current file version: 2
2026/08/11 08:16:55 WARN Failed to register uploaded object key=fliby1f0x8bcz3q0p2hdlm77lvac67a7.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:55 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:55 INFO Completed upload id=1
2026/08/11 08:16:55 INFO Upload complete. (261ms)
=== NAME TestClientIntegration
client_integration_test.go:292: Retrieved narinfo from S3:
StorePath: /nix/var/nix/builds/nix-6116-3710321168/TestClientIntegration1136622400/002/store/fliby1f0x8bcz3q0p2hdlm77lvac67a7-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/08/11 08:16:55 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:55 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:55 INFO Uploading 3 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:55 INFO Uploading ig68dj4xvdhcx9yv3n0xj776l020zyh0-test-file-1.txt (160B)
2026/08/11 08:16:55 INFO Uploading g8h7pyd3x237v5da978m64idbm22wvhk-test-file-2.txt (160B)
2026/08/11 08:16:55 INFO Uploading rkxbhb2rv7l84a0vxfyyg93qbgm92sdj-test-file-0.txt (160B)
2026/08/11 08:16:55 INFO Starting cleanup of old closures method=DELETE path=/api/closures
2026/08/11 08:16:55 INFO Garbage collection started
2026/08/11 08:16:55 INFO Aborted multipart uploads count=0
2026/08/11 08:16:55 WARN Force mode enabled - objects will be deleted immediately without grace period
=== NAME TestClientCADerivations
client_ca_test.go:136: Built CA derivation: /nix/var/nix/builds/nix-6116-3710321168/TestClientCADerivations2386337378/001/store/1n2wa5lvmgfnpm7d8x11ljmmhcaci7k2-ca-test
2026/08/11 08:16:55 OK 20241026095416_initial_model.sql (195.37ms)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/0ahq3izw3h0b0c08p3xdfclh758fwxnp85ccvflasb4vnfsv50ri.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 OK 20251210153512_drop_unused_gin_index.sql (13.88ms)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/1823g6vx4q5zqvr73m7lkq1wpk40fin7bsc792di430yk7sg4lka.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/13p9pqi0ga6fx2apcwls9hjnv7nmf740ggpn5zvfzdsp5vz2bbg4.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 OK 20251218171726_add_pins.sql (32.58ms)
client_ca_test.go:139: Found 1 dependencies (including self)
2026/08/11 08:16:55 WARN Failed to register uploaded object key=ig68dj4xvdhcx9yv3n0xj776l020zyh0.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 WARN Failed to register uploaded object key=rkxbhb2rv7l84a0vxfyyg93qbgm92sdj.ls error="server returned 404: 404 page not found\n"
=== RUN TestService_AuthMiddleware_OIDC/valid_OIDC_token
2026/08/11 08:16:55 WARN Failed to register uploaded object key=g8h7pyd3x237v5da978m64idbm22wvhk.ls error="server returned 404: 404 page not found\n"
=== 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 TestPresignedUploadRegisteredBeforeCommit
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:55 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/2/sign
2026/08/11 08:16:55 INFO Signed narinfos id=2 count=1
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/3/sign
2026/08/11 08:16:55 INFO Signed narinfos id=3 count=1
2026/08/11 08:16:55 INFO Uploading 3 narinfos
2026/08/11 08:16:55 OK 20260628120000_add_object_size_and_stats.sql (68.53ms)
2026/08/11 08:16:55 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:55 WARN Failed to register uploaded object key=g8h7pyd3x237v5da978m64idbm22wvhk.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 OK 1_commit_pending_closure.sql (13.9ms)
2026/08/11 08:16:55 OK 2_object_stats_trigger.sql (264.67µs)
2026/08/11 08:16:55 goose: up to current file version: 2
2026/08/11 08:16:55 WARN Failed to register uploaded object key=ig68dj4xvdhcx9yv3n0xj776l020zyh0.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 WARN Failed to register uploaded object key=rkxbhb2rv7l84a0vxfyyg93qbgm92sdj.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:55 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:55 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/08/11 08:16:55 INFO Completed upload id=1
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/2/complete
2026/08/11 08:16:55 INFO Completed upload id=2
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/3/complete
2026/08/11 08:16:55 INFO Completed upload id=3
2026/08/11 08:16:55 INFO Upload complete. (352ms)
=== NAME TestClientMultipleUploads
client_integration_test.go:349: Uploaded 3 paths in 385.495958ms
2026/08/11 08:16:55 INFO Vacuumed table table=pending_closures
2026/08/11 08:16:55 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:55 INFO Uploading 1 paths to 127.0.0.1 (0 already cached)
2026/08/11 08:16:55 INFO Uploading 1n2wa5lvmgfnpm7d8x11ljmmhcaci7k2-ca-test (144B)
2026/08/11 08:16:55 INFO Vacuumed table table=pending_objects
2026/08/11 08:16:55 INFO Vacuumed table table=multipart_uploads
2026/08/11 08:16:55 INFO Vacuumed table table=closures
2026/08/11 08:16:55 WARN Failed to register uploaded object key=nar/04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n.nar.zst error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 WARN Failed to register uploaded object key=log/k1q41d60br8xzckd9f6laspkb61nm8qg-ca-test.drv error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Vacuumed table table=objects
--- PASS: TestClientMultipleUploads (3.63s)
=== CONT TestService_cleanupPendingClosuresHandler
2026/08/11 08:16:55 WARN Failed to register uploaded object key=1n2wa5lvmgfnpm7d8x11ljmmhcaci7k2.ls error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received sign narinfos request method=POST path=/api/pending_closures/1/sign
2026/08/11 08:16:55 INFO Signed narinfos id=1 count=1
2026/08/11 08:16:55 INFO Uploading 1 narinfos
2026/08/11 08:16:55 WARN mTLS auth: subject not in bound subjects subject="CN=writer"
--- PASS: TestService_ReadAuthMiddleware (2.40s)
=== CONT TestCreatePendingClosure_SmallNARUsesSimplePUT
2026/08/11 08:16:55 WARN Failed to register uploaded object key=1n2wa5lvmgfnpm7d8x11ljmmhcaci7k2.narinfo error="server returned 404: 404 page not found\n"
2026/08/11 08:16:55 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026/08/11 08:16:56 INFO Completed upload id=1
2026/08/11 08:16:56 INFO Upload complete. (274ms)
=== NAME TestClientCADerivations
client_ca_test.go:180: Narinfo contains CA field: StorePath: /nix/var/nix/builds/nix-6116-3710321168/TestClientCADerivations2386337378/001/store/1n2wa5lvmgfnpm7d8x11ljmmhcaci7k2-ca-test
URL: nar/04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n.nar.zst
Compression: zstd
NarHash: sha256:04jj7iiy79vhzp5kk3r2751n9x3xa44j98y5bk1ds4jp31kky74n
NarSize: 144
References:
Deriver: /nix/var/nix/builds/nix-6116-3710321168/TestClientCADerivations2386337378/001/store/k1q41d60br8xzckd9f6laspkb61nm8qg-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-08-11 08:16:56.013 UTC [6435] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:56.013 UTC [6435] 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://bucket31?endpoint=http://localhost:58555®ion=eu-west-1' is for Nix stores with prefix '/nix/store', not '/nix/var/nix/builds/nix-6116-3710321168/TestClientCADerivations2386337378/001/store'
client_ca_test.go:259: nix copy failed (might be expected with isolated stores): exit status 1
--- PASS: TestClientCADerivations (3.49s)
=== CONT TestCompleteMultipartUnregistered
2026/08/11 08:16:56 OK 20241026095416_initial_model.sql (108.51ms)
2026/08/11 08:16:56 OK 20251210153512_drop_unused_gin_index.sql (13.03ms)
2026/08/11 08:16:56 OK 20251218171726_add_pins.sql (37.26ms)
2026/08/11 08:16:56 OK 20260628120000_add_object_size_and_stats.sql (30.68ms)
2026/08/11 08:16:56 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:56 OK 1_commit_pending_closure.sql (6.95ms)
2026/08/11 08:16:56 OK 2_object_stats_trigger.sql (274µs)
2026/08/11 08:16:56 goose: up to current file version: 2
2026/08/11 08:16:56 WARN mTLS auth: subject not in bound subjects subject="CN=untrusted,O=Other"
2026/08/11 08:16:56 WARN mTLS auth: bound subjects configured but subject DN unavailable
2026/08/11 08:16:56 WARN mTLS auth: subject not in bound subjects subject="CN=untrusted"
--- PASS: TestService_AuthMiddleware_MTLSBoundSubjects (2.42s)
=== CONT TestService_verifyS3Integrity
2026-08-11 08:16:56.680 UTC [6442] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:56.680 UTC [6442] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:56.788 UTC [6443] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:56.788 UTC [6443] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:56 OK 20241026095416_initial_model.sql (152.34ms)
2026/08/11 08:16:56 OK 20251210153512_drop_unused_gin_index.sql (11.12ms)
2026/08/11 08:16:56 OK 20251218171726_add_pins.sql (22.74ms)
2026/08/11 08:16:56 OK 20260628120000_add_object_size_and_stats.sql (28.8ms)
2026/08/11 08:16:56 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:56 OK 1_commit_pending_closure.sql (49.54ms)
2026/08/11 08:16:56 OK 2_object_stats_trigger.sql (1.09ms)
2026/08/11 08:16:56 goose: up to current file version: 2
2026/08/11 08:16:57 OK 20241026095416_initial_model.sql (170.94ms)
2026/08/11 08:16:57 OK 20251210153512_drop_unused_gin_index.sql (11.97ms)
2026/08/11 08:16:57 OK 20251218171726_add_pins.sql (44.25ms)
2026/08/11 08:16:57 OK 20260628120000_add_object_size_and_stats.sql (43.82ms)
2026/08/11 08:16:57 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:57 OK 1_commit_pending_closure.sql (6.17ms)
2026/08/11 08:16:57 OK 2_object_stats_trigger.sql (448.42µs)
2026/08/11 08:16:57 goose: up to current file version: 2
--- PASS: TestService_AuthMiddleware_MTLSProxyHeader (2.15s)
=== CONT TestService_createPendingClosureHandler
2026/08/11 08:16:57 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: TestReadProxyDisabled (2.01s)
=== 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 TestReadProxyRangeRequest
--- PASS: TestPinProtectsFromGC (5.71s)
=== CONT TestUploadHandlersRejectOversizedBody
=== 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 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 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 TestIsValidCachePath/narinfo
=== CONT TestIsValidCachePath/index.html
=== 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/nar_uncompressed
=== CONT TestIsValidCachePath/nix-cache-info
=== CONT TestIsValidCachePath/realisation
=== CONT TestIsValidCachePath/log
=== CONT TestIsValidCachePath/ls
=== CONT TestIsValidCachePath/nar_xz
=== CONT TestIsValidCachePath/nar_bz2
=== CONT TestIsValidCachePath/nar_zst
=== CONT TestIsValidCachePath/narinfo_all_nix_base32_chars
--- PASS: TestIsValidCachePath (0.00s)
--- PASS: TestIsValidCachePath/narinfo (0.00s)
--- PASS: TestIsValidCachePath/index.html (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/nar_uncompressed (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_xz (0.00s)
--- PASS: TestIsValidCachePath/nar_bz2 (0.00s)
--- PASS: TestIsValidCachePath/nar_zst (0.00s)
--- PASS: TestIsValidCachePath/narinfo_all_nix_base32_chars (0.00s)
=== 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 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.02s)
--- PASS: TestServerTLSConfig/missing_CA_file (0.00s)
=== CONT TestClientErrorHandling/InvalidStorePath
2026-08-11 08:16:57.532 UTC [6450] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:57.532 UTC [6450] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:57.602 UTC [6451] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:57.602 UTC [6451] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:57 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
2026-08-11 08:16:57.658 UTC [6452] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:57.658 UTC [6452] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
--- PASS: TestClientIntegration (5.07s)
=== CONT TestClientErrorHandling/ServerNotAvailable
2026/08/11 08:16:57 OK 20241026095416_initial_model.sql (166.37ms)
2026/08/11 08:16:57 OK 20251210153512_drop_unused_gin_index.sql (3.94ms)
2026/08/11 08:16:57 OK 20251218171726_add_pins.sql (22.94ms)
2026-08-11 08:16:57.808 UTC [6454] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:57.808 UTC [6454] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:57 OK 20241026095416_initial_model.sql (145.65ms)
2026/08/11 08:16:57 OK 20251210153512_drop_unused_gin_index.sql (7.78ms)
2026/08/11 08:16:57 OK 20260628120000_add_object_size_and_stats.sql (40.21ms)
2026/08/11 08:16:57 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:57 OK 1_commit_pending_closure.sql (10.28ms)
2026/08/11 08:16:57 OK 2_object_stats_trigger.sql (358.67µs)
2026/08/11 08:16:57 goose: up to current file version: 2
2026/08/11 08:16:57 OK 20251218171726_add_pins.sql (45.54ms)
2026/08/11 08:16:57 OK 20241026095416_initial_model.sql (162.97ms)
2026/08/11 08:16:57 OK 20251210153512_drop_unused_gin_index.sql (7.5ms)
2026/08/11 08:16:57 OK 20260628120000_add_object_size_and_stats.sql (39.34ms)
2026/08/11 08:16:57 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:57 OK 20251218171726_add_pins.sql (28.56ms)
2026/08/11 08:16:57 OK 1_commit_pending_closure.sql (9.39ms)
2026/08/11 08:16:57 OK 2_object_stats_trigger.sql (529.33µs)
2026/08/11 08:16:57 goose: up to current file version: 2
2026/08/11 08:16:57 OK 20260628120000_add_object_size_and_stats.sql (37.61ms)
2026/08/11 08:16:57 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:57 OK 1_commit_pending_closure.sql (7.63ms)
2026/08/11 08:16:57 OK 2_object_stats_trigger.sql (624.79µs)
2026/08/11 08:16:57 goose: up to current file version: 2
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:58 OK 20241026095416_initial_model.sql (203.08ms)
2026/08/11 08:16:58 OK 20251210153512_drop_unused_gin_index.sql (14.04ms)
2026/08/11 08:16:58 INFO Registered completed upload object_key=nar/jjjjjjjjjjjjjjjjjjjjjjjjjjjjjj0100000000000000000000.nar.zst
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
--- PASS: TestPresignedUploadRegisteredBeforeCommit (2.39s)
=== CONT TestClientErrorHandling/InvalidAuthToken
2026/08/11 08:16:58 OK 20251218171726_add_pins.sql (43.81ms)
2026/08/11 08:16:58 WARN Request failed, retrying attempt=1 max_attempts=6 backoff=100ms error="Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/cache-config
2026/08/11 08:16:58 INFO Received cleanup request method=DELETE path=/api/pending_closures
2026/08/11 08:16:58 INFO Aborted multipart uploads count=0
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:58 OK 20260628120000_add_object_size_and_stats.sql (38.91ms)
2026/08/11 08:16:58 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:58 OK 1_commit_pending_closure.sql (6.49ms)
2026/08/11 08:16:58 OK 2_object_stats_trigger.sql (248.58µs)
2026/08/11 08:16:58 goose: up to current file version: 2
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:58 INFO Received cleanup request method=DELETE path=/api/pending_closures
2026/08/11 08:16:58 INFO Aborted multipart uploads count=1
2026/08/11 08:16:58 INFO Received complete upload request method=POST path=/api/pending_closures/1/complete
2026-08-11 08:16:58.253 UTC [6451] ERROR: Closure does not exist: id=1
2026-08-11 08:16:58.253 UTC [6451] CONTEXT: PL/pgSQL function commit_pending_closure(bigint) line 16 at RAISE
2026-08-11 08:16:58.253 UTC [6451] STATEMENT: -- name: CommitPendingClosure :exec
SELECT commit_pending_closure($1::bigint)
--- PASS: TestService_cleanupPendingClosuresHandler (2.30s)
=== CONT TestCacheConfigHandler/full_config,_no_issuer
=== CONT TestCacheConfigHandler/no_signing_keys
=== CONT TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator
=== CONT TestCacheConfigHandler/no_cache_url_configured
--- PASS: TestCacheConfigHandler (0.00s)
--- PASS: TestCacheConfigHandler/full_config,_no_issuer (0.00s)
--- PASS: TestCacheConfigHandler/no_signing_keys (0.00s)
--- PASS: TestCacheConfigHandler/issuer_requested_but_no_OIDC_validator (0.00s)
--- PASS: TestCacheConfigHandler/no_cache_url_configured (0.00s)
=== CONT TestService_AuthMiddleware_OIDC/valid_OIDC_token
2026/08/11 08:16:58 WARN Request failed, retrying attempt=2 max_attempts=6 backoff=212.138386ms error="Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/cache-config
2026/08/11 08:16:58 INFO OIDC auth successful provider=test
=== CONT TestService_AuthMiddleware_OIDC/malformed_token_rejected
2026/08/11 08:16:58 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 TestService_AuthMiddleware_OIDC/OIDC_token_with_wrong_org_rejected
2026/08/11 08:16:58 WARN Authentication failed token_preview=eyJhbGciOi...vUCchOb2rA 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 TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_nix-cache-info
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/
=== CONT TestUploadHandlersRejectInvalidKeys/complete_multipart_rejects_non-NAR_key
2026/08/11 08:16:58 INFO Received complete multipart upload request method=POST path=/
=== CONT TestUploadHandlersRejectInvalidKeys/request_more_parts_rejects_non-NAR_key
2026/08/11 08:16:58 INFO Received request for more parts method=POST path=/
=== CONT TestUploadHandlersRejectInvalidKeys/create_pending_closure_rejects_path_traversal
2026/08/11 08:16:58 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)
=== CONT TestUploadHandlersRejectOversizedBody/create_pending_closure
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/
--- PASS: TestService_AuthMiddleware_OIDC (2.39s)
--- PASS: TestService_AuthMiddleware_OIDC/valid_OIDC_token (0.00s)
--- PASS: TestService_AuthMiddleware_OIDC/malformed_token_rejected (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: TestCreatePendingClosure_SmallNARUsesSimplePUT (2.32s)
=== CONT TestUploadHandlersRejectOversizedBody/request_more_parts
2026/08/11 08:16:58 INFO Received request for more parts method=POST path=/
=== CONT TestUploadHandlersRejectOversizedBody/complete_multipart
2026/08/11 08:16:58 INFO Received complete multipart upload request method=POST path=/
=== CONT TestProxyWriteTimeout/narinfo
=== CONT TestProxyWriteTimeout/10_GiB_nar
=== CONT TestProxyWriteTimeout/unknown_size
=== CONT TestProxyWriteTimeout/1_GiB_nar
--- 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 TestIsValidUploadKey/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/build_log_home-manager_file
=== CONT TestIsValidUploadKey/build_log
=== CONT TestIsValidUploadKey/listing
=== CONT TestIsValidUploadKey/nar_plain
=== CONT TestIsValidUploadKey/nar_xz
=== CONT TestIsValidUploadKey/nar_zst
=== CONT TestIsValidUploadKey/build_log_plus_in_name
=== CONT TestIsValidUploadKey/realisation_plus_in_output
=== CONT TestIsValidUploadKey/narinfo_key,_nar_type
=== CONT TestIsValidUploadKey/index.html
=== CONT TestIsValidUploadKey/nix-cache-info
=== CONT TestIsValidUploadKey/build_log_equals
=== CONT TestIsValidUploadKey/realisation
=== CONT TestIsValidUploadKey/build_log_question_mark
--- 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/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)
--- PASS: TestIsValidUploadKey/build_log_plus_in_name (0.00s)
--- PASS: TestIsValidUploadKey/realisation_plus_in_output (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/build_log_equals (0.00s)
--- PASS: TestIsValidUploadKey/realisation (0.00s)
--- PASS: TestIsValidUploadKey/build_log_question_mark (0.00s)
2026/08/11 08:16:58 INFO Received complete multipart upload request method=POST path=/api/multipart/complete
2026/08/11 08:16:58 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 (2.20s)
2026-08-11 08:16:58.365 UTC [6462] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:58.365 UTC [6462] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:58 OK 20241026095416_initial_model.sql (63.79ms)
2026/08/11 08:16:58 OK 20251210153512_drop_unused_gin_index.sql (1.28ms)
2026/08/11 08:16:58 WARN Request failed, retrying attempt=3 max_attempts=6 backoff=362.361611ms error="Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/cache-config
2026/08/11 08:16:58 OK 20251218171726_add_pins.sql (18.45ms)
2026/08/11 08:16:58 OK 20260628120000_add_object_size_and_stats.sql (27.17ms)
2026/08/11 08:16:58 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:58 OK 1_commit_pending_closure.sql (12.1ms)
2026/08/11 08:16:58 OK 2_object_stats_trigger.sql (571.04µs)
2026/08/11 08:16:58 goose: up to current file version: 2
2026-08-11 08:16:58.614 UTC [6463] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:58.614 UTC [6463] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026-08-11 08:16:58.706 UTC [6464] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:58.706 UTC [6464] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026-08-11 08:16:58.708 UTC [6465] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:58.708 UTC [6465] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
=== NAME TestService_verifyS3Integrity
uploads_test.go:393: unexpected error: Put "http://localhost:58555/bucket42/nar/dadb44fdadb44fdadb44fdadb44f000000000000000000000000.nar.zst?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=rustfsadmin%2F20260811%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260811T081658Z&X-Amz-Expires=18000&X-Amz-SignedHeaders=host&partNumber=1&uploadId=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LmRjZDlkMmM4LWJiNGYtNGE1NC05MDZkLWQ2MmYxMTMwZjBkYngxNzg2NDM2MjE4NjQ5NzE4MDAw&X-Amz-Signature=9bb13f1956d05fc87ac796bd0c742ca00f5f74528cdadb90eb04d5602c03f9b5": context deadline exceeded
--- FAIL: TestService_verifyS3Integrity (2.33s)
2026/08/11 08:16:58 OK 20241026095416_initial_model.sql (119.98ms)
2026/08/11 08:16:58 OK 20251210153512_drop_unused_gin_index.sql (1.24ms)
2026/08/11 08:16:58 OK 20251218171726_add_pins.sql (11.77ms)
2026/08/11 08:16:58 OK 20260628120000_add_object_size_and_stats.sql (23.59ms)
2026/08/11 08:16:58 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:58 OK 1_commit_pending_closure.sql (1.74ms)
2026/08/11 08:16:58 OK 20241026095416_initial_model.sql (83.33ms)
2026/08/11 08:16:58 OK 2_object_stats_trigger.sql (13.92ms)
2026/08/11 08:16:58 goose: up to current file version: 2
2026/08/11 08:16:58 WARN Request failed, retrying attempt=4 max_attempts=6 backoff=857.921349ms error="Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/cache-config
2026/08/11 08:16:58 OK 20251210153512_drop_unused_gin_index.sql (1.17ms)
2026/08/11 08:16:58 OK 20241026095416_initial_model.sql (77.28ms)
2026/08/11 08:16:58 OK 20251218171726_add_pins.sql (14.84ms)
2026/08/11 08:16:58 OK 20251210153512_drop_unused_gin_index.sql (9.04ms)
2026/08/11 08:16:58 OK 20251218171726_add_pins.sql (15.58ms)
2026/08/11 08:16:58 OK 20260628120000_add_object_size_and_stats.sql (32.7ms)
2026/08/11 08:16:58 goose: successfully migrated database to version: 20260628120000
2026-08-11 08:16:58.892 UTC [6466] ERROR: relation "goose_db_version" does not exist at character 36
2026-08-11 08:16:58.892 UTC [6466] STATEMENT: SELECT version_id, is_applied from goose_db_version ORDER BY id DESC
2026/08/11 08:16:58 OK 1_commit_pending_closure.sql (5.33ms)
2026/08/11 08:16:58 OK 2_object_stats_trigger.sql (260.63µs)
2026/08/11 08:16:58 goose: up to current file version: 2
--- PASS: TestUploadHandlersRejectOversizedBody (0.08s)
--- PASS: TestUploadHandlersRejectOversizedBody/request_more_parts (0.02s)
--- PASS: TestUploadHandlersRejectOversizedBody/complete_multipart (0.02s)
--- PASS: TestUploadHandlersRejectOversizedBody/create_pending_closure (0.64s)
2026/08/11 08:16:58 OK 20260628120000_add_object_size_and_stats.sql (26.78ms)
2026/08/11 08:16:58 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:58 OK 1_commit_pending_closure.sql (8.67ms)
2026/08/11 08:16:58 OK 2_object_stats_trigger.sql (241.42µs)
2026/08/11 08:16:58 goose: up to current file version: 2
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
2026/08/11 08:16:58 INFO Received uploads request method=POST path=/api/pending_closures
=== NAME TestService_createPendingClosureHandler
uploads_test.go:307: unexpected error: Put "http://localhost:58555/bucket43/nar/0000000000000000000000000000000000000000000000000000.nar.zst?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=rustfsadmin%2F20260811%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260811T081659Z&X-Amz-Expires=18000&X-Amz-SignedHeaders=host&partNumber=1&uploadId=MGQwNzg5ZDMtODAwNy00NzYyLWJlMDUtMzdmMGM1MmJkZmE2LjM4MjllYWMzLTI1YjEtNGYzYS1hODI4LTJkZjVhNjJhZDY0YngxNzg2NDM2MjE4OTYxMjQzMDAw&X-Amz-Signature=8057b7189c178f65705191b300abe08a189479e6dacb26e14dc389d8d4d83896": context deadline exceeded
--- FAIL: TestService_createPendingClosureHandler (1.85s)
2026/08/11 08:16:59 OK 20241026095416_initial_model.sql (126ms)
2026/08/11 08:16:59 OK 20251210153512_drop_unused_gin_index.sql (10.61ms)
2026/08/11 08:16:59 OK 20251218171726_add_pins.sql (16.27ms)
2026/08/11 08:16:59 OK 20260628120000_add_object_size_and_stats.sql (19.77ms)
2026/08/11 08:16:59 goose: successfully migrated database to version: 20260628120000
2026/08/11 08:16:59 OK 1_commit_pending_closure.sql (4.79ms)
2026/08/11 08:16:59 OK 2_object_stats_trigger.sql (298.17µs)
2026/08/11 08:16:59 goose: up to current file version: 2
--- PASS: TestReadProxyRangeRequest (1.80s)
=== 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/08/11 08:16:59 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: server returned 404: 404 page not found\n"
2026/08/11 08:16:59 WARN Authentication failed token_preview=invalid-token token_length=13 reason="static API token mismatch"
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 (11.40s)
2026/08/11 08:16:59 WARN Request failed, retrying attempt=5 max_attempts=6 backoff=1.504458375s error="Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/cache-config
2026/08/11 08:17:01 WARN Failed to fetch cache config, uploading without size limit error="fetching cache config: sending request: request failed after retries: Get \"http://localhost:19999/api/cache-config\": dial tcp [::1]:19999: connect: connection refused"
2026/08/11 08:17:01 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/08/11 08:17:01 WARN Request failed, retrying attempt=2 max_attempts=6 backoff=190.012047ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures
2026/08/11 08:17:01 WARN Request failed, retrying attempt=3 max_attempts=6 backoff=434.236499ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures
2026/08/11 08:17:02 WARN Request failed, retrying attempt=4 max_attempts=6 backoff=725.441347ms error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures
2026/08/11 08:17:02 WARN Request failed, retrying attempt=5 max_attempts=6 backoff=1.689629727s error="Post \"http://localhost:19999/api/pending_closures\": dial tcp [::1]:19999: connect: connection refused" url=http://localhost:19999/api/pending_closures
--- PASS: TestClientErrorHandling (0.00s)
--- PASS: TestClientErrorHandling/InvalidStorePath (1.65s)
--- PASS: TestClientErrorHandling/InvalidAuthToken (1.38s)
--- PASS: TestClientErrorHandling/ServerNotAvailable (6.74s)
FAIL
2026-08-11 08:17:04.554 UTC [6157] LOG: received smart shutdown request
2026-08-11 08:17:04.555 UTC [6157] LOG: background worker "logical replication launcher" (PID 6167) exited with exit code 1
2026-08-11 08:17:04.561 UTC [6162] LOG: shutting down
2026-08-11 08:17:04.561 UTC [6162] LOG: checkpoint starting: shutdown immediate
2026-08-11 08:17:05.881 UTC [6162] LOG: checkpoint complete: wrote 13830 buffers (84.4%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 13 recycled; write=1.068 s, sync=0.251 s, total=1.321 s; sync files=15157, longest=0.003 s, average=0.001 s; distance=212369 kB, estimate=212369 kB; lsn=0/E6EF3A0, redo lsn=0/E6EF3A0
2026-08-11 08:17:05.888 UTC [6157] LOG: database system is shut down