"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/04/03 01:03:46 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje"
2025/04/03 01:03:46 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/04/03 01:03:48 INFO  : S3 bucket rclone-test-dozaxej7peje: Bucket "rclone-test-dozaxej7peje" created with ACL ""
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
2025/04/03 01:03:49 INFO  : S3 bucket rclone-test-dozaxej7peje: Bucket "rclone-test-dozaxej7peje" deleted
=== RUN   TestIntegration/FsMkdir
2025/04/03 01:03:51 INFO  : S3 bucket rclone-test-dozaxej7peje: Bucket "rclone-test-dozaxej7peje" created with ACL ""
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/04/03 01:03:51 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/04/03 01:03:51 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/04/03 01:03:51 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/04/03 01:04:31 NOTICE: S3 bucket rclone-test-dozaxej7peje: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
2025/04/03 01:04:31 DEBUG : writer-at-subdir/writer-at-file: open chunk writer: started multipart upload: ABPnzm59V6S_lz2HVcEWW_UuPCEGnQWQS3ENdhoHaMc3IjUK2NZT9uInbETZ7QKZBEJaBMg
2025/04/03 01:04:33 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 2 with 5242880 bytes and etag "af1b561d0860622485dd93ae1e908ef8"
2025/04/03 01:04:35 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 3 with 1048576 bytes and etag "ac3c1009511feb5171e1de273387c490"
2025/04/03 01:04:37 DEBUG : writer-at-subdir/writer-at-file: multipart upload wrote chunk 1 with 5242880 bytes and etag "8a77269e7e6109a2d2952568c2da7e8e"
2025/04/03 01:04:38 DEBUG : writer-at-subdir/writer-at-file: multipart upload "ABPnzm59V6S_lz2HVcEWW_UuPCEGnQWQS3ENdhoHaMc3IjUK2NZT9uInbETZ7QKZBEJaBMg" 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/04/03 01:04:45 DEBUG : Creating backend with remote "TestS3GCS:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/04/03 01:04:45 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/04/03 01:04:50 DEBUG : S3 bucket rclone-test-dozaxej7peje: bucket is versioned: false
2025/04/03 01:04:50 DEBUG : Waiting for deletions to finish
2025/04/03 01:04:50 DEBUG : "dirToPurge/fileToPurge.txt" version false
2025/04/03 01:04:50 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "")
2025/04/03 01:04:51 INFO  : dirToPurge/fileToPurge.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/04/03 01:04:52 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje/dirToPurgeFromRoot"
2025/04/03 01:04:53 DEBUG : S3 bucket rclone-test-dozaxej7peje path dirToPurgeFromRoot: bucket is versioned: false
2025/04/03 01:04:53 DEBUG : Waiting for deletions to finish
2025/04/03 01:04:53 DEBUG : "fileToPurgeFromRoot.txt" version false
2025/04/03 01:04:53 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "")
2025/04/03 01:04:53 INFO  : fileToPurgeFromRoot.txt: Deleted
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/04/03 01:04:54 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje/hello? sausage/êé"
2025/04/03 01:04:57 DEBUG : S3 bucket rclone-test-dozaxej7peje path hello? sausage/êé: bucket is versioned: false
2025/04/03 01:04:57 DEBUG : Waiting for deletions to finish
2025/04/03 01:04:57 DEBUG : "a/b/c/d/e.txt" version false
2025/04/03 01:04:57 DEBUG : a/b/c/d/e.txt: Deleting (id "")
2025/04/03 01:04:57 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/04/03 01:05:11 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/04/03 01:05:11 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestS3GCS:" path "rclone-test-dozaxej7peje" from "TestS3GCS:rclone-test-dozaxej7peje"
2025/04/03 01:05:12 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/04/03 01:05:21 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm7-zLx3L-JmBh01mcjgsdpe1Z4iOfVfgHSeCFKibLkChfjePvcv9RWI8yyPf1YCyTg
2025/04/03 01:05:21 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 0 offset 0/off
2025/04/03 01:05:22 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 0 bytes and etag "d41d8cd98f00b204e9800998ecf8427e"
2025/04/03 01:05:22 DEBUG : piped data.txt: multipart upload "ABPnzm7-zLx3L-JmBh01mcjgsdpe1Z4iOfVfgHSeCFKibLkChfjePvcv9RWI8yyPf1YCyTg" finished
2025/04/03 01:05:22 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/04/03 01:05:23 DEBUG : piped data.txt: open chunk writer: started multipart upload: ABPnzm4Oe0BcfU4Jpn75TqD7nlLkfv5ufeq7HksJGXNmrAqgqdV8UGTIFwDVTKrqrP2QlaE
2025/04/03 01:05:23 DEBUG : piped data.txt: multipart upload: starting chunk 0 size 100 offset 0/off
2025/04/03 01:05:24 DEBUG : piped data.txt: multipart upload wrote chunk 1 with 100 bytes and etag "bf496a98f563582635e9e42aca8c33d9"
2025/04/03 01:05:25 DEBUG : piped data.txt: multipart upload "ABPnzm4Oe0BcfU4Jpn75TqD7nlLkfv5ufeq7HksJGXNmrAqgqdV8UGTIFwDVTKrqrP2QlaE" finished
2025/04/03 01:05:25 DEBUG : piped data.txt: Multipart upload Etag: 8530bc1b4b0f2d4f9c3c813415a02a6f-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\x91Q\xb2\x84 \f\x04\xaf䪻\xeaq\x02\x04\x8d\x8a\x83b\x109\xfd\xabW\xf31\xbf\xdd\xd5\x1e\x8e-\xdei\xe3\x19Aޱ\x92\x91\xccv\xbaax\xc39\x06\xfe\xff\xbd\xbf\xe9\x10'\xa6\xbd%\xf0,{W5ɬ\xf3Phᠾ\x7f9\xe0ֵuX4\xf0\xfa\x8d\xf0\xea\xb05\x9e<\x8a\xd8ᒠ\x06o\xe7(J\xc5\xf5\xcbTՑi\x17\x14\xb5(\x8d\xe7]g\xf8\xfeҍ7\nM\u0557+\x99\xa1\xaa\xa7S\xfc'\xe2\xe2W\xcdoA\xc5K\xb1\r\xb8\x90\xf1\xf4\x81==\x88\xbf\x85.>\xd86\xabV\xb2\x94\x9b\x19\x16\x89\x9efVˁ\x8f\xc9S\xc1\xc6\xfbtJ\xe2\xa4\xf77\xb2\xe7*\xf3x\xd2%\x8e\xe3\xb4ӆ\x83Ґ\xa9\xc0\xa1L\xb38.\x14\x1a'+;2\xbfMN\xbd\xf4\x9d\xb2\x16\xdd\x10\x1aG\a=\xba\xf6\a\x1e\xb5\\ǝ\f\x12\xc2hxU\x8b}J\xfc\xe8\xa2\xe7w\xa1[fq\xe3\xc6\v6~ZG\xafF\xbd\xc6\xc8\x15\x86\xeatr\xc1%\xb9Ib\xf9\xd6k\xb2\xb4p\x14\xff]t\xa6\x03\xcfh%J\xe5{\x8c|\xc1\x93\xfd%\x89l\xb9t;'-:\x7f\x168\xaal~\x85\x13E\xf6\x9fK^\xa9\x9a\a+IV=\xda\xc8E\x02\xf2\x90\xe1\xd9s\x98\xb2T1Z\x9a\u0099\x12Bwh\x90B\xfb8Ӆ\x88\xbd\xd9\xe8\x92Wcoqʊ\xa3{$\x8a\xa5\xa3wZ\xb4\xc8:\xec\xfc\xaa\x93\xa7\xb5T4\xa2|_\xad\x14$\x8fQ\n\x1b]~\xff\x94\x8e°ꬖbW\xf8\x82\x81kO:\xb1\xc8\xd6g\x8e\x94\xe5\xee\x8a:\xa9؇\xca\x19\x19[k4\xe0Dl\x83Z1T~\x15\x0ff}\xff}p\x8b\x9dv\x8aj\x10\xbe\x0e\x86\x83\x98\xde#\xe9\xab{\xeb\xf5\xe6\x88<\xccH\xa8\xa8\x9d\x93M\x1f\xa9\xcd&\x9e\x1f9\xbbM\xfe\x97>\x96V\x9d9w\xab\x1a\xb1\xb46/\xafR\xf9\xe8\x12\x16\nt\x7f7]\xf8f\xdb\x1fXP\xc8}+e\xda%\xf5\xb7zy\xe8l3\xbc\xac\xf2\xb4\x8f:$\xb1}\xc0A'ߟY^\xb2\x9c\xbf\xb3V9\xc9\x0e\x17\xcdpd\xfa\x03\xb7T\xadݥ\x8e\xbd\xa4\xde\xe2\xc5#[\xe7\xf8\x10/\xb1\xa9\x88Zxo\x92\x9c\xb2\xe3\xfd\x18\xb5Z\xe4i\x02W\xect7\xa7DXM\xe3\x7f\xb7\x15Os\xe1R'\xbe?\xf9\xc1\x8a\xf0+x)S\xfd\x16\xde\xc4\xcb2F\xdaxչ\xbd4k\xd4\xf85\x9c8\xc1\xb7\xb3\x9exPƿ\x00\x00\x00\xff\xff\xd9\n\x8f]\xe8\x03\x00\x00"
        	            	actual  : "fodecoy9kegomiy8zabivec9tobekoq8mebekol4tanidib2timegil3zusigug7xahemuf4yemotuj2dohumej5pofudok0fafoxic7rimuboy3dapizor6vazudab2hoxucox0felugof4rukekam0zuyezab7zufaqif1poreyub6hozoyap2morovow4mefawop6harenec0juzacav0gocosaw0gucemen9faxokel9qisesut5pefezig8qaridep9lakonas7vaxodox9gidexam0dijedab6kiquruy9vuxukom0danawuj4nowucez8labosom8bejucol9sewuhuq5hatigid8kehokew2dayupur8pezobaz9qexoriv0sicetur9cahepif5huganow8cipizet8perofac6sipecex3lesuxug1hodazeb6xesapef1riyizuv7cisijun2peximov7vofefem9vizibux0xevasom3numixal8garopol0kariyup4coqijon3wipican4duxuxij7leyudiw2caxupox5yuzamiv8pixebuh6rofadam7jugucap3xerobod2qaqohik4vepavit3xudizol7zevovok2bumoqop2mucibax6zowoguy1riyotic9lapubom5dobemib4fosuyul2futepov7gosozoz3dikuwiz0kifewiq3kikikis1cajugev3jubicaj0yejizen3sohamat5kuhetec4nohoxad5zavalis4tufiwaq2vofijiw2wudosic4monaqet1giyacev5guziqac7ragodab4notizuz3rudefis4coyowik3denifip0zopuxel0siqiloy1bucuxiw0mezolat0qipocus8vofejow0rorudif4qewojom6xoyavaz5xekifih8pakejug2ruvupup5besesof2guqowox8"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,5 +1 @@
        	            	-���������Q�� �䪻�q���b9��W�1����-�i�Aޱ���v�ax�9�����'��%�,{W5ɬ�Phᠾ9�ֵuX4�����5�<��ᒠo�(J���TՑi�(��]g��ҍ7
        	            	-M՗+����S�'��W�oA�K�
����==���.>�6�V�����fVˁ��S���tJ��7��*�x�%��ӆ�Ґ���L�8.'+;2�MN�����G=���\ǝ�hxU�}J���w�[fq��6~ZG�F�����tr�%�Ib��k��p�]t��h%J�{�|���%�l�t;'-:8�l~�E��K^��+IV=��E���s��T1Z�™Bwh�B�8Ӆ����Wcoqʊ�{$���wZ��:������T4�|_�$�Q
        	            	-]~���°ꬖbW���kO:���g����:�؇�[k4�Dl�Z1T~f}�}p��v�j�����#�{���<�H����M��&�9�M��>�V�9w���6/�R��
        	            	-t7]�f�XP�}+e�%��zy�l3���:$�}�A'ߟY^����V9��pd��T�ݥ������#[��/���Zxo������Z�iW�t7�DXM��Os�R'�?����+x)S����2F�xչ�4k��5�8����xPƿ������
        	            	-�]���
        	            	+fodecoy9kegomiy8zabivec9tobekoq8mebekol4tanidib2timegil3zusigug7xahemuf4yemotuj2dohumej5pofudok0fafoxic7rimuboy3dapizor6vazudab2hoxucox0felugof4rukekam0zuyezab7zufaqif1poreyub6hozoyap2morovow4mefawop6harenec0juzacav0gocosaw0gucemen9faxokel9qisesut5pefezig8qaridep9lakonas7vaxodox9gidexam0dijedab6kiquruy9vuxukom0danawuj4nowucez8labosom8bejucol9sewuhuq5hatigid8kehokew2dayupur8pezobaz9qexoriv0sicetur9cahepif5huganow8cipizet8perofac6sipecex3lesuxug1hodazeb6xesapef1riyizuv7cisijun2peximov7vofefem9vizibux0xevasom3numixal8garopol0kariyup4coqijon3wipican4duxuxij7leyudiw2caxupox5yuzamiv8pixebuh6rofadam7jugucap3xerobod2qaqohik4vepavit3xudizol7zevovok2bumoqop2mucibax6zowoguy1riyotic9lapubom5dobemib4fosuyul2futepov7gosozoz3dikuwiz0kifewiq3kikikis1cajugev3jubicaj0yejizen3sohamat5kuhetec4nohoxad5zavalis4tufiwaq2vofijiw2wudosic4monaqet1giyacev5guziqac7ragodab4notizuz3rudefis4coyowik3denifip0zopuxel0siqiloy1bucuxiw0mezolat0qipocus8vofejow0rorudif4qewojom6xoyavaz5xekifih8pakejug2ruvupup5besesof2guqowox8
        	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  : "3b3df35e2f65f39117618f355d477e54"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-
        	            	+3b3df35e2f65f39117618f355d477e54
        	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-04-03-010531-624.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/04/03 01:05:38 DEBUG : oldPath = "TestS3GCS:rclone-test-dozaxej7peje/versions/test-versions-v2025-04-03-010531-624.txt"
2025/04/03 01:05:38 DEBUG : newPath = "TestS3GCS,versions:rclone-test-dozaxej7peje/versions/test-versions-v2025-04-03-010531-624.txt"
2025/04/03 01:05:38 DEBUG : Creating backend with remote "TestS3GCS,versions:rclone-test-dozaxej7peje/versions/test-versions-v2025-04-03-010531-624.txt"
2025/04/03 01:05:38 DEBUG : TestS3GCS: detected overridden config - adding "{pO73u}" suffix to name
2025/04/03 01:05:38 DEBUG : fs cache: renaming child cache item "TestS3GCS,versions:rclone-test-dozaxej7peje/versions/test-versions-v2025-04-03-010531-624.txt" to be canonical for parent "TestS3GCS{pO73u}:rclone-test-dozaxej7peje/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-dozaxej7peje/versions/test-versions.txt: md5 hash incorrect - expecting "b6edfa56df74cc3ffd11fc34618a6b3e" got "c3dd18c638194bd2677907abeccbfd13"
    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/04/03 01:05:56 DEBUG : Waiting for deletions to finish
2025/04/03 01:05:56 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false
2025/04/03 01:05:56 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version "1743642281732380"
2025/04/03 01:05:56 DEBUG : "versions/test-versions-v2025-04-03-010531-624.txt" version true
2025/04/03 01:05:56 DEBUG : versions/test-versions-v2025-04-03-010531-624.txt: Deleting (id "1743642331608052")
2025/04/03 01:05:56 DEBUG : "versions/test-versions.txt" version false
2025/04/03 01:05:56 DEBUG : versions/test-versions.txt: Not deleting current version "1743642336757372"
2025/04/03 01:05:57 INFO  : versions/test-versions-v2025-04-03-010531-624.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/04/03 01:06:04 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5bZ9XZFlyLBrActo4C5L6FUH4bqLWJauJfdQPfFkURXkCC0_Rm9ohKxcEZ1Ia2zO4
2025/04/03 01:06:04 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5.000Mi offset 0/off
2025/04/03 01:06:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242879 bytes and etag "ff7aec5a89bdb0fd7d9cf4ff8c484545"
2025/04/03 01:06:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: multipart upload "ABPnzm5bZ9XZFlyLBrActo4C5L6FUH4bqLWJauJfdQPfFkURXkCC0_Rm9ohKxcEZ1Ia2zO4" finished
2025/04/03 01:06:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Multipart upload Etag: ed4a32f2cde07f87d68a56ca08356e58-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880
2025/04/03 01:06:08 DEBUG : chunked-5Mi-5Mi.bin: open chunk writer: started multipart upload: ABPnzm6w-BEz5GFGKTlFSFe09OplIGz62imrzg2BODheq18uQPDqtgaBKV3hVnDVItD-N_8
2025/04/03 01:06:09 DEBUG : chunked-5Mi-5Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5Mi
2025/04/03 01:06:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/04/03 01:06:11 DEBUG : chunked-5Mi-5Mi.bin: multipart upload "ABPnzm6w-BEz5GFGKTlFSFe09OplIGz62imrzg2BODheq18uQPDqtgaBKV3hVnDVItD-N_8" finished
2025/04/03 01:06:11 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed
2025/04/03 01:06:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4XJa-Zolp-vOeMncO1fR2ax1cni_SgnfZlreOp-3OIyU6VTQOVem7Gdf0mxTzZUNA
2025/04/03 01:06:13 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off
2025/04/03 01:06:15 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/04/03 01:06:15 DEBUG : chunked-5Mi-5Mi-streamed.bin: multipart upload "ABPnzm4XJa-Zolp-vOeMncO1fR2ax1cni_SgnfZlreOp-3OIyU6VTQOVem7Gdf0mxTzZUNA" finished
2025/04/03 01:06:16 DEBUG : chunked-5Mi-5Mi-streamed.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/04/03 01:06:18 DEBUG : chunked-5Mi-10.000Mi.bin: open chunk writer: started multipart upload: ABPnzm66dGDE5s3QjVDyoKqM5Wybeo-L99kr7SHQwjp9Ux9wdoIlfP6Q6LeqsPVbaZMLep0
2025/04/03 01:06:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/04/03 01:06:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/04/03 01:06:18 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/04/03 01:06:19 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd"
2025/04/03 01:06:20 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/04/03 01:06:21 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6"
2025/04/03 01:06:21 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload "ABPnzm66dGDE5s3QjVDyoKqM5Wybeo-L99kr7SHQwjp9Ux9wdoIlfP6Q6LeqsPVbaZMLep0" finished
2025/04/03 01:06:21 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/04/03 01:06:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5OnQigGLAJX-3lkscIrWLjXQZx01F7-gY-vLArupav7dbANbiSpSeMqqDmd2gkdpg
2025/04/03 01:06:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 5Mi offset 0/off
2025/04/03 01:06:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/off
2025/04/03 01:06:24 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/off
2025/04/03 01:06:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ab95f1fa7da6a90274409b89562f3ffd"
2025/04/03 01:06:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 5242880 bytes and etag "4c28640dc8df1933aaea192100d50ae0"
2025/04/03 01:06:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 2 with 5242880 bytes and etag "e264fa295ef081d5ad9bfaa7e5e130b6"
2025/04/03 01:06:27 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm5OnQigGLAJX-3lkscIrWLjXQZx01F7-gY-vLArupav7dbANbiSpSeMqqDmd2gkdpg" finished
2025/04/03 01:06:27 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/04/03 01:06:33 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5SWpjVOMXF6CbdWSwfIFgdyR-oOl-m9aECRjRc4p3io4qvs8xUbAIFcbioHWCi_nk
2025/04/03 01:06:33 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/04/03 01:06:34 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5299999 bytes and etag "2aa9b1ba4a7866fe619f84267d862086"
2025/04/03 01:06:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm5SWpjVOMXF6CbdWSwfIFgdyR-oOl-m9aECRjRc4p3io4qvs8xUbAIFcbioHWCi_nk" finished
2025/04/03 01:06:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 070ae709b83078a0b79bf9a5d1dc765c-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000
2025/04/03 01:06:37 DEBUG : chunked-5.054Mi-5.054Mi.bin: open chunk writer: started multipart upload: ABPnzm4juUleejeYYHzDYG7_AK43gpzT3klkRGmmV87CHcp4DrhzyY_YPhUzkZE0SIcnRp4
2025/04/03 01:06:37 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/04/03 01:06:39 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/04/03 01:06:39 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload "ABPnzm4juUleejeYYHzDYG7_AK43gpzT3klkRGmmV87CHcp4DrhzyY_YPhUzkZE0SIcnRp4" finished
2025/04/03 01:06:39 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed
2025/04/03 01:06:41 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6o-Ur4WAYZ_l5knedjOo1FMF4COeaOHTaMYF6T8Fdkh_AGIFQ_nISazj3H6pN_IbY
2025/04/03 01:06:41 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/04/03 01:06:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/04/03 01:06:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: multipart upload "ABPnzm6o-Ur4WAYZ_l5knedjOo1FMF4COeaOHTaMYF6T8Fdkh_AGIFQ_nISazj3H6pN_IbY" finished
2025/04/03 01:06:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Multipart upload Etag: 3206ce1fe2872bce7fc98309c9c126a0-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/04/03 01:06:45 DEBUG : chunked-5.054Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm4mZBAAI2FvFUoX1lAL0540VA8D2mj_QM6EDklt5WmiyCcy28Po845-d1rE85wDsDQ
2025/04/03 01:06:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/04/03 01:06:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/04/03 01:06:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/03 01:06:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2"
2025/04/03 01:06:47 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/04/03 01:06:47 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5"
2025/04/03 01:06:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload "ABPnzm4mZBAAI2FvFUoX1lAL0540VA8D2mj_QM6EDklt5WmiyCcy28Po845-d1rE85wDsDQ" finished
2025/04/03 01:06:48 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: ca2015b20b6523be232378f6c43a655e-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/04/03 01:06:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6Uz_i4RDU_eS3jvnLLe3LQd1VLajY7AWbBtVru3_EwjttZ4xw1yWalqXAj1YrBUQo
2025/04/03 01:06:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/off
2025/04/03 01:06:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off
2025/04/03 01:06:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/off
2025/04/03 01:06:50 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "ffe51d3e7d8297237588704eeddc6ab2"
2025/04/03 01:06:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300000 bytes and etag "9618edfd251d9205c98f3f98bea76248"
2025/04/03 01:06:52 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300000 bytes and etag "442123fe50ef82513b6b6ae0fdef48b5"
2025/04/03 01:06:52 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm6Uz_i4RDU_eS3jvnLLe3LQd1VLajY7AWbBtVru3_EwjttZ4xw1yWalqXAj1YrBUQo" finished
2025/04/03 01:06:52 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/04/03 01:06:57 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5ck1aecRXR0UmOF6W2PfYm00YeqqmD0yr_1vOLCwrYlX-YOWqb86Onj7WKacA4RB4
2025/04/03 01:06:58 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/04/03 01:06:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300052 bytes and etag "e5c2980c0cc5f4df179c21e20019663d"
2025/04/03 01:06:59 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm5ck1aecRXR0UmOF6W2PfYm00YeqqmD0yr_1vOLCwrYlX-YOWqb86Onj7WKacA4RB4" finished
2025/04/03 01:07:00 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 71944443394f5a6630c3e854be917d49-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053
2025/04/03 01:07:02 DEBUG : chunked-5.055Mi-5.055Mi.bin: open chunk writer: started multipart upload: ABPnzm5xibDDLCsuQdPDtosRTH3RK4e3VpweM4TrgMSSaxji8Lo6uF3Xb1h22oAOL3xK52k
2025/04/03 01:07:02 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/04/03 01:07:03 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/04/03 01:07:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload "ABPnzm5xibDDLCsuQdPDtosRTH3RK4e3VpweM4TrgMSSaxji8Lo6uF3Xb1h22oAOL3xK52k" finished
2025/04/03 01:07:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed
2025/04/03 01:07:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4yTB7BNKX-HF5oF67sczvznJlFlH_1SQm7grxn91Bf9SuVUeJDRutOXF5LfL5TkIE
2025/04/03 01:07:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/04/03 01:07:07 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/04/03 01:07:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: multipart upload "ABPnzm4yTB7BNKX-HF5oF67sczvznJlFlH_1SQm7grxn91Bf9SuVUeJDRutOXF5LfL5TkIE" finished
2025/04/03 01:07:08 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Multipart upload Etag: 2dd0af08a18bb9524235b819d990351b-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/04/03 01:07:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: open chunk writer: started multipart upload: ABPnzm6pW4pD15rOCvqF9Pp83NllNLMAXdJa-mzAfapbOBne9Zjuh4UTqEr01eVs3JiTU0I
2025/04/03 01:07:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/04/03 01:07:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/04/03 01:07:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/03 01:07:11 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/04/03 01:07:12 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/04/03 01:07:12 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb"
2025/04/03 01:07:12 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload "ABPnzm6pW4pD15rOCvqF9Pp83NllNLMAXdJa-mzAfapbOBne9Zjuh4UTqEr01eVs3JiTU0I" finished
2025/04/03 01:07:12 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 65ca3f2f064ee118f2db3a528b303125-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/04/03 01:07:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5-Mq_gWSn_u1HFYUjcudYbWlDr1EfJwgcxBNYUMPtyNvXI8APJX_5TR1xpw81O6sQ
2025/04/03 01:07:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/off
2025/04/03 01:07:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/off
2025/04/03 01:07:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/off
2025/04/03 01:07:15 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/04/03 01:07:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 1 with 5300053 bytes and etag "96c71725f4c229231bc16c79b1ff08fd"
2025/04/03 01:07:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload wrote chunk 2 with 5300053 bytes and etag "ea93706a29454b4fd13cc395bea103bb"
2025/04/03 01:07:17 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: multipart upload "ABPnzm5-Mq_gWSn_u1HFYUjcudYbWlDr1EfJwgcxBNYUMPtyNvXI8APJX_5TR1xpw81O6sQ" finished
2025/04/03 01:07:17 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/04/03 01:07:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4HcjEEarpdGvvIYE_mmijZ8_vCu7h_UwBq0N0eAgTW1djdzXPFCpNEAHr_6X2MQU4
2025/04/03 01:07:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/04/03 01:07:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990505 bytes and etag "e9548a82ce25f02a063ee0076122ee24"
2025/04/03 01:07:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm4HcjEEarpdGvvIYE_mmijZ8_vCu7h_UwBq0N0eAgTW1djdzXPFCpNEAHr_6X2MQU4" finished
2025/04/03 01:07:24 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: 350df36975967a82a7468a62a63e0761-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506
2025/04/03 01:07:26 DEBUG : chunked-6.667Mi-6.667Mi.bin: open chunk writer: started multipart upload: ABPnzm52xheNl2zuPfdqoVzjGMkqOVxIYMjusFxImTjqRwgrkiAZMxyQjl0JNYG8-EMXyfw
2025/04/03 01:07:26 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/04/03 01:07:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/04/03 01:07:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload "ABPnzm52xheNl2zuPfdqoVzjGMkqOVxIYMjusFxImTjqRwgrkiAZMxyQjl0JNYG8-EMXyfw" finished
2025/04/03 01:07:29 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed
2025/04/03 01:07:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6qQzx7NurfcUtM8LDW3HEd0J7EERHU8bjLKhljiPQuvuQ_uNjWjI3jG0o4S5uqCnU
2025/04/03 01:07:31 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/04/03 01:07:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/04/03 01:07:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: multipart upload "ABPnzm6qQzx7NurfcUtM8LDW3HEd0J7EERHU8bjLKhljiPQuvuQ_uNjWjI3jG0o4S5uqCnU" finished
2025/04/03 01:07:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Multipart upload Etag: d8a820173c91e166112e77c629504581-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/04/03 01:07:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: open chunk writer: started multipart upload: ABPnzm7HYz6cUU6vwLHrNzyNnl8EoWXocmH0UXTMSc72wGXcq0sKG2X02Ew1FWfGG952nKM
2025/04/03 01:07:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/04/03 01:07:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/04/03 01:07:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/04/03 01:07:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721"
2025/04/03 01:07:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/04/03 01:07:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479"
2025/04/03 01:07:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload "ABPnzm7HYz6cUU6vwLHrNzyNnl8EoWXocmH0UXTMSc72wGXcq0sKG2X02Ew1FWfGG952nKM" finished
2025/04/03 01:07:37 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 4544b41f053fa26e7f5f5e06ac981f9b-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/04/03 01:07:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7TP0mzLfGfMFePYcw0z3wQJaoLTLAoUeCFOkxR82G5oRIDa3kF1SuRzJQ7_6nn7nQ
2025/04/03 01:07:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/off
2025/04/03 01:07:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/off
2025/04/03 01:07:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/off
2025/04/03 01:07:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "43ec3e5dee6e706af7766fffea512721"
2025/04/03 01:07:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 2 with 6990506 bytes and etag "d01a45d4e43a2541c997a15d557b0479"
2025/04/03 01:07:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload wrote chunk 1 with 6990506 bytes and etag "6d02ef9f797a6d2cac923531b40a7113"
2025/04/03 01:07:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: multipart upload "ABPnzm7TP0mzLfGfMFePYcw0z3wQJaoLTLAoUeCFOkxR82G5oRIDa3kF1SuRzJQ7_6nn7nQ" finished
2025/04/03 01:07: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
2025/04/03 01:07:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4K00HQ7voFvEiWDVqxDOXj9s31eBvoZcBJngUrtQ9Dk3PcqUwb-Y8JMpB9qoxcmQk
2025/04/03 01:07:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8.000Mi offset 0/off
2025/04/03 01:07:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388607 bytes and etag "1acc725c3c7ab01db7fb5ab34863fb9a"
2025/04/03 01:07:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: multipart upload "ABPnzm4K00HQ7voFvEiWDVqxDOXj9s31eBvoZcBJngUrtQ9Dk3PcqUwb-Y8JMpB9qoxcmQk" finished
2025/04/03 01:07:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Multipart upload Etag: 73257af479153e674253a5b4105cb323-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608
2025/04/03 01:07:51 DEBUG : chunked-8Mi-8Mi.bin: open chunk writer: started multipart upload: ABPnzm58NPkhkUGc_uMMsfT2bKvvQWdi7t28LzAZ_u8ywqincvnJikSHoCEJ9SZEaE4Idq8
2025/04/03 01:07:51 DEBUG : chunked-8Mi-8Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8Mi
2025/04/03 01:07:53 DEBUG : chunked-8Mi-8Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/04/03 01:07:53 DEBUG : chunked-8Mi-8Mi.bin: multipart upload "ABPnzm58NPkhkUGc_uMMsfT2bKvvQWdi7t28LzAZ_u8ywqincvnJikSHoCEJ9SZEaE4Idq8" finished
2025/04/03 01:07:53 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed
2025/04/03 01:07:55 DEBUG : chunked-8Mi-8Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm7dEt0qI08sDXck1XK_FagZuWK5iNPG5-K1m-z3uJlTbLAxu4DX5U4HmQRGAoMbTag
2025/04/03 01:07:56 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off
2025/04/03 01:07:57 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/04/03 01:07:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: multipart upload "ABPnzm7dEt0qI08sDXck1XK_FagZuWK5iNPG5-K1m-z3uJlTbLAxu4DX5U4HmQRGAoMbTag" finished
2025/04/03 01:07:58 DEBUG : chunked-8Mi-8Mi-streamed.bin: Multipart upload Etag: e039da9ee1fa336ed66c53824ac058a7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/04/03 01:08:00 DEBUG : chunked-8Mi-16.000Mi.bin: open chunk writer: started multipart upload: ABPnzm5rG156HUfTwUUv_fNT4RtwhwxmJ5Amh1y4RCsxfQ3qIn4CT-O2wlwuS7ggIfMLeAw
2025/04/03 01:08:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/04/03 01:08:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/04/03 01:08:00 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/04/03 01:08:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/04/03 01:08:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/04/03 01:08:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0"
2025/04/03 01:08:02 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload "ABPnzm5rG156HUfTwUUv_fNT4RtwhwxmJ5Amh1y4RCsxfQ3qIn4CT-O2wlwuS7ggIfMLeAw" finished
2025/04/03 01:08:03 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: 8159f92760ea8c075536ff3ae4c4cbe0-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/04/03 01:08:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm4zgnoKfKXeZQht4hQfBusk0kCRe5k2RP3QO7k8m0zJLuIMr6WfQUSCdRlVB9hrPjY
2025/04/03 01:08:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 0 size 8Mi offset 0/off
2025/04/03 01:08:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/off
2025/04/03 01:08:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/off
2025/04/03 01:08:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "cbb184dd8e05c9709e5dcaedaa0495cf"
2025/04/03 01:08:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 1 with 8388608 bytes and etag "727943cf3cd0ed31e7fbe1bab434d5eb"
2025/04/03 01:08:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload wrote chunk 2 with 8388608 bytes and etag "38534b90825e5f26ae16e6b15a14f9c0"
2025/04/03 01:08:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: multipart upload "ABPnzm4zgnoKfKXeZQht4hQfBusk0kCRe5k2RP3QO7k8m0zJLuIMr6WfQUSCdRlVB9hrPjY" finished
2025/04/03 01:08:07 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/04/03 01:08:12 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6Fp76NLcy4h3SSzLW0hksWyZJquXuX27pKF7mXTBtn-W9C9KOeq3hoK8OGpYz2_tk
2025/04/03 01:08:12 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10.000Mi offset 0/off
2025/04/03 01:08:14 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485759 bytes and etag "d369e67ba9c8841b6b568a7fed32459d"
2025/04/03 01:08:14 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: multipart upload "ABPnzm6Fp76NLcy4h3SSzLW0hksWyZJquXuX27pKF7mXTBtn-W9C9KOeq3hoK8OGpYz2_tk" finished
2025/04/03 01:08:14 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Multipart upload Etag: 589cafb3633e59e0f5a6ff05c8f082c4-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760
2025/04/03 01:08:16 DEBUG : chunked-10Mi-10Mi.bin: open chunk writer: started multipart upload: ABPnzm5E1FKL3sxV_pP_05rJDJrOkQp9xWXtNlXsK6ME1L0UGP7l89kWvcZERmmiOQvBPng
2025/04/03 01:08:17 DEBUG : chunked-10Mi-10Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10Mi
2025/04/03 01:08:18 DEBUG : chunked-10Mi-10Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/04/03 01:08:18 DEBUG : chunked-10Mi-10Mi.bin: multipart upload "ABPnzm5E1FKL3sxV_pP_05rJDJrOkQp9xWXtNlXsK6ME1L0UGP7l89kWvcZERmmiOQvBPng" finished
2025/04/03 01:08:19 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed
2025/04/03 01:08:20 DEBUG : chunked-10Mi-10Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm6k1I5JFRWCEwteEXtIv0JVkykxC6HoUk5nGeWn8WHPCdFh4IaxbjHSP4_26cYgcrU
2025/04/03 01:08:20 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off
2025/04/03 01:08:22 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/04/03 01:08:22 DEBUG : chunked-10Mi-10Mi-streamed.bin: multipart upload "ABPnzm6k1I5JFRWCEwteEXtIv0JVkykxC6HoUk5nGeWn8WHPCdFh4IaxbjHSP4_26cYgcrU" finished
2025/04/03 01:08:22 DEBUG : chunked-10Mi-10Mi-streamed.bin: Multipart upload Etag: 4fbc18713bfa7c8ba8c1bff45c2f75f7-1 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/04/03 01:08:24 DEBUG : chunked-10Mi-20.000Mi.bin: open chunk writer: started multipart upload: ABPnzm6fUQO5IRqeZGUfon8OFnDtxPjlWay2eGF1DeRu8tPHPzVI1Bbe6_7LF-di9KK5NQ0
2025/04/03 01:08:24 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/04/03 01:08:24 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/04/03 01:08:24 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/04/03 01:08:25 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b"
2025/04/03 01:08:26 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/04/03 01:08:26 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1"
2025/04/03 01:08:27 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload "ABPnzm6fUQO5IRqeZGUfon8OFnDtxPjlWay2eGF1DeRu8tPHPzVI1Bbe6_7LF-di9KK5NQ0" finished
2025/04/03 01:08:27 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: a7011c69cf0e728d9aa35b0c69e31aa9-3 OK
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/04/03 01:08:29 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: open chunk writer: started multipart upload: ABPnzm5FN78Ne1ParbMULOK9aLDUuv2Iu-w5JsPiTwNse0dd7Kw3DqNBpLK0NCZ43_10Rm0
2025/04/03 01:08:29 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 0 size 10Mi offset 0/off
2025/04/03 01:08:30 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/off
2025/04/03 01:08:30 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/off
2025/04/03 01:08:30 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 3 with 1 bytes and etag "98fd00d788afe2a5fa5e4f8e1666638b"
2025/04/03 01:08:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 1 with 10485760 bytes and etag "d9a6fbf6e6dbdfe64365f218c62dbcd7"
2025/04/03 01:08:31 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload wrote chunk 2 with 10485760 bytes and etag "35c36964fdb10f7e0083e6ce8fbabff1"
2025/04/03 01:08:32 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: multipart upload "ABPnzm5FN78Ne1ParbMULOK9aLDUuv2Iu-w5JsPiTwNse0dd7Kw3DqNBpLK0NCZ43_10Rm0" finished
2025/04/03 01:08:32 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/04/03 01:08:34 DEBUG : unknown-size-put.txt: open chunk writer: started multipart upload: ABPnzm7XhsNLg3tDjS9BNqx64569WuVMHAZe9oSUEbnEZ50H6uGuaCXw3UQxLnoEntHRsHI
2025/04/03 01:08:34 DEBUG : unknown-size-put.txt: multipart upload: starting chunk 0 size 100 offset 0/off
2025/04/03 01:08:35 DEBUG : unknown-size-put.txt: multipart upload wrote chunk 1 with 100 bytes and etag "e38e926206d28f63bef9499e26478d57"
2025/04/03 01:08:35 DEBUG : unknown-size-put.txt: multipart upload "ABPnzm7XhsNLg3tDjS9BNqx64569WuVMHAZe9oSUEbnEZ50H6uGuaCXw3UQxLnoEntHRsHI" finished
2025/04/03 01:08:35 DEBUG : unknown-size-put.txt: Multipart upload Etag: af3a83b4d42afdf699fe4b958ce22c7f-1 OK
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/04/03 01:08:37 DEBUG : unknown-size-update.txt: open chunk writer: started multipart upload: ABPnzm6HcN13FoqTzqzJWVMnWMGgNgzByaILIkLK9zmC0x1BhPT6fTTB_j0FCO5p8yevWFA
2025/04/03 01:08:37 DEBUG : unknown-size-update.txt: multipart upload: starting chunk 0 size 200 offset 0/off
2025/04/03 01:08:37 DEBUG : unknown-size-update.txt: multipart upload wrote chunk 1 with 200 bytes and etag "927a63d601a2a7c730d3c6e7cae02bcd"
2025/04/03 01:08:37 DEBUG : unknown-size-update.txt: multipart upload "ABPnzm6HcN13FoqTzqzJWVMnWMGgNgzByaILIkLK9zmC0x1BhPT6fTTB_j0FCO5p8yevWFA" finished
2025/04/03 01:08:37 DEBUG : unknown-size-update.txt: Multipart upload Etag: 5163985df315de5d563c64ffbafb1a07-1 OK
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/04/03 01:08:38 DEBUG : Creating backend with remote "TestS3GCS:rclone-test-dozaxej7peje/deeper/nonexisting/directory"
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/04/03 01:08:38 DEBUG : Waiting for deletions to finish
2025/04/03 01:08:38 DEBUG : "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" version false
2025/04/03 01:08:38 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "1743642281732380")
2025/04/03 01:08:38 DEBUG : "versions/test-versions-v2025-04-03-010536-773.txt" version true
2025/04/03 01:08:38 DEBUG : versions/test-versions-v2025-04-03-010536-773.txt: Deleting (id "1743642336757372")
2025/04/03 01:08:39 INFO  : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted
2025/04/03 01:08:39 INFO  : versions/test-versions-v2025-04-03-010536-773.txt: Deleted
2025/04/03 01:08:40 INFO  : S3 bucket rclone-test-dozaxej7peje: Bucket "rclone-test-dozaxej7peje" deleted
2025/04/03 01:08:40 DEBUG : Waiting for deletions to finish
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- FAIL: TestIntegration (294.49s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- PASS: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.58s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (1.04s)
    --- FAIL: TestIntegration/FsMkdir (290.99s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.90s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.40s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.31s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.29s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.30s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.29s)
        --- FAIL: TestIntegration/FsMkdir/FsEncoding (34.91s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/control_chars (0.42s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (2.48s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (2.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (2.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.81s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.59s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.42s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.44s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (2.13s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (2.52s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.30s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.01s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.12s)
            --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.47s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.19s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (2.21s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (3.19s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.20s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (2.11s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.57s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.29s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.51s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (9.56s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- FAIL: TestIntegration/FsMkdir/FsPutFiles (79.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.97s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.95s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.22s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.24s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.31s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.38s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.35s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.39s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.56s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.22s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.52s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.30s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.75s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.72s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (5.71s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (3.80s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.56s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.20s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (1.91s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata/mtime (1.71s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.62s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.35s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.50s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.39s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (6.96s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.51s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.36s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.35s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.10s)
            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.45s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.16s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (4.98s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.23s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.74s)
            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (33.75s)
                --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (1.55s)
                    --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding (0.38s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/NoDecompress (0.20s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/GzipEncoding/Decompress (0.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/NoHead (1.01s)
                --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (31.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (1.02s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.20s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.21s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.19s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.20s)
                    --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (17.47s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.57s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.38s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.19s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.76s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.57s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.19s)
                        --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (8.00s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (7.81s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.19s)
                        --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (8.14s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (7.95s)
                            --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Mkdir (0.79s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (1.90s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (154.83s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (29.58s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (8.84s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879/Streamed (4.41s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (9.36s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880/Streamed (4.69s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (11.38s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (5.57s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (25.04s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (7.74s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999/Streamed (4.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (8.37s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000/Streamed (4.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.93s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.52s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (24.93s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (7.29s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052/Streamed (4.04s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (8.40s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053/Streamed (4.20s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (9.24s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.59s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (24.19s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (7.05s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505/Streamed (4.32s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (8.14s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506/Streamed (3.89s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (9.00s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.80s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (24.98s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (7.75s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607/Streamed (4.34s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (8.73s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608/Streamed (4.35s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (8.50s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (3.98s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (26.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (7.97s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759/Streamed (4.49s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (7.41s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760/Streamed (3.65s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (10.74s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.37s)
        --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.50s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.34s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.16s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.62s)
        --- 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/04/03 01:08:40 DEBUG : Using anonymous credentials - did you mean to set env_auth=true?
2025/04/03 01:08:40 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	294.538s
"go test -v -timeout 1h0m0s -remote TestS3GCS: -verbose" - Finished OK in 4m55.59895521s (try 1/5)