"go test -v -timeout 1h0m0s -remote TestS3R2: -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 "TestS3R2:" 2025/08/23 04:34:01 NOTICE: TestS3R2: Starting server 2025/08/23 04:34:01 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi" 2025/08/23 04:34:01 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/08/23 04:34:02 INFO : S3 bucket rclone-test-jobigac5vuxi: Bucket "rclone-test-jobigac5vuxi" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2025/08/23 04:34:03 INFO : S3 bucket rclone-test-jobigac5vuxi: Bucket "rclone-test-jobigac5vuxi" deleted === RUN TestIntegration/FsMkdir 2025/08/23 04:34:04 INFO : S3 bucket rclone-test-jobigac5vuxi: Bucket "rclone-test-jobigac5vuxi" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/08/23 04:34:04 INFO : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2025/08/23 04:34:04 INFO : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2025/08/23 04:34:04 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 "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === 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" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === 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␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === 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/08/23 04:34:21 NOTICE: S3 bucket rclone-test-jobigac5vuxi: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2025/08/23 04:34:21 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: AKBugk21zgz6FIKU8IMyFnhb1W7zXRNL3x7hP2QgsPKhbyWCymYUnlGUwfEQ3tlly1zK5GKzG1h4IKVaD-gJwm2PpUvAULOvM2ZACt1CH9sBHHu_ZXxJ7IyA9ulcXvNZs_CJ8HSkBYAkAawo3qaJtXKnl0U0NgneZnh2yoMf0Fg8i41kEqVrn8PnqvS2aDu2wXV2vrnFEY9ql8uFvaxaABDgwTSzQiBGQjd42bVchoTpJ3lDIVkn-YOrz6v8MHicijL4lRO8gi95Bu0Vw1M6B5mFYhYQYgZ3JfqqLgV4EusOwHM_L-FA0HazCeNigjIdCzSXxHnr7PsHxWQcshDrv6E 2025/08/23 04:34:22 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "88039753c5989392f2503f77ee07a3de" 2025/08/23 04:34:24 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "233ae384778978ae0a7e9bc924b49da6" 2025/08/23 04:34:24 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "ff44ca2bcc964d0038c5f078181d59fd" 2025/08/23 04:34:24 DEBUG : writer-at-subdir/writer-at-file: multipart upload "AKBugk21zgz6FIKU8IMyFnhb1W7zXRNL3x7hP2QgsPKhbyWCymYUnlGUwfEQ3tlly1zK5GKzG1h4IKVaD-gJwm2PpUvAULOvM2ZACt1CH9sBHHu_ZXxJ7IyA9ulcXvNZs_CJ8HSkBYAkAawo3qaJtXKnl0U0NgneZnh2yoMf0Fg8i41kEqVrn8PnqvS2aDu2wXV2vrnFEY9ql8uFvaxaABDgwTSzQiBGQjd42bVchoTpJ3lDIVkn-YOrz6v8MHicijL4lRO8gi95Bu0Vw1M6B5mFYhYQYgZ3JfqqLgV4EusOwHM_L-FA0HazCeNigjIdCzSXxHnr7PsHxWQcshDrv6E" 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/08/23 04:34:27 DEBUG : Creating backend with remote "TestS3R2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/08/23 04:34:28 DEBUG : Creating backend with remote "TestS3R2:" === 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/08/23 04:34:30 DEBUG : S3 bucket rclone-test-jobigac5vuxi: bucket is versioned: false 2025/08/23 04:34:30 DEBUG : Waiting for deletions to finish 2025/08/23 04:34:30 DEBUG : "dirToPurge/fileToPurge.txt" version false 2025/08/23 04:34:30 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2025/08/23 04:34:30 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/08/23 04:34:31 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi/dirToPurgeFromRoot" 2025/08/23 04:34:31 DEBUG : S3 bucket rclone-test-jobigac5vuxi path dirToPurgeFromRoot: bucket is versioned: false 2025/08/23 04:34:31 DEBUG : Waiting for deletions to finish 2025/08/23 04:34:31 DEBUG : "fileToPurgeFromRoot.txt" version false 2025/08/23 04:34:31 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2025/08/23 04:34:31 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/08/23 04:34:32 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi/hello? sausage/êé" 2025/08/23 04:34:33 DEBUG : S3 bucket rclone-test-jobigac5vuxi path hello? sausage/êé: bucket is versioned: false 2025/08/23 04:34:33 DEBUG : Waiting for deletions to finish 2025/08/23 04:34:33 DEBUG : "a/b/c/d/e.txt" version false 2025/08/23 04:34:33 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2025/08/23 04:34:33 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/08/23 04:34:40 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/08/23 04:34:40 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestS3R2:" path "rclone-test-jobigac5vuxi" from "TestS3R2:rclone-test-jobigac5vuxi" 2025/08/23 04:34:41 DEBUG : Creating backend with remote "TestS3R2:" === 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:2052: skipping directory tests as not supported on this backend === 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/08/23 04:34:47 DEBUG : piped data.txt: open chunk writer: started multipart upload: ALLgQYJrGf2eNTYnX8E5Ko8nnp1_J0Ln6rEfHKaxYKpCMsvXxkniAPmdlgKUHWed_1a_TGfgSi2EkYlffQdz3M60ZAHhbsCEY2iQjYaGMfxWhx_9JgXlhmBTsDVbW92gYTcec_0SxzINtfhgnYRkhW00Bw2BEb_CgdXxnOCpv0fzX2LUZ7tdb7X8pMPvUMPUzO6Z65aA8y_p9oo47lx6hXXkeZ39EAFeM63m8r0WMi4rBs32YerCdM8aPbvQVnXsX3cmzE4dZjb4ALBR3gmrvOBSrCkTkMFsyM1mA1l94pyiZ6hAMXH7vE7Mlgrnjs8WisQKO3JqLtYADphifPOiwY0 2025/08/23 04:34:47 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2025/08/23 04:34:47 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2025/08/23 04:34:48 DEBUG : piped data.txt: multipart upload "ALLgQYJrGf2eNTYnX8E5Ko8nnp1_J0Ln6rEfHKaxYKpCMsvXxkniAPmdlgKUHWed_1a_TGfgSi2EkYlffQdz3M60ZAHhbsCEY2iQjYaGMfxWhx_9JgXlhmBTsDVbW92gYTcec_0SxzINtfhgnYRkhW00Bw2BEb_CgdXxnOCpv0fzX2LUZ7tdb7X8pMPvUMPUzO6Z65aA8y_p9oo47lx6hXXkeZ39EAFeM63m8r0WMi4rBs32YerCdM8aPbvQVnXsX3cmzE4dZjb4ALBR3gmrvOBSrCkTkMFsyM1mA1l94pyiZ6hAMXH7vE7Mlgrnjs8WisQKO3JqLtYADphifPOiwY0" finished === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/08/23 04:34:48 DEBUG : piped data.txt: open chunk writer: started multipart upload: ACGS7-qCCCnBm5h3B8R6ujgbSO5kK5sZOFLlRPo3WFK5NBM-b1dVUO6KbNWEGc_81vRJxk9XVCL7UEQdsdbLivAwpYJ_FpSr5CDqCFWRuQ9ygoa90RVFFh7WEyOIcCPSrmIlaDpczwGz07rUt-CK_CkQ4shYQd61U1qm0GLPN1qXGPac0JA2be5p0fFAQ4zrBlJP8LhpI3mp1Ol0Cv9BVaabwLSa8Y3sKICwMdNZtutjwSAo-P5M87nCKlKCo3wIhxnMJSt1mr3B0EdK3CB7_q40dArCcTnNhuZ1YH9DgOXLALdT4oWLRsNqoHeopFEmfpVMR5QuT8WtZ7zHRy_rNPk 2025/08/23 04:34:48 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/23 04:34:48 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "22efdbfcbe43215905331a90dc35dec1" 2025/08/23 04:34:49 DEBUG : piped data.txt: multipart upload "ACGS7-qCCCnBm5h3B8R6ujgbSO5kK5sZOFLlRPo3WFK5NBM-b1dVUO6KbNWEGc_81vRJxk9XVCL7UEQdsdbLivAwpYJ_FpSr5CDqCFWRuQ9ygoa90RVFFh7WEyOIcCPSrmIlaDpczwGz07rUt-CK_CkQ4shYQd61U1qm0GLPN1qXGPac0JA2be5p0fFAQ4zrBlJP8LhpI3mp1Ol0Cv9BVaabwLSa8Y3sKICwMdNZtutjwSAo-P5M87nCKlKCo3wIhxnMJSt1mr3B0EdK3CB7_q40dArCcTnNhuZ1YH9DgOXLALdT4oWLRsNqoHeopFEmfpVMR5QuT8WtZ7zHRy_rNPk" finished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress 2025/08/23 04:34:49 NOTICE: test-metadata: Not decompressing 'Content-Encoding: gzip' compressed file. Use --s3-decompress to override === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions s3_internal_test.go:298: Couldn't enable versioning: operation error S3: PutBucketVersioning, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: PutBucketVersioning not implemented === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2025/08/23 04:34:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: AHbCjOQoc5jRmCp2BrHXOSZYQAqhDi28S035B3z7Rt2Ad0qTRpwZaka_M7QU21bnTTFpd1HVGCtzrymt_XW6OUisTFPJHia379TRIuyVynp7lmN3xZiq77-qOWIak_lZvjrShpyNLXMv5J0H29swlzhXTNxrgx9pt2ZDKdjQHniz_5hMGRXzn4uCf6xRJ2JCCeXf0d4TJ3ZPWcYDzBsHNyZjdV8b7Vfq4tmTWRJE6phkV-u2gtA6Ol8QN4-y7H-kj5kRJnHjsMa--4jgW5SmLxLlWZMQZKK2dfxKQdw7I1LNJqHgkIJSzrMULkuAPeTY2mxJIlwG722TH4q41cF6Ap0 2025/08/23 04:34:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2025/08/23 04:34:52 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2025/08/23 04:34:53 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "AHbCjOQoc5jRmCp2BrHXOSZYQAqhDi28S035B3z7Rt2Ad0qTRpwZaka_M7QU21bnTTFpd1HVGCtzrymt_XW6OUisTFPJHia379TRIuyVynp7lmN3xZiq77-qOWIak_lZvjrShpyNLXMv5J0H29swlzhXTNxrgx9pt2ZDKdjQHniz_5hMGRXzn4uCf6xRJ2JCCeXf0d4TJ3ZPWcYDzBsHNyZjdV8b7Vfq4tmTWRJE6phkV-u2gtA6Ol8QN4-y7H-kj5kRJnHjsMa--4jgW5SmLxLlWZMQZKK2dfxKQdw7I1LNJqHgkIJSzrMULkuAPeTY2mxJIlwG722TH4q41cF6Ap0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2025/08/23 04:34:53 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: APUojX23LTxpPrFuUvYC76vAq8n-0WdT-IbmxEhk6XG8PSOAOxxah4Q4gTW-844P4MOVU8nIpgMjujcQDiII8jBafLFrDqi73G7cFFUCdYs8-2Z4ePpiX-5skktFtB_12DjthIDXWwOTKs8o_My6XwcBMiywFiU6Gcr0paivC2e_jK0gle5NTJbLFopunI5IcuOVO3342dlwe1Vz0eSbeGWJldAxrgLFYOw6aS-9ipy5yzVDEe5heoLsEvBRQ0e4K6mRPn0NY0eyW7yuRXkop7U6EhlI8bKY73zfc7FAo1CbVY8bz7XD8iZqshjwa2MhRM_ATEqtuIaBe7nUZH1yRUQ 2025/08/23 04:34:54 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2025/08/23 04:34:54 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/23 04:34:54 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "APUojX23LTxpPrFuUvYC76vAq8n-0WdT-IbmxEhk6XG8PSOAOxxah4Q4gTW-844P4MOVU8nIpgMjujcQDiII8jBafLFrDqi73G7cFFUCdYs8-2Z4ePpiX-5skktFtB_12DjthIDXWwOTKs8o_My6XwcBMiywFiU6Gcr0paivC2e_jK0gle5NTJbLFopunI5IcuOVO3342dlwe1Vz0eSbeGWJldAxrgLFYOw6aS-9ipy5yzVDEe5heoLsEvBRQ0e4K6mRPn0NY0eyW7yuRXkop7U6EhlI8bKY73zfc7FAo1CbVY8bz7XD8iZqshjwa2MhRM_ATEqtuIaBe7nUZH1yRUQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2025/08/23 04:34:55 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AGCqRZvYkxcIp0TO9mhsCznDGsY9LwFuDuNn6zalS7jnzvRnKVi4kmIbys4V4RMrmEINDkDxdRQurlnfGK5whWt6BKt7XP1PkHy6EwjkJ_hn6-m6_Kg-0oG-3ivhMhvrIu5xAmFTXmwbuBF9N1uggybTbR7tJq5f5--4N9tPARO8hdFolLOJmH6_OZCFVwyw1IY-JbU8G80uN7_kxOe4_1ZajpeJcFiUfXqUXAk2UcWiJ1v4Mrg3uuSZp3X8NVMIKloEwGlxIK3FnZrm3b3GJIGIA_6i6eVcz2JCUKHyzgWUmWe1COXmbq6L4_LDWN5nh0OR41jQsW8X-eToTDYNF3Q 2025/08/23 04:34:56 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/23 04:34:56 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/23 04:34:56 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AGCqRZvYkxcIp0TO9mhsCznDGsY9LwFuDuNn6zalS7jnzvRnKVi4kmIbys4V4RMrmEINDkDxdRQurlnfGK5whWt6BKt7XP1PkHy6EwjkJ_hn6-m6_Kg-0oG-3ivhMhvrIu5xAmFTXmwbuBF9N1uggybTbR7tJq5f5--4N9tPARO8hdFolLOJmH6_OZCFVwyw1IY-JbU8G80uN7_kxOe4_1ZajpeJcFiUfXqUXAk2UcWiJ1v4Mrg3uuSZp3X8NVMIKloEwGlxIK3FnZrm3b3GJIGIA_6i6eVcz2JCUKHyzgWUmWe1COXmbq6L4_LDWN5nh0OR41jQsW8X-eToTDYNF3Q" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2025/08/23 04:34:57 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: AGVA-qWdLlOjZxvoR5bZSixZ7v6JEdNZrH3kMXvEiklDT2NhviRQX0V4vBierb-xIeSSv93Z7MDdfg5bVw-YhrP8oCkuO5UIE1Sw0JytfJRydFiOm2sfceJMJsi-OhttCzbI9fTJn-tWhBnXL5tDksRMTOKySPKpfLJNr4wE1zFKY7mTxM7LZ5k6Ek24vi_URG6fAHkAkhqYttcC0OXo1eAO51rop3ONaWofK0EmcrMSy9FwwzZUoYFJa2vrutZMqmUp7xFdenMwzo41lNTERkI-5K0qPRJqYAD7S3TZEeEEzJAmQG9kHnmBldN8t84zo0Ne_h0TZeQkgs8QMF76qbk 2025/08/23 04:34:57 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2025/08/23 04:34:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2025/08/23 04:34:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2025/08/23 04:34:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/23 04:34:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/23 04:34:58 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/23 04:34:59 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "AGVA-qWdLlOjZxvoR5bZSixZ7v6JEdNZrH3kMXvEiklDT2NhviRQX0V4vBierb-xIeSSv93Z7MDdfg5bVw-YhrP8oCkuO5UIE1Sw0JytfJRydFiOm2sfceJMJsi-OhttCzbI9fTJn-tWhBnXL5tDksRMTOKySPKpfLJNr4wE1zFKY7mTxM7LZ5k6Ek24vi_URG6fAHkAkhqYttcC0OXo1eAO51rop3ONaWofK0EmcrMSy9FwwzZUoYFJa2vrutZMqmUp7xFdenMwzo41lNTERkI-5K0qPRJqYAD7S3TZEeEEzJAmQG9kHnmBldN8t84zo0Ne_h0TZeQkgs8QMF76qbk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: AH3d9azi2PjtOdjFd539F2z53toyY29IvKMiht0u1810-_TONHx2TWuF6TrPA9RNk_CL7yxJ5GKGD2WsoCeE065GW0PtkuFD550jLwD4sqjcuwLpv96XkpGwv3r5qRcfwv0PpAOuWFndIF3o57LAGGV6Ze16TZbvWKTThZbYbdOHhdprgrzu4oCoYz0O5pqtGuUIDr69Fx8dt4AM_WoOZZFoBRjeYU35MhnLqlTPdShFkivR10swP3vm98TQ4MMLoDmjeHAsk8t0dTRpXH5MLM2yzPGUCdEl2N-nobgTjM_qiU9bUwSu_Ye59k5adx_A65fc06y-giQrNmvlFNhvuD4 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2025/08/23 04:35:00 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2025/08/23 04:35:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2025/08/23 04:35:01 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "AH3d9azi2PjtOdjFd539F2z53toyY29IvKMiht0u1810-_TONHx2TWuF6TrPA9RNk_CL7yxJ5GKGD2WsoCeE065GW0PtkuFD550jLwD4sqjcuwLpv96XkpGwv3r5qRcfwv0PpAOuWFndIF3o57LAGGV6Ze16TZbvWKTThZbYbdOHhdprgrzu4oCoYz0O5pqtGuUIDr69Fx8dt4AM_WoOZZFoBRjeYU35MhnLqlTPdShFkivR10swP3vm98TQ4MMLoDmjeHAsk8t0dTRpXH5MLM2yzPGUCdEl2N-nobgTjM_qiU9bUwSu_Ye59k5adx_A65fc06y-giQrNmvlFNhvuD4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2025/08/23 04:35:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AEr1kdw_vg_6SjNUK2B-utXgsHZXeZQfAPFqvuMfDtgrHaCcm6AX-al07aGf58ThehtUYdlMleM8DS_qfXLh9dEoMunO-WX5YQu-uOKC97TkR2AOA-gg7SueFP4-UueOnkkTo0eqKNFK2l5-mDO1npNiXovQkXyOzEy7ZkSxvYEaHhy4UXWDuOYZQWrby6ytBi6FOcIogh5EeLyGmDMGo7CFj-xolfgK5LOhh90Dh_-bIEecUwf4sX0dFM7NGbiG1GcH2R9j-NxiBOlW3CPKLhX1Xf72LFzjxRFLPwFF2XUl2mXir4kZiQvDgLAk9W7U3cetxUFjE7IEJaM7nnoqqL0 2025/08/23 04:35:03 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/23 04:35:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2025/08/23 04:35:04 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AEr1kdw_vg_6SjNUK2B-utXgsHZXeZQfAPFqvuMfDtgrHaCcm6AX-al07aGf58ThehtUYdlMleM8DS_qfXLh9dEoMunO-WX5YQu-uOKC97TkR2AOA-gg7SueFP4-UueOnkkTo0eqKNFK2l5-mDO1npNiXovQkXyOzEy7ZkSxvYEaHhy4UXWDuOYZQWrby6ytBi6FOcIogh5EeLyGmDMGo7CFj-xolfgK5LOhh90Dh_-bIEecUwf4sX0dFM7NGbiG1GcH2R9j-NxiBOlW3CPKLhX1Xf72LFzjxRFLPwFF2XUl2mXir4kZiQvDgLAk9W7U3cetxUFjE7IEJaM7nnoqqL0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2025/08/23 04:35:05 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: AMoObS1uYvZK0j5fqHK6QXoc7AxrXeMWZvTObbx3exfhBohDIlE8f3TwjmFnu2M-ofalKET-lOpJ9HKOuZCVH7zRdan0XBD7TPzsH9898rodFFtQu8_W7cGwd_1_snabe5-mNKRmGFgdn_vUyTp1f4mExunMKcLhDHM6CP_opXC-XWhrzojQVsIQLPOqt5U5AmKrb5eB2rPHJELRFBXuK_rq4wAHoR_wd-APpY3N6F8htoF9diW-01M0fdWs_u8Hd0MnZtU4qvqZoq1KxYA4TLhMaNyCpwgWnYN6vfEPrpiSHSZ11HlMd-H6K9r2GAA9_-QyIPnMFaC-Cr3zNAFYTgk 2025/08/23 04:35:05 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2025/08/23 04:35:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/23 04:35:06 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "AMoObS1uYvZK0j5fqHK6QXoc7AxrXeMWZvTObbx3exfhBohDIlE8f3TwjmFnu2M-ofalKET-lOpJ9HKOuZCVH7zRdan0XBD7TPzsH9898rodFFtQu8_W7cGwd_1_snabe5-mNKRmGFgdn_vUyTp1f4mExunMKcLhDHM6CP_opXC-XWhrzojQVsIQLPOqt5U5AmKrb5eB2rPHJELRFBXuK_rq4wAHoR_wd-APpY3N6F8htoF9diW-01M0fdWs_u8Hd0MnZtU4qvqZoq1KxYA4TLhMaNyCpwgWnYN6vfEPrpiSHSZ11HlMd-H6K9r2GAA9_-QyIPnMFaC-Cr3zNAFYTgk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2025/08/23 04:35:07 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: AO_F2fjri4PKK_uTdcUyDGyYtdlL0DAbHTsOfvXl-mEFdna8keiDfj8z4SvoPntGmMlI39NSdsGKo8a417pon_E5UHiKZQ7Mpn1RphJ3uF1S3XuIygrBr5bOsPGFRVx9Ena5vNWkHrJRKaUhQ6QeibRu4BNQL5jXV22l_FDlYkk3geWNTrCp5u1tiq-9rorFvp49OPHwRIRYsdjDmSZ3E_7AdPST4LnzjhieoGHj-zlxdRoqH2Ob57TIJJaFvtbbdYUQrtUyvqK1RJoA3OU-0nC_mIJeeQlO040Fbe18KcIZbI7yfN-W7krwhquO7IhwYwBGKwRsb5uNbHzC8UbfbbI 2025/08/23 04:35:07 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/23 04:35:07 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/23 04:35:08 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "AO_F2fjri4PKK_uTdcUyDGyYtdlL0DAbHTsOfvXl-mEFdna8keiDfj8z4SvoPntGmMlI39NSdsGKo8a417pon_E5UHiKZQ7Mpn1RphJ3uF1S3XuIygrBr5bOsPGFRVx9Ena5vNWkHrJRKaUhQ6QeibRu4BNQL5jXV22l_FDlYkk3geWNTrCp5u1tiq-9rorFvp49OPHwRIRYsdjDmSZ3E_7AdPST4LnzjhieoGHj-zlxdRoqH2Ob57TIJJaFvtbbdYUQrtUyvqK1RJoA3OU-0nC_mIJeeQlO040Fbe18KcIZbI7yfN-W7krwhquO7IhwYwBGKwRsb5uNbHzC8UbfbbI" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: APYoNGjlCBmX-zNfB6YX_GmyyD3OitjaIMaWobsG9wypiz6O6qruI6xdn26epOywjWgXFY_C7VzKQyEdDhqaVVqsYDOPbTkAU2LVGXmc-gfD9WfFxPLqrZjHporyEqD5_Z86S6eeJnaYTR9pCyDQipLYSjGKdYznefbYZEI9O2x9a9z-n7M3hCHukMKFXVkKAhUDkeY4XZ1mvKc9mhDpGPuE_Dfu4HIeOkhIqZUBEN-ALaqxRNlNuxft2-qXG6El1ycG3q0p7H79qL4yytoHWoKIMAfP1wRlKaPhy1q8EXQdonU9krRNAldYOmyUtpF8ceVXbwptRWYKgaVvZRe1Yh0 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/23 04:35:09 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/23 04:35:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/23 04:35:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "APYoNGjlCBmX-zNfB6YX_GmyyD3OitjaIMaWobsG9wypiz6O6qruI6xdn26epOywjWgXFY_C7VzKQyEdDhqaVVqsYDOPbTkAU2LVGXmc-gfD9WfFxPLqrZjHporyEqD5_Z86S6eeJnaYTR9pCyDQipLYSjGKdYznefbYZEI9O2x9a9z-n7M3hCHukMKFXVkKAhUDkeY4XZ1mvKc9mhDpGPuE_Dfu4HIeOkhIqZUBEN-ALaqxRNlNuxft2-qXG6El1ycG3q0p7H79qL4yytoHWoKIMAfP1wRlKaPhy1q8EXQdonU9krRNAldYOmyUtpF8ceVXbwptRWYKgaVvZRe1Yh0" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2025/08/23 04:35:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AN4NsYWzFHtLN-bbUb7F00RI3U-0equAAxZYgSm8obum35E0iP_QlaTJ-iBS4pq-PkWMr-kOimdb3kN38OrGn4hPmPJUf2dYdP6-MF5PYZWT3hffCAbXX6SB4IjpzpZlpGT5mR_QSYaIZR7ASDpgyZuexLqdymEe7i0ZkTAFuQdYebuEzSYkHgZuhKBC6_rku_mJXTr1Zq5U5WdmCLt7mxf4LCZ7OBPv49_5L0WRksmzgShjl_G8sOgcGdpjkFOzKoR3BS69gO4i72kRzEmAfwe-JT3uhogL_XByuq7fCUE6ELDGFU48rfpvsYHgEZTbKpvJdUKFWr-NWHmYpDBkx3E 2025/08/23 04:35:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2025/08/23 04:35:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/23 04:35:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2025/08/23 04:35:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2025/08/23 04:35:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2025/08/23 04:35:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2025/08/23 04:35:12 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "AN4NsYWzFHtLN-bbUb7F00RI3U-0equAAxZYgSm8obum35E0iP_QlaTJ-iBS4pq-PkWMr-kOimdb3kN38OrGn4hPmPJUf2dYdP6-MF5PYZWT3hffCAbXX6SB4IjpzpZlpGT5mR_QSYaIZR7ASDpgyZuexLqdymEe7i0ZkTAFuQdYebuEzSYkHgZuhKBC6_rku_mJXTr1Zq5U5WdmCLt7mxf4LCZ7OBPv49_5L0WRksmzgShjl_G8sOgcGdpjkFOzKoR3BS69gO4i72kRzEmAfwe-JT3uhogL_XByuq7fCUE6ELDGFU48rfpvsYHgEZTbKpvJdUKFWr-NWHmYpDBkx3E" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2025/08/23 04:35:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AGFYbNi17tIx8ByMQjr_bIzAgvi1wWnm1XiBKdybqHylwQw4OfIZhyPm79nhLiUo9FgUekx-mikEkopY-QDwMQWxMYS25jL9hslV2Fjr00ZybXqXIzWEge7-RNBtSHpyno_ecovo44-rAALWuW8TaaImY_UfT5Vftr7ohW2t_5niKHEMP1Jys6a-5vYQgA-7zw5oiCgPRVXUhbEx2X9GoNRp3lvfatbnrFlvCQyq_1dFVhqiccL5uYHWsoB5ekvZZPEa3GxIq8NK9rIN8PgYjSLAvx80V5qJIbAtGe8zSHVxwMYb18ljx3R3eBa1u5D9oAbyL1Gek0y-UktfXsIpIBQ 2025/08/23 04:35:15 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/23 04:35:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2025/08/23 04:35:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AGFYbNi17tIx8ByMQjr_bIzAgvi1wWnm1XiBKdybqHylwQw4OfIZhyPm79nhLiUo9FgUekx-mikEkopY-QDwMQWxMYS25jL9hslV2Fjr00ZybXqXIzWEge7-RNBtSHpyno_ecovo44-rAALWuW8TaaImY_UfT5Vftr7ohW2t_5niKHEMP1Jys6a-5vYQgA-7zw5oiCgPRVXUhbEx2X9GoNRp3lvfatbnrFlvCQyq_1dFVhqiccL5uYHWsoB5ekvZZPEa3GxIq8NK9rIN8PgYjSLAvx80V5qJIbAtGe8zSHVxwMYb18ljx3R3eBa1u5D9oAbyL1Gek0y-UktfXsIpIBQ" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2025/08/23 04:35:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ACDwY-C7FMGUucgJwE-sUYpqpov9ooo1Mo_IxcaT2dtSNOP-KTbS1lLWFakdythI500eoXqh8h8lUKTOMaeG56fMz08KLtwdBiYhhS9URqoGNmce3yalXeVt8koiqICnUsrC8VY1Fh4D8F-PEdtUYaqHT3XDw9Byc9_UotcAEbqhHJ4M9qbFRoM0ljtOD7kGRaP0YeTBWszuN_Xa8Kciav-_2-6WNw5TgjXRreQBYMtBAUsKdZR8_-fi0UUkh8QTaDcQPgWB-Arg_elHbx5t2mtgbI40NqRmL-mMLpIS19wn9exRU2yEsE_Pd1xNp20Mf4oydI7uBtp-JbenEpuQsyM 2025/08/23 04:35:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2025/08/23 04:35:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/23 04:35:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ACDwY-C7FMGUucgJwE-sUYpqpov9ooo1Mo_IxcaT2dtSNOP-KTbS1lLWFakdythI500eoXqh8h8lUKTOMaeG56fMz08KLtwdBiYhhS9URqoGNmce3yalXeVt8koiqICnUsrC8VY1Fh4D8F-PEdtUYaqHT3XDw9Byc9_UotcAEbqhHJ4M9qbFRoM0ljtOD7kGRaP0YeTBWszuN_Xa8Kciav-_2-6WNw5TgjXRreQBYMtBAUsKdZR8_-fi0UUkh8QTaDcQPgWB-Arg_elHbx5t2mtgbI40NqRmL-mMLpIS19wn9exRU2yEsE_Pd1xNp20Mf4oydI7uBtp-JbenEpuQsyM" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2025/08/23 04:35:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: AG6Qiqzam2m2MAGS7TFmeGlQ_-zhi4O4lcImSHM6-WOmrgPXgrxdpCmVF1aE2rehnT4UNt6iH8L1awuZCVx2qemfQ0hpBTcoEmI9LLPYXLep5wd7LDTS3rLCQ8XHVPcXhZdSxvXPLF8WZN1DoUGrm_UYc2h5gYDTh-1aKRDIoVHqZNZZ6bitFcLYI8q4kqFJB-2Z8hhpqDEHpdP0DaWfQQpRgxvBQzZ_zZt5TTEtyLLCUVem5wej7TdzPpUPV31ZCVrhbnyboQkSa9xdzwbxUXNLc_YZaASXITZC_t4Youv_oI14q5QkDaF5PpNGaqKHdgRsAZJMXLv3VygMdiIbA-w 2025/08/23 04:35:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/23 04:35:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/23 04:35:20 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "AG6Qiqzam2m2MAGS7TFmeGlQ_-zhi4O4lcImSHM6-WOmrgPXgrxdpCmVF1aE2rehnT4UNt6iH8L1awuZCVx2qemfQ0hpBTcoEmI9LLPYXLep5wd7LDTS3rLCQ8XHVPcXhZdSxvXPLF8WZN1DoUGrm_UYc2h5gYDTh-1aKRDIoVHqZNZZ6bitFcLYI8q4kqFJB-2Z8hhpqDEHpdP0DaWfQQpRgxvBQzZ_zZt5TTEtyLLCUVem5wej7TdzPpUPV31ZCVrhbnyboQkSa9xdzwbxUXNLc_YZaASXITZC_t4Youv_oI14q5QkDaF5PpNGaqKHdgRsAZJMXLv3VygMdiIbA-w" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2025/08/23 04:35:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: AJ4wjp1TuGv-sZxOzGxKKFONHyW29bbxeUVB09b8f7px0G7fYhOh9rZKM-ZEL1m4KJxXzg3tuZd5mJqzsvvBqMbkGlaML_1HLpIHVhDuGhidInZOJAK1TUhJcUI5reDjr4gL4WD0RruzmROQn7JGyw1XIGaHNH3YX7lIPYmFqFdu8gaYwhPOkhCswLFWoYOB_UXvZ2sS-hlvOjfFK_j7k00bmibtlRyxmac5jqHS4Jgn93hEG2oOPF9N-b109BNllVYNW2-PzCfv46dNhnUw90q7qFuXEPpdKxMARHioESvmjZcjrq6mKIUpS3v6PymgvrIyJrHmft2lF9jle11F2EA 2025/08/23 04:35:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2025/08/23 04:35:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2025/08/23 04:35:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2025/08/23 04:35:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/23 04:35:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/23 04:35:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/23 04:35:22 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "AJ4wjp1TuGv-sZxOzGxKKFONHyW29bbxeUVB09b8f7px0G7fYhOh9rZKM-ZEL1m4KJxXzg3tuZd5mJqzsvvBqMbkGlaML_1HLpIHVhDuGhidInZOJAK1TUhJcUI5reDjr4gL4WD0RruzmROQn7JGyw1XIGaHNH3YX7lIPYmFqFdu8gaYwhPOkhCswLFWoYOB_UXvZ2sS-hlvOjfFK_j7k00bmibtlRyxmac5jqHS4Jgn93hEG2oOPF9N-b109BNllVYNW2-PzCfv46dNhnUw90q7qFuXEPpdKxMARHioESvmjZcjrq6mKIUpS3v6PymgvrIyJrHmft2lF9jle11F2EA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2025/08/23 04:35:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: AJjkLLcv6TqyexGYGA5P6D5REj85_invt-5GsEipavFsuR-1_rb3fuBDA5bK0Th1UII6gz-vgd0r9KEXhcZIYFXhxYaOfnhbbOezYXna6MIAx3STHsImVvNxABtYRkRszN8Kf5IjnDOKgK9i5wWoQpn1i1gA9H6UdYE0aNcBMTKKRJKsx-sJGWy78n_nP3dsqv8VjHE-Zfo1LWs8Y3nLXcm6Vvkg2Gh50PLqQPXe1csmLmKB0gsvzTgPR39glJH7WwXtxVKc6IFZXGm90VkxVbz3bfKfrfNzVhnnwkwVyXh33xXTmQC6TkoQj7PAwpFGXDhNHEDPEYEWgh00qtro5Lo 2025/08/23 04:35:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2025/08/23 04:35:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2025/08/23 04:35:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2025/08/23 04:35:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/23 04:35:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2025/08/23 04:35:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2025/08/23 04:35:24 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "AJjkLLcv6TqyexGYGA5P6D5REj85_invt-5GsEipavFsuR-1_rb3fuBDA5bK0Th1UII6gz-vgd0r9KEXhcZIYFXhxYaOfnhbbOezYXna6MIAx3STHsImVvNxABtYRkRszN8Kf5IjnDOKgK9i5wWoQpn1i1gA9H6UdYE0aNcBMTKKRJKsx-sJGWy78n_nP3dsqv8VjHE-Zfo1LWs8Y3nLXcm6Vvkg2Gh50PLqQPXe1csmLmKB0gsvzTgPR39glJH7WwXtxVKc6IFZXGm90VkxVbz3bfKfrfNzVhnnwkwVyXh33xXTmQC6TkoQj7PAwpFGXDhNHEDPEYEWgh00qtro5Lo" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2025/08/23 04:35:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AN7vX4bKaJCn4hyG2jcQ7jDYhWAsv2o4xD5ixuiFcb3eVyuz30j9Sfa22XpByt7ugBZ4Wj4lLvXN9JZn0ztwPVxje4fXdJXu0nPiwA4wQjHtPYUHlLmlQOILZO6K6Vg2RSVfkkJtDEU1QAuGzKRwpSkaBPcRptZQlSaECeIZMt5S3Czms6ZX6rokuYP0ZzxYm6FUGn8UdcYcXBDnPunPfm7rNpibVlbYdsSj0TLSzI-BBEnutWbloE_OqHHZFxvXfG7iC1DL5IEj8ZyK7xfEQqSSFFXkkIM1sUQwTK-0gZ_HZInlwXX35Rkp-8FlZwZtAi1L6PtqPC-XMU6JOoo9ojU 2025/08/23 04:35:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/23 04:35:27 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2025/08/23 04:35:28 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AN7vX4bKaJCn4hyG2jcQ7jDYhWAsv2o4xD5ixuiFcb3eVyuz30j9Sfa22XpByt7ugBZ4Wj4lLvXN9JZn0ztwPVxje4fXdJXu0nPiwA4wQjHtPYUHlLmlQOILZO6K6Vg2RSVfkkJtDEU1QAuGzKRwpSkaBPcRptZQlSaECeIZMt5S3Czms6ZX6rokuYP0ZzxYm6FUGn8UdcYcXBDnPunPfm7rNpibVlbYdsSj0TLSzI-BBEnutWbloE_OqHHZFxvXfG7iC1DL5IEj8ZyK7xfEQqSSFFXkkIM1sUQwTK-0gZ_HZInlwXX35Rkp-8FlZwZtAi1L6PtqPC-XMU6JOoo9ojU" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2025/08/23 04:35:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: AAcpEwdC8yun1PnGOUOLMEZaob4ZXaT0kQKJ3ucNwDbZ49gyI3_MmZhh4QMT9lz16k2DSATlj0YCEshTAwLZH3XUXAgaMn79un5xefB7ywF4KElLPWX-fgyxRMSuLcp7PI7CZRo1G0JCkNwWbQEgbg6cLo8XXmA0ukb1UXebI5kur0gA2BqzaEJY6ajWqHQ82CftrtHucJokSnprOjoNLjECRoSNsAVH1qlR8mRkG6OygHIBeBGwp9X_Iu7R4S36kn7mg6CRiLIt_9DuGOhhkUL19a1fj_AbR9AK42W30Mnc78MhCU-kVPQqUAbJwyRAC6nF0ecAXGfgFtr7e9iTDWY 2025/08/23 04:35:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2025/08/23 04:35:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/23 04:35:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "AAcpEwdC8yun1PnGOUOLMEZaob4ZXaT0kQKJ3ucNwDbZ49gyI3_MmZhh4QMT9lz16k2DSATlj0YCEshTAwLZH3XUXAgaMn79un5xefB7ywF4KElLPWX-fgyxRMSuLcp7PI7CZRo1G0JCkNwWbQEgbg6cLo8XXmA0ukb1UXebI5kur0gA2BqzaEJY6ajWqHQ82CftrtHucJokSnprOjoNLjECRoSNsAVH1qlR8mRkG6OygHIBeBGwp9X_Iu7R4S36kn7mg6CRiLIt_9DuGOhhkUL19a1fj_AbR9AK42W30Mnc78MhCU-kVPQqUAbJwyRAC6nF0ecAXGfgFtr7e9iTDWY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2025/08/23 04:35:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: AENuLbWpBtwOHQOWZbRE0wVxNfl1NtlNw5-rPRlSStsjWLblUMsyspKSwjKmfWCj1fD_MAlCylzs-5mTTI2n9SfyVTUAvpSn79N86C6t3C20SNZKl7yRmsxePqIox7fRAv__D1pcak0X-dLZTKIseAtSVzzJYCB1tpmEcLzZiGEqNmBZsYYUQ-FZ_B3nQUwDsf3JBKDY9knBGquxpWnRWJuv5es1Vc7DhUvaaS1l6U2rZIGwQGLJVAR9rasz3rsCO7tmib11PVcZrA0AtZoYdXVjYol4I6-SOq-kbmqKb4Bo0JKoP2vU6MDCceiB_Gf6TuzFD32r66n6pvXpy_xhy6c 2025/08/23 04:35:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/23 04:35:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/23 04:35:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "AENuLbWpBtwOHQOWZbRE0wVxNfl1NtlNw5-rPRlSStsjWLblUMsyspKSwjKmfWCj1fD_MAlCylzs-5mTTI2n9SfyVTUAvpSn79N86C6t3C20SNZKl7yRmsxePqIox7fRAv__D1pcak0X-dLZTKIseAtSVzzJYCB1tpmEcLzZiGEqNmBZsYYUQ-FZ_B3nQUwDsf3JBKDY9knBGquxpWnRWJuv5es1Vc7DhUvaaS1l6U2rZIGwQGLJVAR9rasz3rsCO7tmib11PVcZrA0AtZoYdXVjYol4I6-SOq-kbmqKb4Bo0JKoP2vU6MDCceiB_Gf6TuzFD32r66n6pvXpy_xhy6c" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2025/08/23 04:35:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ADzs11lCvny6qjcZDGILeATMvsdNEzs5DfBC0_QflvOY3cOTCGpGtnfFetwAR10a1EmVs0y9OXfIdObu9tPQIALJ8OtJBDMsjGeg0g0cu0oZo9pRxbdwkTTaGPiWcgl9g3aQQ708mo7fUET_Sxyb_M31XX-SNaZfjhxjzmr2xbv3zLbG23W5ULRpjkOdkzGzIpE5-rQUEbHbecOTaXQZqAV4JqgDpu6YqVkQivruKGDGD05dQ-ugJmFDH9SBr79onkSPqxYukbNbOMBZzmyGg4ZYiSHrbX9qmsRJF73JTvJElulUzX6cjq5x8ndt-yXwdNmCsqG8SIuGMgnhViWO81I 2025/08/23 04:35:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2025/08/23 04:35:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2025/08/23 04:35:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2025/08/23 04:35:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/23 04:35:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/23 04:35:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/23 04:35:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ADzs11lCvny6qjcZDGILeATMvsdNEzs5DfBC0_QflvOY3cOTCGpGtnfFetwAR10a1EmVs0y9OXfIdObu9tPQIALJ8OtJBDMsjGeg0g0cu0oZo9pRxbdwkTTaGPiWcgl9g3aQQ708mo7fUET_Sxyb_M31XX-SNaZfjhxjzmr2xbv3zLbG23W5ULRpjkOdkzGzIpE5-rQUEbHbecOTaXQZqAV4JqgDpu6YqVkQivruKGDGD05dQ-ugJmFDH9SBr79onkSPqxYukbNbOMBZzmyGg4ZYiSHrbX9qmsRJF73JTvJElulUzX6cjq5x8ndt-yXwdNmCsqG8SIuGMgnhViWO81I" finished === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2025/08/23 04:35:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: AIVirVrMDTjiGOfgSJtQFDJzAEbji_VfPYYcn1MXByUD5VMbiFEB7baM43uht_l8OxKKwHI-sASHfehaiE02uE_ovs71tJlpULs-lwSeEYoQuw0aGY7naWksKmU711Lh4laNtm_jQwlKa_y6t0j0ThfFks8RPKoKITs8KATWd96zlnBNCPVstiAcwQ2P7V8cGZteY3q3_KBXp4jF3oZhcp5MegTY5qxUG22MXWExKHbAw1_qPrkQTNam8f3ZuLGccC7bZZ97GxkMwvHFnN3S3Mmh5aTg7DnQFZF_3lUCgbgnkCqvRzZYkcTyJIq0x5u5NeWSfeAQyOANMAcrx15Z-TY 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2025/08/23 04:35:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2025/08/23 04:35:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "AIVirVrMDTjiGOfgSJtQFDJzAEbji_VfPYYcn1MXByUD5VMbiFEB7baM43uht_l8OxKKwHI-sASHfehaiE02uE_ovs71tJlpULs-lwSeEYoQuw0aGY7naWksKmU711Lh4laNtm_jQwlKa_y6t0j0ThfFks8RPKoKITs8KATWd96zlnBNCPVstiAcwQ2P7V8cGZteY3q3_KBXp4jF3oZhcp5MegTY5qxUG22MXWExKHbAw1_qPrkQTNam8f3ZuLGccC7bZZ97GxkMwvHFnN3S3Mmh5aTg7DnQFZF_3lUCgbgnkCqvRzZYkcTyJIq0x5u5NeWSfeAQyOANMAcrx15Z-TY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2025/08/23 04:35:40 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ALuI2Yvp5dCYIS7vSat42JKCsMkjAK2_HnK90OBmsGPv850_fQfuMW4O-zDY8udnOGP-ILjOvbpL-VPVGaNRPfS7NgOPvaD-B9URXPDZ729qfJ_G0QmH5bhp-p6Z6YfdrBbufJgtOxOHjCUrbI9-vmFvdk4sh5D9JPUgyvROa8QItCGiGw75oevVsjxRuJW9Oy4nSr45x_8gGm3T_BTxGK3R3wp2J0eIDd6u3EgW7vO7FzivfMXpDt2Qt_JUUyd9xXyZYp0-dAS_azAdefulggdrdw5fMT50Xw4a3XxuphPH6TeUE_gJqVS_EyKURA4utLWXFo8zqCoN7j6IEQiMazY 2025/08/23 04:35:41 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2025/08/23 04:35:42 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2025/08/23 04:35:42 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ALuI2Yvp5dCYIS7vSat42JKCsMkjAK2_HnK90OBmsGPv850_fQfuMW4O-zDY8udnOGP-ILjOvbpL-VPVGaNRPfS7NgOPvaD-B9URXPDZ729qfJ_G0QmH5bhp-p6Z6YfdrBbufJgtOxOHjCUrbI9-vmFvdk4sh5D9JPUgyvROa8QItCGiGw75oevVsjxRuJW9Oy4nSr45x_8gGm3T_BTxGK3R3wp2J0eIDd6u3EgW7vO7FzivfMXpDt2Qt_JUUyd9xXyZYp0-dAS_azAdefulggdrdw5fMT50Xw4a3XxuphPH6TeUE_gJqVS_EyKURA4utLWXFo8zqCoN7j6IEQiMazY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2025/08/23 04:35:43 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: AC_mqOzo_gYa94RgJvqSSznAxcLr933dXk7jaFdP-fio9e43CJCgWf6atjGqXhULyCFUP7_Unqg9KIKUd_ENCz2sBBoX43aCyDAz-7NgmmWKdpaUyT9x6oYS_X0VkzEjoVA6sUHUVXmYQhmT9TakZOUI2cq8ucFZRaoqOfGTnC0zPq8Xw7w8dBecjjSfmWJfzp0qW9vU5otEaNlkGWN0nztRkrybvg7HTe63-ZV5AXao1L5EPgDrAS2h7LLaxJId-_beoyeWb-TTjSL9GTHAvgwhtTu93djvyoFc_SFzcHGd2ccmK_OXJQN0-mNWxswidZ-UIuNg81oVo1HZ6YqO4BY 2025/08/23 04:35:44 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2025/08/23 04:35:44 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/23 04:35:45 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "AC_mqOzo_gYa94RgJvqSSznAxcLr933dXk7jaFdP-fio9e43CJCgWf6atjGqXhULyCFUP7_Unqg9KIKUd_ENCz2sBBoX43aCyDAz-7NgmmWKdpaUyT9x6oYS_X0VkzEjoVA6sUHUVXmYQhmT9TakZOUI2cq8ucFZRaoqOfGTnC0zPq8Xw7w8dBecjjSfmWJfzp0qW9vU5otEaNlkGWN0nztRkrybvg7HTe63-ZV5AXao1L5EPgDrAS2h7LLaxJId-_beoyeWb-TTjSL9GTHAvgwhtTu93djvyoFc_SFzcHGd2ccmK_OXJQN0-mNWxswidZ-UIuNg81oVo1HZ6YqO4BY" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2025/08/23 04:35:46 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: AA9uMBGOo8zmPmjMM4XhtZd7_D68TcrrWVXG72jrVgxgoa5rPwlGXNV-MaqvVgP6D2DXkv0lgiHwb2CXmvsvKDCwdvisHosYvL92boZlyv0GJix2_BIUg-3TH3Avg3kUNdcPm4DQP2f9DsuCWdCXIAL7mXks_DIuwISj9OiW-ReqZ0XKuKiuoYkfsJCVqoMKeMrYJKG6AKSvnVyaTatl2JHxlcaUq5A3GlzA2sRJDk3ZYlF9EO8lgBFpUXAEX1-7uWQVMCqYdzg4d_yvsTS7raSK5pHWNUSEUQEuWo2Ui7i1qcOtgNCvgS6_Ig1WLXPke_vBe-McI6Q5Gf-9SbN1Wuk 2025/08/23 04:35:46 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/23 04:35:47 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/23 04:35:47 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "AA9uMBGOo8zmPmjMM4XhtZd7_D68TcrrWVXG72jrVgxgoa5rPwlGXNV-MaqvVgP6D2DXkv0lgiHwb2CXmvsvKDCwdvisHosYvL92boZlyv0GJix2_BIUg-3TH3Avg3kUNdcPm4DQP2f9DsuCWdCXIAL7mXks_DIuwISj9OiW-ReqZ0XKuKiuoYkfsJCVqoMKeMrYJKG6AKSvnVyaTatl2JHxlcaUq5A3GlzA2sRJDk3ZYlF9EO8lgBFpUXAEX1-7uWQVMCqYdzg4d_yvsTS7raSK5pHWNUSEUQEuWo2Ui7i1qcOtgNCvgS6_Ig1WLXPke_vBe-McI6Q5Gf-9SbN1Wuk" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2025/08/23 04:35:48 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: AHGftSFG14uQ4-jSZomMMq01ZpwRtTMqOlLDvPWBv6qgGo35Fe4yugXmGnzfJzNt44FJ3b8FNG5Q8Q0XwyUz6yn2tNaPHapZUkFRL4G2ypiG952ZFcJOKp-Hv0hHkapTk_a0iyVs-k38lcp_QpvOR2eaZq3RfQib4xTAxcQ7Zc2LDOHNkV_e_YqPAN_Oo3hEMLjqXERMzrWvoK_WY-Kxj7dRsbmkqh9l5KqENLThydHPAS3NAnmqvbjjrrAAHvcgUVu8uosftmOwlGtLdq5Thl9pNLk8jKmcl2HKfXpYPRVzPKpjrFw_VvMSXGfljks_TTlwVdqS3BYzWARUwGTHjC8 2025/08/23 04:35:48 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2025/08/23 04:35:49 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2025/08/23 04:35:49 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2025/08/23 04:35:49 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/23 04:35:49 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/23 04:35:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/23 04:35:50 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "AHGftSFG14uQ4-jSZomMMq01ZpwRtTMqOlLDvPWBv6qgGo35Fe4yugXmGnzfJzNt44FJ3b8FNG5Q8Q0XwyUz6yn2tNaPHapZUkFRL4G2ypiG952ZFcJOKp-Hv0hHkapTk_a0iyVs-k38lcp_QpvOR2eaZq3RfQib4xTAxcQ7Zc2LDOHNkV_e_YqPAN_Oo3hEMLjqXERMzrWvoK_WY-Kxj7dRsbmkqh9l5KqENLThydHPAS3NAnmqvbjjrrAAHvcgUVu8uosftmOwlGtLdq5Thl9pNLk8jKmcl2HKfXpYPRVzPKpjrFw_VvMSXGfljks_TTlwVdqS3BYzWARUwGTHjC8" finished === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2025/08/23 04:35:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABDE8rByhC34e5FwSiVpTF-VasDx89lnZ49XRIX2apafX-CAEpjOz3n2JpU1sIzfHiQJtThPGWXDd6fnPFfmO_6jSDTA_jvyQjuji6zuSqTy9ze0aSi3ykHsHOsVM1AFZ5jUjf-rt0HHd3G3HgOWnwP71RsoZiKj_h7l0KI4Mi4wQCW13fYcwx7SEWrsrmJqU8htW5tSgSL1McofVbvEoWWBWXeBn9pO-1lcQy0KP6W0bxpnyc6vB_XzSSdadQ1kMuyw2FfhXkB1JpM2VyH4b4kNptIQD-RRfDJM3Qn2Xavol__jK5BFknFZEhp5t6oMyqgD5yNz4pYusGbqAlKGinA 2025/08/23 04:35:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2025/08/23 04:35:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2025/08/23 04:35:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2025/08/23 04:35:52 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2025/08/23 04:35:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2025/08/23 04:35:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2025/08/23 04:35:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABDE8rByhC34e5FwSiVpTF-VasDx89lnZ49XRIX2apafX-CAEpjOz3n2JpU1sIzfHiQJtThPGWXDd6fnPFfmO_6jSDTA_jvyQjuji6zuSqTy9ze0aSi3ykHsHOsVM1AFZ5jUjf-rt0HHd3G3HgOWnwP71RsoZiKj_h7l0KI4Mi4wQCW13fYcwx7SEWrsrmJqU8htW5tSgSL1McofVbvEoWWBWXeBn9pO-1lcQy0KP6W0bxpnyc6vB_XzSSdadQ1kMuyw2FfhXkB1JpM2VyH4b4kNptIQD-RRfDJM3Qn2Xavol__jK5BFknFZEhp5t6oMyqgD5yNz4pYusGbqAlKGinA" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2025/08/23 04:35:57 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ADBvA3YICK9RwIqKhAp7Pb6FcLzQbG-u_wK_Bi8CilhIkbWr-HHLzzvddjeaNuPweCo2pfpIRLos6kWYcXG-Oo5VdsWmBQAbFS8-R8w6YtzeI4ot7TqeLuwNrdyB1NBu_s_jRHF_Prtow-BSrJTKpI56QQoZ8wOZlZbBplsMOujS9auSjWiMZFbEb06PocUkO8Fm6I1EvBrRCgxcH16lfhyMdg1VW6xVYWNX5XjuUcoJYr7Xs3o_Ssnbg5JZDnLHbZCNU_sF3RFiyiiGw7RP85KC_Ey_pt6vetjhXuVCLt163pw_Y9uSTHw-x62FOuRpW0tm26EShBjm0ALNUY4Kvag 2025/08/23 04:35:57 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2025/08/23 04:35:58 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2025/08/23 04:35:59 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ADBvA3YICK9RwIqKhAp7Pb6FcLzQbG-u_wK_Bi8CilhIkbWr-HHLzzvddjeaNuPweCo2pfpIRLos6kWYcXG-Oo5VdsWmBQAbFS8-R8w6YtzeI4ot7TqeLuwNrdyB1NBu_s_jRHF_Prtow-BSrJTKpI56QQoZ8wOZlZbBplsMOujS9auSjWiMZFbEb06PocUkO8Fm6I1EvBrRCgxcH16lfhyMdg1VW6xVYWNX5XjuUcoJYr7Xs3o_Ssnbg5JZDnLHbZCNU_sF3RFiyiiGw7RP85KC_Ey_pt6vetjhXuVCLt163pw_Y9uSTHw-x62FOuRpW0tm26EShBjm0ALNUY4Kvag" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2025/08/23 04:36:00 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: AKRqQC6m0p2zruJeqJgmaVNwY8rbVdkU4hun-OL4Jp3gxrhnmspJ5xD9ZCrPbroKBjNwCM-s48u_DlcCBbM7fgV-NxCXUr8006JbEHVa1kNaL8_RMoKiRRghlgKMeHKyeBzsAtm4tR7jlnOfkAMhINKIc0mU6GpwkxOIkBd3atMV1IxovG2B1piGHPhPC9TKHwrZY9UEUpQmyS5n2DRZHNd9MI_rXQGIpe_oD2CqZwRbXttAyzvxH1uc_-pCzGlN67p8EfRT_8VQWWZXERLnWJUbxZR-aCnYIeevfZGDFtfNGTNeFSjIuszE0wK8ixCtksSo3o_hHIABga3vd9bLSN4 2025/08/23 04:36:00 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2025/08/23 04:36:01 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/23 04:36:02 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "AKRqQC6m0p2zruJeqJgmaVNwY8rbVdkU4hun-OL4Jp3gxrhnmspJ5xD9ZCrPbroKBjNwCM-s48u_DlcCBbM7fgV-NxCXUr8006JbEHVa1kNaL8_RMoKiRRghlgKMeHKyeBzsAtm4tR7jlnOfkAMhINKIc0mU6GpwkxOIkBd3atMV1IxovG2B1piGHPhPC9TKHwrZY9UEUpQmyS5n2DRZHNd9MI_rXQGIpe_oD2CqZwRbXttAyzvxH1uc_-pCzGlN67p8EfRT_8VQWWZXERLnWJUbxZR-aCnYIeevfZGDFtfNGTNeFSjIuszE0wK8ixCtksSo3o_hHIABga3vd9bLSN4" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2025/08/23 04:36:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: AIzC--OhTDdhnjUITcnc3aXEOJ5G8_0YGVDFa-z6sS5S_RcLLQeRJE6zki1pb4W1LhWoKE5Kh3h3lHVp8Lb7kTB9OczuMOUooMzCSMXJXBFDGR305LD5DiEM1s8hWNkw-JNfubA1ngGmFKJ0c95lS0T0Qpw2NByFlnEe0D2cpG8EiC44qNrOD8rVCR7wYixRFaewsVBRp1Mh3J-v3ajgrCoUcHZxhh-ioZ9J-8ymarYzwjysSsOrQ559YEJCr0TaEL5TmROKwZlMLQSD1mvu1xC06Q2Ppu6julKvCyIXLfiTE0MJMwdKIW7-ygGEqF-Czg40sLAN8otOcbws2jzT6Sw 2025/08/23 04:36:03 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/23 04:36:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/23 04:36:04 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "AIzC--OhTDdhnjUITcnc3aXEOJ5G8_0YGVDFa-z6sS5S_RcLLQeRJE6zki1pb4W1LhWoKE5Kh3h3lHVp8Lb7kTB9OczuMOUooMzCSMXJXBFDGR305LD5DiEM1s8hWNkw-JNfubA1ngGmFKJ0c95lS0T0Qpw2NByFlnEe0D2cpG8EiC44qNrOD8rVCR7wYixRFaewsVBRp1Mh3J-v3ajgrCoUcHZxhh-ioZ9J-8ymarYzwjysSsOrQ559YEJCr0TaEL5TmROKwZlMLQSD1mvu1xC06Q2Ppu6julKvCyIXLfiTE0MJMwdKIW7-ygGEqF-Czg40sLAN8otOcbws2jzT6Sw" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2025/08/23 04:36:05 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ACvuYFjpTSo6rHF4MMM2M_4D4QGzQpa6IQGdDRY8SJ5gCBwUqFg0bT1iqmYuGiXmQuDsRDQRx2a0xcQo6ykVrDEyzd7GgyO9fUHSI5hJwg0rc0EXjXJcR7h3p2FoXuXuF1d5hIQznRsB_9jfhHqxpiV8j-IjvC6-4v6vLHUADlUZR3JdzQUn-W3RacbQJlbkTTAhu3A3_VCG9_Bgd9qJQDIMa5pPK5ktuiknMVw4hYgBbGcF81rS_H9EF0bXUq7lvWdhz6YfyrSWyIvhtBVqYBN1GviY9OL11tu74dBxfsTQ6zIH7H8aD3dAtpmysgeuubuElXlSjfezXmbKwrfBH4g 2025/08/23 04:36:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2025/08/23 04:36:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2025/08/23 04:36:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2025/08/23 04:36:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/23 04:36:06 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/23 04:36:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/23 04:36:07 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ACvuYFjpTSo6rHF4MMM2M_4D4QGzQpa6IQGdDRY8SJ5gCBwUqFg0bT1iqmYuGiXmQuDsRDQRx2a0xcQo6ykVrDEyzd7GgyO9fUHSI5hJwg0rc0EXjXJcR7h3p2FoXuXuF1d5hIQznRsB_9jfhHqxpiV8j-IjvC6-4v6vLHUADlUZR3JdzQUn-W3RacbQJlbkTTAhu3A3_VCG9_Bgd9qJQDIMa5pPK5ktuiknMVw4hYgBbGcF81rS_H9EF0bXUq7lvWdhz6YfyrSWyIvhtBVqYBN1GviY9OL11tu74dBxfsTQ6zIH7H8aD3dAtpmysgeuubuElXlSjfezXmbKwrfBH4g" finished === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2025/08/23 04:36:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: AJGi8enK-sKf-O3nsSQK1FTGPWEFcZvGnpDTWUvQ5JZg32BftaWWW1Rz7ySyIOxR7HmUSZyJVQESg3iGCwXmoPKVn4cXBjx0v8DMjqZkMpGp3CFvb_rNTsDN8oUDU1lDuaqDxy0zuZi0f8vQdBVPgiXH8a8zSSFmAbpF9d1YLaVKl0ZvnRMI_xenf3r21cb7fbKwZsTp3sjAj7mSmlz5z5Xg9NKEhB_dPCyV4BuJdtVwn6B-E96ETuXqd3VhnvplX5JLPCOgC7AGd0o8R-WP-PCkiillRMS_6cVBBfxeWto7sieUSG25uhiaLSBDwAIL34daQrU-8mLLs_AYXp_e400 2025/08/23 04:36:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2025/08/23 04:36:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2025/08/23 04:36:09 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2025/08/23 04:36:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2025/08/23 04:36:10 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2025/08/23 04:36:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2025/08/23 04:36:11 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "AJGi8enK-sKf-O3nsSQK1FTGPWEFcZvGnpDTWUvQ5JZg32BftaWWW1Rz7ySyIOxR7HmUSZyJVQESg3iGCwXmoPKVn4cXBjx0v8DMjqZkMpGp3CFvb_rNTsDN8oUDU1lDuaqDxy0zuZi0f8vQdBVPgiXH8a8zSSFmAbpF9d1YLaVKl0ZvnRMI_xenf3r21cb7fbKwZsTp3sjAj7mSmlz5z5Xg9NKEhB_dPCyV4BuJdtVwn6B-E96ETuXqd3VhnvplX5JLPCOgC7AGd0o8R-WP-PCkiillRMS_6cVBBfxeWto7sieUSG25uhiaLSBDwAIL34daQrU-8mLLs_AYXp_e400" finished === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2025/08/23 04:36:14 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2025/08/23 04:36:17 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2025/08/23 04:36:21 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2025/08/23 04:36:25 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2025/08/23 04:36:29 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2025/08/23 04:36:31 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ACMmEfLNjhEODnTPQllxHyWcLxJn6Tu5rbkdaBBv8eQtlM_AZ486cynDP6mPrxp4Ys7M9f0wqquB6B-k1pAWuYj8EMHznRcpVEh5r5ld17NEBA3ws-JD0BE3bueXgNYjqRj4drOVz07F4BIIajPj6cjmaZ52eMKeaSYE1mGlzFWLtEDyAMjI8NO_GPCpAQWzNKclo66gYVDYBiXHc3hRC0DgehWWUyP0evJvW7UzxLby8Cc2hrEBdPTmqS-qFYHTEw8KEWl118aH22dXBMxPgtW6XTOj7DpU0G27Q4hrisV-EbKUfuybJnhwW07mrZraw4r6NNXu7L_WKWy0wCxP-08 2025/08/23 04:36:31 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2025/08/23 04:36:32 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "294fe5dd517158e546a6a52ac346937d" 2025/08/23 04:36:32 DEBUG : unknown-size-put.txt: multipart upload "ACMmEfLNjhEODnTPQllxHyWcLxJn6Tu5rbkdaBBv8eQtlM_AZ486cynDP6mPrxp4Ys7M9f0wqquB6B-k1pAWuYj8EMHznRcpVEh5r5ld17NEBA3ws-JD0BE3bueXgNYjqRj4drOVz07F4BIIajPj6cjmaZ52eMKeaSYE1mGlzFWLtEDyAMjI8NO_GPCpAQWzNKclo66gYVDYBiXHc3hRC0DgehWWUyP0evJvW7UzxLby8Cc2hrEBdPTmqS-qFYHTEw8KEWl118aH22dXBMxPgtW6XTOj7DpU0G27Q4hrisV-EbKUfuybJnhwW07mrZraw4r6NNXu7L_WKWy0wCxP-08" finished === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2025/08/23 04:36:33 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: AEx2E_K-WslTtx-4PooUsLbfm0qFg7omTG39YNqCcJdAGDzJhHMZR__qyylsY8-EZDlQIxOtPq43qoHifTwI7c8eOXkgd3WqfGPjKnnCxsy0ge7Hg-bo_o0ddyb1knN22IG6yrrgX52-Dzx1j-4rKWzpvMFpz5FUsyYP9-5VGWt02xYHDJQIej08OoT37ZRGcYUcCbAem3uF7FzmL0mhd3or4G0-SFmydwGmfcxviTo0Q70Y11ulcMz1DR9ddlWZz606OZIFoI2oIVwTjE493z4N_nh6dLVRjO-P-ur8Bi3MiHAveEHSNWAcDeDGoear7azg6xw-VyZE05PyQ4eWREo 2025/08/23 04:36:33 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2025/08/23 04:36:33 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "8987c191484fd9c13f7656aefefecbe3" 2025/08/23 04:36:33 DEBUG : unknown-size-update.txt: multipart upload "AEx2E_K-WslTtx-4PooUsLbfm0qFg7omTG39YNqCcJdAGDzJhHMZR__qyylsY8-EZDlQIxOtPq43qoHifTwI7c8eOXkgd3WqfGPjKnnCxsy0ge7Hg-bo_o0ddyb1knN22IG6yrrgX52-Dzx1j-4rKWzpvMFpz5FUsyYP9-5VGWt02xYHDJQIej08OoT37ZRGcYUcCbAem3uF7FzmL0mhd3or4G0-SFmydwGmfcxviTo0Q70Y11ulcMz1DR9ddlWZz606OZIFoI2oIVwTjE493z4N_nh6dLVRjO-P-ur8Bi3MiHAveEHSNWAcDeDGoear7azg6xw-VyZE05PyQ4eWREo" finished === RUN TestIntegration/FsMkdir/FsRootCollapse 2025/08/23 04:36:33 DEBUG : Creating backend with remote "TestS3R2:rclone-test-jobigac5vuxi/deeper/nonexisting/directory" 2025/08/23 04:36:33 DEBUG : Config file has changed externally - reloading === 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/08/23 04:36:34 DEBUG : Waiting for deletions to finish 2025/08/23 04:36:34 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2025/08/23 04:36:34 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "") 2025/08/23 04:36:34 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2025/08/23 04:36:34 INFO : S3 bucket rclone-test-jobigac5vuxi: Bucket "rclone-test-jobigac5vuxi" deleted 2025/08/23 04:36:35 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2831: Shutdown method not supported --- PASS: TestIntegration (153.62s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.27s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.15s) --- PASS: TestIntegration/FsMkdir (151.48s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.27s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.09s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.08s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.08s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding (15.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.76s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.71s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.97s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.88s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.57s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (3.92s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (25.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.08s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (1.64s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.67s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.59s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (5.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.28s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.38s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (1.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.45s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (82.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (11.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (3.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (4.52s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (2.03s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (11.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (3.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (1.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (3.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (1.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (4.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (2.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (11.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (3.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (3.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (1.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (4.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (2.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (13.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (3.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (1.94s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (4.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (2.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (5.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (2.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (15.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.84s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (6.29s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (2.74s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (18.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.64s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (5.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (2.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (7.83s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.26s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (18.36s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.02s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.27s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (4.28s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (3.52s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (4.26s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.86s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.39s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.21s) --- 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/08/23 04:36:35 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2025/08/23 04:36:35 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) PASS ok github.com/rclone/rclone/backend/s3 153.650s "go test -v -timeout 1h0m0s -remote TestS3R2: -verbose" - Finished OK in 2m34.941906853s (try 1/5)