"go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Starting (try 1/5)
=== RUN   TestSignHTTP
--- PASS: TestSignHTTP (0.00s)
=== RUN   TestVersionLess
--- PASS: TestVersionLess (0.00s)
=== RUN   TestMergeDeleteMarkers
--- PASS: TestMergeDeleteMarkers (0.00s)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestS3GCS:"
2025/03/02 09:11:19 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu"
2025/03/02 09:11:19 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN   TestIntegration/FsCheckWrap
    fstests.go:479: Not a wrapping Fs
=== RUN   TestIntegration/FsCommand
=== RUN   TestIntegration/FsRmdirNotFound
2025/03/02 09:11:21 INFO  : S3 bucket rclone-test-nukaraj3vicu: Bucket "rclone-test-nukaraj3vicu" created with ACL ""
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
2025/03/02 09:11:22 INFO  : S3 bucket rclone-test-nukaraj3vicu: Bucket "rclone-test-nukaraj3vicu" deleted
=== RUN   TestIntegration/FsMkdir
2025/03/02 09:11:23 INFO  : S3 bucket rclone-test-nukaraj3vicu: Bucket "rclone-test-nukaraj3vicu" created with ACL ""
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/03/02 09:11:24 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/03/02 09:11:24 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/03/02 09:11:24 INFO  : dir: Removing directory
=== RUN   TestIntegration/FsMkdir/FsListEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListRDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirNotFound
=== RUN   TestIntegration/FsMkdir/FsListRDirNotFound
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/control_chars
    fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid.
        	Test:       	TestIntegration/FsMkdir/FsEncoding/control_chars
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot
    fstests.go:707: testing "."
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot_dot
    fstests.go:707: testing ".."
=== RUN   TestIntegration/FsMkdir/FsEncoding/punctuation
    fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_space
    fstests.go:707: testing " leading space"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_tilde
    fstests.go:707: testing "~leading tilde"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_CR
    fstests.go:707: testing "␍leading CR"
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid.
        	Test:       	TestIntegration/FsMkdir/FsEncoding/leading_CR
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_LF
    fstests.go:707: testing "␊leading LF"
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid.
        	Test:       	TestIntegration/FsMkdir/FsEncoding/leading_LF
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_HT
    fstests.go:707: testing "␉leading HT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_VT
    fstests.go:707: testing "␋leading VT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_dot
    fstests.go:707: testing ".leading dot"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_space
    fstests.go:707: testing "trailing space "
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_CR
    fstests.go:707: testing "trailing CR␍"
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid.
        	Test:       	TestIntegration/FsMkdir/FsEncoding/trailing_CR
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_LF
    fstests.go:707: testing "trailing LF␊"
    fstests.go:146: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:713
        	Error:      	Received unexpected error:
        	            	operation error S3: PutObject, https response error StatusCode: 400, RequestID: , HostID: , api error InvalidObjectName: The specified object name is not valid.
        	Test:       	TestIntegration/FsMkdir/FsEncoding/trailing_LF
        	Messages:   	Put
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_HT
    fstests.go:707: testing "trailing HT␉"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_VT
    fstests.go:707: testing "trailing VT␋"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_dot
    fstests.go:707: testing "trailing dot."
=== RUN   TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
    fstests.go:707: testing "invalid utf-8\xfe"
=== RUN   TestIntegration/FsMkdir/FsEncoding/URL_encoding
    fstests.go:707: testing "test%46.txt"
=== RUN   TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN   TestIntegration/FsMkdir/FsPutError
=== RUN   TestIntegration/FsMkdir/FsPutZeroLength
=== RUN   TestIntegration/FsMkdir/FsOpenWriterAt
    fstests.go:786: FS has no OpenWriterAt interface
=== RUN   TestIntegration/FsMkdir/FsOpenChunkWriter
2025/03/02 09:12:06 NOTICE: S3 bucket rclone-test-nukaraj3vicu: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
2025/03/02 09:12:07 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ABPnzm6HNXy-rgxVOorC259VC--jexcpwfqwGWT0cL7sDBsJsFn3SOlmJflioZWV33-tWBc
2025/03/02 09:12:09 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "a0a3a7fe8171189d052d4a0082b44c32"
2025/03/02 09:12:11 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "50efb3d2f4252d9e34b07d77d5ac3464"
2025/03/02 09:12:13 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "d8560ab0faef5ab1919257e820940156"
2025/03/02 09:12:14 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ABPnzm6HNXy-rgxVOorC259VC--jexcpwfqwGWT0cL7sDBsJsFn3SOlmJflioZWV33-tWBc" finished
=== RUN   TestIntegration/FsMkdir/FsChangeNotify
    fstests.go:868: FS has no ChangeNotify interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListR
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot
2025/03/02 09:12:23 DEBUG : Creating backend with remote "TestS3GCS:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/03/02 09:12:23 DEBUG : Creating backend with remote "TestS3GCS:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListSubdir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListLevel2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive
    fstests.go:1121: Not Case Insensitive
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurge
2025/03/02 09:12:29 DEBUG : S3 bucket rclone-test-nukaraj3vicu: bucket is versioned: false
2025/03/02 09:12:29 DEBUG : Waiting for deletions to finish
2025/03/02 09:12:30 DEBUG : "dirToPurge/fileToPurge.txt" version false
2025/03/02 09:12:30 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "")
2025/03/02 09:12:30 INFO  : dirToPurge/fileToPurge.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/02 09:12:33 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu/dirToPurgeFromRoot"
2025/03/02 09:12:34 DEBUG : S3 bucket rclone-test-nukaraj3vicu path dirToPurgeFromRoot: bucket is versioned: false
2025/03/02 09:12:34 DEBUG : Waiting for deletions to finish
2025/03/02 09:12:34 DEBUG : "fileToPurgeFromRoot.txt" version false
2025/03/02 09:12:34 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "")
2025/03/02 09:12:35 INFO  : fileToPurgeFromRoot.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/02 09:12:35 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu/hello? sausage/êé"
2025/03/02 09:12:40 DEBUG : S3 bucket rclone-test-nukaraj3vicu path hello? sausage/êé: bucket is versioned: false
2025/03/02 09:12:40 DEBUG : Waiting for deletions to finish
2025/03/02 09:12:40 DEBUG : "a/b/c/d/e.txt" version false
2025/03/02 09:12:40 DEBUG : a/b/c/d/e.txt: Deleting (id "")
2025/03/02 09:12: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:1342: FS has no Mover interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsDirMove
    fstests.go:1459: FS has no DirMover interface
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPrecision
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectString
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectFs
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemote
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectHashes
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectModTime
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata
    fstests.go:1694: SetMetadata method not supported
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectSize
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpen
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectStorable
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile
2025/03/02 09:13:00 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/02 09:13:00 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestS3GCS:" path "rclone-test-nukaraj3vicu" from "TestS3GCS:rclone-test-nukaraj3vicu"
2025/03/02 09:13:01 DEBUG : Creating backend with remote "TestS3GCS:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/PublicLink
    fstests.go:2034: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2034
        	Error:      	Received unexpected error:
        	            	not found, Signing
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/PublicLink
=== RUN   TestIntegration/FsMkdir/FsPutFiles/SetTier
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap
    fstests.go:2109: Not a wrapping Fs
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Bucket
    fstests.go:2131: Can't have // in paths
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectRemove
=== RUN   TestIntegration/FsMkdir/FsPutFiles/ObjectAbout
    fstests.go:2281: FS does not support About
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0
2025/03/02 09:13:18 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm5_a8mEBqCh_mLT7pBn1TvNYABDZOKyokYWSn7bkkzh19atqURCNOBEtP33NcK3NFg
2025/03/02 09:13:18 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off
2025/03/02 09:13:19 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e"
2025/03/02 09:13:19 DEBUG : piped data.txt: multipart upload "ABPnzm5_a8mEBqCh_mLT7pBn1TvNYABDZOKyokYWSn7bkkzh19atqURCNOBEtP33NcK3NFg" finished
2025/03/02 09:13:20 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/03/02 09:13:21 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm7sF5_iuZkqDnmeyosVAKzkRL91YZIC4HNa3PSuUhNAAIVCX86q7KPLYFuRiXOi8xg
2025/03/02 09:13:21 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off
2025/03/02 09:13:22 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "a13daf575290ff650ffbdf3a1f693281"
2025/03/02 09:13:23 DEBUG : piped data.txt: multipart upload "ABPnzm7sF5_iuZkqDnmeyosVAKzkRL91YZIC4HNa3PSuUhNAAIVCX86q7KPLYFuRiXOi8xg" finished
2025/03/02 09:13:23 DEBUG : piped data.txt: Multipart upload Etag: 6ce4261410bc70a54520e941c16eff98-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
    fstest.go:144: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:199
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:73
        	Error:      	Not equal: 
        	            	expected: 664
        	            	actual  : 0
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
        	Messages:   	test-metadata: size incorrect file=664 vs obj=0
    fstest.go:144: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:202
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:73
        	Error:      	Not equal: 
        	            	expected: 664
        	            	actual  : 0
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
        	Messages:   	test-metadata: size incorrect file=664 vs obj=0
    s3_internal_test.go:93: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:93
        	Error:      	Not equal: 
        	            	expected: "gzip"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-gzip
        	            	+
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
        	Messages:   	content-encoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
    s3_internal_test.go:102: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:102
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:110
        	Error:      	Not equal: 
        	            	expected: "\x1f\x8b\b\x00\x00\x00\x00\x00\x00\xff\x14҉\xb5\x84 \f@і\xc6q\x19-'@\x80\xb8\x10\x16\x83`\xf5\xff\xfc\x12\xde=Ϡ\x81\x80\xed\xa3\xe5\xc1\x88\xf7z\xb3%\x05zx)Hf\xfb頱J\xdc\x1a\x1e\\\xe4\\4w<\xe1\x18\x9a8y\xa8-\x01:)\xb1\x9fW<w\xf6\xdf,\rwq\xd3-7\x18\x8c?\x8b7\xec\xdc?\x8f8\xb0pm\x05n\xd4\x10'M\x99\f\xb9\xf1 \x85N\x9e\xb1\xd2!\x9e\xfa/\x8b\xe2\x9b\xfdGa\x85.\xf6\xf3p\xc0\nyx\xc4Q\xc1\xb0\x1a\x8e\x120-\x9e\xb3(\xb1\x9b\xc6\xc8\x05ڧ\xa2\x97\x82z\xb9\xa8\xc8InQ\xf8\xa2a\xbf\x9cr\xe0\tf\xcd\xfc\x90\x17\xf5\xf3rB\x83>6z(\xa3\xdb\nw~A\x8f\x1e\x15i\xb9f\x03\r2\x84\xa1\xb2\xc1H\xfb|Ѕ\x17\xf4\xa5\x92\xc1\x80y\xfeﵤ\xb6\xf2\xaf\xc3n5X\xa0\xb1\x9b\x834\xa9\xa2~\x97\xbc\x10\xa9N/\x1e\x18q\x9f_\xe9\xe8Ȍ;\x1b\n\x90f\v\x9d\x03\xaa\x9fB\x0f\n\xf5\xe4\xe9\x92\xc6}u\x18\xc5s[\x14*Hh\xbe7ܨ\xf0\xd8v6\x92X\x7fNn\xd4IM7\xec\xa4\xe0^<\x1d\x94\xd1,\x16:&1\xab\x06M\x99\uf851\xa7\x8c\xf5\x17)\x91a=(\xb6p\xe1\xb1\x151\x9cq_\x1c]\x1cAM\x15\"\x1aHc\x82\x1d\x03\xe9I\x91\xc7\f\xe6\xe3\xd1\xf3\x83\xd7Z\xa4\x89\xc54k8\xe0\xe24>tq\xc1{j\x94\xa8\x8a\x1b\r\xdd\\\xd1n\x81<FN\xeb.\a\xbfl\xe7\x8a;h.\x1f\xc3/z\xae\xe3\xcd\x06,\xa7\xb9\xc3\xc5;\x84\xef\xc9Fnɿ\x87-e0\xf3+\x01\x03\xbb1\xa3\xc7\xc2nvЩB\xfbv\xf8\xf7\xcc\xd3CM\x1c\xe6\xdf!\a&\xbcW#\avH[\x95\x13#\x9f\xe3M\x89<\x9b!\xd0#\x87\x1c\xd3\xcd\x0ft\xb9\xe6(\x96\x0fh\xab\x15'V\x9e\x9f\xa5W\xaa\\C\x92\x0e\x16\xf2R\xf8\x94*\xe7\\P\xb1\x962\x17<ɡ\xfb\x16\x89d8\x8c\xa7\xa4\xff\x92\xf5\x91D\a\x9d\xdb\x03\x05,\x9b͉\xa5\xc2\xfb\xd4!\x92\x82\xb6u\xcal\xb8n\tN~\xc8N\x96\"xڿN\x02\xefP\xa7$]\xb4쳂\x9b#\xf85\x88\xa1\fi\xf8\xf7)\xd2LJ+7y\xbf^\n7\xbef+7x|\xd6\xff\v\x9b\xbc\x83\x81\x17\x83\xa4\xe1\xa4\x13*\xebɈ\x92\xcc\xe77\x82\x85(~\x8d\xe4Y\x91\x9f\x1dU|(\xfd\x02(\xae\x107\x03\t\"\xe9\xaf'\x8bZ\xae\xf1/\x00\x00\xff\xff\xa7&\xf7\x9c\xe8\x03\x00\x00"
        	            	actual  : "dedanex0cuwepet8tofibac1zinurof0yacevup9xekosul6coyelak1xuguwix6nayibuf0zuhoyoh2ruxejug4tutadep7fetajoy0wugafam9satecap4ciridig3kibeguw3vikuhiy7rubotoh0bevayuf0wonevar1wugisen8dopuneq6horubuf9ceposax0vehusec6misulig6bezedoh6lukelad8rowihub7hulaxay3xiwireg9soyozac3hebicum5daxaran1vodepij5kimemay6videner5nayifib9surofog8desaxog5nuxuvub7muzapiv4zekepej5zuyegid3jodinaq5fayoneb7behabec4himuxoy8gepuhox6bebaqed2tatebek9joduqoc0loxiyib4tajibat6hikired6fayequd8cacirot1xihirev7piqidoc1bofamek9sudorej6gimopab4vapedaq3qajenic4biherad0hehowem8suxufeq5cakamoq3wimoset4xiqivug3ditovef9nihepoq8jukozof5vejacos0dozehov3todafoq5yamojan2lodutur7wofirad5zunenog3rehesog5gayivax2yaxuvur4wixuger7kukeqet8dukeyaq9vulepol3tiqihod1niwukuk4towayum5pufokax8fugufuw7fizuvum1quyafar6soluvul5sebocus5seligeg2supidon3luqejac8wuqikil9wasafod9gufisoj4yapibax9yirodov9qalowif4fipahij2gunojav4quyucuj5batopah8nudiraq1dozesuy3wovoxuz2husoxom5futahew8xaraxuz1dazenuq1lilavoc4duburol2pafapuh8pihobih5givewiq7nabovap9daqapic2hifecum3"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,6 +1 @@
        	            	-��������҉�� @і�q-'@���`����=Ϡ��������z�%zx)Hf�頱J�\�\4w<��8y�-:)��W<w��,
wq�-7�?�7��?�8�pmn�'M��� �N���!��/���Ga�.��p�
        	            	-yx�Q���0-��(����ڧ���z���InQ��a��r�	f�����rB�>6z(��
        	            	-w~A�i�f
2����H�|Ѕ�����y�ﵤ���n5X����4��~���N/q�_��Ȍ;
        	            	-�f���B
        	            	-����}u�s[*Hh�7ܨ��v6�XNn�IM7��^<��,:&1�M����)�a=(�p�1�q_]AM"Hc��I�������Z���4k8��4>tq�{j���
�\�n�<FN�.�l�;h.�/z���,����;���Fnɿ�-e0�+�1���nvЩB�v����CM��!&�W#vH[�#��M�<�!�#���t��(�h�'V���W�\C��R��*�\P��2<ɡ��d8�������D��,�͉����!���u�l�n	N~�N�"xڿN�P�$]�쳂�#�5��i��)�LJ+7y�^
        	            	-7�f+7x|���������*�Ɉ���7��(~��Y��U|(�(�7	"�'�Z��/�����&�����
        	            	+dedanex0cuwepet8tofibac1zinurof0yacevup9xekosul6coyelak1xuguwix6nayibuf0zuhoyoh2ruxejug4tutadep7fetajoy0wugafam9satecap4ciridig3kibeguw3vikuhiy7rubotoh0bevayuf0wonevar1wugisen8dopuneq6horubuf9ceposax0vehusec6misulig6bezedoh6lukelad8rowihub7hulaxay3xiwireg9soyozac3hebicum5daxaran1vodepij5kimemay6videner5nayifib9surofog8desaxog5nuxuvub7muzapiv4zekepej5zuyegid3jodinaq5fayoneb7behabec4himuxoy8gepuhox6bebaqed2tatebek9joduqoc0loxiyib4tajibat6hikired6fayequd8cacirot1xihirev7piqidoc1bofamek9sudorej6gimopab4vapedaq3qajenic4biherad0hehowem8suxufeq5cakamoq3wimoset4xiqivug3ditovef9nihepoq8jukozof5vejacos0dozehov3todafoq5yamojan2lodutur7wofirad5zunenog3rehesog5gayivax2yaxuvur4wixuger7kukeqet8dukeyaq9vulepol3tiqihod1niwukuk4towayum5pufokax8fugufuw7fizuvum1quyafar6soluvul5sebocus5seligeg2supidon3luqejac8wuqikil9wasafod9gufisoj4yapibax9yirodov9qalowif4fipahij2gunojav4quyucuj5batopah8nudiraq1dozesuy3wovoxuz2husoxom5futahew8xaraxuz1dazenuq1lilavoc4duburol2pafapuh8pihobih5givewiq7nabovap9daqapic2hifecum3
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
    s3_internal_test.go:103: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:103
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:110
        	Error:      	Not equal: 
        	            	expected: 664
        	            	actual  : 0
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
    s3_internal_test.go:103: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:103
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:117
        	Error:      	Not equal: 
        	            	expected: -1
        	            	actual  : 0
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
    s3_internal_test.go:106: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:106
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:117
        	Error:      	Not equal: 
        	            	expected: ""
        	            	actual  : "febe67631537f2a289b97eded6f305ed"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-
        	            	+febe67631537f2a289b97eded6f305ed
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    s3_internal_test.go:306: versions/test-versions-v2025-03-02-091331-744.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    s3_internal_test.go:306: versions/test-versions.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs
2025/03/02 09:13:39 DEBUG : oldPath = "TestS3GCS:rclone-test-nukaraj3vicu/versions/test-versions-v2025-03-02-091331-744.txt"
2025/03/02 09:13:39 DEBUG : newPath = "TestS3GCS,versions:rclone-test-nukaraj3vicu/versions/test-versions-v2025-03-02-091331-744.txt"
2025/03/02 09:13:39 DEBUG : Creating backend with remote "TestS3GCS,versions:rclone-test-nukaraj3vicu/versions/test-versions-v2025-03-02-091331-744.txt"
2025/03/02 09:13:39 DEBUG : TestS3GCS: detected overridden config - adding "{pO73u}" suffix to name
2025/03/02 09:13:40 DEBUG : fs cache: renaming child cache item "TestS3GCS,versions:rclone-test-nukaraj3vicu/versions/test-versions-v2025-03-02-091331-744.txt" to be canonical for parent "TestS3GCS{pO73u}:rclone-test-nukaraj3vicu/versions"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List
    fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
    fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
    fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
    fstest.go:299: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List
        	Messages:   	listing wrong, want
        	            	  hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got
        	            	  hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100)
    fstest.go:185: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List
        	Messages:   	Unexpected file "versions/test-versions.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject
    s3_internal_test.go:400: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:400
        	Error:      	Not equal: 
        	            	expected: *errors.errorString(&errors.errorString{s:"object not found"})
        	            	actual  : <nil>(<nil>)
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject
    s3_internal_test.go:402: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:402
        	Error:      	Not equal: 
        	            	expected: 0
        	            	actual  : 100
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
    fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
    fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
    fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
    fstest.go:299: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
        	Messages:   	listing wrong, want
        	            	  hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) got
        	            	  hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100)
    fstest.go:137: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:137
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:143
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
        	Messages:   	S3 bucket rclone-test-nukaraj3vicu/versions/test-versions.txt: md5 hash incorrect - expecting "9e4d86b7cf4f3080e9779ddaac488a8d" got "d0ccdbba3cce29766a7ae040ac84e7c7"
    fstest.go:144: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Not equal: 
        	            	expected: 101
        	            	actual  : 100
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
        	Messages:   	versions/test-versions.txt: size incorrect file=101 vs obj=100
    fstest.go:121: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:121
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:126
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:145
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
        	            				/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338
        	            				/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:396
        	Error:      	Should be true
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
        	Messages:   	versions/test-versions.txt: Modification time difference too big |8760h0m0s| > 1ns (want 2002-05-06 04:05:06.499999999 +0000 UTC vs got 2001-05-06 04:05:06.499999999 +0000 UTC) (precision 1ns)
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject
    s3_internal_test.go:402: 
        	Error Trace:	/home/rclone/go/src/github.com/rclone/rclone/backend/s3/s3_internal_test.go:402
        	Error:      	Not equal: 
        	            	expected: 101
        	            	actual  : 100
        	Test:       	TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir
    s3_internal_test.go:434: Creating a bucket we already have created returned code: BucketAlreadyOwnedByYou
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup
2025/03/02 09:13:58 DEBUG : Waiting for deletions to finish
2025/03/02 09:13:58 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false
2025/03/02 09:13:58 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "1740906738271911"
2025/03/02 09:13:58 DEBUG : "versions/test-versions-v2025-03-02-091331-744.txt" version true
2025/03/02 09:13:58 DEBUG : versions/test-versions-v2025-03-02-091331-744.txt: Deleting (id "1740906811704558")
2025/03/02 09:13:58 DEBUG : "versions/test-versions.txt" version false
2025/03/02 09:13:58 DEBUG : versions/test-versions.txt: Not deleting current version "1740906817649581"
2025/03/02 09:13:59 INFO  : versions/test-versions-v2025-03-02-091331-744.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutChunked
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed
2025/03/02 09:14:04 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4CaO0MJ8qr4LWbcSMMAgcSnsrk7ypbIFNWj6iDQKXSrs0WeN72HSqQC2yqMiGeaYk
2025/03/02 09:14:04 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off
2025/03/02 09:14:05 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545"
2025/03/02 09:14:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABPnzm4CaO0MJ8qr4LWbcSMMAgcSnsrk7ypbIFNWj6iDQKXSrs0WeN72HSqQC2yqMiGeaYk" finished
2025/03/02 09:14:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
2025/03/02 09:14:08 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ABPnzm4byTWlZeLMJBoBRg_xX0hJFCLGKfMgHVu860J_5hTLLUN3AIKC3Ji65r-xknUj3pk
2025/03/02 09:14:08 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi
2025/03/02 09:14:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/03/02 09:14:10 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ABPnzm4byTWlZeLMJBoBRg_xX0hJFCLGKfMgHVu860J_5hTLLUN3AIKC3Ji65r-xknUj3pk" finished
2025/03/02 09:14:10 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed
2025/03/02 09:14:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5Y2rv9KA-OJDYzUU7fq4TrrOwGU-rHraWd6vu1fls22Qxl9SMTG6g5jF_Y9JMrOao
2025/03/02 09:14:12 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off
2025/03/02 09:14:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/03/02 09:14:14 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ABPnzm5Y2rv9KA-OJDYzUU7fq4TrrOwGU-rHraWd6vu1fls22Qxl9SMTG6g5jF_Y9JMrOao" finished
2025/03/02 09:14:14 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/03/02 09:14:16 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABPnzm5za-HbahE0XS6EwZVFs8_ebcnRbVYGNjyrs9p3oJ7a_XI5oX0ngmnJiaoX3zSZcfc
2025/03/02 09:14:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/03/02 09:14:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/03/02 09:14:16 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/03/02 09:14:17 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd"
2025/03/02 09:14:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/03/02 09:14:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6"
2025/03/02 09:14:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABPnzm5za-HbahE0XS6EwZVFs8_ebcnRbVYGNjyrs9p3oJ7a_XI5oX0ngmnJiaoX3zSZcfc" finished
2025/03/02 09:14:18 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/03/02 09:14:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4vn3U0sLEQ0Castlcpk-DqLFk7zXLbJsytSd4h3NhSaFIULRcoBolc4BRoPW-rBEA
2025/03/02 09:14:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off
2025/03/02 09:14:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off
2025/03/02 09:14:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off
2025/03/02 09:14:20 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd"
2025/03/02 09:14:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/03/02 09:14:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6"
2025/03/02 09:14:22 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm4vn3U0sLEQ0Castlcpk-DqLFk7zXLbJsytSd4h3NhSaFIULRcoBolc4BRoPW-rBEA" finished
2025/03/02 09:14:22 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed
2025/03/02 09:14:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6xQ25vMurm9zftVLn2CFzPJqwFfmPQFXKvnv4X_wQIx24GkSdda1lKeVjFeMMjhPQ
2025/03/02 09:14:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/03/02 09:14:28 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086"
2025/03/02 09:14:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm6xQ25vMurm9zftVLn2CFzPJqwFfmPQFXKvnv4X_wQIx24GkSdda1lKeVjFeMMjhPQ" finished
2025/03/02 09:14:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000
2025/03/02 09:14:31 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ABPnzm6JPouaE7x2nxx-ikCyOu0bj6MJZSp3Yyq43iCTT4b2CEgkEyKqUsioM0SD1wsOKsE
2025/03/02 09:14:31 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/03/02 09:14:32 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/03/02 09:14:33 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ABPnzm6JPouaE7x2nxx-ikCyOu0bj6MJZSp3Yyq43iCTT4b2CEgkEyKqUsioM0SD1wsOKsE" finished
2025/03/02 09:14:33 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed
2025/03/02 09:14:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7y7mLIbfNmwEkvLLjO3JpSDPM_GK0g78kA_A1cLOngPBc5c16pjVogS70DcRpHXpQ
2025/03/02 09:14:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/03/02 09:14:36 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/03/02 09:14:37 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm7y7mLIbfNmwEkvLLjO3JpSDPM_GK0g78kA_A1cLOngPBc5c16pjVogS70DcRpHXpQ" finished
2025/03/02 09:14:37 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/03/02 09:14:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm4Krt3_aGVRu2tZGEmBWUkJDjF9OMOZY4U_ZZzjz5SXPYPx62VWJ_wq29YSTUaI8DQ
2025/03/02 09:14:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/02 09:14:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/02 09:14:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/02 09:14:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2"
2025/03/02 09:14:40 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/03/02 09:14:41 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5"
2025/03/02 09:14:41 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ABPnzm4Krt3_aGVRu2tZGEmBWUkJDjF9OMOZY4U_ZZzjz5SXPYPx62VWJ_wq29YSTUaI8DQ" finished
2025/03/02 09:14:41 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/03/02 09:14:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6TtQLdo5w-h1j8fBWcyKHf9r9yNyLU3zVxPFveG0yDsU-EkLU3Nf9gl1Pg0J25f5s
2025/03/02 09:14:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/03/02 09:14:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off
2025/03/02 09:14:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off
2025/03/02 09:14:44 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2"
2025/03/02 09:14:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/03/02 09:14:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5"
2025/03/02 09:14:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm6TtQLdo5w-h1j8fBWcyKHf9r9yNyLU3zVxPFveG0yDsU-EkLU3Nf9gl1Pg0J25f5s" finished
2025/03/02 09:14:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed
2025/03/02 09:14:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6CbVhp6uWyGp9Jqg_dW-Jjfwz2js61d2_YC-hN1oXpnqsRBx1VFVcjAIA6QxHKCPQ
2025/03/02 09:14:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/03/02 09:14:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d"
2025/03/02 09:14:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm6CbVhp6uWyGp9Jqg_dW-Jjfwz2js61d2_YC-hN1oXpnqsRBx1VFVcjAIA6QxHKCPQ" finished
2025/03/02 09:14:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053
2025/03/02 09:14:55 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ABPnzm660mZ1KNKQbC65zm2fW0Ru3j2unNeoYNIte0c64ANmbDIPy5eUo_8oS5BwXdHm0xE
2025/03/02 09:14:55 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/03/02 09:14:57 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/03/02 09:14:57 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ABPnzm660mZ1KNKQbC65zm2fW0Ru3j2unNeoYNIte0c64ANmbDIPy5eUo_8oS5BwXdHm0xE" finished
2025/03/02 09:14:57 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed
2025/03/02 09:14:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5T0qQSFGSBMf7jx7Nx6ou-F_8liiZUkF-nvYBsq88MZqyXM3OnGrCElLakW1oxQWk
2025/03/02 09:14:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/03/02 09:15:01 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/03/02 09:15:01 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm5T0qQSFGSBMf7jx7Nx6ou-F_8liiZUkF-nvYBsq88MZqyXM3OnGrCElLakW1oxQWk" finished
2025/03/02 09:15:01 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/03/02 09:15:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm4e6eUZrNio21eLeG944pmZmA0_8DStMrCa0LUZ1XFO5DkAwE0o4d5DeNDr3oQoKYs
2025/03/02 09:15:03 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/02 09:15:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/02 09:15:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/02 09:15:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/03/02 09:15:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/03/02 09:15:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb"
2025/03/02 09:15:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABPnzm4e6eUZrNio21eLeG944pmZmA0_8DStMrCa0LUZ1XFO5DkAwE0o4d5DeNDr3oQoKYs" finished
2025/03/02 09:15:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/03/02 09:15:08 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4kshbaHuUCUdaPdkLVRE8bDtmKHNq16_garLB8IE3CogvxK046YRfcfT3TzqUZUxQ
2025/03/02 09:15:08 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/03/02 09:15:08 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off
2025/03/02 09:15:08 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off
2025/03/02 09:15:08 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/03/02 09:15:09 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/03/02 09:15:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb"
2025/03/02 09:15:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm4kshbaHuUCUdaPdkLVRE8bDtmKHNq16_garLB8IE3CogvxK046YRfcfT3TzqUZUxQ" finished
2025/03/02 09:15:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed
2025/03/02 09:15:15 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5h89IPU9J7C6VrVA7I9iqcFQLlM_7eq0XGaMV9ELnpbgq_evCBOS3gqitc3zLnmfA
2025/03/02 09:15:15 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/03/02 09:15:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24"
2025/03/02 09:15:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm5h89IPU9J7C6VrVA7I9iqcFQLlM_7eq0XGaMV9ELnpbgq_evCBOS3gqitc3zLnmfA" finished
2025/03/02 09:15:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
2025/03/02 09:15:19 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABPnzm7CeHV7PYVSFTayzdY4Kffdrmc2T3B_Yn_wh0k7nHKFhP83T8n-f-9jbRkkJFjDG1s
2025/03/02 09:15:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/03/02 09:15:21 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/03/02 09:15:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABPnzm7CeHV7PYVSFTayzdY4Kffdrmc2T3B_Yn_wh0k7nHKFhP83T8n-f-9jbRkkJFjDG1s" finished
2025/03/02 09:15:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed
2025/03/02 09:15:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4Xr_4_sbTYmiyN42Jk0QYrqQOHpeGxwlr7M3Ns8bJclzmcWSjclZYDkR0MJhbfVq8
2025/03/02 09:15:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/03/02 09:15:25 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/03/02 09:15:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm4Xr_4_sbTYmiyN42Jk0QYrqQOHpeGxwlr7M3Ns8bJclzmcWSjclZYDkR0MJhbfVq8" finished
2025/03/02 09:15:26 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/03/02 09:15:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABPnzm7kbjzcIeWEfs4QZE60N6_xRRi3FrV2xQn9O_PQpbLbV98rU04zUBcAquX2-8L1mBY
2025/03/02 09:15:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/02 09:15:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/03/02 09:15:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/02 09:15:29 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721"
2025/03/02 09:15:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/03/02 09:15:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479"
2025/03/02 09:15:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABPnzm7kbjzcIeWEfs4QZE60N6_xRRi3FrV2xQn9O_PQpbLbV98rU04zUBcAquX2-8L1mBY" finished
2025/03/02 09:15:31 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/03/02 09:15:32 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4RUMuVcSRxV25N9UeIXdzdYlgiKy2sbe4cUxCtodrVY5rZwlXjq7t3Bf7maS6QxqI
2025/03/02 09:15:32 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/03/02 09:15:32 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off
2025/03/02 09:15:32 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off
2025/03/02 09:15:33 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721"
2025/03/02 09:15:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/03/02 09:15:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479"
2025/03/02 09:15:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABPnzm4RUMuVcSRxV25N9UeIXdzdYlgiKy2sbe4cUxCtodrVY5rZwlXjq7t3Bf7maS6QxqI" finished
2025/03/02 09:15:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed
2025/03/02 09:15:40 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm55HrMt8ByfBMs_Y6d2bnhKo_lfKBtNJPyJtJp0nnu40tHdHfLqHX04b_Xl3BUAlKU
2025/03/02 09:15:40 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off
2025/03/02 09:15:42 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a"
2025/03/02 09:15:42 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABPnzm55HrMt8ByfBMs_Y6d2bnhKo_lfKBtNJPyJtJp0nnu40tHdHfLqHX04b_Xl3BUAlKU" finished
2025/03/02 09:15:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608
2025/03/02 09:15:44 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ABPnzm7b_MrZaO8s13wAd0-o4nnYRtykFPZPbg57dxo0wCamhFjWK29X4V27TVjY7YZoCVE
2025/03/02 09:15:45 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi
2025/03/02 09:15:46 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/03/02 09:15:47 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ABPnzm7b_MrZaO8s13wAd0-o4nnYRtykFPZPbg57dxo0wCamhFjWK29X4V27TVjY7YZoCVE" finished
2025/03/02 09:15:47 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed
2025/03/02 09:15:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4icTtSHEOzu6F6CWDY0XaRcqnuC9Negh8JvyRLSGopy1ScH1nKbaaA-aAAkJfp6iA
2025/03/02 09:15:49 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off
2025/03/02 09:15:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/03/02 09:15:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ABPnzm4icTtSHEOzu6F6CWDY0XaRcqnuC9Negh8JvyRLSGopy1ScH1nKbaaA-aAAkJfp6iA" finished
2025/03/02 09:15:51 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/03/02 09:15:53 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABPnzm6tKfhac7MyPtUY0tCxTbjpu5oI6Sd3h0njIdhs844Jv3oSFBDt8Ny-j8WjCbtcbJ8
2025/03/02 09:15:53 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/03/02 09:15:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/03/02 09:15:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/03/02 09:15:54 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/03/02 09:15:55 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/03/02 09:15:55 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0"
2025/03/02 09:15:56 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABPnzm6tKfhac7MyPtUY0tCxTbjpu5oI6Sd3h0njIdhs844Jv3oSFBDt8Ny-j8WjCbtcbJ8" finished
2025/03/02 09:15:56 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/03/02 09:15:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7IwfCHWd3VuXh8KuyZ_I_CxjlNpWy2lKSNKqZ9ofLyop2rSAMXLIlYrOU1MpFl27M
2025/03/02 09:15:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off
2025/03/02 09:15:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off
2025/03/02 09:15:58 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off
2025/03/02 09:15:59 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/03/02 09:16:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/03/02 09:16:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0"
2025/03/02 09:16:00 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABPnzm7IwfCHWd3VuXh8KuyZ_I_CxjlNpWy2lKSNKqZ9ofLyop2rSAMXLIlYrOU1MpFl27M" finished
2025/03/02 09:16:01 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed
2025/03/02 09:16:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm55dbYBzWpki2f-U8D2IOyMbHwak97LRPR4Fv22kTHz2VELK-A3AYmbSjF90r2jNK8
2025/03/02 09:16:06 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off
2025/03/02 09:16:08 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d"
2025/03/02 09:16:08 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm55dbYBzWpki2f-U8D2IOyMbHwak97LRPR4Fv22kTHz2VELK-A3AYmbSjF90r2jNK8" finished
2025/03/02 09:16:08 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
2025/03/02 09:16:10 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABPnzm5Kg-yAzzbhN6j_spTGZfyA5mBqEuuUHRIMq5aIrdw6l8AiBp8bxqzmQu-xmMy1nac
2025/03/02 09:16:11 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi
2025/03/02 09:16:12 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/03/02 09:16:13 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABPnzm5Kg-yAzzbhN6j_spTGZfyA5mBqEuuUHRIMq5aIrdw6l8AiBp8bxqzmQu-xmMy1nac" finished
2025/03/02 09:16:13 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed
2025/03/02 09:16:15 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4M_WMC3dGizm5uWfxW9tp3TJcjKoRUN2lWzdLsoNbG2goqnaNyvIrqHN_KC5o2zTA
2025/03/02 09:16:15 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off
2025/03/02 09:16:17 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/03/02 09:16:17 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABPnzm4M_WMC3dGizm5uWfxW9tp3TJcjKoRUN2lWzdLsoNbG2goqnaNyvIrqHN_KC5o2zTA" finished
2025/03/02 09:16:17 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/03/02 09:16:19 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABPnzm7lEFw--nY5mDtAFYrUAO72UE7lzFkJvPnVvjabn0_3LGVT2orDNvX1o-vh9oMUf4o
2025/03/02 09:16:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/03/02 09:16:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/03/02 09:16:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/03/02 09:16:20 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b"
2025/03/02 09:16:21 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/03/02 09:16:22 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1"
2025/03/02 09:16:22 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABPnzm7lEFw--nY5mDtAFYrUAO72UE7lzFkJvPnVvjabn0_3LGVT2orDNvX1o-vh9oMUf4o" finished
2025/03/02 09:16:22 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/03/02 09:16:24 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4wlmu7R0yPn8j_jcnPXx99i_qTyAx3mXu6GBox5q4Lp9EKyJdzsFKPLOjGDJ2eWm8
2025/03/02 09:16:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off
2025/03/02 09:16:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off
2025/03/02 09:16:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off
2025/03/02 09:16:25 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b"
2025/03/02 09:16:26 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/03/02 09:16:26 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1"
2025/03/02 09:16:27 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ABPnzm4wlmu7R0yPn8j_jcnPXx99i_qTyAx3mXu6GBox5q4Lp9EKyJdzsFKPLOjGDJ2eWm8" finished
2025/03/02 09:16:27 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK
=== RUN   TestIntegration/FsMkdir/FsCopyChunked
    fstests.go:2496: *s3.Fs does not support SetCopyCutoff: --s3-copy-cutoff not supported: optional feature not implemented
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/02 09:16:29 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABPnzm6TFROtsvaHg3qj9gWNnIx-5yTXFE9w6jFndtQTiEAzrcva7wfEdCU1Ad6OAsZkYjg
2025/03/02 09:16:29 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off
2025/03/02 09:16:29 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "ac0019121b9a31d377b97b465e51d933"
2025/03/02 09:16:30 DEBUG : unknown-size-put.txt: multipart upload "ABPnzm6TFROtsvaHg3qj9gWNnIx-5yTXFE9w6jFndtQTiEAzrcva7wfEdCU1Ad6OAsZkYjg" finished
2025/03/02 09:16:30 DEBUG : unknown-size-put.txt: Multipart upload Etag: d8e1be92c62e0a12d547a9653734d109-1 OK
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/02 09:16:31 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABPnzm7kjeHDyrxuExMcZHhj_gJcdGAawWdZdtAkdmc7JT4yXulVNAPfF221lL2GSJw1WfE
2025/03/02 09:16:31 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off
2025/03/02 09:16:31 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "235819e8c18a6fc810abdd200c40dc0a"
2025/03/02 09:16:32 DEBUG : unknown-size-update.txt: multipart upload "ABPnzm7kjeHDyrxuExMcZHhj_gJcdGAawWdZdtAkdmc7JT4yXulVNAPfF221lL2GSJw1WfE" finished
2025/03/02 09:16:32 DEBUG : unknown-size-update.txt: Multipart upload Etag: dd3a64e0c7110144a570b6c593ea2efe-1 OK
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/02 09:16:32 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-nukaraj3vicu/deeper/nonexisting/directory"
2025/03/02 09:16:32 DEBUG : Config file has changed externally - reloading
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/03/02 09:16:33 DEBUG : Waiting for deletions to finish
2025/03/02 09:16:33 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false
2025/03/02 09:16:33 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "1740906738271911")
2025/03/02 09:16:33 DEBUG : "versions/test-versions-v2025-03-02-091337-691.txt" version true
2025/03/02 09:16:33 DEBUG : versions/test-versions-v2025-03-02-091337-691.txt: Deleting (id "1740906817649581")
2025/03/02 09:16:33 INFO  : versions/test-versions-v2025-03-02-091337-691.txt: Deleted
2025/03/02 09:16:33 INFO  : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted
2025/03/02 09:16:34 INFO  : S3 bucket rclone-test-nukaraj3vicu: Bucket "rclone-test-nukaraj3vicu" deleted
2025/03/02 09:16:34 DEBUG : Waiting for deletions to finish
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- FAIL: TestIntegration (314.77s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- PASS: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.40s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (1.01s)
    --- FAIL: TestIntegration/FsMkdir (311.92s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.90s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.30s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.30s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.30s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.31s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.30s)
        --- FAIL: TestIntegration/FsMkdir/FsEncoding (37.40s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (0.42s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.47s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.51s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.50s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.45s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.44s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.51s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.40s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.50s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.47s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.46s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.47s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (3.10s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (2.39s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.11s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.39s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.61s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.30s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.84s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (10.14s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- FAIL: TestIntegration/FsMkdir/FsPutFiles (104.01s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.42s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.51s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.29s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.43s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.56s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.60s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.60s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.64s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.59s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.29s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (3.54s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (4.41s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (6.69s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (4.46s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.58s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.15s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.55s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.15s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.51s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (2.19s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (2.02s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.15s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.19s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.61s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.69s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.55s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.84s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.69s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.49s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.52s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.67s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (13.46s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.82s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.66s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (8.39s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.59s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.31s)
            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.69s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.82s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.54s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (6.55s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (3.26s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (3.28s)
            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (36.23s)
                --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (2.55s)
                    --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.67s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.50s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.36s)
                --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (32.33s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (1.58s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.52s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.19s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.51s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.20s)
                    --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (17.48s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.59s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.32s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (1.07s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.91s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.16s)
                        --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (7.84s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (7.68s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.16s)
                        --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (7.98s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (7.80s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.84s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (1.66s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (148.42s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (23.31s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (7.24s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (4.03s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (8.07s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (4.01s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.01s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (23.71s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (6.80s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.07s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (7.98s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (4.07s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.93s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.45s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (24.44s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (7.42s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.16s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (8.30s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (4.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.72s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.33s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (24.81s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.37s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.15s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (8.55s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (4.26s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (8.88s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.76s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (25.98s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (7.64s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (4.27s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (8.66s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.41s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (9.68s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (4.89s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (26.16s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (7.48s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (4.39s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (8.93s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (4.47s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (9.75s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (4.62s)
        --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.38s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.37s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.01s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.60s)
        --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s)
    --- SKIP: TestIntegration/FsShutdown (0.00s)
=== RUN   TestIntegration2
    s3_test.go:44: skipping as -remote is set
--- SKIP: TestIntegration2 (0.00s)
=== RUN   TestAWSDualStackOption
2025/03/02 09:16:34 DEBUG : Using anonymous credentials - did you mean to set env_auth=true?
2025/03/02 09:16:34 DEBUG : Using anonymous credentials - did you mean to set env_auth=true?
--- PASS: TestAWSDualStackOption (0.00s)
FAIL
exit status 1
FAIL	github.com/rclone/rclone/backend/s3	314.787s
"go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Finished OK in 5m15.457279763s (try 1/5)