"go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestRemoveAWSChunked === RUN TestRemoveAWSChunked/nil === RUN TestRemoveAWSChunked/empty === RUN TestRemoveAWSChunked/only_aws === RUN TestRemoveAWSChunked/leading_aws === RUN TestRemoveAWSChunked/trailing_aws === RUN TestRemoveAWSChunked/middle_aws === RUN TestRemoveAWSChunked/case_insensitive === RUN TestRemoveAWSChunked/duplicates === RUN TestRemoveAWSChunked/no_aws_normalize_spaces === RUN TestRemoveAWSChunked/surrounding_spaces === RUN TestRemoveAWSChunked/no_change --- PASS: TestRemoveAWSChunked (0.00s) --- PASS: TestRemoveAWSChunked/nil (0.00s) --- PASS: TestRemoveAWSChunked/empty (0.00s) --- PASS: TestRemoveAWSChunked/only_aws (0.00s) --- PASS: TestRemoveAWSChunked/leading_aws (0.00s) --- PASS: TestRemoveAWSChunked/trailing_aws (0.00s) --- PASS: TestRemoveAWSChunked/middle_aws (0.00s) --- PASS: TestRemoveAWSChunked/case_insensitive (0.00s) --- PASS: TestRemoveAWSChunked/duplicates (0.00s) --- PASS: TestRemoveAWSChunked/no_aws_normalize_spaces (0.00s) --- PASS: TestRemoveAWSChunked/surrounding_spaces (0.00s) --- PASS: TestRemoveAWSChunked/no_change (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestS3GCS:" 2026/02/23 01:22:31 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa" 2026/02/23 01:22:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2026/02/23 01:22:33 INFO : S3 bucket rclone-test-qamikos8caqa: Bucket "rclone-test-qamikos8caqa" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/02/23 01:22:34 INFO : S3 bucket rclone-test-qamikos8caqa: Bucket "rclone-test-qamikos8caqa" deleted === RUN TestIntegration/FsMkdir 2026/02/23 01:22:35 INFO : S3 bucket rclone-test-qamikos8caqa: Bucket "rclone-test-qamikos8caqa" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/02/23 01:22:35 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/02/23 01:22:36 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/02/23 01:22:36 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid. Test: TestIntegration/FsMkdir/FsEncoding/control_chars Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid. Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid. Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid. Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:714 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Received unexpected error: operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid. Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/02/23 01:23:23 NOTICE: S3 bucket rclone-test-qamikos8caqa: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/02/23 01:23:23 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ABPnzm7EZvFV-2RUW6L45bPjxG15smfZDwjRTaOZTrti_HIAHN7zbin9C6omqJDU8aBH8NA 2026/02/23 01:23:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "7bd4ac2e8462fa2694b195e82fb88977" 2026/02/23 01:23:26 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "c2f5c3d4dc9bc9401a946ccbf030f497" 2026/02/23 01:23:28 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "39194f7061812603ddfaaf793ea2b472" 2026/02/23 01:23:29 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ABPnzm7EZvFV-2RUW6L45bPjxG15smfZDwjRTaOZTrti_HIAHN7zbin9C6omqJDU8aBH8NA" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:869: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/02/23 01:23:39 DEBUG : Creating backend with remote "TestS3GCS:" 2026/02/23 01:23:39 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/02/23 01:23:39 DEBUG : Creating backend with remote "TestS3GCS:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1122: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/02/23 01:23:47 DEBUG : S3 bucket rclone-test-qamikos8caqa: bucket is versioned: false 2026/02/23 01:23:47 DEBUG : Waiting for deletions to finish 2026/02/23 01:23:47 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/02/23 01:23:47 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/02/23 01:23:48 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/02/23 01:23:50 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa/dirToPurgeFromRoot" 2026/02/23 01:23:51 DEBUG : S3 bucket rclone-test-qamikos8caqa path dirToPurgeFromRoot: bucket is versioned: false 2026/02/23 01:23:51 DEBUG : Waiting for deletions to finish 2026/02/23 01:23:51 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/02/23 01:23:51 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/02/23 01:23:52 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/02/23 01:23:52 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa/hello? sausage/êé" 2026/02/23 01:23:57 DEBUG : S3 bucket rclone-test-qamikos8caqa path hello? sausage/êé: bucket is versioned: false 2026/02/23 01:23:57 DEBUG : Waiting for deletions to finish 2026/02/23 01:23:57 DEBUG : "a/b/c/d/e.txt" version false 2026/02/23 01:23:57 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/02/23 01:23:58 INFO : a/b/c/d/e.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1347: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1464: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1699: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/02/23 01:24:13 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/02/23 01:24:14 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestS3GCS:" path "rclone-test-qamikos8caqa" from "TestS3GCS:rclone-test-qamikos8caqa" 2026/02/23 01:24:14 DEBUG : Creating backend with remote "TestS3GCS:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2042: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2042 Error: Received unexpected error: not found: FixupRequest Test: TestIntegration/FsMkdir/FsPutFiles/PublicLink === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2117: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2139: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2289: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/02/23 01:24:27 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm6oKfpoyb3jU41ybkUCJBVsB5DHUXwMNgqUbA6aKmNQrIz2NfgW0zaR-lzozIAw-aE 2026/02/23 01:24:27 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/02/23 01:24:28 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/02/23 01:24:28 DEBUG : piped data.txt: multipart upload "ABPnzm6oKfpoyb3jU41ybkUCJBVsB5DHUXwMNgqUbA6aKmNQrIz2NfgW0zaR-lzozIAw-aE" finished 2026/02/23 01:24:28 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/02/23 01:24:29 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm5jbSFP3UeaZnsfpF55MP43BhUSYnRMmZG5q9JSIlyzyaiYIP6AyyzlQr1-GcLJMVU 2026/02/23 01:24:29 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/02/23 01:24:31 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "7b41b6ac56c50f4cb06d12ca03ff5007" 2026/02/23 01:24:31 DEBUG : piped data.txt: multipart upload "ABPnzm5jbSFP3UeaZnsfpF55MP43BhUSYnRMmZG5q9JSIlyzyaiYIP6AyyzlQr1-GcLJMVU" finished 2026/02/23 01:24:31 DEBUG : piped data.txt: Multipart upload Etag: 25dd39660233f5b6cf9c85b29d419be9-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:199 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:73 Error: Not equal: expected: 663 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata Messages: test-metadata: size incorrect file=663 vs obj=0 fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:202 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:73 Error: Not equal: expected: 663 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata Messages: test-metadata: size incorrect file=663 vs obj=0 s3_internal_test.go:93: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:93 Error: Not equal: expected: "gzip" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -gzip + Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata Messages: content-encoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding s3_internal_test.go:102: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:102 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:110 Error: Not equal: expected: "\x1f\x8b\b\x00\x00\x00\x00\x00\x00\xff\x14Ӌ\xb5\xa4 \f\x00Ж\x9c\xa7\x8ec9\x11\x03\x04\xc1\xf0\x8b\x02\xd5\xef\xd9\"n\a\xc3^\xd4/\xb1\xe5\x8c~\xcf4\xc4\xe3\xbb\x19Q\xd8\xe5\xfe:9$\U000737e0\xe9\xc42\xbdh\xc4K\x9c#+\xc9d7-\x8a;]\xb3E#\x03͔\xe8\x01\xc7\xc7n\xe9\xc1\xc8\xd7ϣ\x85\xc6\xeftI\xe0\x83\xeb\xd2h\xf0\xc9\xe1{b\x86C\x9eMɐ\x9b\xearq\x80\x93\xce햂\x8a\x8e\xa9\xa1\xe5\x86\xedS\xb0KD\xbd<Ԥr\xde<8\xcaxM\xafD~\xb1\ue2aa8ɛ\x16KZ\xf4\xdf\t\x9e\x9a\\[\xa2&F\xfa\xea\xc4\xc8Ea\x0f\x9cA\xc3\xf35\xec\xd8cܳ8\f\xdc\xff\xach\xb2\x10W\x03A\x92\xbc\x93\x13\x0f\x01\x8e9p\x84D\xe1/KC\a\xf7j\xe4\xe1\x03\u07bfK\"g~?M\x1a\xdd\x1c\xbe\x03\xabhHs\xa1\x87\x14\x9a\x8fÆ\x11ڮ\xf0\"\a\xfe\x17E\x8b\a;WT\xa8Q\xadE\f\xdc\x18\xfe\xaat\xf4\x9c\xfe\"X>\xb8m\x1dnH\xe8gO\x06n\xf0\xcb\x03\a\x9e<\xfe^4\xd09\x7f\x82h\n\x10\xb6\x04Mn\xaeKGM\xa7\xf8\xfd\xa0\"\x06\xcdza\x85\nǒ\xf8\xe1\x8a\xe6\xdb8Ib\xbb$\xf4x\xe3\xb1T.\xa0\xb8M\x1e,$8\xf6\x81\xb7\x14q\xfb-\x9d\x95\x94\xd9\xc1\xa0\xc2\xef\xa4١\x03\xf7\xb90\xc2\xc5\xfd3H\xf3\xcdq\xcfdQ\x8b\xfa\f\xb2`I-V\x06E\xac\x93\x86\x93#\xb9\xe5\xc2\x13\x95\xf4\xaf\xe3A\x86Υ@\x93\x0e}J\xacP\x91\xda*=\xd40̧d,ro\x05\x12jq\xdf\xc0\x99-\xd8o\xe6\v\x06\x98}`\x02\x87\xeeW9\x8a\x01\xf5S\xec\xe8B\xbf\xdc|a\xc7\xf8)\xd8\xe4\x125_\xf0b\x82\xb6\x14\x8e\x18\xe4^\x12wI\\>\x8748\xc1\xff4{I\xe4~\x86\"\x1b.s\x83\x17\v\xf85B\xa5\x87Ӣ\xc1A\x01\xbd)\xb2\xe29\xaf\x05\x1fP\x10\x7f\x83\x82tz\xa7\x03\x83\xbch'+\x81\x92\xf8\x8fF\x85'\xb6MK\x12\x8fj\x8a\\\xc4\xc3;Y\xcc\xec\xe1\xfd\xb3R!\xc0\xf8y\xc9\xe2y,\x03\x1a;\xb8\xa7\"\x01\x13ǹ\xf3\x90\a\xdbj\xd1\xe0\x908g\xa8t\xf2\xb14\b\xec\xc8o\r\ve\xee\xdfW^\x1c\\fMA\x8c\xe8\xb5R\xa2\xc2e}\xa5S\x95kv\xa4\xb8\x83\xfbE\xb0\xe2\xa8}\x06<\xdc$Ά\"T\xf4\xdbɍ.̛\xa5D\x0e\x8fM\xe3\x7f\xb9\xef\xfa/\x00\x00\xff\xff\xe0\x84x\xa1\xe8\x03\x00\x00" actual : "yagoluc8qohorel9rizulew7guceyun6jubuqov9dafides0wegulup3pocurih7fucoyik3heguzeg0qivajob9hivepok8lehaxow0kumobot4xizodom6derabuv7cuzunit4komadid7nusecib0xehoxex1seyupef4vixutor7lajirek0wupowet9citujur7fuhifuf2dalixuk7qixuguy5jugukim9morafav6gojolep9rujemoy2hufihap5gamuquw0julamab3mopaqim2ruxejan5guvobaw2kuporow1xuxinom6zetufaq3siviceg1jexepax9cekijal8pufulah3tecefec5suganem2tuyeloq2pahobox7yanaqel3liganal4vabedoz2wegayor1mufimam7qaxunot4yefidul9bisugeg5ketatab4qovoteg6xoquqoh4qeleneb4tosacox0lahaqab9zenusuj9nuyocus3jazisow0fojejaj1kepakoy1zifonop9rihefuc1zihahic4huzipet0fadopij4kedecuy6jozigid4saxuyay0qocecic7tivixem3duresun7saqefuj6morohah6rokazag9zeqajej8topugac8cojikel4nokeyep1sexukuc3kaweqax4sopemun4qoyuqos1buxadal8foluqij8gipogos3xawesal5pativoq4fajasaf7cihulor5sevacap8zimuyiw0bemuweh0humiqul1fecedex7fuqulec0posulaw0herolaw2hutamaz8luruloz4zaxojan0sumeqop3yozuvex5hegezup3ratidob4xamojil7xesiroy6wuwezos3fimuguf5tiqisos5wuyituk3jicoyaj8pahujix1zavoxup3gipatel7doxiker7hiqijeb7fedafiw5" Diff: --- Expected +++ Actual @@ -1,3 +1 @@ -Ӌ Жc9"n^/~4Q:9$񳟠2hK#+d7-;]E#͔nϣtIh{bCMɐrq햂SKD<Ԥr<8xMD~8ɛKZ \[&FEaA5cܳ8 hWA9pD/KCj޿K"g~?MhHsÆڮ"E;WTQE t"X>mnHgOn<^49h -MnKGM"za -ǒ8Ib$xT.M,$8q-١03HqdQ `I-VE#AΥ@}JP*=0̧d,rojq-o }`W9SB|a)5_b^wI\>484{I~".s 5BӢA)9Ptzh'+F'MKj\;YR!yy,;"ǹj8gt4o eW^\fMARe}SkvE}<$Ά"Tɍ.̛DM/x +yagoluc8qohorel9rizulew7guceyun6jubuqov9dafides0wegulup3pocurih7fucoyik3heguzeg0qivajob9hivepok8lehaxow0kumobot4xizodom6derabuv7cuzunit4komadid7nusecib0xehoxex1seyupef4vixutor7lajirek0wupowet9citujur7fuhifuf2dalixuk7qixuguy5jugukim9morafav6gojolep9rujemoy2hufihap5gamuquw0julamab3mopaqim2ruxejan5guvobaw2kuporow1xuxinom6zetufaq3siviceg1jexepax9cekijal8pufulah3tecefec5suganem2tuyeloq2pahobox7yanaqel3liganal4vabedoz2wegayor1mufimam7qaxunot4yefidul9bisugeg5ketatab4qovoteg6xoquqoh4qeleneb4tosacox0lahaqab9zenusuj9nuyocus3jazisow0fojejaj1kepakoy1zifonop9rihefuc1zihahic4huzipet0fadopij4kedecuy6jozigid4saxuyay0qocecic7tivixem3duresun7saqefuj6morohah6rokazag9zeqajej8topugac8cojikel4nokeyep1sexukuc3kaweqax4sopemun4qoyuqos1buxadal8foluqij8gipogos3xawesal5pativoq4fajasaf7cihulor5sevacap8zimuyiw0bemuweh0humiqul1fecedex7fuqulec0posulaw0herolaw2hutamaz8luruloz4zaxojan0sumeqop3yozuvex5hegezup3ratidob4xamojil7xesiroy6wuwezos3fimuguf5tiqisos5wuyituk3jicoyaj8pahujix1zavoxup3gipatel7doxiker7hiqijeb7fedafiw5 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding s3_internal_test.go:103: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:103 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:110 Error: Not equal: expected: 663 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding s3_internal_test.go:106: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:106 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:110 Error: Not equal: expected: "8a5c7ffac3babea5bf3b81be072e09fa" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -8a5c7ffac3babea5bf3b81be072e09fa + Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding s3_internal_test.go:103: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:103 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:117 Error: Not equal: expected: -1 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:347: versions/test-versions-v2026-02-23-012438-514.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:347: versions/test-versions.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs 2026/02/23 01:24:45 DEBUG : oldPath = "TestS3GCS:rclone-test-qamikos8caqa/versions/test-versions-v2026-02-23-012438-514.txt" 2026/02/23 01:24:45 DEBUG : newPath = "TestS3GCS,versions:rclone-test-qamikos8caqa/versions/test-versions-v2026-02-23-012438-514.txt" 2026/02/23 01:24:45 DEBUG : Creating backend with remote "TestS3GCS,versions:rclone-test-qamikos8caqa/versions/test-versions-v2026-02-23-012438-514.txt" 2026/02/23 01:24:45 DEBUG : TestS3GCS: detected overridden config - adding "{pO73u}" suffix to name 2026/02/23 01:24:45 DEBUG : fs cache: renaming child cache item "TestS3GCS,versions:rclone-test-qamikos8caqa/versions/test-versions-v2026-02-23-012438-514.txt" to be canonical for parent "TestS3GCS{pO73u}:rclone-test-qamikos8caqa/versions" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List Messages: Unexpected file "versions/test-versions.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject s3_internal_test.go:441: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:441 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"object not found"}) actual : () Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject s3_internal_test.go:443: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:443 Error: Not equal: expected: 0 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) got hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100) fstest.go:143: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:149 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: S3 bucket rclone-test-qamikos8caqa/versions/test-versions.txt: md5 hash incorrect - expecting "8ef6a680ed96deaa50b4f57298f0a16c" got "9526201cce188334145d988236e85006" fstest.go:150: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:150 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 Error: Not equal: expected: 101 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: versions/test-versions.txt: size incorrect file=101 vs obj=100 fstest.go:127: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:127 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:132 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:151 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:195 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:437 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: versions/test-versions.txt: Modification time difference too big |8760h0m0s| > 1ns (want 2002-05-06 04:05:06.499999999 +0000 UTC vs got 2001-05-06 04:05:06.499999999 +0000 UTC) (precision 1ns) === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject s3_internal_test.go:443: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:443 Error: Not equal: expected: 101 actual : 100 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir s3_internal_test.go:475: Creating a bucket we already have created returned code: BucketAlreadyOwnedByYou === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup 2026/02/23 01:25:02 DEBUG : Waiting for deletions to finish 2026/02/23 01:25:02 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/02/23 01:25:02 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "1771809813313894" 2026/02/23 01:25:02 DEBUG : "versions/test-versions-v2026-02-23-012438-514.txt" version true 2026/02/23 01:25:02 DEBUG : versions/test-versions-v2026-02-23-012438-514.txt: Deleting (id "1771809878453834") 2026/02/23 01:25:02 DEBUG : "versions/test-versions.txt" version false 2026/02/23 01:25:02 DEBUG : versions/test-versions.txt: Not deleting current version "1771809883978809" 2026/02/23 01:25:03 INFO : versions/test-versions-v2026-02-23-012438-514.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention s3_internal_test.go:646: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:573 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:646 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:658 Error: Received unexpected error: operation error S3: DeleteObject, https response error StatusCode: 403, RequestID: , HostID: , api error RetentionPolicyNotMet: Object overwrite or deletion is not allowed due to retention policy. Test: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold s3_internal_test.go:679: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:679 Error: Not equal: expected: "ON" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -ON + Test: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold s3_internal_test.go:689: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:689 Error: Not equal: expected: "OFF" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -OFF + Test: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:209 /home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:708 Error: Received unexpected error: failed to set legal hold: operation error S3: PutObjectLegalHold, https response error StatusCode: 403, RequestID: , HostID: , api error RetentionPolicyNotMet: Object overwrite or deletion is not allowed due to retention policy. Test: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload Messages: Put === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/02/23 01:25:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7_YdDzQLlZ0MCrImAkiqHnAXfLazappl5R5_FDm09gQ9V9TkeG35yRLamjwEtP6sI 2026/02/23 01:25:18 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/02/23 01:25:20 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/02/23 01:25:21 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABPnzm7_YdDzQLlZ0MCrImAkiqHnAXfLazappl5R5_FDm09gQ9V9TkeG35yRLamjwEtP6sI" finished 2026/02/23 01:25:21 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/02/23 01:25:23 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ABPnzm4OLWJ2Pp6ZjQcahQzoIuy0nPIpMDuzBQNpU87IxBxhAHyqsERcxKeTf8n83ASw5RY 2026/02/23 01:25:23 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/02/23 01:25:24 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/02/23 01:25:25 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ABPnzm4OLWJ2Pp6ZjQcahQzoIuy0nPIpMDuzBQNpU87IxBxhAHyqsERcxKeTf8n83ASw5RY" finished 2026/02/23 01:25:25 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/02/23 01:25:27 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7aph8kJFAD3WpuKeWtVvt-t1fIvXH7bKc0Hq19NIecSrVV3vxbOVgRMSThSKv9M7E 2026/02/23 01:25:27 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/02/23 01:25:28 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/02/23 01:25:29 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ABPnzm7aph8kJFAD3WpuKeWtVvt-t1fIvXH7bKc0Hq19NIecSrVV3vxbOVgRMSThSKv9M7E" finished 2026/02/23 01:25:29 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/02/23 01:25:31 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABPnzm7IjObTxvk929SS1W6myK35tnbRyc_NHHwxEFYd8vsGB9byla8NQmRX99KMWMBgP4Q 2026/02/23 01:25:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/02/23 01:25:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/02/23 01:25:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/02/23 01:25:31 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/02/23 01:25:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/02/23 01:25:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/02/23 01:25:33 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABPnzm7IjObTxvk929SS1W6myK35tnbRyc_NHHwxEFYd8vsGB9byla8NQmRX99KMWMBgP4Q" finished 2026/02/23 01:25:33 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/02/23 01:25:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6ethTrwCOqufIYopqLzU6FtGfJ8MVNcDjaihx4dYZHzzhaKoQgucbcHd9cRGYXU6Y 2026/02/23 01:25:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/02/23 01:25:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/02/23 01:25:35 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/02/23 01:25:36 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/02/23 01:25:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/02/23 01:25:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/02/23 01:25:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm6ethTrwCOqufIYopqLzU6FtGfJ8MVNcDjaihx4dYZHzzhaKoQgucbcHd9cRGYXU6Y" finished 2026/02/23 01:25:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/02/23 01:25:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6jE9sufgXjeOsnT--L2-zbDHlPW6B8W5jCzJtfQJS4RGsrrERkxnJGQc-ZjyYc7Yo 2026/02/23 01:25:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/02/23 01:25:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/02/23 01:25:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm6jE9sufgXjeOsnT--L2-zbDHlPW6B8W5jCzJtfQJS4RGsrrERkxnJGQc-ZjyYc7Yo" finished 2026/02/23 01:25:45 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/02/23 01:25:47 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ABPnzm7HIXtzSZxXzGp8SOx68sD1xbbGiXJyPBfKRiweFkaktBMMNfXVoUIEL_tWB0aKPIA 2026/02/23 01:25:47 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/02/23 01:25:49 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/02/23 01:25:49 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ABPnzm7HIXtzSZxXzGp8SOx68sD1xbbGiXJyPBfKRiweFkaktBMMNfXVoUIEL_tWB0aKPIA" finished 2026/02/23 01:25:50 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/02/23 01:25:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7lp6k8LZ2qxEx133D5aVmrtsmRA8xFWVGZP-YDOTLgUUYndIEzruOPc0J4SGYctFo 2026/02/23 01:25:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/02/23 01:25:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/02/23 01:25:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm7lp6k8LZ2qxEx133D5aVmrtsmRA8xFWVGZP-YDOTLgUUYndIEzruOPc0J4SGYctFo" finished 2026/02/23 01:25:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/02/23 01:25:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm7O9YFJ_C5j_J8w1shsWUxmxx3uuw-hIF1FODkUgUxtbNvLZtTYWfGKKe7ko4BQPOg 2026/02/23 01:25:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/02/23 01:25:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/02/23 01:25:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/02/23 01:25:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/02/23 01:25:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/02/23 01:25:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/02/23 01:25:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ABPnzm7O9YFJ_C5j_J8w1shsWUxmxx3uuw-hIF1FODkUgUxtbNvLZtTYWfGKKe7ko4BQPOg" finished 2026/02/23 01:25:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/02/23 01:26:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7xyrPgR-BquHxI1PuwHnUthJLkZ7Y-HyiP94QwmtPpnSRAzCcwWI_CcqU3e0Oj7ow 2026/02/23 01:26:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/02/23 01:26:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/02/23 01:26:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/02/23 01:26:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/02/23 01:26:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/02/23 01:26:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/02/23 01:26:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm7xyrPgR-BquHxI1PuwHnUthJLkZ7Y-HyiP94QwmtPpnSRAzCcwWI_CcqU3e0Oj7ow" finished 2026/02/23 01:26:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/02/23 01:26:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7LZynpQADdECI6qBJ59JFFmMo9RVD7wvOqocHKDJOGg6a320koSdULMl-Vx3v286o 2026/02/23 01:26:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/02/23 01:26:10 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/02/23 01:26:10 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm7LZynpQADdECI6qBJ59JFFmMo9RVD7wvOqocHKDJOGg6a320koSdULMl-Vx3v286o" finished 2026/02/23 01:26:10 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/02/23 01:26:12 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ABPnzm4Q2lcdcDOUnAb7n62Xe77nPtjLn6M3EaNlzx3LSPH6ACO34gEfywT0OvLS-nSUdbo 2026/02/23 01:26:12 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/02/23 01:26:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/02/23 01:26:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ABPnzm4Q2lcdcDOUnAb7n62Xe77nPtjLn6M3EaNlzx3LSPH6ACO34gEfywT0OvLS-nSUdbo" finished 2026/02/23 01:26:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/02/23 01:26:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5jZhNzKUlymTUX__TCPIZEbvEnk2Osf4guyeMyfTJ9yHz_xlgaEiq2Lpa_hXdXHD4 2026/02/23 01:26:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/02/23 01:26:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/02/23 01:26:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm5jZhNzKUlymTUX__TCPIZEbvEnk2Osf4guyeMyfTJ9yHz_xlgaEiq2Lpa_hXdXHD4" finished 2026/02/23 01:26:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/02/23 01:26:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm6t6_SuOjEhzjsFiJAnYmYkKDzk1CEi21xghD18CXKaqcAhV02clMWegOOvyjI2BtE 2026/02/23 01:26:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/02/23 01:26:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/02/23 01:26:20 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/02/23 01:26:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/02/23 01:26:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/02/23 01:26:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/02/23 01:26:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABPnzm6t6_SuOjEhzjsFiJAnYmYkKDzk1CEi21xghD18CXKaqcAhV02clMWegOOvyjI2BtE" finished 2026/02/23 01:26:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/02/23 01:26:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7pXe_W7Uw5zWfj4tddifA324zimNRtwtoEjfl5lV_6LIDjlCUVaiO-cX5CVi40b-s 2026/02/23 01:26:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/02/23 01:26:25 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/02/23 01:26:25 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/02/23 01:26:25 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/02/23 01:26:26 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/02/23 01:26:26 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/02/23 01:26:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm7pXe_W7Uw5zWfj4tddifA324zimNRtwtoEjfl5lV_6LIDjlCUVaiO-cX5CVi40b-s" finished 2026/02/23 01:26:27 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/02/23 01:26:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6n4D5GkR653wNYif7EmPSwL_yjsTVlwvDG54p8j7TTg1fsxbkYqq9ZNajImf9WK1U 2026/02/23 01:26:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/02/23 01:26:34 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/02/23 01:26:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm6n4D5GkR653wNYif7EmPSwL_yjsTVlwvDG54p8j7TTg1fsxbkYqq9ZNajImf9WK1U" finished 2026/02/23 01:26:35 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/02/23 01:26:36 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABPnzm5NUmEZs-a5AjraeBNDmri_0F4df5mn4O1W8cPO4yp1q0VIa7pGJn79OZaARAReVWY 2026/02/23 01:26:37 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/02/23 01:26:38 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/02/23 01:26:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABPnzm5NUmEZs-a5AjraeBNDmri_0F4df5mn4O1W8cPO4yp1q0VIa7pGJn79OZaARAReVWY" finished 2026/02/23 01:26:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/02/23 01:26:41 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7I650XzYFCsr8zaHmHoiqryAkYgU1gS_LUMtDCIZLrFeprSkCvKbiqhIVAwrwXqSE 2026/02/23 01:26:41 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/02/23 01:26:42 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/02/23 01:26:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm7I650XzYFCsr8zaHmHoiqryAkYgU1gS_LUMtDCIZLrFeprSkCvKbiqhIVAwrwXqSE" finished 2026/02/23 01:26:43 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/02/23 01:26:45 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABPnzm4o10G2-HPICOu05OK2pXp7QMMYZ0rq-TsCCnkyGLtlVDi9VA-sULhprCj3KmpM9YQ 2026/02/23 01:26:45 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/02/23 01:26:45 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/02/23 01:26:45 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/02/23 01:26:46 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/02/23 01:26:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/02/23 01:26:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/02/23 01:26:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABPnzm4o10G2-HPICOu05OK2pXp7QMMYZ0rq-TsCCnkyGLtlVDi9VA-sULhprCj3KmpM9YQ" finished 2026/02/23 01:26:48 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/02/23 01:26:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7KnntVUVxillH7j4AUJKjQf5q2ROP-2F77iYeUwPqI_GpCOBx_jUf1SYvWN82_5ik 2026/02/23 01:26:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/02/23 01:26:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/02/23 01:26:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/02/23 01:26:51 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/02/23 01:26:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/02/23 01:26:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/02/23 01:26:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABPnzm7KnntVUVxillH7j4AUJKjQf5q2ROP-2F77iYeUwPqI_GpCOBx_jUf1SYvWN82_5ik" finished 2026/02/23 01:26:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/02/23 01:26:58 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6DhtVIfcKm3YvptzBkzkgEPzV-568vMvgHltmvNdwyemnsqK_ttPVs6t7qJ1WJ7So 2026/02/23 01:26:58 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/02/23 01:27:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/02/23 01:27:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABPnzm6DhtVIfcKm3YvptzBkzkgEPzV-568vMvgHltmvNdwyemnsqK_ttPVs6t7qJ1WJ7So" finished 2026/02/23 01:27:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/02/23 01:27:02 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ABPnzm6kGq4vgBY_o2houOzO8AHiSkr5b3NqfrPpd_ygYybBmFxGRndFXkymA4C70hg27EM 2026/02/23 01:27:02 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/02/23 01:27:04 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/02/23 01:27:04 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ABPnzm6kGq4vgBY_o2houOzO8AHiSkr5b3NqfrPpd_ygYybBmFxGRndFXkymA4C70hg27EM" finished 2026/02/23 01:27:04 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/02/23 01:27:06 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5OAQBmMj_eWUD-GC-NEsGpoxo6LSUREdGyQqU35wrebGbJ2BDH7OoHDTwNgDhvZ6o 2026/02/23 01:27:07 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/02/23 01:27:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/02/23 01:27:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ABPnzm5OAQBmMj_eWUD-GC-NEsGpoxo6LSUREdGyQqU35wrebGbJ2BDH7OoHDTwNgDhvZ6o" finished 2026/02/23 01:27:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/02/23 01:27:11 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABPnzm5VHsWTMKubf2m_wIRbLTtQ3B3SMvgeKq5C_cVZuXKDCrWWsMO4UI5C6lJqgN1TmYk 2026/02/23 01:27:11 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/02/23 01:27:11 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/02/23 01:27:11 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/02/23 01:27:12 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/02/23 01:27:13 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/02/23 01:27:13 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/02/23 01:27:14 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABPnzm5VHsWTMKubf2m_wIRbLTtQ3B3SMvgeKq5C_cVZuXKDCrWWsMO4UI5C6lJqgN1TmYk" finished 2026/02/23 01:27:14 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/02/23 01:27:16 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4NcRZ_Ehauav1l1gmHBo4hWvYai0fd0OaMov7E_e6K4P77mtq_sLqHBvCS4mbmrTk 2026/02/23 01:27:16 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/02/23 01:27:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/02/23 01:27:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/02/23 01:27:17 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/02/23 01:27:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/02/23 01:27:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/02/23 01:27:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABPnzm4NcRZ_Ehauav1l1gmHBo4hWvYai0fd0OaMov7E_e6K4P77mtq_sLqHBvCS4mbmrTk" finished 2026/02/23 01:27:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/02/23 01:27:24 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6ZU90LZDUDL1RHb8k2XdnADU_cpS8NTtg4miOs0qSH_CCzBLIREoAGU3b8-Xi4QR4 2026/02/23 01:27:25 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/02/23 01:27:26 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/02/23 01:27:27 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm6ZU90LZDUDL1RHb8k2XdnADU_cpS8NTtg4miOs0qSH_CCzBLIREoAGU3b8-Xi4QR4" finished 2026/02/23 01:27:27 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/02/23 01:27:29 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABPnzm7yQ_GZ9neHYYHOHcs9CBDIIl_NpYOQSt48PCIMzkjqGuBhPse5WqSTIk4-VvwADwY 2026/02/23 01:27:29 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/02/23 01:27:31 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/02/23 01:27:31 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABPnzm7yQ_GZ9neHYYHOHcs9CBDIIl_NpYOQSt48PCIMzkjqGuBhPse5WqSTIk4-VvwADwY" finished 2026/02/23 01:27:31 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/02/23 01:27:33 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7-1OQAM1BYVGQZzJQLTm6lBZ_fN--2J8aczm0RZyDenD7OjBQkWSC6a6K6hRX7eZw 2026/02/23 01:27:34 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/02/23 01:27:36 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/02/23 01:27:36 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABPnzm7-1OQAM1BYVGQZzJQLTm6lBZ_fN--2J8aczm0RZyDenD7OjBQkWSC6a6K6hRX7eZw" finished 2026/02/23 01:27:36 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/02/23 01:27:38 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABPnzm7TYrW_83spVdnc4xn0W95-qpOiUa9UkVL6ZW4yKHtyf8KD0Lh9Hkm5d7i7gUJk0gA 2026/02/23 01:27:38 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/02/23 01:27:39 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/02/23 01:27:39 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/02/23 01:27:39 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/02/23 01:27:40 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/02/23 01:27:40 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/02/23 01:27:41 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABPnzm7TYrW_83spVdnc4xn0W95-qpOiUa9UkVL6ZW4yKHtyf8KD0Lh9Hkm5d7i7gUJk0gA" finished 2026/02/23 01:27:41 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/02/23 01:27:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7DcVB1zvZTszVejf25Aaf8AhIb9cIVItcvUSVTY2hD0-pf_an1TXsQD4Z2hDlIKa0 2026/02/23 01:27:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/02/23 01:27:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/02/23 01:27:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/02/23 01:27:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/02/23 01:27:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/02/23 01:27:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/02/23 01:27:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ABPnzm7DcVB1zvZTszVejf25Aaf8AhIb9cIVItcvUSVTY2hD0-pf_an1TXsQD4Z2hDlIKa0" finished 2026/02/23 01:27:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2504: *s3.Fs does not support SetCopyCutoff: --s3-copy-cutoff not supported: optional feature not implemented === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/02/23 01:27:47 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABPnzm4nY2BZRJsUXzM0imvVbta-KSAW-awARkMRyu5QuOY3I3qQnA1USDsiWN4Bqw2vv8s 2026/02/23 01:27:47 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/02/23 01:27:48 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "47f3da11ec6a756c4ae14a4a95baa742" 2026/02/23 01:27:48 DEBUG : unknown-size-put.txt: multipart upload "ABPnzm4nY2BZRJsUXzM0imvVbta-KSAW-awARkMRyu5QuOY3I3qQnA1USDsiWN4Bqw2vv8s" finished 2026/02/23 01:27:48 DEBUG : unknown-size-put.txt: Multipart upload Etag: da537f068e090f7b71e0dd8c6b843eb1-1 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/02/23 01:27:49 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABPnzm4xxjsWZkvubnVwFPlBJ_7ylAn8VA72T-MF8KxXCHXsuPdkG6jkmBO5nk3SjHijCyY 2026/02/23 01:27:49 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/02/23 01:27:50 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "37e283674d1e01fc29729e14a216c524" 2026/02/23 01:27:50 DEBUG : unknown-size-update.txt: multipart upload "ABPnzm4xxjsWZkvubnVwFPlBJ_7ylAn8VA72T-MF8KxXCHXsuPdkG6jkmBO5nk3SjHijCyY" finished 2026/02/23 01:27:50 DEBUG : unknown-size-update.txt: Multipart upload Etag: 9aa78c3e0083df187d8aa2c6f44c0067-1 OK === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/02/23 01:27:50 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-qamikos8caqa/deeper/nonexisting/directory" 2026/02/23 01:27:50 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2633: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2676: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2725: Can't test if can't have empty directories 2026/02/23 01:27:51 DEBUG : Waiting for deletions to finish 2026/02/23 01:27:51 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/02/23 01:27:51 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "1771809813313894") 2026/02/23 01:27:51 DEBUG : "versions/test-versions-v2026-02-23-012444-038.txt" version true 2026/02/23 01:27:51 DEBUG : versions/test-versions-v2026-02-23-012444-038.txt: Deleting (id "1771809883978809") 2026/02/23 01:27:52 INFO : versions/test-versions-v2026-02-23-012444-038.txt: Deleted 2026/02/23 01:27:52 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/02/23 01:27:52 INFO : S3 bucket rclone-test-qamikos8caqa: Bucket "rclone-test-qamikos8caqa" deleted 2026/02/23 01:27:52 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2839: Shutdown method not supported --- FAIL: TestIntegration (321.25s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.48s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.97s) --- FAIL: TestIntegration/FsMkdir (318.42s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (1.30s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.30s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.50s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.30s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.50s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.31s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (41.33s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (0.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (3.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (3.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.49s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (3.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (3.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.40s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.54s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.29s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.14s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.98s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (8.44s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (103.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (1.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (1.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (4.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (6.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (4.23s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.61s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (10.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (5.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.33s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.67s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (5.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.80s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (42.70s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.50s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.33s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (30.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (16.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (7.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (7.60s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (7.87s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (7.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (1.88s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (9.62s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention (2.50s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold (2.85s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (152.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (24.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (7.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (4.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (8.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (4.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (9.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (24.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (7.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (8.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (4.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (24.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (7.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (7.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (4.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (9.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (25.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (8.46s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (4.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (9.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (26.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (7.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (4.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (8.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.57s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (26.90s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (8.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (4.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (9.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (9.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.46s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.32s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.93s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.66s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:45: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/02/23 01:27:52 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/02/23 01:27:52 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 321.299s "go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Finished ERROR in 5m22.599346605s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload]