"go test -v -timeout 1h0m0s -remote TestS3Wasabi: -verbose" - Starting (try 1/5) === RUN TestSignHTTP --- PASS: TestSignHTTP (0.00s) === RUN TestVersionLess --- PASS: TestVersionLess (0.00s) === RUN TestMergeDeleteMarkers --- PASS: TestMergeDeleteMarkers (0.00s) === RUN TestMergeDeleteMarkersWithURLEncodedKeys --- PASS: TestMergeDeleteMarkersWithURLEncodedKeys (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 TestBufferForObjectLockMD5 === RUN TestBufferForObjectLockMD5/NoObjectLock === RUN TestBufferForObjectLockMD5/SourceMD5 === RUN TestBufferForObjectLockMD5/Buffered --- PASS: TestBufferForObjectLockMD5 (0.00s) --- PASS: TestBufferForObjectLockMD5/NoObjectLock (0.00s) --- PASS: TestBufferForObjectLockMD5/SourceMD5 (0.00s) --- PASS: TestBufferForObjectLockMD5/Buffered (0.00s) === RUN TestCommandLink === RUN TestCommandLink/Signed/response-cache-control === RUN TestCommandLink/Signed/response-content-disposition === RUN TestCommandLink/Signed/response-content-encoding === RUN TestCommandLink/Signed/response-content-language === RUN TestCommandLink/Signed/response-content-type === RUN TestCommandLink/Signed/response-expires --- PASS: TestCommandLink (0.01s) --- PASS: TestCommandLink/Signed/response-cache-control (0.00s) --- PASS: TestCommandLink/Signed/response-content-disposition (0.00s) --- PASS: TestCommandLink/Signed/response-content-encoding (0.00s) --- PASS: TestCommandLink/Signed/response-content-language (0.00s) --- PASS: TestCommandLink/Signed/response-content-type (0.00s) --- PASS: TestCommandLink/Signed/response-expires (0.00s) === RUN TestCommandLinkExpire === RUN TestCommandLinkExpire/Default === RUN TestCommandLinkExpire/Minimum === RUN TestCommandLinkExpire/Maximum === RUN TestCommandLinkExpire/Clamped 2026/09/24 04:54:56 NOTICE: S3 bucket bucket path prefix: Public Link: Reducing expiry to 1w as 1.1428571428571428w is greater than the max time allowed === RUN TestCommandLinkExpire/Off 2026/09/24 04:54:56 NOTICE: S3 bucket bucket path prefix: Public Link: Reducing expiry to 1w as off is greater than the max time allowed --- PASS: TestCommandLinkExpire (0.01s) --- PASS: TestCommandLinkExpire/Default (0.00s) --- PASS: TestCommandLinkExpire/Minimum (0.00s) --- PASS: TestCommandLinkExpire/Maximum (0.00s) --- PASS: TestCommandLinkExpire/Clamped (0.00s) --- PASS: TestCommandLinkExpire/Off (0.00s) === RUN TestCommandLinkErrors === RUN TestCommandLinkErrors/NoPath === RUN TestCommandLinkErrors/TooManyPaths === RUN TestCommandLinkErrors/EmptyPath === RUN TestCommandLinkErrors/Directory === RUN TestCommandLinkErrors/Missing === RUN TestCommandLinkErrors/UnknownOption === RUN TestCommandLinkErrors/InvalidDate === RUN TestCommandLinkErrors/InvalidExpire === RUN TestCommandLinkErrors/EmptyExpire === RUN TestCommandLinkErrors/ZeroExpire === RUN TestCommandLinkErrors/NegativeExpire === RUN TestCommandLinkErrors/SubsecondExpire --- PASS: TestCommandLinkErrors (0.00s) --- PASS: TestCommandLinkErrors/NoPath (0.00s) --- PASS: TestCommandLinkErrors/TooManyPaths (0.00s) --- PASS: TestCommandLinkErrors/EmptyPath (0.00s) --- PASS: TestCommandLinkErrors/Directory (0.00s) --- PASS: TestCommandLinkErrors/Missing (0.00s) --- PASS: TestCommandLinkErrors/UnknownOption (0.00s) --- PASS: TestCommandLinkErrors/InvalidDate (0.00s) --- PASS: TestCommandLinkErrors/InvalidExpire (0.00s) --- PASS: TestCommandLinkErrors/EmptyExpire (0.00s) --- PASS: TestCommandLinkErrors/ZeroExpire (0.00s) --- PASS: TestCommandLinkErrors/NegativeExpire (0.00s) --- PASS: TestCommandLinkErrors/SubsecondExpire (0.00s) === RUN TestCommandLinkVersionAt 2026/09/24 04:54:56 NOTICE: S3 bucket bucket path prefix: Public Link: Reducing expiry to 1w as off is greater than the max time allowed --- PASS: TestCommandLinkVersionAt (0.00s) === RUN TestPublicLink 2026/09/24 04:54:56 NOTICE: S3 bucket bucket path prefix: Public Link: Reducing expiry to 1w as off is greater than the max time allowed --- PASS: TestPublicLink (0.00s) === RUN TestRedirectSecretHeadersMatchTestList --- PASS: TestRedirectSecretHeadersMatchTestList (0.00s) === RUN TestClientRemovesSecretHeadersOnCrossHostRedirect --- PASS: TestClientRemovesSecretHeadersOnCrossHostRedirect (0.00s) === RUN TestClientDoesNotRestoreSecretHeadersAfterCrossHostRedirect --- PASS: TestClientDoesNotRestoreSecretHeadersAfterCrossHostRedirect (0.00s) === RUN TestClientKeepsSecretHeadersOnSameHostRedirect --- PASS: TestClientKeepsSecretHeadersOnSameHostRedirect (0.00s) === RUN TestClientRemovesGeneratedRefererOnCrossHostRedirect --- PASS: TestClientRemovesGeneratedRefererOnCrossHostRedirect (0.00s) === RUN TestS3CheckRedirectRejectsSchemeDowngrade === RUN TestS3CheckRedirectRejectsSchemeDowngrade/SameHostDowngrade === RUN TestS3CheckRedirectRejectsSchemeDowngrade/CrossHostDowngrade --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade (0.00s) --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade/SameHostDowngrade (0.00s) --- PASS: TestS3CheckRedirectRejectsSchemeDowngrade/CrossHostDowngrade (0.00s) === RUN TestRedirectCrossesHost === RUN TestRedirectCrossesHost/SameHost === RUN TestRedirectCrossesHost/DifferentHost === RUN TestRedirectCrossesHost/SchemeDowngradeSameHost === RUN TestRedirectCrossesHost/SchemeDowngradeMidChain --- PASS: TestRedirectCrossesHost (0.00s) --- PASS: TestRedirectCrossesHost/SameHost (0.00s) --- PASS: TestRedirectCrossesHost/DifferentHost (0.00s) --- PASS: TestRedirectCrossesHost/SchemeDowngradeSameHost (0.00s) --- PASS: TestRedirectCrossesHost/SchemeDowngradeMidChain (0.00s) === RUN TestClientStopsAfterTenRedirects --- PASS: TestClientStopsAfterTenRedirects (0.00s) === RUN TestObjectNotFoundMapping --- PASS: TestObjectNotFoundMapping (0.00s) === RUN TestIntegration fstests.go:464: Using remote "TestS3Wasabi:" 2026/09/24 04:54:56 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka" 2026/09/24 04:54:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:505: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2026/09/24 04:54:57 INFO : S3 bucket rclone-test-hawaqiz0jeka: Bucket "rclone-test-hawaqiz0jeka" created with ACL "" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2026/09/24 04:54:58 INFO : S3 bucket rclone-test-hawaqiz0jeka: Bucket "rclone-test-hawaqiz0jeka" deleted === RUN TestIntegration/FsMkdir 2026/09/24 04:54:59 INFO : S3 bucket rclone-test-hawaqiz0jeka: Bucket "rclone-test-hawaqiz0jeka" created with ACL "" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2026/09/24 04:54:59 INFO : dir/subdir: Making directory fstest.go:251: Filtering empty directory "dir" fstest.go:251: Filtering empty directory "dir/subdir" 2026/09/24 04:54:59 INFO : dir/subdir: Removing directory fstest.go:251: Filtering empty directory "dir" 2026/09/24 04:55:00 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:734: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:734: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:734: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:734: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:734: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:734: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:734: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:734: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:734: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:734: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:734: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:734: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:734: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:734: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:734: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:734: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:734: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:734: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:734: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:813: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/09/24 04:55:23 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: S_mk-fViJLs4Gxw-yJEqgUE0tyGpFs2jwtcUiL7_dHuUBp9LLniRc1MS5qt-QSDsXp2hvQUZySEMmvDzk9HKpr5WcYrgNwDD1Fx1vJ_6b1MEhEIqnRTt7rAXDeHEf2tB 2026/09/24 04:55:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "a6ccbd391dc46d2206141b3ec5e4c498" 2026/09/24 04:55:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "95438ac2e8476f76c14f3e35e682fe92" 2026/09/24 04:55:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "1d803066ed2b77523cb35da5a5489e2c" 2026/09/24 04:55:25 DEBUG : writer-at-subdir/writer-at-file: multipart upload "S_mk-fViJLs4Gxw-yJEqgUE0tyGpFs2jwtcUiL7_dHuUBp9LLniRc1MS5qt-QSDsXp2hvQUZySEMmvDzk9HKpr5WcYrgNwDD1Fx1vJ_6b1MEhEIqnRTt7rAXDeHEf2tB" finished === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:899: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2026/09/24 04:55:30 DEBUG : Creating backend with remote "TestS3Wasabi:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/09/24 04:55:31 DEBUG : Creating backend with remote "TestS3Wasabi:" === 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:1152: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/09/24 04:55:35 DEBUG : S3 bucket rclone-test-hawaqiz0jeka: bucket is versioned: false 2026/09/24 04:55:35 DEBUG : Waiting for deletions to finish 2026/09/24 04:55:35 DEBUG : "dirToPurge/fileToPurge.txt" version false 2026/09/24 04:55:35 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "") 2026/09/24 04:55:35 INFO : dirToPurge/fileToPurge.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/09/24 04:55:37 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka/dirToPurgeFromRoot" 2026/09/24 04:55:37 DEBUG : S3 bucket rclone-test-hawaqiz0jeka path dirToPurgeFromRoot: bucket is versioned: false 2026/09/24 04:55:37 DEBUG : Waiting for deletions to finish 2026/09/24 04:55:38 DEBUG : "fileToPurgeFromRoot.txt" version false 2026/09/24 04:55:38 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "") 2026/09/24 04:55:38 INFO : fileToPurgeFromRoot.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/09/24 04:55:38 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka/hello? sausage/êé" 2026/09/24 04:55:39 INFO : S3 bucket rclone-test-hawaqiz0jeka path hello? sausage/êé: Bucket "rclone-test-hawaqiz0jeka" created with ACL "" 2026/09/24 04:55:40 DEBUG : S3 bucket rclone-test-hawaqiz0jeka path hello? sausage/êé: bucket is versioned: false 2026/09/24 04:55:40 DEBUG : Waiting for deletions to finish 2026/09/24 04:55:41 DEBUG : "a/b/c/d/e.txt" version false 2026/09/24 04:55:41 DEBUG : a/b/c/d/e.txt: Deleting (id "") 2026/09/24 04:55:41 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:1380: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1500: 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:1735: 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/ObjectOpenFingerprint === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2026/09/24 04:55:51 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/09/24 04:55:52 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1994: Opening root remote "TestS3Wasabi:" path "rclone-test-hawaqiz0jeka" from "TestS3Wasabi:rclone-test-hawaqiz0jeka" 2026/09/24 04:55:53 DEBUG : Creating backend with remote "TestS3Wasabi:" === 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:2138: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:438: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2195: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2217: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2367: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/09/24 04:56:00 NOTICE: S3 bucket rclone-test-hawaqiz0jeka: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2026/09/24 04:56:00 DEBUG : piped data.txt: open chunk writer: started multipart upload: ZtsPAzRogHD0Ew8Pg_GX72wKr_XnpN_xyqT3CeRdvMQGsc_cUpB2eYZpJK-EECEq1tpvj6dh4WFh7L0o_brgFJY2g_8yfbK44Ene9hgln1HB8SqDMsmteLuqkGDHPs7L 2026/09/24 04:56:00 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off 2026/09/24 04:56:01 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e" 2026/09/24 04:56:01 DEBUG : piped data.txt: multipart upload "ZtsPAzRogHD0Ew8Pg_GX72wKr_XnpN_xyqT3CeRdvMQGsc_cUpB2eYZpJK-EECEq1tpvj6dh4WFh7L0o_brgFJY2g_8yfbK44Ene9hgln1HB8SqDMsmteLuqkGDHPs7L" finished 2026/09/24 04:56:01 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/09/24 04:56:01 DEBUG : piped data.txt: open chunk writer: started multipart upload: 8D_ZbgrzOC8NT5h5RhgM0x3-egCOXp5wjzyeEDVdDKtp1BCcglOMyDke58oZ6ZHep90pT3P-7p-tsPMt3a5zdfKMSQhYKFygW5vu1kBk1qO56DUKQbDdSVVQxfE4eV8u 2026/09/24 04:56:01 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/09/24 04:56:01 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "c69c443e0429ac1bcca7b9879874c987" 2026/09/24 04:56:02 DEBUG : piped data.txt: multipart upload "8D_ZbgrzOC8NT5h5RhgM0x3-egCOXp5wjzyeEDVdDKtp1BCcglOMyDke58oZ6ZHep90pT3P-7p-tsPMt3a5zdfKMSQhYKFygW5vu1kBk1qO56DUKQbDdSVVQxfE4eV8u" finished 2026/09/24 04:56:02 DEBUG : piped data.txt: Multipart upload Etag: 98da351fc8a3ad4ee3bdab203811ef66-1 OK === 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 2026/09/24 04:56:03 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/NoHeadObjectCopy === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/HasChildren === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:431: versions/test-versions.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions s3_internal_test.go:431: versions/test-versions-v2026-09-24-045609-000.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs 2026/09/24 04:56:14 DEBUG : oldPath = "TestS3Wasabi:rclone-test-hawaqiz0jeka/versions/test-versions-v2026-09-24-045609-000.txt" 2026/09/24 04:56:14 DEBUG : newPath = "TestS3Wasabi,versions:rclone-test-hawaqiz0jeka/versions/test-versions-v2026-09-24-045609-000.txt" 2026/09/24 04:56:14 DEBUG : Creating backend with remote "TestS3Wasabi,versions:rclone-test-hawaqiz0jeka/versions/test-versions-v2026-09-24-045609-000.txt" 2026/09/24 04:56:14 DEBUG : TestS3Wasabi: detected overridden config - adding "{pO73u}" suffix to name 2026/09/24 04:56:14 DEBUG : fs cache: renaming child cache item "TestS3Wasabi,versions:rclone-test-hawaqiz0jeka/versions/test-versions-v2026-09-24-045609-000.txt" to be canonical for parent "TestS3Wasabi{pO73u}:rclone-test-hawaqiz0jeka/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 === RUN 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 === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir s3_internal_test.go:558: Creating a bucket we already have created returned code: No Error === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup 2026/09/24 04:56:17 DEBUG : Waiting for deletions to finish 2026/09/24 04:56:18 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/09/24 04:56:18 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "null" 2026/09/24 04:56:18 DEBUG : "versions/test-versions.txt" version false 2026/09/24 04:56:18 DEBUG : versions/test-versions.txt: Not deleting current version "001790225773262778238-z2ljO5D8GT" 2026/09/24 04:56:18 DEBUG : "versions/test-versions-v2026-09-24-045611-000.txt" version true 2026/09/24 04:56:18 DEBUG : versions/test-versions-v2026-09-24-045611-000.txt: Deleting delete marker (id "001790225771066520618-1KgpYN0rvg") 2026/09/24 04:56:18 DEBUG : "versions/test-versions-v2026-09-24-045609-000.txt" version true 2026/09/24 04:56:18 DEBUG : versions/test-versions-v2026-09-24-045609-000.txt: Deleting (id "001790225768680835430-JQEeUdyEzs") 2026/09/24 04:56:18 INFO : versions/test-versions-v2026-09-24-045611-000.txt: Deleted 2026/09/24 04:56:18 INFO : versions/test-versions-v2026-09-24-045609-000.txt: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention 2026/09/24 04:56:21 INFO : S3 bucket rclone-test-hawaqiz0jeka-object-lock-jinuyav9: Bucket "rclone-test-hawaqiz0jeka-object-lock-jinuyav9" created with ACL "" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Multipart 2026/09/24 04:56:24 DEBUG : test-object-lock-multipart: open chunk writer: started multipart upload: QLCREvtcD6xqX_ZmZl9GOIrKe8nKgmGyz0Q-MvFuY7SXKXiihaSC0bp-t_g2U_raBwVD45ZnsqGqmgJhWghaLwzrsN57WOzXuJo3a1fj0ZizK36j1X1hRn2WJeVYZiYY 2026/09/24 04:56:24 DEBUG : test-object-lock-multipart: multipart upload: starting chunk 0 size 100 offset 0/100 2026/09/24 04:56:24 DEBUG : test-object-lock-multipart: multipart upload wrote chunk 1 with 100 bytes and etag "0cd9bdbfd6756dc22655541ffe965886" 2026/09/24 04:56:24 DEBUG : test-object-lock-multipart: multipart upload "QLCREvtcD6xqX_ZmZl9GOIrKe8nKgmGyz0Q-MvFuY7SXKXiihaSC0bp-t_g2U_raBwVD45ZnsqGqmgJhWghaLwzrsN57WOzXuJo3a1fj0ZizK36j1X1hRn2WJeVYZiYY" finished 2026/09/24 04:56:24 DEBUG : test-object-lock-multipart: Multipart upload Etag: d0188d3f314f46b20a6b886cfc63371d-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Presigned === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed 2026/09/24 04:56:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: 7VMT4NjQo1zR_W5DqkFRUPq9WjzVnQFcnZmsGMvCHoM62oKreojl5ubYlRoUZtKTs6rXNKgbPQJRlUMe6vmEBcFOLvLGeGJONVKhj4O5_hG-uHVPVU3kZlv_r0sYq7ZI 2026/09/24 04:56:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off 2026/09/24 04:56:32 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545" 2026/09/24 04:56:32 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "7VMT4NjQo1zR_W5DqkFRUPq9WjzVnQFcnZmsGMvCHoM62oKreojl5ubYlRoUZtKTs6rXNKgbPQJRlUMe6vmEBcFOLvLGeGJONVKhj4O5_hG-uHVPVU3kZlv_r0sYq7ZI" finished 2026/09/24 04:56:32 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2026/09/24 04:56:33 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: 34sMsteqx20RZT3JISpV62lcnFlMtpAVNnIaC1FJUuUaiKd8fLujeni2LfOoZozgbIwy4njp-69u_XiVhZctMCfHNjW85jUO90wn_K-c3VYjD5sbBVUZcSxDpmUAm-zm 2026/09/24 04:56:33 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi 2026/09/24 04:56:34 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:56:34 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "34sMsteqx20RZT3JISpV62lcnFlMtpAVNnIaC1FJUuUaiKd8fLujeni2LfOoZozgbIwy4njp-69u_XiVhZctMCfHNjW85jUO90wn_K-c3VYjD5sbBVUZcSxDpmUAm-zm" finished 2026/09/24 04:56:34 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed 2026/09/24 04:56:35 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: AdZoIF_b4R8wTBn1Xbz0PmFrmVBXYequTSP1sxxC5JQYRU_OGNy6pU2qKZfY9_Voi8MtRO1HXPEulwZL6F-lhM-VexMq2HdJ-avqyUqWcDaiwX1yCU0IdimMMlnMcVwd 2026/09/24 04:56:35 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/09/24 04:56:36 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:56:36 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "AdZoIF_b4R8wTBn1Xbz0PmFrmVBXYequTSP1sxxC5JQYRU_OGNy6pU2qKZfY9_Voi8MtRO1HXPEulwZL6F-lhM-VexMq2HdJ-avqyUqWcDaiwX1yCU0IdimMMlnMcVwd" finished 2026/09/24 04:56:36 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: SzKqfNVoRWsUfWKWhPMGMY4Mr-POC-H_Ha4f3tZstMCHv2psyNnDlF9HQ_4kua-rwYZDbmOAhAbi9g25Xfv2kP12mrPLIRWh4jn8wfLADNwae4CVdPGtmI9QXIyvg-Vz 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/09/24 04:56:37 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:56:38 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/09/24 04:56:39 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "SzKqfNVoRWsUfWKWhPMGMY4Mr-POC-H_Ha4f3tZstMCHv2psyNnDlF9HQ_4kua-rwYZDbmOAhAbi9g25Xfv2kP12mrPLIRWh4jn8wfLADNwae4CVdPGtmI9QXIyvg-Vz" finished 2026/09/24 04:56:39 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/09/24 04:56:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: 5isxpAX7rXjS1Fm1nVmECgFhjEDPFr08wsplYS8VvHldLa22b5qmZMYD-6_L1Z8zVEOs9P5Mbh5-slaYqVIMRzxPhJ4JmpIhs5fqqgh8B1lV3SAu_dINa_8RQ8wBfxcP 2026/09/24 04:56:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off 2026/09/24 04:56:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off 2026/09/24 04:56:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off 2026/09/24 04:56:41 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/09/24 04:56:42 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:56:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/09/24 04:56:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "5isxpAX7rXjS1Fm1nVmECgFhjEDPFr08wsplYS8VvHldLa22b5qmZMYD-6_L1Z8zVEOs9P5Mbh5-slaYqVIMRzxPhJ4JmpIhs5fqqgh8B1lV3SAu_dINa_8RQ8wBfxcP" finished 2026/09/24 04:56:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed 2026/09/24 04:56:48 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: xfeuR74YLrAQZOq5O3xqkD5bzk_TZ08bmz5uf78DZod9AGbZnXewS3oBEsTV18EpREhYF_6JEV8rw8RvHnMXkw9NYi-E4BpSa_TnLRIyX3uqyZXhyF9bmIcD0FhYDOwx 2026/09/24 04:56:48 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/09/24 04:56:49 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086" 2026/09/24 04:56:50 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "xfeuR74YLrAQZOq5O3xqkD5bzk_TZ08bmz5uf78DZod9AGbZnXewS3oBEsTV18EpREhYF_6JEV8rw8RvHnMXkw9NYi-E4BpSa_TnLRIyX3uqyZXhyF9bmIcD0FhYDOwx" finished 2026/09/24 04:56:50 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2026/09/24 04:56:51 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: qvPUbTHhr1rQHJ0-a8Vky-kWshdL4aF7oo1qPV94vmVE7DwQRgd-jueH0dLpkBA4uTYJJTPvFP__rwLYG2dID6gra9Dk-nii0iCNDPgvSJswQ5PmAzL-pAXdm7G69qtG 2026/09/24 04:56:51 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/09/24 04:56:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/09/24 04:56:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "qvPUbTHhr1rQHJ0-a8Vky-kWshdL4aF7oo1qPV94vmVE7DwQRgd-jueH0dLpkBA4uTYJJTPvFP__rwLYG2dID6gra9Dk-nii0iCNDPgvSJswQ5PmAzL-pAXdm7G69qtG" finished 2026/09/24 04:56:53 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed 2026/09/24 04:56:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: 2Abz9_QB5hzF1BrVn6SHd3vV6ADd8I7Cnxb4eIoY7qjlK8SKCUfE_xjpDgAYLM0liufyGdV-twcXpCLh6PC3gqat2F2XXGijkpMA70qztgSU56ziVD7JG2oFFIWAvRod 2026/09/24 04:56:54 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/09/24 04:56:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/09/24 04:56:55 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "2Abz9_QB5hzF1BrVn6SHd3vV6ADd8I7Cnxb4eIoY7qjlK8SKCUfE_xjpDgAYLM0liufyGdV-twcXpCLh6PC3gqat2F2XXGijkpMA70qztgSU56ziVD7JG2oFFIWAvRod" finished 2026/09/24 04:56:56 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/09/24 04:56:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: 4-miLvwQOvqSZBUMRTl8I9UJxxYE0nsb9PF-ZPyfsW_ocK-mg0gv4BX_e-y_Bzcc8kWsQJwQMbQO7NepiMuXVI1QqLEjt3RVP8fYldMFOFsYfyJ-i87WjMp_J-FBOAaj 2026/09/24 04:56:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/09/24 04:56:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/09/24 04:56:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/09/24 04:56:57 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/09/24 04:56:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/09/24 04:56:58 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/09/24 04:56:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "4-miLvwQOvqSZBUMRTl8I9UJxxYE0nsb9PF-ZPyfsW_ocK-mg0gv4BX_e-y_Bzcc8kWsQJwQMbQO7NepiMuXVI1QqLEjt3RVP8fYldMFOFsYfyJ-i87WjMp_J-FBOAaj" finished 2026/09/24 04:56:59 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/09/24 04:57:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: LOabL4D63JUyzYGXhVujiKx5QAiVdM_Z5BXJ9v6CEwCdyehECtUejNMcoVdAEnjXG3UNNErYxi1XmCWJ1kYuX4L8qNXi_O6lpZxfzMBQIm8jk0eZ6oOfygvizgEW8jyI 2026/09/24 04:57:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off 2026/09/24 04:57:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/09/24 04:57:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off 2026/09/24 04:57:01 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2" 2026/09/24 04:57:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248" 2026/09/24 04:57:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5" 2026/09/24 04:57:02 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "LOabL4D63JUyzYGXhVujiKx5QAiVdM_Z5BXJ9v6CEwCdyehECtUejNMcoVdAEnjXG3UNNErYxi1XmCWJ1kYuX4L8qNXi_O6lpZxfzMBQIm8jk0eZ6oOfygvizgEW8jyI" finished 2026/09/24 04:57:03 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed 2026/09/24 04:57:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: WizAOuQM5FL0oO-ph75rDR0EE6dzxiUKi40Ns5h4U0lSNabvcwbN0hSExxLOspOXwSJDmBEnh70VPRWvyGA14iPHRuZFTi4eFwcpSD_6W-kmb_QnRCPKn9EvgcHqqMnL 2026/09/24 04:57:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/09/24 04:57:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d" 2026/09/24 04:57:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "WizAOuQM5FL0oO-ph75rDR0EE6dzxiUKi40Ns5h4U0lSNabvcwbN0hSExxLOspOXwSJDmBEnh70VPRWvyGA14iPHRuZFTi4eFwcpSD_6W-kmb_QnRCPKn9EvgcHqqMnL" finished 2026/09/24 04:57:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2026/09/24 04:57:09 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: E3mMOV788LIfExZu9ux1oy3dRZxhANkr6p5GiM-7qxBHuXnwh9lNk76OqbCbCrsS49WBqykGf0ol55MwoqZRb1iYBfMijIM4eWsg80abjKxLU0SA47PSRY0xAseF2aq1 2026/09/24 04:57:09 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/09/24 04:57:10 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/09/24 04:57:10 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "E3mMOV788LIfExZu9ux1oy3dRZxhANkr6p5GiM-7qxBHuXnwh9lNk76OqbCbCrsS49WBqykGf0ol55MwoqZRb1iYBfMijIM4eWsg80abjKxLU0SA47PSRY0xAseF2aq1" finished 2026/09/24 04:57:10 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed 2026/09/24 04:57:11 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: djOcomoBTeoF2oT-DhSnle-mrbL4oz-zfNJzW4FiXeCLDUcg-xqxl0X7I-hJvQAx829aYD8cfuIA9ihDg5KX08PGHLMK6r6x27AjSNuBGpFgPr3gZ8hI4D_ZpRUJmVsH 2026/09/24 04:57:11 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/09/24 04:57:12 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/09/24 04:57:12 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "djOcomoBTeoF2oT-DhSnle-mrbL4oz-zfNJzW4FiXeCLDUcg-xqxl0X7I-hJvQAx829aYD8cfuIA9ihDg5KX08PGHLMK6r6x27AjSNuBGpFgPr3gZ8hI4D_ZpRUJmVsH" finished 2026/09/24 04:57:12 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/09/24 04:57:13 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: 2rI6LP-gKWYISm1-SAisKQCwGpHBCrOc8vOTOxY6hIaF19cYcnA4BHWPZdWIA4OkZ4lGGPgURZH5FFecwIINHa5NW_D49R8Y2z17upcLpFYEwuunHo-4yA6fcQDRQvEP 2026/09/24 04:57:13 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/09/24 04:57:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/09/24 04:57:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/09/24 04:57:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/09/24 04:57:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/09/24 04:57:15 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/09/24 04:57:15 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "2rI6LP-gKWYISm1-SAisKQCwGpHBCrOc8vOTOxY6hIaF19cYcnA4BHWPZdWIA4OkZ4lGGPgURZH5FFecwIINHa5NW_D49R8Y2z17upcLpFYEwuunHo-4yA6fcQDRQvEP" finished 2026/09/24 04:57:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/09/24 04:57:17 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: xFe79ygT1xhmCJfEcyvk9OIeuuNvE1zV_orAwET2Z70j8EY9qxSfRXh4Vk7JOGuP7fhqiwcZop3XUmymY0SDcNRCRDQcQaWOzrSawHfCQXBzLeznm6yLTJ6F60vglo_u 2026/09/24 04:57:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off 2026/09/24 04:57:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off 2026/09/24 04:57:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off 2026/09/24 04:57:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/09/24 04:57:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb" 2026/09/24 04:57:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd" 2026/09/24 04:57:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "xFe79ygT1xhmCJfEcyvk9OIeuuNvE1zV_orAwET2Z70j8EY9qxSfRXh4Vk7JOGuP7fhqiwcZop3XUmymY0SDcNRCRDQcQaWOzrSawHfCQXBzLeznm6yLTJ6F60vglo_u" finished 2026/09/24 04:57:19 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed 2026/09/24 04:57:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: CeIJQw-8U1RhT62C9R77Nh1LFxpUOslHCretSNBnK6C4tm1-uBjjgxsKURXkCe5h3EOborPMWEKiyrPSym1xZXVlV_vSnkJmYQlqXwI8ko3K0L7d9q-puGWmeHvTDI54 2026/09/24 04:57:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/09/24 04:57:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24" 2026/09/24 04:57:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "CeIJQw-8U1RhT62C9R77Nh1LFxpUOslHCretSNBnK6C4tm1-uBjjgxsKURXkCe5h3EOborPMWEKiyrPSym1xZXVlV_vSnkJmYQlqXwI8ko3K0L7d9q-puGWmeHvTDI54" finished 2026/09/24 04:57:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2026/09/24 04:57:27 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: kAOhhLT7J6fUL3QyqfwEpBrJgUkKXSqzBM5pUHblIe1tmod2tfN0Wac8doyRqzhLNfc2ljn1eZXJwgqacCGpFlDXERliTDQpQqX05aqKj4dANeQYn0CAKvGm3bC9He31 2026/09/24 04:57:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/09/24 04:57:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/09/24 04:57:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "kAOhhLT7J6fUL3QyqfwEpBrJgUkKXSqzBM5pUHblIe1tmod2tfN0Wac8doyRqzhLNfc2ljn1eZXJwgqacCGpFlDXERliTDQpQqX05aqKj4dANeQYn0CAKvGm3bC9He31" finished 2026/09/24 04:57:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed 2026/09/24 04:57:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: Zoe4_glx9xLG-heTfmRIhUAkiJm7GWv16extxFdBqpSEIRtpNO0MhQeWhSfuk1--0pDrzzc0YPwvcW2GVkRcXaza0IQ9Ei0ryDPXmUechxNjDXzlN3M7tgdhbflaaq_K 2026/09/24 04:57:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/09/24 04:57:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/09/24 04:57:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "Zoe4_glx9xLG-heTfmRIhUAkiJm7GWv16extxFdBqpSEIRtpNO0MhQeWhSfuk1--0pDrzzc0YPwvcW2GVkRcXaza0IQ9Ei0ryDPXmUechxNjDXzlN3M7tgdhbflaaq_K" finished 2026/09/24 04:57:33 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/09/24 04:57:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: l2n91UV4ZMlpM964cTxcgukbpRehKM3_E4K3LbIEvWzYXVcbzkfX6rXYbmDYx-HsRGyyNlP8yKIczjlmKkhWnPQCURAx8O9bNVzL37EtRrrdghyOA7MqY5VlkL1kzvfv 2026/09/24 04:57:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/09/24 04:57:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/09/24 04:57:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/09/24 04:57:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/09/24 04:57:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/09/24 04:57:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/09/24 04:57:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "l2n91UV4ZMlpM964cTxcgukbpRehKM3_E4K3LbIEvWzYXVcbzkfX6rXYbmDYx-HsRGyyNlP8yKIczjlmKkhWnPQCURAx8O9bNVzL37EtRrrdghyOA7MqY5VlkL1kzvfv" finished 2026/09/24 04:57:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/09/24 04:57:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: s10DlR53vLRkd9Niex17ZloKNWnmAWuqO2WD83sVEgG6Dh6V0cGuUX2AC2sjXhLhGekBZi65HBr4NbCTwSTrEX4msQT63RYYaNIbio-ErJ7DpKp4P9xalG2HbJORQmZz 2026/09/24 04:57:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off 2026/09/24 04:57:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off 2026/09/24 04:57:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off 2026/09/24 04:57:40 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721" 2026/09/24 04:57:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113" 2026/09/24 04:57:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479" 2026/09/24 04:57:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "s10DlR53vLRkd9Niex17ZloKNWnmAWuqO2WD83sVEgG6Dh6V0cGuUX2AC2sjXhLhGekBZi65HBr4NbCTwSTrEX4msQT63RYYaNIbio-ErJ7DpKp4P9xalG2HbJORQmZz" finished 2026/09/24 04:57:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed 2026/09/24 04:57:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: GqxGZb3Xc4ghoS2RKqBtoxA0fo_TJERxI3mwKteE4d3JTfblCE9_-UqOIOlQddBWEWG31Q35nvv1KBTMdV-_vaWpjhn-qBUbzPPVp8lgkXME7HZzIvQ5XqI8Ck6ujD7m 2026/09/24 04:57:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off 2026/09/24 04:57:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a" 2026/09/24 04:57:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "GqxGZb3Xc4ghoS2RKqBtoxA0fo_TJERxI3mwKteE4d3JTfblCE9_-UqOIOlQddBWEWG31Q35nvv1KBTMdV-_vaWpjhn-qBUbzPPVp8lgkXME7HZzIvQ5XqI8Ck6ujD7m" finished 2026/09/24 04:57:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2026/09/24 04:57:48 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: 41_3nPhhSdO4_MrhtDWB4GnSihvnHwgLodIjT2G30pHy7RYl4UH6lubcMR7dkeH_g3JQWKKA8GOTVCcU-zCVKzyV-BhT30rnq5tFwvvbprOaeA0uGDpTnyjkh1B0Dqmi 2026/09/24 04:57:48 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi 2026/09/24 04:57:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/09/24 04:57:49 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "41_3nPhhSdO4_MrhtDWB4GnSihvnHwgLodIjT2G30pHy7RYl4UH6lubcMR7dkeH_g3JQWKKA8GOTVCcU-zCVKzyV-BhT30rnq5tFwvvbprOaeA0uGDpTnyjkh1B0Dqmi" finished 2026/09/24 04:57:49 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed 2026/09/24 04:57:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: _iM3G_-eu6Ts_FXO25SK8xs9of0kiWeThcuL2aUCQBgqeRbLInHdD5AQouMhE_1hdYaVhS29TCO8mjkKohJyEctHymTbNYUCNB7aQ_LK_Brn5366YyHfzL2VsPEGHa4A 2026/09/24 04:57:50 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/09/24 04:57:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/09/24 04:57:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "_iM3G_-eu6Ts_FXO25SK8xs9of0kiWeThcuL2aUCQBgqeRbLInHdD5AQouMhE_1hdYaVhS29TCO8mjkKohJyEctHymTbNYUCNB7aQ_LK_Brn5366YyHfzL2VsPEGHa4A" finished 2026/09/24 04:57:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/09/24 04:57:52 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: 9NYlUyUX-PM1dKSfthH3qSxA3hX0zx_NsTZ9agBtGvyvis2jsPuaOepnD58W60oBZc3zbPVZF72l3JF1FDqojxlJ6-1g-8LmG4DvHKtG-JHJm9hY8MGE91ZKpo2yH9UY 2026/09/24 04:57:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/09/24 04:57:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/09/24 04:57:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/09/24 04:57:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/09/24 04:57:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/09/24 04:57:55 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/09/24 04:57:55 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "9NYlUyUX-PM1dKSfthH3qSxA3hX0zx_NsTZ9agBtGvyvis2jsPuaOepnD58W60oBZc3zbPVZF72l3JF1FDqojxlJ6-1g-8LmG4DvHKtG-JHJm9hY8MGE91ZKpo2yH9UY" finished 2026/09/24 04:57:55 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/09/24 04:57:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: w3oKn0p-_VVt1tQZpuM9RFmaU28c97nIIy4nOIoz6CTVUPRei6L6BM4yuebF715DWjckU-2NPuHEkNk0Deopcmi2XF972BciMrhbCCyOqHNVG52Gx6eerVh5AG_TzpUr 2026/09/24 04:57:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off 2026/09/24 04:57:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off 2026/09/24 04:57:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off 2026/09/24 04:57:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf" 2026/09/24 04:58:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb" 2026/09/24 04:58:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0" 2026/09/24 04:58:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "w3oKn0p-_VVt1tQZpuM9RFmaU28c97nIIy4nOIoz6CTVUPRei6L6BM4yuebF715DWjckU-2NPuHEkNk0Deopcmi2XF972BciMrhbCCyOqHNVG52Gx6eerVh5AG_TzpUr" finished 2026/09/24 04:58:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed 2026/09/24 04:58:05 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: OyuwFyk8oD5nO44JBF51MAy9oHJdjZxI_V8zMJKG96juJN97uTfIFDtvDMTfiIACa4QOMhaSqu8aziCXS7QyPHWb7pf2ByV_jOcre3yO9YTnGR8DVp4jkfwXykbFQTDA 2026/09/24 04:58:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off 2026/09/24 04:58:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d" 2026/09/24 04:58:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "OyuwFyk8oD5nO44JBF51MAy9oHJdjZxI_V8zMJKG96juJN97uTfIFDtvDMTfiIACa4QOMhaSqu8aziCXS7QyPHWb7pf2ByV_jOcre3yO9YTnGR8DVp4jkfwXykbFQTDA" finished 2026/09/24 04:58:07 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2026/09/24 04:58:09 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: pD8gxeFlk2yoOa2CYzaeFVRDyd94g3jdkuWxwZreSjBbjQUvtEzyUa6d_x9-XLGkTPK41Ko5EgHdWHfHYxbjpupZrOxJppacKcKAp-z97mYNymNDCUR7ydY1UlS9Ws2K 2026/09/24 04:58:09 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi 2026/09/24 04:58:10 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/09/24 04:58:11 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "pD8gxeFlk2yoOa2CYzaeFVRDyd94g3jdkuWxwZreSjBbjQUvtEzyUa6d_x9-XLGkTPK41Ko5EgHdWHfHYxbjpupZrOxJppacKcKAp-z97mYNymNDCUR7ydY1UlS9Ws2K" finished 2026/09/24 04:58:11 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed 2026/09/24 04:58:12 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: rJxLUJ396J8OjeZ6tCxdzfNV5uZc5Czk-59ldyoHL5hfjGOkTZnDQQniPF-Buup9I1GY3N5is_z6g6CQOll0_MOfWkb_l3bQ435SAA7RvdMzTd4t7izZNW-frk0EmEZ8 2026/09/24 04:58:13 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/09/24 04:58:14 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/09/24 04:58:14 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "rJxLUJ396J8OjeZ6tCxdzfNV5uZc5Czk-59ldyoHL5hfjGOkTZnDQQniPF-Buup9I1GY3N5is_z6g6CQOll0_MOfWkb_l3bQ435SAA7RvdMzTd4t7izZNW-frk0EmEZ8" finished 2026/09/24 04:58:14 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/09/24 04:58:16 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: BTePaWy2YgWfN-E_qYQZRYJ7RUtYg4-zrHf6iY2jKwiavVd06N40W3iqzv3XeFpNTcP14iE5zKQ6PRMowUPtPgdDBP4WJAFSuVfWXnhEgijpYaQWGQJYotP1pZiogBqr 2026/09/24 04:58:16 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/09/24 04:58:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/09/24 04:58:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/09/24 04:58:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/09/24 04:58:17 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/09/24 04:58:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/09/24 04:58:18 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "BTePaWy2YgWfN-E_qYQZRYJ7RUtYg4-zrHf6iY2jKwiavVd06N40W3iqzv3XeFpNTcP14iE5zKQ6PRMowUPtPgdDBP4WJAFSuVfWXnhEgijpYaQWGQJYotP1pZiogBqr" finished 2026/09/24 04:58:18 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/09/24 04:58:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: W3yCt0js2SCNyeBaKrp7uGJWQVQ8JYGQQvGMUDvmVoy8jpyMSZ0yBzXGLgiC_z9UbVkeZ4SFXURQMcn-7kcYuQP-yTRSVcn-gPp9Tmr9_R9lNqqhsxprSch2zPynk2Ma 2026/09/24 04:58:21 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off 2026/09/24 04:58:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off 2026/09/24 04:58:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off 2026/09/24 04:58:22 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b" 2026/09/24 04:58:23 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7" 2026/09/24 04:58:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1" 2026/09/24 04:58:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "W3yCt0js2SCNyeBaKrp7uGJWQVQ8JYGQQvGMUDvmVoy8jpyMSZ0yBzXGLgiC_z9UbVkeZ4SFXURQMcn-7kcYuQP-yTRSVcn-gPp9Tmr9_R9lNqqhsxprSch2zPynk2Ma" finished 2026/09/24 04:58:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK === RUN TestIntegration/FsMkdir/FsPutRetry === RUN TestIntegration/FsMkdir/FsPutRetry/Simple === RUN TestIntegration/FsMkdir/FsPutRetry/Simple/Status500 2026/09/24 04:58:26 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalServerError: Internal Server Error) 2026/09/24 04:58:26 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:2660: Put returned an error after the injected failure (acceptable): operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 500, RequestID: , HostID: , api error InternalServerError: Internal Server Error 2026/09/24 04:58:26 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutRetry/Simple/NetError 2026/09/24 04:58:27 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-hawaqiz0jeka.s3.wasabisys.com/retry-NetError.bin?x-id=PutObject": write tcp: unexpected EOF) 2026/09/24 04:58:27 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:2660: Put returned an error after the injected failure (acceptable): operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-hawaqiz0jeka.s3.wasabisys.com/retry-NetError.bin?x-id=PutObject": write tcp: unexpected EOF 2026/09/24 04:58:27 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutRetry/Chunked === RUN TestIntegration/FsMkdir/FsPutRetry/Chunked/Status500 2026/09/24 04:58:27 DEBUG : retry-chunked-Status500.bin: open chunk writer: started multipart upload: aJF8b9CWjDn9QMj2eiQHnU09sBdh1QZmK59srZN4V9s9dBaJjTWeAnWgSca6196N0da5t4rXvlE_bim4KAuCyJYhshGHoDke-ZZ2W2JqzmXfydyRgujT5ikNH_uipqhi 2026/09/24 04:58:27 DEBUG : retry-chunked-Status500.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/09/24 04:58:27 DEBUG : retry-chunked-Status500.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/09/24 04:58:27 DEBUG : retry-chunked-Status500.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/09/24 04:58:28 DEBUG : retry-chunked-Status500.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/09/24 04:58:29 DEBUG : retry-chunked-Status500.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/09/24 04:58:29 DEBUG : retry-chunked-Status500.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:58:29 DEBUG : retry-chunked-Status500.bin: multipart upload "aJF8b9CWjDn9QMj2eiQHnU09sBdh1QZmK59srZN4V9s9dBaJjTWeAnWgSca6196N0da5t4rXvlE_bim4KAuCyJYhshGHoDke-ZZ2W2JqzmXfydyRgujT5ikNH_uipqhi" finished 2026/09/24 04:58:30 DEBUG : retry-chunked-Status500.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutRetry/Chunked/NetError 2026/09/24 04:58:31 DEBUG : retry-chunked-NetError.bin: open chunk writer: started multipart upload: 3HBspmfn9K2DMl9LNhFsibXsloITugzXnI-wfaA6nFQWKT5L6aSTnA9qPkU-cTisF5MDPhvQrfsx2kwisUdoSzSD_50UPAENmblxySXdTemsHIZbGQZv7i-EK0LqIvVp 2026/09/24 04:58:31 DEBUG : retry-chunked-NetError.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/09/24 04:58:32 DEBUG : retry-chunked-NetError.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/09/24 04:58:32 DEBUG : retry-chunked-NetError.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/09/24 04:58:32 DEBUG : retry-chunked-NetError.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd" 2026/09/24 04:58:33 DEBUG : retry-chunked-NetError.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6" 2026/09/24 04:58:34 DEBUG : retry-chunked-NetError.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0" 2026/09/24 04:58:34 DEBUG : retry-chunked-NetError.bin: multipart upload "3HBspmfn9K2DMl9LNhFsibXsloITugzXnI-wfaA6nFQWKT5L6aSTnA9qPkU-cTisF5MDPhvQrfsx2kwisUdoSzSD_50UPAENmblxySXdTemsHIZbGQZv7i-EK0LqIvVp" finished 2026/09/24 04:58:34 DEBUG : retry-chunked-NetError.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutShortEOF === RUN TestIntegration/FsMkdir/FsPutShortEOF/Simple 2026/09/24 04:58:36 DEBUG : pacer: low level retry 1/1 (error operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-hawaqiz0jeka.s3.wasabisys.com/short-eof.bin?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120) 2026/09/24 04:58:36 DEBUG : pacer: Rate limited, increasing sleep to 10ms fstests.go:2784: Put returned an error (acceptable): operation error S3: PutObject, exceeded maximum number of attempts, 1, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Put "https://rclone-test-hawaqiz0jeka.s3.wasabisys.com/short-eof.bin?x-id=PutObject": net/http: HTTP/1.x transport connection broken: http: ContentLength=10240 with Body length 5120 2026/09/24 04:58:36 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutShortEOF/Chunked 2026/09/24 04:58:36 DEBUG : short-eof-chunked.bin: open chunk writer: started multipart upload: gNKxRFjImcPK9ZMr3yZid6YFgl4ScBv19s_vhysXGnlwj-7XKDD6OWb_9bS5P49Pj5j_-LGjt63UNOsyj3BnmB_l_O9S81a05Qv5OYjLIA4QZfodwLsuAyDT0p8KldGg 2026/09/24 04:58:36 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 0 size 5Mi offset 0/20Mi 2026/09/24 04:58:36 DEBUG : short-eof-chunked.bin: multipart upload: starting chunk 1 size 2.500Mi offset 5Mi/20Mi 2026/09/24 04:58:37 DEBUG : short-eof-chunked.bin: multipart upload wrote chunk 2 with 2621440 bytes and etag "8ce1cc6186e84f25e1aa36bd35cef94e" 2026/09/24 04:58:38 DEBUG : short-eof-chunked.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "7077282e2c4385b12d4b4e7ca4184d14" 2026/09/24 04:58:38 DEBUG : short-eof-chunked.bin: Cancelling multipart upload 2026/09/24 04:58:38 DEBUG : short-eof-chunked.bin: multipart upload "gNKxRFjImcPK9ZMr3yZid6YFgl4ScBv19s_vhysXGnlwj-7XKDD6OWb_9bS5P49Pj5j_-LGjt63UNOsyj3BnmB_l_O9S81a05Qv5OYjLIA4QZfodwLsuAyDT0p8KldGg" aborted fstests.go:2784: Put returned an error (acceptable): multipart upload: expected 20971520 bytes in input, but got 7864320: unexpected EOF === RUN TestIntegration/FsMkdir/FsCopyChunked === RUN TestIntegration/FsMkdir/FsCopyChunked/5242880 2026/09/24 04:58:40 DEBUG : chunked-copy: Starting multipart copy with 1 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/5242881 2026/09/24 04:58:44 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/09/24 04:58:48 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/09/24 04:58:54 DEBUG : chunked-copy: Starting multipart copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/09/24 04:58:59 DEBUG : chunked-copy: Starting multipart copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/09/24 04:59:02 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: g_8MM5Fqvz5voHYitBneoCw4rlQrU6it_XqDPEossTkoyEH3aksBrwIlXXIsAqX1LQJAIk9PYAqQ3g481E_Jqk98YpYssXmyTH0jC-HtEy5uAY-MR8ys-rOOmOGo5m-E 2026/09/24 04:59:02 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off 2026/09/24 04:59:02 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "1b99ac62eb1ddf30489c00187b4de81f" 2026/09/24 04:59:02 DEBUG : unknown-size-put.txt: multipart upload "g_8MM5Fqvz5voHYitBneoCw4rlQrU6it_XqDPEossTkoyEH3aksBrwIlXXIsAqX1LQJAIk9PYAqQ3g481E_Jqk98YpYssXmyTH0jC-HtEy5uAY-MR8ys-rOOmOGo5m-E" finished 2026/09/24 04:59:02 DEBUG : unknown-size-put.txt: Multipart upload Etag: 43eff9a2939fba7f59a855f68df926b2-1 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/09/24 04:59:03 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: XcjF94rCv1KTkRsKfZBBOwiNYkwrHjwgPrzfA1QQjNZA22CS-tto1DGWF1mj23WBQG3OXoQJ1Fn5vGBu33R2pBfOQOkEIKWy60bZ0g0NeYJ2hRTb6lSAfaXfFDvPmCi3 2026/09/24 04:59:03 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off 2026/09/24 04:59:03 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "f02ea33c82f96665115d8805867baebb" 2026/09/24 04:59:04 DEBUG : unknown-size-update.txt: multipart upload "XcjF94rCv1KTkRsKfZBBOwiNYkwrHjwgPrzfA1QQjNZA22CS-tto1DGWF1mj23WBQG3OXoQJ1Fn5vGBu33R2pBfOQOkEIKWy60bZ0g0NeYJ2hRTb6lSAfaXfFDvPmCi3" finished 2026/09/24 04:59:04 DEBUG : unknown-size-update.txt: Multipart upload Etag: a6cd0309019221e1e2b153acf4a9687a-1 OK === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/09/24 04:59:04 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-hawaqiz0jeka/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:3019: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:3062: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:3111: Can't test if can't have empty directories 2026/09/24 04:59:04 DEBUG : Waiting for deletions to finish 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-10.000Mi-streamed-v2026-09-24-045809-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-10.000Mi-streamed-v2026-09-24-045809-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-10.000Mi-v2026-09-24-045806-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-10.000Mi-v2026-09-24-045806-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-10Mi-streamed-v2026-09-24-045816-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-10Mi-streamed-v2026-09-24-045816-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-10Mi-v2026-09-24-045812-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-10Mi-v2026-09-24-045812-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-20.000Mi-streamed-v2026-09-24-045827-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-20.000Mi-streamed-v2026-09-24-045827-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-10Mi-20.000Mi-v2026-09-24-045821-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-10Mi-20.000Mi-v2026-09-24-045821-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.054Mi-10.109Mi-streamed-v2026-09-24-045705-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.054Mi-10.109Mi-streamed-v2026-09-24-045705-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.054Mi-10.109Mi-v2026-09-24-045701-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.054Mi-10.109Mi-v2026-09-24-045701-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.054Mi-5.054Mi-streamed-v2026-09-24-045657-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed-v2026-09-24-045657-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.054Mi-5.054Mi-v2026-09-24-045654-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.054Mi-5.054Mi-v2026-09-24-045654-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.055Mi-10.109Mi-streamed-v2026-09-24-045722-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed-v2026-09-24-045722-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.055Mi-10.109Mi-v2026-09-24-045718-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.055Mi-10.109Mi-v2026-09-24-045718-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5.055Mi-5.055Mi-streamed-v2026-09-24-045714-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed-v2026-09-24-045714-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.054Mi-10.109Mi-v2026-09-24-045701-000.bin: Deleted 2026/09/24 04:59:05 INFO : chunked-10Mi-10Mi-v2026-09-24-045812-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-5.055Mi-5.055Mi-v2026-09-24-045711-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5.055Mi-5.055Mi-v2026-09-24-045711-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-10.000Mi-streamed-v2026-09-24-045646-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-10.000Mi-streamed-v2026-09-24-045646-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-10Mi-20.000Mi-v2026-09-24-045821-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-10.000Mi-v2026-09-24-045641-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-10.000Mi-v2026-09-24-045641-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.054Mi-10.109Mi-streamed-v2026-09-24-045705-000.bin: Deleted 2026/09/24 04:59:05 INFO : chunked-10Mi-10.000Mi-streamed-v2026-09-24-045809-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-5.000Mi-streamed-v2026-09-24-045633-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-5.000Mi-streamed-v2026-09-24-045633-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-5.000Mi-v2026-09-24-045631-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-5.000Mi-v2026-09-24-045631-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-10Mi-20.000Mi-streamed-v2026-09-24-045827-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-5Mi-streamed-v2026-09-24-045637-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-5Mi-streamed-v2026-09-24-045637-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-10Mi-10Mi-streamed-v2026-09-24-045816-000.bin: Deleted 2026/09/24 04:59:05 INFO : chunked-10Mi-10.000Mi-v2026-09-24-045806-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-5Mi-5Mi-v2026-09-24-045635-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-5Mi-5Mi-v2026-09-24-045635-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 DEBUG : "chunked-6.667Mi-13.333Mi-streamed-v2026-09-24-045743-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-6.667Mi-13.333Mi-streamed-v2026-09-24-045743-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.054Mi-5.054Mi-streamed-v2026-09-24-045657-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-6.667Mi-13.333Mi-v2026-09-24-045739-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-6.667Mi-13.333Mi-v2026-09-24-045739-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.055Mi-10.109Mi-v2026-09-24-045718-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-6.667Mi-6.667Mi-streamed-v2026-09-24-045734-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-6.667Mi-6.667Mi-streamed-v2026-09-24-045734-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.055Mi-5.055Mi-v2026-09-24-045711-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-6.667Mi-6.667Mi-v2026-09-24-045731-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-6.667Mi-6.667Mi-v2026-09-24-045731-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.055Mi-5.055Mi-streamed-v2026-09-24-045714-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-16.000Mi-streamed-v2026-09-24-045803-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-16.000Mi-streamed-v2026-09-24-045803-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.054Mi-5.054Mi-v2026-09-24-045654-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-16.000Mi-v2026-09-24-045758-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-16.000Mi-v2026-09-24-045758-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5.055Mi-10.109Mi-streamed-v2026-09-24-045722-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-8.000Mi-streamed-v2026-09-24-045748-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-8.000Mi-streamed-v2026-09-24-045748-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-10.000Mi-streamed-v2026-09-24-045646-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-8.000Mi-v2026-09-24-045745-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-8.000Mi-v2026-09-24-045745-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-10.000Mi-v2026-09-24-045641-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-8Mi-streamed-v2026-09-24-045753-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-8Mi-streamed-v2026-09-24-045753-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-5.000Mi-streamed-v2026-09-24-045633-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-8Mi-8Mi-v2026-09-24-045750-000.bin" version true 2026/09/24 04:59:05 DEBUG : chunked-8Mi-8Mi-v2026-09-24-045750-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-5.000Mi-v2026-09-24-045631-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-copy-v2026-09-24-045902-000" version true 2026/09/24 04:59:05 DEBUG : chunked-copy-v2026-09-24-045902-000: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-5Mi-streamed-v2026-09-24-045637-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "chunked-copy-v2026-09-24-045902-000.copy" version true 2026/09/24 04:59:05 DEBUG : chunked-copy-v2026-09-24-045902-000.copy: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-5Mi-5Mi-v2026-09-24-045635-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false 2026/09/24 04:59:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "null") 2026/09/24 04:59:05 INFO : chunked-6.667Mi-13.333Mi-streamed-v2026-09-24-045743-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "retry-chunked-NetError-v2026-09-24-045836-000.bin" version true 2026/09/24 04:59:05 DEBUG : retry-chunked-NetError-v2026-09-24-045836-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-6.667Mi-6.667Mi-streamed-v2026-09-24-045734-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "retry-chunked-Status500-v2026-09-24-045831-000.bin" version true 2026/09/24 04:59:05 DEBUG : retry-chunked-Status500-v2026-09-24-045831-000.bin: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-6.667Mi-6.667Mi-v2026-09-24-045731-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "unknown-size-put-v2026-09-24-045903-000.txt" version true 2026/09/24 04:59:05 DEBUG : unknown-size-put-v2026-09-24-045903-000.txt: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-6.667Mi-13.333Mi-v2026-09-24-045739-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "unknown-size-update-v2026-09-24-045904-000.txt" version true 2026/09/24 04:59:05 DEBUG : unknown-size-update-v2026-09-24-045904-000.txt: Deleting delete marker (id "null") 2026/09/24 04:59:05 INFO : chunked-8Mi-16.000Mi-streamed-v2026-09-24-045803-000.bin: Deleted 2026/09/24 04:59:05 DEBUG : "versions/test-versions-v2026-09-24-045619-000.txt" version true 2026/09/24 04:59:05 DEBUG : versions/test-versions-v2026-09-24-045619-000.txt: Deleting delete marker (id "001790225779495042611-0hc6yPKDme") 2026/09/24 04:59:06 INFO : chunked-8Mi-16.000Mi-v2026-09-24-045758-000.bin: Deleted 2026/09/24 04:59:06 DEBUG : "versions/test-versions-v2026-09-24-045613-000.txt" version true 2026/09/24 04:59:06 DEBUG : versions/test-versions-v2026-09-24-045613-000.txt: Deleting (id "001790225773262778238-z2ljO5D8GT") 2026/09/24 04:59:06 INFO : chunked-8Mi-8.000Mi-streamed-v2026-09-24-045748-000.bin: Deleted 2026/09/24 04:59:06 INFO : chunked-8Mi-8.000Mi-v2026-09-24-045745-000.bin: Deleted 2026/09/24 04:59:06 INFO : chunked-8Mi-8Mi-streamed-v2026-09-24-045753-000.bin: Deleted 2026/09/24 04:59:06 INFO : chunked-8Mi-8Mi-v2026-09-24-045750-000.bin: Deleted 2026/09/24 04:59:06 INFO : chunked-copy-v2026-09-24-045902-000: Deleted 2026/09/24 04:59:06 INFO : chunked-copy-v2026-09-24-045902-000.copy: Deleted 2026/09/24 04:59:06 INFO : retry-chunked-NetError-v2026-09-24-045836-000.bin: Deleted 2026/09/24 04:59:06 INFO : retry-chunked-Status500-v2026-09-24-045831-000.bin: Deleted 2026/09/24 04:59:06 INFO : unknown-size-put-v2026-09-24-045903-000.txt: Deleted 2026/09/24 04:59:06 INFO : unknown-size-update-v2026-09-24-045904-000.txt: Deleted 2026/09/24 04:59:06 INFO : versions/test-versions-v2026-09-24-045619-000.txt: Deleted 2026/09/24 04:59:06 INFO : versions/test-versions-v2026-09-24-045613-000.txt: Deleted 2026/09/24 04:59:06 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/09/24 04:59:07 INFO : S3 bucket rclone-test-hawaqiz0jeka: Bucket "rclone-test-hawaqiz0jeka" deleted 2026/09/24 04:59:07 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:3225: Shutdown method not supported --- PASS: TestIntegration (251.50s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.55s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (1.53s) --- PASS: TestIntegration/FsMkdir (248.87s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.39s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.13s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.31s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.13s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding (21.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (0.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.12s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.08s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.06s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.69s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (4.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (60.82s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.77s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.14s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (2.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.93s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (2.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.92s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (0.79s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint (1.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/full_read (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/seek_read (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/range_read_to_end (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenFingerprint/refresh (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (6.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.66s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.54s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (25.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (0.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (0.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHeadObjectCopy (1.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/HasChildren (1.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (13.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (1.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.67s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (2.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (1.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock (8.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Retention (1.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/LegalHold (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/SetAfterUpload (1.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Multipart (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectLock/Presigned (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (118.31s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (17.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (5.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (1.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.66s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.61s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (19.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (5.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (2.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (5.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (2.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (7.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (16.59s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (2.21s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (4.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (2.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (3.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (21.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (6.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (6.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (8.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.40s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (19.48s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (4.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (2.39s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (4.78s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (2.35s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (10.25s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (5.06s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (23.79s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (6.15s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (3.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (6.97s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.63s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (10.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.57s) --- PASS: TestIntegration/FsMkdir/FsPutRetry (9.48s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Simple (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Simple/Status500 (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Simple/NetError (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Chunked (8.95s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Chunked/Status500 (4.16s) --- PASS: TestIntegration/FsMkdir/FsPutRetry/Chunked/NetError (4.79s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF (2.23s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Simple (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutShortEOF/Chunked (2.11s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (23.76s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.56s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (4.96s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.21s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.11s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.10s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.79s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.31s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.66s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestIntegration2 s3_test.go:366: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestAWSDualStackOption 2026/09/24 04:59:07 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? 2026/09/24 04:59:07 DEBUG : Using anonymous credentials - did you mean to set env_auth=true? --- PASS: TestAWSDualStackOption (0.00s) === RUN TestParseRetainUntilDate === RUN TestParseRetainUntilDate/RFC3339_date === RUN TestParseRetainUntilDate/RFC3339_date_with_timezone === RUN TestParseRetainUntilDate/duration_days === RUN TestParseRetainUntilDate/duration_hours === RUN TestParseRetainUntilDate/duration_minutes === RUN TestParseRetainUntilDate/invalid_input === RUN TestParseRetainUntilDate/empty_input --- PASS: TestParseRetainUntilDate (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date (0.00s) --- PASS: TestParseRetainUntilDate/RFC3339_date_with_timezone (0.00s) --- PASS: TestParseRetainUntilDate/duration_days (0.00s) --- PASS: TestParseRetainUntilDate/duration_hours (0.00s) --- PASS: TestParseRetainUntilDate/duration_minutes (0.00s) --- PASS: TestParseRetainUntilDate/invalid_input (0.00s) --- PASS: TestParseRetainUntilDate/empty_input (0.00s) PASS ok github.com/rclone/rclone/backend/s3 251.592s "go test -v -timeout 1h0m0s -remote TestS3Wasabi: -verbose" - Finished OK in 4m13.091868775s (try 1/5)