"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:" 2025/09/26 03:45:57 NOTICE: TestS3GCS: Starting server 2025/09/26 03:45:57 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate" 2025/09/26 03:45:57 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 2025/09/26 03:45:59 INFO : S3 bucket rclone-test-gamovuk0rate: Bucket "rclone-test-gamovuk0rate" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/09/26 03:46:01 INFO : S3 bucket rclone-test-gamovuk0rate: Bucket "rclone-test-gamovuk0rate" deleted === RUN TestIntegration/FsMkdir 2025/09/26 03:46:02 INFO : S3 bucket rclone-test-gamovuk0rate: Bucket "rclone-test-gamovuk0rate" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/09/26 03:46:02 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/09/26 03:46:03 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/09/26 03:46:03 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:707: 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:713 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:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: 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:713 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:707: 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:713 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:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: 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:713 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:707: 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:713 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:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/09/26 03:46:45 NOTICE: S3 bucket rclone-test-gamovuk0rate: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/09/26 03:46:45 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ABPnzm5EHXdXc4AxjSibHSIXzbUEPH-eKqOI17bWOb6iKm2L6tAg94HzASUoWczmnHm5r-M 2025/09/26 03:46:48 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "84f2b77936ec052e0680ad4d151eb98b" 2025/09/26 03:46:50 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "dc0bc689b8062eaa1f9722204880e1b9" 2025/09/26 03:46:52 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "7a59e1225b25409820702d4042c665ef" 2025/09/26 03:46:53 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ABPnzm5EHXdXc4AxjSibHSIXzbUEPH-eKqOI17bWOb6iKm2L6tAg94HzASUoWczmnHm5r-M" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: 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 2025/09/26 03:47:02 DEBUG : Creating backend with remote "TestS3GCS:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/09/26 03:47:02 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:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/09/26 03:47:08 DEBUG : S3 bucket rclone-test-gamovuk0rate: bucket is versioned: false 2025/09/26 03:47:08 DEBUG : Waiting for deletions to finish 2025/09/26 03:47:08 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/09/26 03:47:08 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/09/26 03:47:09 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/09/26 03:47:11 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate/dirToPurgeFromRoot" 2025/09/26 03:47:12 DEBUG : S3 bucket rclone-test-gamovuk0rate path dirToPurgeFromRoot: bucket is versioned: false 2025/09/26 03:47:12 DEBUG : Waiting for deletions to finish 2025/09/26 03:47:12 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/09/26 03:47:12 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/09/26 03:47:12 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/09/26 03:47:13 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate/hello? sausage/êé" 2025/09/26 03:47:16 DEBUG : S3 bucket rclone-test-gamovuk0rate path hello? sausage/êé: bucket is versioned: false 2025/09/26 03:47:16 DEBUG : Waiting for deletions to finish 2025/09/26 03:47:16 DEBUG : "a/b/c/d/e.txt" version false 2025/09/26 03:47:16 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/09/26 03:47:17 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:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: 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:1694: 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 2025/09/26 03:47:30 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/09/26 03:47:31 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3GCS:" path "rclone-test-gamovuk0rate" from "TestS3GCS:rclone-test-gamovuk0rate" 2025/09/26 03:47:31 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:2034: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2034 Error: Received unexpected error: not found, Signing Test: TestIntegration/FsMkdir/FsPutFiles/PublicLink === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/09/26 03:47:39 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm6J9QIH1DaY46MkZn3V9_mUKxD3kRssThBmQ60n9wwT6nDO5P45aZX_892if80X2a8 2025/09/26 03:47:39 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/09/26 03:47:40 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/09/26 03:47:40 DEBUG : piped data.txt: multipart upload "ABPnzm6J9QIH1DaY46MkZn3V9_mUKxD3kRssThBmQ60n9wwT6nDO5P45aZX_892if80X2a8" finished 2025/09/26 03:47:40 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/09/26 03:47:41 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm7QPgGd8SWO-DnAgik1_2E7J-YKiC9-MY-x9czH0l6zTqIozwiUYMZog6iYT8NkXok 2025/09/26 03:47:41 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/26 03:47:43 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "625229072205105738384fc8cc624884" 2025/09/26 03:47:43 DEBUG : piped data.txt: multipart upload "ABPnzm7QPgGd8SWO-DnAgik1_2E7J-YKiC9-MY-x9czH0l6zTqIozwiUYMZog6iYT8NkXok" finished 2025/09/26 03:47:43 DEBUG : piped data.txt: Multipart upload Etag: 12d56a0e3822ab5f5affe448ae6ab7e2-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: 665 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata Messages: test-metadata: size incorrect file=665 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: 665 actual : 0 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata Messages: test-metadata: size incorrect file=665 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\x92Q\xb6\x83 \x10C\xb7\xd4j[u9\x01\a\x19\x10G\x94\x11q\xf5\xef\xbc\xdf|\xe4$\xf7܍\x1fIH\x9f,N#\xcdߌ\x85\x13R\x17u\x96\x93\xd2;Q\xa5]\xaf\xb1\xe1$ϡ_a5\xe9\xfdv\xba\xc1\xe82Ed>\xe8\x1e\r\x05\xbe\xa9\xf6\x0f%Ͱ\xfd!\x95Vu\xdf(\x19M»\xa8ц\xfc[ȣ\x88\x1d-WDķ\xc1\x8e[\xcb`5S\xd3:l\x9a\xe9\"\xfbrb\xfe\xf3_\xd1Y\x16\xda~\x8d\x17\n\x12\x7f\x1e\aY\xa4\xa9ae\x8f\xeb\xb5\xc3\xf0\x06\xf3\x0e\x1c8\xb3\xef\v\x1ed\xac\x83\xa3K\x83\xacC\xe2Mf\xde^7\x1c/\x94G\xc7'\f\x85.\xd3\xca;\xb9\x8f\x93\x82K\xb7q\xd6\xcc\x17\xccg\xa6\x84G\\\xdf4I\xc1\xfdjR(\xaa\x1d\n7NRǤN\x93\x84\xe1\xd4\v\xb7\xa4\uf1aa\xbb\x98.\xe8\x8e\x03\xfb\xb0\xd0\xc6Q\xd7oF\xa2\xc6\xebp\xf0\xc1\xb3\x94~\xd1\v\x91m\xd7$\xd0#˯rҝ\xeb\xd7\xf1\x7f\x93\x1d=%Y\xd5\x0f\r\xff\\ꫢ\xc9\xc9\xfbT9\xf3\"\xf7\xa7\xcaM\x8eݫR\xe1E\xfc4\xab\xe1\xc6\xcbT\xc4Ê\x1d\x136\xccZ\xa6\xfc\xbfCB\x7f\xf2ř\xea\xfb\xc4A\x8f\xa6\xeeV\xabE\xf7\xfe\xe1B\x9e\xfe\xff:\xb6\x1a>\x95\"\x1d\xba\xf6\v\x17\x9a\xb9\xf5\x11\v\x8c\xda\xc9S@\xd3\xfds\xf0)\xb3\xfa\x8f\xe5\aV\x9f\x8f\x91D\x9b\xa6)\x93AT;\x16:ye;dd\xc9d~Q\x12_\xdc\xfaL\x87T\xd9\xdeEvr\x1a\xfb\x99\"\xb2\x94\xfe\xe4\x9dv\xa9\xdf\xc8'7M?K\x89\x1aJ\xffХ\x91\xccw\xc6%\x89ܯ\xf2J\x86\xd6\xfeP+\x17ߝ\xd7\x1bN\xfd\xd7\xeb\xa1\v\x99n'\v#\xdb\xd4\x10\xc8\xd19\xad0\xfc\xe83\xcc\xf4\xa8#\xfbMlɓ\x7f/b\xf9\xc2\xfc\xb3\xfa\xa0\xf0\xfe:Q(P~=\x14\xa8\xa2\xfevݨ\xc9\xfc]yׂ2\xaclqr\x1b7r\xe2\xf1\xf4\x81.\xad҆\x03U\x02\xad\x9dC\xe5,v4r\xc3`\x1d6\x9cX\xc8wA+\x9d\x88㬕\x92\xce\xdd\xf3\xef;\x9b\x8f\x83\x97\x8c\xf4\xf2h\x1ct\xed<\x02\xff{\xbf\xe2\xd6KίE\xa6]\xe7\xd1!I\xe3\xab;%\xe9\x81\xda5l\x144tQ\x12*\xee~\x15ϻ\xec㌃\x1cL\xbfɣ\x85\xd3\xe4\xe9D\xe1:8\rzJ\x1c,\x1e\x1c\xea\xfbL\x91\"\xe6.\xc3jT\xff\xfa\v\x00\x00\xff\xff\xae\xffO9\xe8\x03\x00\x00" actual : "nizomam4qofuked5qagimam2kudosem1mewepuv8yasehij3lacumux1funabug9kaqirex8bejixew3zemuqac3roweluf5koqayoj1tubuyaq6gehatoc8ciwakak1bapaxut7cuqeyuw7nuqevec0fobaxut6tudogen6yigejok6harecam9yalihav0pabinab1jijiqih3tazaqal7fevujol7minodin0xafigeq8fisabej2qelipef4fotavun8duqivab4demazof3yumotax0yotekuc7tiyimow8mufumoj7suvaxom5nawupob2juparap7genikul5qameyil7riridot3guvakic2yojezog6wimupiw5fisuvac8hemoluh7yawakaw0wayosip9wiqigox4woxefif0wetigoh9dubiyig9tohacoc8manadut9quparoj3siviqew1sarezum2xucutup3zitehen8duficuj4wekerul3gitediy3kagabuc9hejayup4risoduh4cizacuz4bomenum9qebakuc8tesilic7qaqoqeb6komiviy3qerowon1topefuk3dekaqot3sipepow5kisiyum6cemeyat3zevukeb5davomef6wilebel3rucovix2huxafuh5hurugeb2pecabon9yajefes9labizuz7dezufec5miceheh1gocivad6cuzatip0satejeq0zejewaw6puneyod5liputat7licasiy8nefohaz3jevuwoy7rawojel2fawiqoc8boxabal7nasageh2juwesak8duwemud2zubuyib4fahoqam0hayijul2hajikak1laxuvos5caqepud8famoyiv2somuraw2yanejuj2komawax3lohipop8darefab3nozutim9hesatiw7fujusok7cazaruh3qekekad2qacukuh0" Diff: --- Expected +++ Actual @@ -1,3 +1 @@ -Q Cj[u9Gq|$܍IH,N#ߌRu;Q]$ϡ_a5v2Ed> %Ͱ!Vu(M»ц[ȣ-WDķ[`5S:l"rb_Y~ -Yae8 dKCMf^7/G' .;KqgG\4IjR( -7NRǤN .QoFp~ m$#˯rҝ=%Y \ꫢT9"MݫRE4TÊ6ZCBřAVEB:>"  S@s)VD)AT;:ye;ddd~Q_LTEvr"v'7M?KJХw%ܯJP+ߝN n' #903#Mlɓ/b:Q(P~=vݨ]yׂ2lqr7r.҆UC,v4r`6XwA+㬕;ht<{KίE]!I;%5l4tQ*~ϻ㌃LɣD:8 zJ,L".jT O9 +nizomam4qofuked5qagimam2kudosem1mewepuv8yasehij3lacumux1funabug9kaqirex8bejixew3zemuqac3roweluf5koqayoj1tubuyaq6gehatoc8ciwakak1bapaxut7cuqeyuw7nuqevec0fobaxut6tudogen6yigejok6harecam9yalihav0pabinab1jijiqih3tazaqal7fevujol7minodin0xafigeq8fisabej2qelipef4fotavun8duqivab4demazof3yumotax0yotekuc7tiyimow8mufumoj7suvaxom5nawupob2juparap7genikul5qameyil7riridot3guvakic2yojezog6wimupiw5fisuvac8hemoluh7yawakaw0wayosip9wiqigox4woxefif0wetigoh9dubiyig9tohacoc8manadut9quparoj3siviqew1sarezum2xucutup3zitehen8duficuj4wekerul3gitediy3kagabuc9hejayup4risoduh4cizacuz4bomenum9qebakuc8tesilic7qaqoqeb6komiviy3qerowon1topefuk3dekaqot3sipepow5kisiyum6cemeyat3zevukeb5davomef6wilebel3rucovix2huxafuh5hurugeb2pecabon9yajefes9labizuz7dezufec5miceheh1gocivad6cuzatip0satejeq0zejewaw6puneyod5liputat7licasiy8nefohaz3jevuwoy7rawojel2fawiqoc8boxabal7nasageh2juwesak8duwemud2zubuyib4fahoqam0hayijul2hajikak1laxuvos5caqepud8famoyiv2somuraw2yanejuj2komawax3lohipop8darefab3nozutim9hesatiw7fujusok7cazaruh3qekekad2qacukuh0 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: 665 actual : 0 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 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:117 Error: Not equal: expected: "" actual : "049da58bf3c6ab8445439715f24c27ab" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +049da58bf3c6ab8445439715f24c27ab 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-v2025-09-26-034750-532.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 2025/09/26 03:47:57 DEBUG : oldPath = "TestS3GCS:rclone-test-gamovuk0rate/versions/test-versions-v2025-09-26-034750-532.txt" 2025/09/26 03:47:57 DEBUG : newPath = "TestS3GCS,versions:rclone-test-gamovuk0rate/versions/test-versions-v2025-09-26-034750-532.txt" 2025/09/26 03:47:57 DEBUG : Creating backend with remote "TestS3GCS,versions:rclone-test-gamovuk0rate/versions/test-versions-v2025-09-26-034750-532.txt" 2025/09/26 03:47:57 DEBUG : TestS3GCS: detected overridden config - adding "{pO73u}" suffix to name 2025/09/26 03:47:57 DEBUG : fs cache: renaming child cache item "TestS3GCS,versions:rclone-test-gamovuk0rate/versions/test-versions-v2025-09-26-034750-532.txt" to be canonical for parent "TestS3GCS{pO73u}:rclone-test-gamovuk0rate/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-gamovuk0rate/versions/test-versions.txt: md5 hash incorrect - expecting "f2d003a936d9d7822649befa927be809" got "e0b12b0871035c097aa178d860607ee1" 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 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 2025/09/26 03:48:14 DEBUG : Waiting for deletions to finish 2025/09/26 03:48:14 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/26 03:48:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "1758858416965452" 2025/09/26 03:48:14 DEBUG : "versions/test-versions-v2025-09-26-034750-532.txt" version true 2025/09/26 03:48:14 DEBUG : versions/test-versions-v2025-09-26-034750-532.txt: Deleting (id "1758858470494221") 2025/09/26 03:48:14 DEBUG : "versions/test-versions.txt" version false 2025/09/26 03:48:14 DEBUG : versions/test-versions.txt: Not deleting current version "1758858475985256" 2025/09/26 03:48:15 INFO : versions/test-versions-v2025-09-26-034750-532.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/09/26 03:48:22 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5A8-h2WbSQQ8Yw2WDPeumH3sktncCR9JWs-xednVGPO1A6hdozV0RHBOM0vMC-LeU 2025/09/26 03:48:22 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/09/26 03:48:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/09/26 03:48:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABPnzm5A8-h2WbSQQ8Yw2WDPeumH3sktncCR9JWs-xednVGPO1A6hdozV0RHBOM0vMC-LeU" finished 2025/09/26 03:48:25 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/09/26 03:48:28 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ABPnzm5pLr69u76N6u-MLJDG3sXLBE7TBBnoRnwDWsbsz6GoTnA-FopILx0tsR12YCE9COk 2025/09/26 03:48:28 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/09/26 03:48:30 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 03:48:31 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ABPnzm5pLr69u76N6u-MLJDG3sXLBE7TBBnoRnwDWsbsz6GoTnA-FopILx0tsR12YCE9COk" finished 2025/09/26 03:48:31 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/09/26 03:48:33 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4BFbwDzLR8HEr_-wAG-eq05ou4uzxCFXZhHeefqnJUt55zL0-ss1cq2JY99U-nFTU 2025/09/26 03:48:33 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/26 03:48:35 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 03:48:36 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ABPnzm4BFbwDzLR8HEr_-wAG-eq05ou4uzxCFXZhHeefqnJUt55zL0-ss1cq2JY99U-nFTU" finished 2025/09/26 03:48:36 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/09/26 03:48:38 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABPnzm6b3TEQVg1EhFqSimCXOkfIFaq2n_2hootwnjEYV2IgI2-l-NdvrzOqvUp6JAVvvuk 2025/09/26 03:48:38 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/09/26 03:48:39 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/09/26 03:48:39 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/09/26 03:48:39 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/26 03:48:40 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/26 03:48:41 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 03:48:41 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABPnzm6b3TEQVg1EhFqSimCXOkfIFaq2n_2hootwnjEYV2IgI2-l-NdvrzOqvUp6JAVvvuk" finished 2025/09/26 03:48:41 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/09/26 03:48:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm59qa3m66P0Lm6JVWI9F0bjfbvQfXQz28dhDks0kHiwVW6pEJFstKIpM7vio9vTpCc 2025/09/26 03:48:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/09/26 03:48:44 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/09/26 03:48:44 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/09/26 03:48:44 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/09/26 03:48:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/09/26 03:48:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/09/26 03:48:45 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm59qa3m66P0Lm6JVWI9F0bjfbvQfXQz28dhDks0kHiwVW6pEJFstKIpM7vio9vTpCc" finished 2025/09/26 03:48:46 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 2025/09/26 03:48:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4wPCG9DUqTcajVnE1uFmYORFUv-q91AE3eywBA9JFa9D6AStLGMHeN0Akgx1JIa7M 2025/09/26 03:48:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 03:48:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/09/26 03:48:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm4wPCG9DUqTcajVnE1uFmYORFUv-q91AE3eywBA9JFa9D6AStLGMHeN0Akgx1JIa7M" finished 2025/09/26 03:48:53 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/09/26 03:48:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ABPnzm6EHYA_MSFFussr_nv-vQX-eo8NUUBB_Agyy66XTB19u9ckMDzZjFc7m_uBCcHIVGA 2025/09/26 03:48:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/09/26 03:48:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 03:48:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ABPnzm6EHYA_MSFFussr_nv-vQX-eo8NUUBB_Agyy66XTB19u9ckMDzZjFc7m_uBCcHIVGA" finished 2025/09/26 03:48:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/09/26 03:48:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm72tASP-hj0fL2p3hfewM24vEL7fyATrirtPzuuPZbeagOguf81U2JAVBZnpowie98 2025/09/26 03:48:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 03:49:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 03:49:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm72tASP-hj0fL2p3hfewM24vEL7fyATrirtPzuuPZbeagOguf81U2JAVBZnpowie98" finished 2025/09/26 03:49:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/09/26 03:49:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm7pU3Ddp073rmT2NojjxF9LPBSYDjDpWyJgbswXgRptoM2fXUuYPOSD1_rWmxuDD64 2025/09/26 03:49:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/09/26 03:49:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/09/26 03:49:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/26 03:49:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/26 03:49:04 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 03:49:04 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/26 03:49:05 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ABPnzm7pU3Ddp073rmT2NojjxF9LPBSYDjDpWyJgbswXgRptoM2fXUuYPOSD1_rWmxuDD64" finished 2025/09/26 03:49:05 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/09/26 03:49:07 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm64egv1ILy_3FbuCigI9n0uQQDleIVJWHHW2l2f6RuUorR3pPfATgLOzhtOmRlM1n4 2025/09/26 03:49:07 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/09/26 03:49:07 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/26 03:49:07 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/09/26 03:49:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/09/26 03:49:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/09/26 03:49:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/09/26 03:49:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm64egv1ILy_3FbuCigI9n0uQQDleIVJWHHW2l2f6RuUorR3pPfATgLOzhtOmRlM1n4" finished 2025/09/26 03:49:10 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 2025/09/26 03:49:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5LLDb3m2mIfjdqT85PYQ-NdXkQQujxvF2T1fuKzm9jnDfmUdsNkTDBVAeeG3pgjcw 2025/09/26 03:49:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 03:49:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/09/26 03:49:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm5LLDb3m2mIfjdqT85PYQ-NdXkQQujxvF2T1fuKzm9jnDfmUdsNkTDBVAeeG3pgjcw" finished 2025/09/26 03:49:17 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/09/26 03:49:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ABPnzm4p_-kWYarZ0ru5ZtO5vS-tFE30F3Z696Fc8UCJbetWEmTEfuGGlqu1HMOSGiYXhsY 2025/09/26 03:49:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/09/26 03:49:20 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 03:49:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ABPnzm4p_-kWYarZ0ru5ZtO5vS-tFE30F3Z696Fc8UCJbetWEmTEfuGGlqu1HMOSGiYXhsY" finished 2025/09/26 03:49:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/09/26 03:49:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4BP_s0ct7enPAUqFaWtTXjYMbtgrfb7KQ3dy1tOf5Uw1ClNS4rwE-OUksdMRQX9Q0 2025/09/26 03:49:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 03:49:24 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 03:49:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm4BP_s0ct7enPAUqFaWtTXjYMbtgrfb7KQ3dy1tOf5Uw1ClNS4rwE-OUksdMRQX9Q0" finished 2025/09/26 03:49:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/09/26 03:49:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm6-Iki3vn6I8qSE97ufwemdtuqe1YzP_wupZ0N6GUo30U7t9ZioyOzNlfmvz9Y5zgQ 2025/09/26 03:49:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/09/26 03:49:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/09/26 03:49:27 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/09/26 03:49:28 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 03:49:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 03:49:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/26 03:49:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABPnzm6-Iki3vn6I8qSE97ufwemdtuqe1YzP_wupZ0N6GUo30U7t9ZioyOzNlfmvz9Y5zgQ" finished 2025/09/26 03:49:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/09/26 03:49:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6Srpg299dn8rTmRwXoF5TX0Kgn6O8bKh634wfHop42Ej8gQMHKLBIk3yHJwfNTow0 2025/09/26 03:49:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/09/26 03:49:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/09/26 03:49:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/09/26 03:49:32 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 03:49:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/09/26 03:49:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/09/26 03:49:34 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm6Srpg299dn8rTmRwXoF5TX0Kgn6O8bKh634wfHop42Ej8gQMHKLBIk3yHJwfNTow0" finished 2025/09/26 03:49:34 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 2025/09/26 03:49:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5Fmd0z2gFYKYBecpFRKVPiFl8NPrGPeazSnvQwGMPtT7h1p_twIATCVUmJUIdALvs 2025/09/26 03:49:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 03:49:40 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/09/26 03:49:41 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm5Fmd0z2gFYKYBecpFRKVPiFl8NPrGPeazSnvQwGMPtT7h1p_twIATCVUmJUIdALvs" finished 2025/09/26 03:49:41 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/09/26 03:49:43 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABPnzm6RvQbscBHrHkYu37XkEeLg0Tc8dYsXmIZIll4LCrILiJOZ5TyB4ue2YmgiMbQ9pUI 2025/09/26 03:49:43 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/09/26 03:49:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 03:49:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABPnzm6RvQbscBHrHkYu37XkEeLg0Tc8dYsXmIZIll4LCrILiJOZ5TyB4ue2YmgiMbQ9pUI" finished 2025/09/26 03:49:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/09/26 03:49:46 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6Z8hYLQpukBQnP79DiEqAO9rIXy3NZCsOEDBTbEGyOzOe71aHdzpEdDXsoouA9xjc 2025/09/26 03:49:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 03:49:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 03:49:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm6Z8hYLQpukBQnP79DiEqAO9rIXy3NZCsOEDBTbEGyOzOe71aHdzpEdDXsoouA9xjc" finished 2025/09/26 03:49:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/09/26 03:49:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABPnzm68s6DBr5skNtdpg1YI9u3u2fXY_Pez7kOInfpNQ3RnsGsHubu3CcdI2Ib5gkhENm8 2025/09/26 03:49:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/09/26 03:49:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/09/26 03:49:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/09/26 03:49:50 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/26 03:49:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 03:49:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/26 03:49:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABPnzm68s6DBr5skNtdpg1YI9u3u2fXY_Pez7kOInfpNQ3RnsGsHubu3CcdI2Ib5gkhENm8" finished 2025/09/26 03:49:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/09/26 03:49:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5-CEIoRDTvWm5ud5pN6K0pIpTLmsJztMQrC5SyNO0Bvblm_t8K6jzk-eaKoV1xMRA 2025/09/26 03:49:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/09/26 03:49:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/09/26 03:49:54 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/09/26 03:49:55 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/09/26 03:49:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/09/26 03:49:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/09/26 03:49:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABPnzm5-CEIoRDTvWm5ud5pN6K0pIpTLmsJztMQrC5SyNO0Bvblm_t8K6jzk-eaKoV1xMRA" finished 2025/09/26 03:49:56 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 2025/09/26 03:50:01 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7P1EOu24dc_5cjXHdRZY6t7Ib9MVGXTHgtUskNho7It3nZW-MMfDzlMQWbyklluZs 2025/09/26 03:50:01 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/09/26 03:50:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/09/26 03:50:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABPnzm7P1EOu24dc_5cjXHdRZY6t7Ib9MVGXTHgtUskNho7It3nZW-MMfDzlMQWbyklluZs" finished 2025/09/26 03:50:03 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/09/26 03:50:05 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ABPnzm5BCxANh7aS8iUrMYFEzbbUYAHKCl-atdj2W2BhRksOHUJ--re_H5cRPkqgydB1b8g 2025/09/26 03:50:05 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/09/26 03:50:07 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 03:50:07 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ABPnzm5BCxANh7aS8iUrMYFEzbbUYAHKCl-atdj2W2BhRksOHUJ--re_H5cRPkqgydB1b8g" finished 2025/09/26 03:50:08 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/09/26 03:50:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm53Fdvs4cVRzDf1fw7sWEOoBHg5tsX9Qeyj36ZNGgXKMpK-aFHWkayq3jTpmo-gPX8 2025/09/26 03:50:09 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/26 03:50:11 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 03:50:11 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ABPnzm53Fdvs4cVRzDf1fw7sWEOoBHg5tsX9Qeyj36ZNGgXKMpK-aFHWkayq3jTpmo-gPX8" finished 2025/09/26 03:50:11 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/09/26 03:50:13 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABPnzm5Pu_9XdYDimSJW1s1QoEZICBTtYRSYBxvekn4lOBmM4aWPX0UKkuxmgw6ZiiktT7o 2025/09/26 03:50:13 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/09/26 03:50:14 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/09/26 03:50:14 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/09/26 03:50:14 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 03:50:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 03:50:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/26 03:50:16 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABPnzm5Pu_9XdYDimSJW1s1QoEZICBTtYRSYBxvekn4lOBmM4aWPX0UKkuxmgw6ZiiktT7o" finished 2025/09/26 03:50:16 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/09/26 03:50:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7xb1E4dRZXktEvsrtujBVjnSLPWBvPW5bNTbsBFJ0KD49YMYv4urQ4UhOkyx47pj0 2025/09/26 03:50:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/09/26 03:50:19 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/09/26 03:50:19 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/09/26 03:50:19 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/09/26 03:50:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/09/26 03:50:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/09/26 03:50:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABPnzm7xb1E4dRZXktEvsrtujBVjnSLPWBvPW5bNTbsBFJ0KD49YMYv4urQ4UhOkyx47pj0" finished 2025/09/26 03:50:20 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 2025/09/26 03:50:26 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4lv9Gz1nHHpEJR4FfXeIbNUIPoSbVAyPxCYOpSW6ymBbIOVOoj7iXs4p6PpQrDsBk 2025/09/26 03:50:26 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/09/26 03:50:28 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/09/26 03:50:28 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm4lv9Gz1nHHpEJR4FfXeIbNUIPoSbVAyPxCYOpSW6ymBbIOVOoj7iXs4p6PpQrDsBk" finished 2025/09/26 03:50:28 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/09/26 03:50:30 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABPnzm5ElwVgQC-D7-6PWlQviQ3u_MkUYuFHmSIes-r8q7ym2hq2QIjMufmdBnkgqWTEGd0 2025/09/26 03:50:31 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/09/26 03:50:33 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 03:50:33 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABPnzm5ElwVgQC-D7-6PWlQviQ3u_MkUYuFHmSIes-r8q7ym2hq2QIjMufmdBnkgqWTEGd0" finished 2025/09/26 03:50:33 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/09/26 03:50:34 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm62mfzphIqtaYqyOuY0xownsn_ITfGfaVKQJM51d4i2kM6pledxKNdtdJDVdOeBJqk 2025/09/26 03:50:35 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/26 03:50:36 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 03:50:37 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABPnzm62mfzphIqtaYqyOuY0xownsn_ITfGfaVKQJM51d4i2kM6pledxKNdtdJDVdOeBJqk" finished 2025/09/26 03:50:37 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/09/26 03:50:39 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABPnzm6v3ZA7A3bR_1u-5PFDIaiLTGP6H9HDBMNkR9-7NyhsYSeNUq5uZc-p9DG3wguOigU 2025/09/26 03:50:39 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/09/26 03:50:40 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/09/26 03:50:40 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/09/26 03:50:40 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/26 03:50:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 03:50:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/26 03:50:42 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABPnzm6v3ZA7A3bR_1u-5PFDIaiLTGP6H9HDBMNkR9-7NyhsYSeNUq5uZc-p9DG3wguOigU" finished 2025/09/26 03:50:42 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/09/26 03:50:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7xWt6FqS8c9xBwaUeXUG8AHVjIzRhRx-wBBFmPSI6gSMfm6uiEKsrtbhsbpWBZZQI 2025/09/26 03:50:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/09/26 03:50:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/09/26 03:50:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/09/26 03:50:46 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/09/26 03:50:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/09/26 03:50:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/09/26 03:50:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ABPnzm7xWt6FqS8c9xBwaUeXUG8AHVjIzRhRx-wBBFmPSI6gSMfm6uiEKsrtbhsbpWBZZQI" finished 2025/09/26 03:50:47 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2496: *s3.Fs does not support SetCopyCutoff: --s3-copy-cutoff not supported: optional feature not implemented === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/09/26 03:50:49 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABPnzm54iFvFmlJoEwSx4PxBVaU4tziByH7tK5pBFtVnP4sTnIadWZfAp7p7V4I74Mrhw_o 2025/09/26 03:50:49 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/09/26 03:50:50 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "acc128602930a6fd1a6c4e71c3cdd382" 2025/09/26 03:50:50 DEBUG : unknown-size-put.txt: multipart upload "ABPnzm54iFvFmlJoEwSx4PxBVaU4tziByH7tK5pBFtVnP4sTnIadWZfAp7p7V4I74Mrhw_o" finished 2025/09/26 03:50:50 DEBUG : unknown-size-put.txt: Multipart upload Etag: 0b7a3dc3d9cce8cc10758b48392fe612-1 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/09/26 03:50:51 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABPnzm6WeEr2HNumgsTT5Br0HKFBm7b3tcapzmiwA0wuqyWRkD5cgHr0xk-zUfuFGh5tTao 2025/09/26 03:50:51 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/09/26 03:50:52 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "0c73e4fdde7ea66c1c9e951eae086cbd" 2025/09/26 03:50:52 DEBUG : unknown-size-update.txt: multipart upload "ABPnzm6WeEr2HNumgsTT5Br0HKFBm7b3tcapzmiwA0wuqyWRkD5cgHr0xk-zUfuFGh5tTao" finished 2025/09/26 03:50:52 DEBUG : unknown-size-update.txt: Multipart upload Etag: 757674e36b88fc9a9ac8eab406d3ade6-1 OK === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/09/26 03:50:52 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-gamovuk0rate/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2625: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2668: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2717: Can't test if can't have empty directories 2025/09/26 03:50:53 DEBUG : Waiting for deletions to finish 2025/09/26 03:50:53 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/09/26 03:50:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "1758858416965452") 2025/09/26 03:50:53 DEBUG : "versions/test-versions-v2025-09-26-034756-023.txt" version true 2025/09/26 03:50:53 DEBUG : versions/test-versions-v2025-09-26-034756-023.txt: Deleting (id "1758858475985256") 2025/09/26 03:50:53 INFO : versions/test-versions-v2025-09-26-034756-023.txt: Deleted 2025/09/26 03:50:53 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/09/26 03:50:54 INFO : S3 bucket rclone-test-gamovuk0rate: Bucket "rclone-test-gamovuk0rate" deleted 2025/09/26 03:50:54 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- FAIL: TestIntegration (297.06s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.53s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.28s) --- FAIL: TestIntegration/FsMkdir (293.85s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.90s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.29s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.30s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.31s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.30s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.31s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (37.18s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (0.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.51s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.43s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.39s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.48s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.51s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.98s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.94s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (10.20s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (82.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.15s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (3.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (3.41s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.62s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (2.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.72s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.47s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.07s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (5.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.82s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (33.49s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.86s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.99s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (30.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.16s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (16.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (7.77s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (7.60s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.17s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (7.96s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (7.80s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (1.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (151.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (29.93s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (9.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (5.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (10.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (5.26s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (9.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (23.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (7.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (7.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (3.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.95s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (23.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (7.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (8.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (4.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.33s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (3.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (22.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (7.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (8.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (24.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (7.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (4.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (8.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (26.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (7.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (4.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (8.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (10.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.88s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.23s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.27s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.96s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.58s) --- 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:44: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2025/09/26 03:50:54 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/09/26 03:50:54 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 297.092s "go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Finished OK in 4m58.410611011s (try 1/5)