"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5)
=== RUN   TestUrlEncode
--- PASS: TestUrlEncode (0.00s)
=== RUN   TestTimeString
--- PASS: TestTimeString (0.00s)
=== RUN   TestParseTimeString
    b2_internal_test.go:183: potato: want error strconv.ParseInt: parsing "potato": invalid syntax got error 
--- PASS: TestParseTimeString (0.00s)
=== RUN   TestIntegration
    fstests.go:438: Using remote "TestB2:"
2025/03/16 09:43:36 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi"
2025/03/16 09:43:36 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
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
=== RUN   TestIntegration/FsMkdir
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/03/16 09:43:39 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/03/16 09:43:40 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/03/16 09:43:40 INFO  : dir: Removing directory
=== RUN   TestIntegration/FsMkdir/FsListEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListRDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirNotFound
=== RUN   TestIntegration/FsMkdir/FsListRDirNotFound
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/control_chars
    fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot
    fstests.go:707: testing "."
=== RUN   TestIntegration/FsMkdir/FsEncoding/dot_dot
    fstests.go:707: testing ".."
=== RUN   TestIntegration/FsMkdir/FsEncoding/punctuation
    fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_space
    fstests.go:707: testing " leading space"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_tilde
    fstests.go:707: testing "~leading tilde"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_CR
    fstests.go:707: testing "␍leading CR"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_LF
    fstests.go:707: testing "␊leading LF"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_HT
    fstests.go:707: testing "␉leading HT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_VT
    fstests.go:707: testing "␋leading VT"
=== RUN   TestIntegration/FsMkdir/FsEncoding/leading_dot
    fstests.go:707: testing ".leading dot"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_space
    fstests.go:707: testing "trailing space "
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_CR
    fstests.go:707: testing "trailing CR␍"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_LF
    fstests.go:707: testing "trailing LF␊"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_HT
    fstests.go:707: testing "trailing HT␉"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_VT
    fstests.go:707: testing "trailing VT␋"
=== RUN   TestIntegration/FsMkdir/FsEncoding/trailing_dot
    fstests.go:707: testing "trailing dot."
=== RUN   TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8
    fstests.go:707: testing "invalid utf-8\xfe"
=== RUN   TestIntegration/FsMkdir/FsEncoding/URL_encoding
    fstests.go:707: testing "test%46.txt"
=== RUN   TestIntegration/FsMkdir/FsNewObjectNotFound
=== RUN   TestIntegration/FsMkdir/FsPutError
=== RUN   TestIntegration/FsMkdir/FsPutZeroLength
=== RUN   TestIntegration/FsMkdir/FsOpenWriterAt
    fstests.go:786: FS has no OpenWriterAt interface
=== RUN   TestIntegration/FsMkdir/FsOpenChunkWriter
2025/03/16 09:44:05 DEBUG : writer-at-subdir/writer-at-file: Streaming upload with --b2-chunk-size 96Mi allows uploads of up to 937.500Gi and will fail only when that limit is reached.
2025/03/16 09:44:05 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880
2025/03/16 09:44:07 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1
2025/03/16 09:44:07 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576
2025/03/16 09:44:07 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2
2025/03/16 09:44:07 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880
2025/03/16 09:44:08 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0
2025/03/16 09:44:08 DEBUG : writer-at-subdir/writer-at-file: Finishing large file upload with 0 parts
=== 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/16 09:44:14 DEBUG : Creating backend with remote "TestB2:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/03/16 09:44:16 DEBUG : Creating backend with remote "TestB2:"
=== 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/16 09:44:20 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of all files
2025/03/16 09:44:21 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dcc_d20250316_m094419_c001_v0001131_t0043_u01742118259984")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/16 09:44:22 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi/dirToPurgeFromRoot"
2025/03/16 09:44:23 INFO  : B2 bucket rclone-test-viyirey6vovi path dirToPurgeFromRoot: cleaning bucket "rclone-test-viyirey6vovi" of all files
2025/03/16 09:44:23 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dd2_d20250316_m094421_c001_v0001131_t0032_u01742118261542")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/16 09:44:24 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi/hello? sausage/êé"
2025/03/16 09:44:28 INFO  : B2 bucket rclone-test-viyirey6vovi path hello? sausage/êé: cleaning bucket "rclone-test-viyirey6vovi" of all files
2025/03/16 09:44:28 DEBUG : a/b/c/d/e.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1012e9d3719b9203_d20250316_m094426_c001_v0001093_t0030_u01742118266855")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata
    fstests.go:1289: Skipping test as can't write 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
    fstests.go:1623: Metadata method not supported
=== 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/16 09:44:37 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/16 09:44:39 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-viyirey6vovi" from "TestB2:rclone-test-viyirey6vovi"
2025/03/16 09:44:40 DEBUG : Creating backend with remote "TestB2:"
=== 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
2025/03/16 09:44:52 DEBUG : Creating backend with remote "TestB2:rclone-test-bakibew8leza"
2025/03/16 09:44:52 DEBUG : Config file has changed externally - reloading
2025/03/16 09:44:55 DEBUG : B2 bucket rclone-test-bakibew8leza: Purge remote
2025/03/16 09:44:55 INFO  : B2 bucket rclone-test-bakibew8leza: cleaning bucket "rclone-test-bakibew8leza" of all files
2025/03/16 09:44:55 DEBUG : somefile: Deleting (id "4_z3f328df3507d9beb9f580e1b_f412fcabad8803c9b_d20250316_m094454_c001_v0001177_t0011_u01742118294298")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/SetTier
    fstests.go:412: FS has no SetTier & GetTier interfaces
=== 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/16 09:44:56 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/03/16 09:44:57 DEBUG : piped data.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB
2025/03/16 09:45:00 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi
2025/03/16 09:45:00 DEBUG : test-metadata: Sending chunk 0 length 6291456
2025/03/16 09:45:00 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.799Ki offset 6Mi/6.106Mi
2025/03/16 09:45:00 DEBUG : test-metadata: Sending chunk 1 length 111410
2025/03/16 09:45:01 DEBUG : test-metadata: Done sending chunk 1
2025/03/16 09:45:02 DEBUG : test-metadata: Done sending chunk 0
2025/03/16 09:45:02 DEBUG : test-metadata: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions
2025/03/16 09:45:12 DEBUG : versions/test-versions.txt: Clearing upload URL because of error: Post "https://pod-000-1131-15.backblaze.com/b2api/v1/b2_upload_file/4f526de3506d9beb9f580e1b/c001_v0001131_t0011": EOF
2025/03/16 09:45:12 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1131-15.backblaze.com/b2api/v1/b2_upload_file/4f526de3506d9beb9f580e1b/c001_v0001131_t0011": EOF)
2025/03/16 09:45:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms
    fstests.go:143: Put error: Post "https://pod-000-1131-15.backblaze.com/b2api/v1/b2_upload_file/4f526de3506d9beb9f580e1b/c001_v0001131_t0011": EOF - low level retry 1/10
2025/03/16 09:45:15 DEBUG : pacer: Reducing sleep to 10ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions-v2025-03-16-094507-618.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs
2025/03/16 09:45:17 DEBUG : oldPath = "TestB2:rclone-test-viyirey6vovi/versions/test-versions-v2025-03-16-094507-618.txt"
2025/03/16 09:45:17 DEBUG : newPath = "TestB2,versions:rclone-test-viyirey6vovi/versions/test-versions-v2025-03-16-094507-618.txt"
2025/03/16 09:45:17 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-viyirey6vovi/versions/test-versions-v2025-03-16-094507-618.txt"
2025/03/16 09:45:17 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name
2025/03/16 09:45:18 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-viyirey6vovi/versions/test-versions-v2025-03-16-094507-618.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-viyirey6vovi/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/AfterOne
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun
2025/03/16 09:45:19 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of all hidden files
2025/03/16 09:45:20 DEBUG :  leading space/ leading space: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2c_d20250316_m094347_c001_v7007000_t0000_u01742118227395") as it is a hide marker
2025/03/16 09:45:20 NOTICE:  leading space/ leading space: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG :  leading space/ leading space: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d88_d20250316_m094346_c001_v0001131_t0002_u01742118226774")
2025/03/16 09:45:20 NOTICE:  leading space/ leading space: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2b_d20250316_m094346_c001_v7007000_t0000_u01742118226413") as it is a hide marker
2025/03/16 09:45:20 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d86_d20250316_m094345_c001_v0001131_t0019_u01742118225701")
2025/03/16 09:45:20 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de34_d20250316_m094353_c001_v7007000_t0000_u01742118233791") as it is a hide marker
2025/03/16 09:45:20 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : .leading dot/.leading dot: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9a_d20250316_m094353_c001_v0001131_t0025_u01742118233036")
2025/03/16 09:45:20 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : created from root.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41630de14eb1e4ab_d20250316_m094448_c001_v7007000_t0000_u01742118288349") as it is a hide marker
2025/03/16 09:45:20 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : created from root.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11969486915ea22e_d20250316_m094447_c001_v0001144_t0028_u01742118287049")
2025/03/16 09:45:20 NOTICE: created from root.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d02_d20250316_m094456_c001_v7007000_t0000_u01742118296466") as it is a hide marker
2025/03/16 09:45:20 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29de0_d20250316_m094436_c001_v0001131_t0034_u01742118276495")
2025/03/16 09:45:20 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1015c1f340d36d02_d20250316_m094433_c001_v0001182_t0018_u01742118273014")
2025/03/16 09:45:20 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc8_d20250316_m094412_c001_v0001131_t0052_u01742118252211")
2025/03/16 09:45:20 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc0_d20250316_m094411_c001_v0001131_t0025_u01742118251125")
2025/03/16 09:45:20 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc6_d20250316_m094411_c001_v0001131_t0009_u01742118251669") "upload" dated 2025-03-16 09:44:11.669 +0000 UTC (1m8.526805545s ago)
2025/03/16 09:45:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41772f004bdd661c_d20250316_m094430_c001_v7007000_t0000_u01742118270812") as it is a hide marker
2025/03/16 09:45:20 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1054a6e68e462c9c_d20250316_m094430_c001_v0001130_t0017_u01742118270422")
2025/03/16 09:45:20 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1097a8a070d2e7ec_d20250316_m094429_c001_v0001182_t0002_u01742118269827")
2025/03/16 09:45:20 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de52_d20250316_m094401_c001_v7007000_t0000_u01742118241650") as it is a hide marker
2025/03/16 09:45:20 NOTICE: invalid utf-8�/invalid utf-8�: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29daf_d20250316_m094400_c001_v0001131_t0026_u01742118240808")
2025/03/16 09:45:20 NOTICE: invalid utf-8�/invalid utf-8�: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : piped data.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d05_d20250316_m094458_c001_v7007000_t0000_u01742118298208") as it is a hide marker
2025/03/16 09:45:20 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dfe_d20250316_m094457_c001_v0001131_t0046_u01742118297749")
2025/03/16 09:45:20 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d04_d20250316_m094457_c001_v7007000_t0000_u01742118297567")
2025/03/16 09:45:20 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41537bd0f9e29dfc_d20250316_m094457_c001_v0001131_t0011_u01742118297198")
2025/03/16 09:45:20 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de54_d20250316_m094402_c001_v7007000_t0000_u01742118242826") as it is a hide marker
2025/03/16 09:45:20 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29db1_d20250316_m094402_c001_v0001131_t0026_u01742118242012")
2025/03/16 09:45:20 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : test-metadata: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f411aa6e54ac09a73_d20250316_m094505_c001_v7007000_t0000_u01742118305065") as it is a hide marker
2025/03/16 09:45:20 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f208f3b20fc145d07_d20250316_m094500_c001_v0001184_t0053_u01742118300165")
2025/03/16 09:45:20 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d06_d20250316_m094459_c001_v7007000_t0000_u01742118299431")
2025/03/16 09:45:20 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29e02_d20250316_m094458_c001_v0001131_t0015_u01742118298389")
2025/03/16 09:45:20 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de39_d20250316_m094356_c001_v7007000_t0000_u01742118236014") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9f_d20250316_m094355_c001_v0001131_t0003_u01742118235156")
2025/03/16 09:45:20 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de3f_d20250316_m094358_c001_v7007000_t0000_u01742118238244") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29da3_d20250316_m094357_c001_v0001131_t0027_u01742118237449")
2025/03/16 09:45:20 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de3c_d20250316_m094357_c001_v7007000_t0000_u01742118237088") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29da1_d20250316_m094356_c001_v0001131_t0006_u01742118236377")
2025/03/16 09:45:20 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de42_d20250316_m094359_c001_v7007000_t0000_u01742118239377") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dab_d20250316_m094358_c001_v0001131_t0019_u01742118238606")
2025/03/16 09:45:20 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de4a_d20250316_m094400_c001_v7007000_t0000_u01742118240447") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dad_d20250316_m094359_c001_v0001131_t0025_u01742118239738")
2025/03/16 09:45:20 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing space /trailing space : Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de35_d20250316_m094354_c001_v7007000_t0000_u01742118234793") as it is a hide marker
2025/03/16 09:45:20 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : trailing space /trailing space : Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9d_d20250316_m094354_c001_v0001131_t0044_u01742118234152")
2025/03/16 09:45:20 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9b9a_d20250316_m094515_c001_v0001172_t0056_u01742118315488") "upload" dated 2025-03-16 09:45:15.488 +0000 UTC (4.708073727s ago)
2025/03/16 09:45:20 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7054b_d20250316_m094510_c001_v7007000_t0000_u01742118310667")
2025/03/16 09:45:20 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29e08_d20250316_m094507_c001_v0001131_t0003_u01742118307618")
2025/03/16 09:45:20 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de61_d20250316_m094410_c001_v7007000_t0000_u01742118250582") as it is a hide marker
2025/03/16 09:45:20 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20170399ef98de58_d20250316_m094405_c001_v0001183_t0014_u01742118245132")
2025/03/16 09:45:20 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : zero-length-file: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de56_d20250316_m094404_c001_v7007000_t0000_u01742118244770") as it is a hide marker
2025/03/16 09:45:20 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : zero-length-file: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41537bd0f9e29db5_d20250316_m094404_c001_v0001131_t0011_u01742118244112")
2025/03/16 09:45:20 NOTICE: zero-length-file: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2d_d20250316_m094348_c001_v7007000_t0000_u01742118228397") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8a_d20250316_m094347_c001_v0001131_t0040_u01742118227758")
2025/03/16 09:45:20 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de27_d20250316_m094343_c001_v7007000_t0000_u01742118223234") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d80_d20250316_m094342_c001_v0001131_t0035_u01742118222188")
2025/03/16 09:45:20 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de32_d20250316_m094351_c001_v7007000_t0000_u01742118231480") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d92_d20250316_m094350_c001_v0001131_t0052_u01742118230820")
2025/03/16 09:45:20 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de30_d20250316_m094350_c001_v7007000_t0000_u01742118230459") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8e_d20250316_m094349_c001_v0001131_t0005_u01742118229792")
2025/03/16 09:45:20 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de33_d20250316_m094352_c001_v7007000_t0000_u01742118232675") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d96_d20250316_m094351_c001_v0001131_t0017_u01742118231841")
2025/03/16 09:45:20 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2e_d20250316_m094349_c001_v7007000_t0000_u01742118229430") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8c_d20250316_m094348_c001_v0001131_t0030_u01742118228766")
2025/03/16 09:45:20 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ./.: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de29_d20250316_m094344_c001_v7007000_t0000_u01742118224332") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ./.: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ./.: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d82_d20250316_m094343_c001_v0001131_t0040_u01742118223595")
2025/03/16 09:45:20 NOTICE: ./.: Skipped delete as --dry-run is set
2025/03/16 09:45:20 DEBUG : ../..: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2a_d20250316_m094345_c001_v7007000_t0000_u01742118225332") as it is a hide marker
2025/03/16 09:45:20 NOTICE: ../..: Skipped remove hide marker as --dry-run is set
2025/03/16 09:45:20 DEBUG : ../..: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d84_d20250316_m094344_c001_v0001131_t0048_u01742118224693")
2025/03/16 09:45:20 NOTICE: ../..: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing
2025/03/16 09:45:20 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of all hidden files
2025/03/16 09:45:20 DEBUG :  leading space/ leading space: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2c_d20250316_m094347_c001_v7007000_t0000_u01742118227395") as it is a hide marker
2025/03/16 09:45:20 DEBUG :  leading space/ leading space: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d88_d20250316_m094346_c001_v0001131_t0002_u01742118226774")
2025/03/16 09:45:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2b_d20250316_m094346_c001_v7007000_t0000_u01742118226413") as it is a hide marker
2025/03/16 09:45:20 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d86_d20250316_m094345_c001_v0001131_t0019_u01742118225701")
2025/03/16 09:45:20 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de34_d20250316_m094353_c001_v7007000_t0000_u01742118233791") as it is a hide marker
2025/03/16 09:45:20 DEBUG : .leading dot/.leading dot: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9a_d20250316_m094353_c001_v0001131_t0025_u01742118233036")
2025/03/16 09:45:20 DEBUG : created from root.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41630de14eb1e4ab_d20250316_m094448_c001_v7007000_t0000_u01742118288349") as it is a hide marker
2025/03/16 09:45:20 DEBUG : created from root.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11969486915ea22e_d20250316_m094447_c001_v0001144_t0028_u01742118287049")
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d02_d20250316_m094456_c001_v7007000_t0000_u01742118296466") as it is a hide marker
2025/03/16 09:45:20 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29de0_d20250316_m094436_c001_v0001131_t0034_u01742118276495")
2025/03/16 09:45:21 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1015c1f340d36d02_d20250316_m094433_c001_v0001182_t0018_u01742118273014")
2025/03/16 09:45:21 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc8_d20250316_m094412_c001_v0001131_t0052_u01742118252211")
2025/03/16 09:45:21 DEBUG : file name.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc0_d20250316_m094411_c001_v0001131_t0025_u01742118251125")
2025/03/16 09:45:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc6_d20250316_m094411_c001_v0001131_t0009_u01742118251669") "upload" dated 2025-03-16 09:44:11.669 +0000 UTC (1m9.561137182s ago)
2025/03/16 09:45:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41772f004bdd661c_d20250316_m094430_c001_v7007000_t0000_u01742118270812") as it is a hide marker
2025/03/16 09:45:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1054a6e68e462c9c_d20250316_m094430_c001_v0001130_t0017_u01742118270422")
2025/03/16 09:45:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f1097a8a070d2e7ec_d20250316_m094429_c001_v0001182_t0002_u01742118269827")
2025/03/16 09:45:21 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de52_d20250316_m094401_c001_v7007000_t0000_u01742118241650") as it is a hide marker
2025/03/16 09:45:21 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29daf_d20250316_m094400_c001_v0001131_t0026_u01742118240808")
2025/03/16 09:45:21 DEBUG : piped data.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d05_d20250316_m094458_c001_v7007000_t0000_u01742118298208") as it is a hide marker
2025/03/16 09:45:21 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dfe_d20250316_m094457_c001_v0001131_t0046_u01742118297749")
2025/03/16 09:45:21 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d04_d20250316_m094457_c001_v7007000_t0000_u01742118297567")
2025/03/16 09:45:21 DEBUG : piped data.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41537bd0f9e29dfc_d20250316_m094457_c001_v0001131_t0011_u01742118297198")
2025/03/16 09:45:21 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de54_d20250316_m094402_c001_v7007000_t0000_u01742118242826") as it is a hide marker
2025/03/16 09:45:21 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29db1_d20250316_m094402_c001_v0001131_t0026_u01742118242012")
2025/03/16 09:45:21 DEBUG : test-metadata: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f411aa6e54ac09a73_d20250316_m094505_c001_v7007000_t0000_u01742118305065") as it is a hide marker
2025/03/16 09:45:21 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f208f3b20fc145d07_d20250316_m094500_c001_v0001184_t0053_u01742118300165")
2025/03/16 09:45:21 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f408f3b20fc145d06_d20250316_m094459_c001_v7007000_t0000_u01742118299431")
2025/03/16 09:45:22 DEBUG : test-metadata: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29e02_d20250316_m094458_c001_v0001131_t0015_u01742118298389")
2025/03/16 09:45:22 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de39_d20250316_m094356_c001_v7007000_t0000_u01742118236014") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9f_d20250316_m094355_c001_v0001131_t0003_u01742118235156")
2025/03/16 09:45:22 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de3f_d20250316_m094358_c001_v7007000_t0000_u01742118238244") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29da3_d20250316_m094357_c001_v0001131_t0027_u01742118237449")
2025/03/16 09:45:22 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de3c_d20250316_m094357_c001_v7007000_t0000_u01742118237088") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29da1_d20250316_m094356_c001_v0001131_t0006_u01742118236377")
2025/03/16 09:45:22 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de42_d20250316_m094359_c001_v7007000_t0000_u01742118239377") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dab_d20250316_m094358_c001_v0001131_t0019_u01742118238606")
2025/03/16 09:45:22 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de4a_d20250316_m094400_c001_v7007000_t0000_u01742118240447") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dad_d20250316_m094359_c001_v0001131_t0025_u01742118239738")
2025/03/16 09:45:22 DEBUG : trailing space /trailing space : Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de35_d20250316_m094354_c001_v7007000_t0000_u01742118234793") as it is a hide marker
2025/03/16 09:45:22 DEBUG : trailing space /trailing space : Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d9d_d20250316_m094354_c001_v0001131_t0044_u01742118234152")
2025/03/16 09:45:22 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9b9a_d20250316_m094515_c001_v0001172_t0056_u01742118315488") "upload" dated 2025-03-16 09:45:15.488 +0000 UTC (7.141790376s ago)
2025/03/16 09:45:22 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7054b_d20250316_m094510_c001_v7007000_t0000_u01742118310667")
2025/03/16 09:45:22 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29e08_d20250316_m094507_c001_v0001131_t0003_u01742118307618")
2025/03/16 09:45:22 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de61_d20250316_m094410_c001_v7007000_t0000_u01742118250582") as it is a hide marker
2025/03/16 09:45:22 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20170399ef98de58_d20250316_m094405_c001_v0001183_t0014_u01742118245132")
2025/03/16 09:45:22 DEBUG : zero-length-file: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de56_d20250316_m094404_c001_v7007000_t0000_u01742118244770") as it is a hide marker
2025/03/16 09:45:22 DEBUG : zero-length-file: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41537bd0f9e29db5_d20250316_m094404_c001_v0001131_t0011_u01742118244112")
2025/03/16 09:45:22 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2d_d20250316_m094348_c001_v7007000_t0000_u01742118228397") as it is a hide marker
2025/03/16 09:45:22 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8a_d20250316_m094347_c001_v0001131_t0040_u01742118227758")
2025/03/16 09:45:23 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de27_d20250316_m094343_c001_v7007000_t0000_u01742118223234") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d80_d20250316_m094342_c001_v0001131_t0035_u01742118222188")
2025/03/16 09:45:23 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de32_d20250316_m094351_c001_v7007000_t0000_u01742118231480") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d92_d20250316_m094350_c001_v0001131_t0052_u01742118230820")
2025/03/16 09:45:23 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de30_d20250316_m094350_c001_v7007000_t0000_u01742118230459") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8e_d20250316_m094349_c001_v0001131_t0005_u01742118229792")
2025/03/16 09:45:23 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de33_d20250316_m094352_c001_v7007000_t0000_u01742118232675") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d96_d20250316_m094351_c001_v0001131_t0017_u01742118231841")
2025/03/16 09:45:23 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2e_d20250316_m094349_c001_v7007000_t0000_u01742118229430") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d8c_d20250316_m094348_c001_v0001131_t0030_u01742118228766")
2025/03/16 09:45:23 DEBUG : ./.: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de29_d20250316_m094344_c001_v7007000_t0000_u01742118224332") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ./.: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d82_d20250316_m094343_c001_v0001131_t0040_u01742118223595")
2025/03/16 09:45:23 DEBUG : ../..: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f40170399ef98de2a_d20250316_m094345_c001_v7007000_t0000_u01742118225332") as it is a hide marker
2025/03/16 09:45:23 DEBUG : ../..: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29d84_d20250316_m094344_c001_v0001131_t0048_u01742118224693")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished
2025/03/16 09:45:24 DEBUG : unfinished/unfinished-1: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached.
2025/03/16 09:45:24 DEBUG : unfinished/unfinished-2: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached.
2025/03/16 09:45:24 DEBUG : unfinished/unfinished-3: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached.
2025/03/16 09:45:24 DEBUG : unfinished/unfinished-4: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun
2025/03/16 09:45:25 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of pending multipart uploads older than 0s
2025/03/16 09:45:25 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc6_d20250316_m094411_c001_v0001131_t0009_u01742118251669") "upload" dated 2025-03-16 09:44:11.669 +0000 UTC (1m13.850011892s ago)
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055b_d20250316_m094524_c001_v0001115_t0028_u01742118324489") as it is a start marker (upload started at 2025-03-16 09:45:24.489 +0000 UTC)
2025/03/16 09:45:25 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055c_d20250316_m094524_c001_v0001037_t0005_u01742118324672") as it is a start marker (upload started at 2025-03-16 09:45:24.672 +0000 UTC)
2025/03/16 09:45:25 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055e_d20250316_m094524_c001_v0001182_t0057_u01742118324858") as it is a start marker (upload started at 2025-03-16 09:45:24.858 +0000 UTC)
2025/03/16 09:45:25 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055f_d20250316_m094525_c001_v0001184_t0037_u01742118325049") as it is a start marker (upload started at 2025-03-16 09:45:25.049 +0000 UTC)
2025/03/16 09:45:25 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set
2025/03/16 09:45:25 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7055a_d20250316_m094524_c001_v7007000_t0000_u01742118324301") "hide" dated 2025-03-16 09:45:24.301 +0000 UTC (1.218126437s ago)
2025/03/16 09:45:25 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9b9a_d20250316_m094515_c001_v0001172_t0056_u01742118315488")
2025/03/16 09:45:25 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing
2025/03/16 09:45:25 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of pending multipart uploads older than 0s
2025/03/16 09:45:25 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc6_d20250316_m094411_c001_v0001131_t0009_u01742118251669") "upload" dated 2025-03-16 09:44:11.669 +0000 UTC (1m14.216906391s ago)
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055b_d20250316_m094524_c001_v0001115_t0028_u01742118324489") as it is a start marker (upload started at 2025-03-16 09:45:24.489 +0000 UTC)
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055c_d20250316_m094524_c001_v0001037_t0005_u01742118324672") as it is a start marker (upload started at 2025-03-16 09:45:24.672 +0000 UTC)
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055e_d20250316_m094524_c001_v0001182_t0057_u01742118324858") as it is a start marker (upload started at 2025-03-16 09:45:24.858 +0000 UTC)
2025/03/16 09:45:25 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7055f_d20250316_m094525_c001_v0001184_t0037_u01742118325049") as it is a start marker (upload started at 2025-03-16 09:45:25.049 +0000 UTC)
2025/03/16 09:45:25 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7055a_d20250316_m094524_c001_v7007000_t0000_u01742118324301") "hide" dated 2025-03-16 09:45:24.301 +0000 UTC (1.584980138s ago)
2025/03/16 09:45:25 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9b9a_d20250316_m094515_c001_v0001172_t0056_u01742118315488")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun
2025/03/16 09:45:26 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/16 09:45:26 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/16 09:45:27 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing
=== RUN   TestIntegration/FsMkdir/FsPutChunked
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881
2025/03/16 09:45:28 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi
2025/03/16 09:45:28 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi
2025/03/16 09:45:28 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1
2025/03/16 09:45:28 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:29 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1
2025/03/16 09:45:30 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0
2025/03/16 09:45:30 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 5Mi allows uploads of up to 48.828Gi and will fail only when that limit is reached.
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70568_d20250316_m094533_c001_v0001184_t0002_u01742118333454")
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:45:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:34 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:45:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:45:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760
2025/03/16 09:45:37 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi
2025/03/16 09:45:37 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:37 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi
2025/03/16 09:45:37 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880
2025/03/16 09:45:39 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0
2025/03/16 09:45:39 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1
2025/03/16 09:45:39 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: Streaming upload with --b2-chunk-size 5Mi allows uploads of up to 48.828Gi and will fail only when that limit is reached.
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7056e_d20250316_m094541_c001_v0001183_t0001_u01742118341371")
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:45:41 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/16 09:45:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:45:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:45:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1
2025/03/16 09:45:45 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880
2025/03/16 09:45:46 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2
2025/03/16 09:45:47 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0
2025/03/16 09:45:48 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1
2025/03/16 09:45:48 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/03/16 09:45:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:45:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 5Mi allows uploads of up to 48.828Gi and will fail only when that limit is reached.
2025/03/16 09:45:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42da5_d20250316_m094549_c001_v0001115_t0000_u01742118349748")
2025/03/16 09:45:49 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/16 09:45:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:45:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:45:50 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/16 09:45:51 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:45:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:45:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:45:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001
2025/03/16 09:45:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi
2025/03/16 09:45:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1
2025/03/16 09:45:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/03/16 09:45:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000
2025/03/16 09:45:55 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1
2025/03/16 09:45:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0
2025/03/16 09:45:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.054Mi allows uploads of up to 49.360Gi and will fail only when that limit is reached.
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70578_d20250316_m094558_c001_v0001102_t0040_u01742118358131")
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:45:58 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/16 09:45:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000
2025/03/16 09:46:02 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/16 09:46:02 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/16 09:46:02 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/16 09:46:02 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/16 09:46:04 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/16 09:46:04 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/16 09:46:04 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.054Mi allows uploads of up to 49.360Gi and will fail only when that limit is reached.
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7057f_d20250316_m094606_c001_v0001184_t0059_u01742118366156")
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:46:06 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/16 09:46:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/16 09:46:10 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/16 09:46:11 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2
2025/03/16 09:46:12 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/16 09:46:12 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/16 09:46:12 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.054Mi allows uploads of up to 49.360Gi and will fail only when that limit is reached.
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21838ca0e15b8450_d20250316_m094614_c001_v0001183_t0056_u01742118374672")
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:46:14 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/16 09:46:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:46:16 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054
2025/03/16 09:46:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi
2025/03/16 09:46:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1
2025/03/16 09:46:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/03/16 09:46:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1
2025/03/16 09:46:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0
2025/03/16 09:46:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.055Mi allows uploads of up to 49.361Gi and will fail only when that limit is reached.
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e28_d20250316_m094622_c001_v0001116_t0038_u01742118382578")
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:46:22 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:23 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:25 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106
2025/03/16 09:46:26 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/16 09:46:26 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:26 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/16 09:46:26 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/16 09:46:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/16 09:46:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/16 09:46:29 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed
2025/03/16 09:46:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:30 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.055Mi allows uploads of up to 49.361Gi and will fail only when that limit is reached.
2025/03/16 09:46:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e2c_d20250316_m094630_c001_v0001176_t0024_u01742118390990")
2025/03/16 09:46:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:46:31 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/16 09:46:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:33 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/16 09:46:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/16 09:46:36 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2
2025/03/16 09:46:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/16 09:46:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/16 09:46:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Streaming upload with --b2-chunk-size 5.055Mi allows uploads of up to 49.361Gi and will fail only when that limit is reached.
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e37_d20250316_m094639_c001_v0001184_t0004_u01742118399696")
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:46:39 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/16 09:46:40 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:46:41 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:42 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507
2025/03/16 09:46:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi
2025/03/16 09:46:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1
2025/03/16 09:46:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/03/16 09:46:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506
2025/03/16 09:46:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1
2025/03/16 09:46:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0
2025/03/16 09:46:46 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed
2025/03/16 09:46:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:47 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Streaming upload with --b2-chunk-size 6.667Mi allows uploads of up to 65.104Gi and will fail only when that limit is reached.
2025/03/16 09:46:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f21822b461272cbb9_d20250316_m094648_c001_v0001182_t0011_u01742118408053")
2025/03/16 09:46:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:46:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:46:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/16 09:46:48 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:50 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012
2025/03/16 09:46:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/16 09:46:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/16 09:46:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/16 09:46:52 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/16 09:46:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/16 09:46:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/16 09:46:54 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed
2025/03/16 09:46:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:46:56 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Streaming upload with --b2-chunk-size 6.667Mi allows uploads of up to 65.104Gi and will fail only when that limit is reached.
2025/03/16 09:46:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e48_d20250316_m094656_c001_v0001182_t0039_u01742118416902")
2025/03/16 09:46:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/16 09:46:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:46:57 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/16 09:46:59 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:46:59 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:46:59 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1
2025/03/16 09:47:01 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/16 09:47:02 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2
2025/03/16 09:47:04 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/16 09:47:04 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/16 09:47:04 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Streaming upload with --b2-chunk-size 6.667Mi allows uploads of up to 65.104Gi and will fail only when that limit is reached.
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f219a5fc66296ec3f_d20250316_m094706_c001_v0001182_t0015_u01742118426216")
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:47:06 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/16 09:47:07 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:47:08 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:47:08 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:47:08 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609
2025/03/16 09:47:11 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi
2025/03/16 09:47:11 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi
2025/03/16 09:47:11 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1
2025/03/16 09:47:11 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:11 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1
2025/03/16 09:47:13 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0
2025/03/16 09:47:13 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 8Mi allows uploads of up to 78.125Gi and will fail only when that limit is reached.
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f219a5fc66296ec42_d20250316_m094715_c001_v0001106_t0052_u01742118435144")
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:47:15 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:47:17 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:47:17 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216
2025/03/16 09:47:19 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi
2025/03/16 09:47:19 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:19 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi
2025/03/16 09:47:19 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608
2025/03/16 09:47:22 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0
2025/03/16 09:47:22 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1
2025/03/16 09:47:22 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: Streaming upload with --b2-chunk-size 8Mi allows uploads of up to 78.125Gi and will fail only when that limit is reached.
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e63_d20250316_m094724_c001_v0001153_t0015_u01742118444479")
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:47:24 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/16 09:47:27 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:47:27 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:47:27 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1
2025/03/16 09:47:29 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608
2025/03/16 09:47:31 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2
2025/03/16 09:47:32 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0
2025/03/16 09:47:33 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1
2025/03/16 09:47:33 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 8Mi allows uploads of up to 78.125Gi and will fail only when that limit is reached.
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2130c18dd38d7ff6_d20250316_m094735_c001_v0001144_t0007_u01742118455178")
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:47:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/16 09:47:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:47:38 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:47:38 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:47:38 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761
2025/03/16 09:47:41 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi
2025/03/16 09:47:41 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1
2025/03/16 09:47:41 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi
2025/03/16 09:47:41 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760
2025/03/16 09:47:42 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1
2025/03/16 09:47:45 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0
2025/03/16 09:47:45 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 10Mi allows uploads of up to 97.656Gi and will fail only when that limit is reached.
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2143dd8edc883ba3_d20250316_m094747_c001_v0001105_t0007_u01742118467270")
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/16 09:47:47 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/16 09:47:48 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:47:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:47:50 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520
2025/03/16 09:47:52 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi
2025/03/16 09:47:52 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760
2025/03/16 09:47:52 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi
2025/03/16 09:47:52 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760
2025/03/16 09:47:55 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0
2025/03/16 09:47:55 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1
2025/03/16 09:47:55 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed
2025/03/16 09:47:57 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:47:57 DEBUG : chunked-10Mi-20Mi-streamed.bin: Streaming upload with --b2-chunk-size 10Mi allows uploads of up to 97.656Gi and will fail only when that limit is reached.
2025/03/16 09:47:57 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f2143dd8edc883c0a_d20250316_m094757_c001_v0001182_t0006_u01742118477900")
2025/03/16 09:47:57 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/16 09:47:58 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/16 09:47:58 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/16 09:48:00 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:48:06 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:48:06 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/03/16 09:48:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/03/16 09:48:10 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760
2025/03/16 09:48:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/03/16 09:48:11 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760
2025/03/16 09:48:11 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/03/16 09:48:11 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1
2025/03/16 09:48:12 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2
2025/03/16 09:48:13 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0
2025/03/16 09:48:13 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1
2025/03/16 09:48:13 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 10Mi allows uploads of up to 97.656Gi and will fail only when that limit is reached.
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_z4f526de3506d9beb9f580e1b_f207bac1305b7af5c_d20250316_m094816_c001_v0001181_t0035_u01742118496296")
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/16 09:48:16 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/16 09:48:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2
2025/03/16 09:48:19 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0
2025/03/16 09:48:19 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1
2025/03/16 09:48:19 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/5242880
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/5242881
2025/03/16 09:48:27 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaecd_d20250316_m094827_c001_v0001183_t0029_u01742118507369")
2025/03/16 09:48:27 DEBUG : chunked-copy.copy: Copying chunk 1 length 1
2025/03/16 09:48:27 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/16 09:48:27 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/16 09:48:28 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/16 09:48:28 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485759
2025/03/16 09:48:29 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/16 09:48:29 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/16 09:48:29 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/16 09:48:29 DEBUG : chunked-copy: Sending chunk 1 length 4194303
2025/03/16 09:48:32 DEBUG : chunked-copy: Done sending chunk 0
2025/03/16 09:48:32 DEBUG : chunked-copy: Done sending chunk 1
2025/03/16 09:48:32 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e92_d20250316_m094833_c001_v0001182_t0009_u01742118513192")
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/16 09:48:33 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485760
2025/03/16 09:48:35 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi
2025/03/16 09:48:35 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/16 09:48:35 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi
2025/03/16 09:48:35 DEBUG : chunked-copy: Sending chunk 1 length 4194304
2025/03/16 09:48:38 DEBUG : chunked-copy: Done sending chunk 0
2025/03/16 09:48:38 DEBUG : chunked-copy: Done sending chunk 1
2025/03/16 09:48:38 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e97_d20250316_m094839_c001_v0001146_t0030_u01742118519064")
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/16 09:48:39 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485761
2025/03/16 09:48:41 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/16 09:48:41 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/16 09:48:41 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/16 09:48:41 DEBUG : chunked-copy: Sending chunk 1 length 4194305
2025/03/16 09:48:44 DEBUG : chunked-copy: Done sending chunk 0
2025/03/16 09:48:44 DEBUG : chunked-copy: Done sending chunk 1
2025/03/16 09:48:44 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaee1_d20250316_m094845_c001_v0001105_t0019_u01742118525033")
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Copying chunk 2 length 1
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Done copying chunk 2
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/16 09:48:45 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/16 09:48:47 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/16 09:48:48 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/16 09:48:49 DEBUG : Creating backend with remote "TestB2:rclone-test-viyirey6vovi/deeper/nonexisting/directory"
2025/03/16 09:48:49 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/16 09:48:50 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of all files
2025/03/16 09:48:51 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4143dd8edc883be6_d20250316_m094751_c001_v7007000_t0000_u01742118471799")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2143dd8edc883ba3_d20250316_m094747_c001_v0001105_t0007_u01742118467270")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4143dd8edc883b9b_d20250316_m094746_c001_v7007000_t0000_u01742118466766")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e71_d20250316_m094741_c001_v0001117_t0041_u01742118461386")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaec6_d20250316_m094821_c001_v7007000_t0000_u01742118501569")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f207bac1305b7af5c_d20250316_m094816_c001_v0001181_t0035_u01742118496296")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f407bac1305b7af50_d20250316_m094815_c001_v7007000_t0000_u01742118495805")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f203c9dea2b630bf9_d20250316_m094810_c001_v0001184_t0039_u01742118490561")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f403c9dea2b630bf8_d20250316_m094810_c001_v7007000_t0000_u01742118490378")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2143dd8edc883c0a_d20250316_m094757_c001_v0001182_t0006_u01742118477900")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4143dd8edc883c08_d20250316_m094757_c001_v7007000_t0000_u01742118477412")
2025/03/16 09:48:51 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2143dd8edc883bea_d20250316_m094751_c001_v0001172_t0040_u01742118471982")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7058b_d20250316_m094618_c001_v7007000_t0000_u01742118378522")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21838ca0e15b8450_d20250316_m094614_c001_v0001183_t0056_u01742118374672")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42dbe_d20250316_m094609_c001_v7007000_t0000_u01742118369992")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7057f_d20250316_m094606_c001_v0001184_t0059_u01742118366156")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41838ca0e15b844f_d20250316_m094614_c001_v7007000_t0000_u01742118374322")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42dbf_d20250316_m094610_c001_v0001103_t0057_u01742118370176")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7057d_d20250316_m094605_c001_v7007000_t0000_u01742118365817")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42db8_d20250316_m094601_c001_v0001113_t0007_u01742118361747")
2025/03/16 09:48:51 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42db7_d20250316_m094601_c001_v7007000_t0000_u01742118361566")
2025/03/16 09:48:52 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70578_d20250316_m094558_c001_v0001102_t0040_u01742118358131")
2025/03/16 09:48:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b70577_d20250316_m094557_c001_v7007000_t0000_u01742118357770")
2025/03/16 09:48:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42dad_d20250316_m094554_c001_v0001098_t0052_u01742118354029")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e38_d20250316_m094643_c001_v7007000_t0000_u01742118403617")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e37_d20250316_m094639_c001_v0001184_t0004_u01742118399696")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e2f_d20250316_m094634_c001_v7007000_t0000_u01742118394892")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e2c_d20250316_m094630_c001_v0001176_t0024_u01742118390990")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e36_d20250316_m094639_c001_v7007000_t0000_u01742118399346")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e30_d20250316_m094635_c001_v0001184_t0059_u01742118395074")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e2b_d20250316_m094630_c001_v7007000_t0000_u01742118390630")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70592_d20250316_m094626_c001_v0001092_t0056_u01742118386510")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b70591_d20250316_m094626_c001_v7007000_t0000_u01742118386314")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e28_d20250316_m094622_c001_v0001116_t0038_u01742118382578")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e27_d20250316_m094622_c001_v7007000_t0000_u01742118382234")
2025/03/16 09:48:52 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7058d_d20250316_m094618_c001_v0001176_t0033_u01742118378707")
2025/03/16 09:48:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42dac_d20250316_m094553_c001_v7007000_t0000_u01742118353847")
2025/03/16 09:48:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42da5_d20250316_m094549_c001_v0001115_t0000_u01742118349748")
2025/03/16 09:48:52 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42da4_d20250316_m094549_c001_v7007000_t0000_u01742118349386")
2025/03/16 09:48:52 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f211aa6e54ac09a91_d20250316_m094545_c001_v0001153_t0001_u01742118345324")
2025/03/16 09:48:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f411aa6e54ac09a90_d20250316_m094545_c001_v7007000_t0000_u01742118345142")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b7056e_d20250316_m094541_c001_v0001183_t0001_u01742118341371")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7056d_d20250316_m094541_c001_v7007000_t0000_u01742118341024")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f211aa6e54ac09a8b_d20250316_m094536_c001_v0001091_t0035_u01742118336939")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f411aa6e54ac09a8a_d20250316_m094536_c001_v7007000_t0000_u01742118336757")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70568_d20250316_m094533_c001_v0001184_t0002_u01742118333454")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b70567_d20250316_m094533_c001_v7007000_t0000_u01742118333083")
2025/03/16 09:48:53 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21037a3e21b70564_d20250316_m094528_c001_v0001182_t0008_u01742118328095")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e4f_d20250316_m094710_c001_v7007000_t0000_u01742118430502")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f219a5fc66296ec3f_d20250316_m094706_c001_v0001182_t0015_u01742118426216")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e4a_d20250316_m094701_c001_v7007000_t0000_u01742118421187")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e48_d20250316_m094656_c001_v0001182_t0039_u01742118416902")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f419a5fc66296ec3e_d20250316_m094705_c001_v7007000_t0000_u01742118425823")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e4b_d20250316_m094701_c001_v0001183_t0048_u01742118421369")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e47_d20250316_m094656_c001_v7007000_t0000_u01742118416519")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e45_d20250316_m094651_c001_v0001103_t0055_u01742118411928")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e44_d20250316_m094651_c001_v7007000_t0000_u01742118411745")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f21822b461272cbb9_d20250316_m094648_c001_v0001182_t0011_u01742118408053")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41822b461272cbb3_d20250316_m094647_c001_v7007000_t0000_u01742118407657")
2025/03/16 09:48:53 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e3a_d20250316_m094643_c001_v0001176_t0023_u01742118403799")
2025/03/16 09:48:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e70_d20250316_m094741_c001_v7007000_t0000_u01742118461197")
2025/03/16 09:48:53 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2130c18dd38d7ff6_d20250316_m094735_c001_v0001144_t0007_u01742118455178")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4130c18dd38d7ff0_d20250316_m094734_c001_v7007000_t0000_u01742118454744")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e69_d20250316_m094729_c001_v0001104_t0034_u01742118449374")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e68_d20250316_m094729_c001_v7007000_t0000_u01742118449193")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e63_d20250316_m094724_c001_v0001153_t0015_u01742118444479")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e62_d20250316_m094724_c001_v7007000_t0000_u01742118444053")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e59_d20250316_m094719_c001_v0001183_t0006_u01742118439354")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e58_d20250316_m094719_c001_v7007000_t0000_u01742118439168")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f219a5fc66296ec42_d20250316_m094715_c001_v0001106_t0052_u01742118435144")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f419a5fc66296ec41_d20250316_m094714_c001_v7007000_t0000_u01742118434668")
2025/03/16 09:48:54 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e50_d20250316_m094710_c001_v0001182_t0009_u01742118430683")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaee4_d20250316_m094847_c001_v7007000_t0000_u01742118527168")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e9b_d20250316_m094841_c001_v0001157_t0033_u01742118521552")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e9a_d20250316_m094841_c001_v7007000_t0000_u01742118521080")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaedc_d20250316_m094835_c001_v0001044_t0031_u01742118515392")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaed9_d20250316_m094834_c001_v7007000_t0000_u01742118514913")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaed4_d20250316_m094829_c001_v0001098_t0027_u01742118509577")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaed1_d20250316_m094829_c001_v7007000_t0000_u01742118509037")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9cd7_d20250316_m094825_c001_v0001172_t0001_u01742118505718")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaecb_d20250316_m094825_c001_v7007000_t0000_u01742118505336")
2025/03/16 09:48:54 DEBUG : chunked-copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9cc5_d20250316_m094822_c001_v0001172_t0043_u01742118502273")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaee3_d20250316_m094846_c001_v7007000_t0000_u01742118526985")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaee1_d20250316_m094845_c001_v0001105_t0019_u01742118525033")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f4061b707f0f42e99_d20250316_m094840_c001_v7007000_t0000_u01742118520899")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e97_d20250316_m094839_c001_v0001146_t0030_u01742118519064")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaed7_d20250316_m094834_c001_v7007000_t0000_u01742118514731")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f2061b707f0f42e92_d20250316_m094833_c001_v0001182_t0009_u01742118513192")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaed0_d20250316_m094828_c001_v7007000_t0000_u01742118508853")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f20407bc8f7fdaecd_d20250316_m094827_c001_v0001183_t0029_u01742118507369")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaeca_d20250316_m094825_c001_v7007000_t0000_u01742118505154")
2025/03/16 09:48:55 DEBUG : chunked-copy.copy: Deleting (id "4_z4f526de3506d9beb9f580e1b_f108504c987fb58ec_d20250316_m094824_c001_v0001183_t0057_u01742118504436")
2025/03/16 09:48:55 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f11537bd0f9e29dc6_d20250316_m094411_c001_v0001131_t0009_u01742118251669")
2025/03/16 09:48:55 DEBUG : unknown-size-put.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaee9_d20250316_m094848_c001_v7007000_t0000_u01742118528014")
2025/03/16 09:48:55 DEBUG : unknown-size-put.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9d0f_d20250316_m094847_c001_v0001172_t0002_u01742118527719")
2025/03/16 09:48:55 DEBUG : unknown-size-update.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f40407bc8f7fdaeed_d20250316_m094849_c001_v7007000_t0000_u01742118529209")
2025/03/16 09:48:55 DEBUG : unknown-size-update.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9d15_d20250316_m094848_c001_v0001172_t0039_u01742118528922")
2025/03/16 09:48:55 DEBUG : unknown-size-update.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f110a981187ac9d13_d20250316_m094848_c001_v0001172_t0006_u01742118528205")
2025/03/16 09:48:55 DEBUG : versions/test-versions.txt: Deleting (id "4_z4f526de3506d9beb9f580e1b_f41037a3e21b7055a_d20250316_m094524_c001_v7007000_t0000_u01742118324301")
2025/03/16 09:48:57 INFO  : B2 bucket rclone-test-viyirey6vovi: cleaning bucket "rclone-test-viyirey6vovi" of all files
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (320.69s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- PASS: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.55s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (0.60s)
    --- PASS: TestIntegration/FsMkdir (318.24s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.54s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (21.72s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.95s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.10s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.01s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.98s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.01s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.20s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.12s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.22s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.16s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.13s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.07s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.20s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.18s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.37s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.32s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (5.70s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (77.33s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.92s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.92s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (1.19s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (1.16s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.54s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.92s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.88s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.10s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.79s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.54s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (1.83s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.83s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.73s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.72s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.07s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.21s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (7.57s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.55s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.56s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.92s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.64s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (29.71s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (6.86s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.22s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.22s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.22s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (5.64s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (1.72s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (1.72s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (19.24s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.01s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.19s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (1.28s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (1.22s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.41s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.41s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.27s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (4.46s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.63s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (3.83s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.06s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.06s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.37s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.76s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.55s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.56s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.80s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (173.66s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (25.93s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (8.85s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (3.67s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (8.39s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (4.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.70s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.46s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (24.68s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (7.72s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (3.79s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (8.43s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (4.17s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (8.53s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.20s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (25.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (7.80s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (4.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (8.56s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (4.26s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.73s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.27s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (26.88s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (8.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (4.08s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (9.44s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (4.67s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (9.31s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (4.67s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (30.70s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (8.67s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (4.50s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (10.02s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (5.14s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (12.00s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (6.45s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (40.38s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (10.61s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (5.03s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (18.58s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (12.96s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (11.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (5.76s)
        --- PASS: TestIntegration/FsMkdir/FsCopyChunked (25.60s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.77s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.70s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.87s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (6.16s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.09s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.04s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.85s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.19s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.31s)
        --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s)
        --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s)
    --- SKIP: TestIntegration/FsShutdown (0.00s)
PASS
ok  	github.com/rclone/rclone/backend/b2	320.706s
"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 5m21.226107377s (try 1/5)