"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/04 11:09:03 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha"
2025/03/04 11:09:03 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/04 11:09:06 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/03/04 11:09:06 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/03/04 11:09:06 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/04 11:09:36 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/04 11:09:36 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880
2025/03/04 11:09:38 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1
2025/03/04 11:09:38 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576
2025/03/04 11:09:39 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2
2025/03/04 11:09:39 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880
2025/03/04 11:09:39 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0
2025/03/04 11:09:39 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/04 11:09:47 DEBUG : Creating backend with remote "TestB2:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/03/04 11:09:48 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/04 11:09:53 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of all files
2025/03/04 11:09:53 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf87bd_d20250304_m110952_c001_v0001109_t0055_u01741086592515")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/04 11:09:55 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha/dirToPurgeFromRoot"
2025/03/04 11:09:56 INFO  : B2 bucket rclone-test-gaxusin5tiha path dirToPurgeFromRoot: cleaning bucket "rclone-test-gaxusin5tiha" of all files
2025/03/04 11:09:56 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf87c7_d20250304_m110954_c001_v0001109_t0022_u01741086594265")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/04 11:09:57 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha/hello? sausage/êé"
2025/03/04 11:10:01 INFO  : B2 bucket rclone-test-gaxusin5tiha path hello? sausage/êé: cleaning bucket "rclone-test-gaxusin5tiha" of all files
2025/03/04 11:10:01 DEBUG : a/b/c/d/e.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f118b83d4219208e4_d20250304_m110959_c001_v0001182_t0029_u01741086599846")
=== 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/04 11:10:10 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/04 11:10:12 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-gaxusin5tiha" from "TestB2:rclone-test-gaxusin5tiha"
2025/03/04 11:10:13 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/04 11:10:25 DEBUG : Creating backend with remote "TestB2:rclone-test-bosujow4zuro"
2025/03/04 11:10:28 DEBUG : B2 bucket rclone-test-bosujow4zuro: Purge remote
2025/03/04 11:10:28 INFO  : B2 bucket rclone-test-bosujow4zuro: cleaning bucket "rclone-test-bosujow4zuro" of all files
2025/03/04 11:10:28 DEBUG : somefile: Deleting (id "4_zdf829d13d09d6b0b9f580e1b_f417b88fb9e3140d3_d20250304_m111027_c001_v0001038_t0003_u01741086627182")
=== 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/04 11:10:29 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/03/04 11:10:30 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/04 11:10:34 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi
2025/03/04 11:10:34 DEBUG : test-metadata: Sending chunk 0 length 6291456
2025/03/04 11:10:34 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.228Ki offset 6Mi/6.106Mi
2025/03/04 11:10:34 DEBUG : test-metadata: Sending chunk 1 length 110825
2025/03/04 11:10:35 DEBUG : test-metadata: Done sending chunk 1
2025/03/04 11:10:36 DEBUG : test-metadata: Done sending chunk 0
2025/03/04 11:10:36 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/04 11:10:46 DEBUG : versions/test-versions.txt: Clearing upload URL because of error: Post "https://pod-000-1109-18.backblaze.com/b2api/v1/b2_upload_file/3fe25d83d08d6b0b9f580e1b/c001_v0001109_t0028": EOF
2025/03/04 11:10:46 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1109-18.backblaze.com/b2api/v1/b2_upload_file/3fe25d83d08d6b0b9f580e1b/c001_v0001109_t0028": EOF)
2025/03/04 11:10:46 DEBUG : pacer: Rate limited, increasing sleep to 20ms
    fstests.go:143: Put error: Post "https://pod-000-1109-18.backblaze.com/b2api/v1/b2_upload_file/3fe25d83d08d6b0b9f580e1b/c001_v0001109_t0028": EOF - low level retry 1/10
2025/03/04 11:10:48 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-04-111041-419.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/04 11:10:50 DEBUG : oldPath = "TestB2:rclone-test-gaxusin5tiha/versions/test-versions-v2025-03-04-111041-419.txt"
2025/03/04 11:10:50 DEBUG : newPath = "TestB2,versions:rclone-test-gaxusin5tiha/versions/test-versions-v2025-03-04-111041-419.txt"
2025/03/04 11:10:50 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-gaxusin5tiha/versions/test-versions-v2025-03-04-111041-419.txt"
2025/03/04 11:10:50 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name
2025/03/04 11:10:52 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-gaxusin5tiha/versions/test-versions-v2025-03-04-111041-419.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-gaxusin5tiha/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/04 11:10:53 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of all hidden files
2025/03/04 11:10:53 DEBUG :  leading space/ leading space: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291ec_d20250304_m110915_c001_v7007000_t0000_u01741086555528") as it is a hide marker
2025/03/04 11:10:53 NOTICE:  leading space/ leading space: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG :  leading space/ leading space: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86e0_d20250304_m110914_c001_v0001109_t0010_u01741086554693")
2025/03/04 11:10:53 NOTICE:  leading space/ leading space: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291db_d20250304_m110914_c001_v7007000_t0000_u01741086554335") as it is a hide marker
2025/03/04 11:10:53 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86d6_d20250304_m110913_c001_v0001109_t0020_u01741086553303")
2025/03/04 11:10:53 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229257_d20250304_m110923_c001_v7007000_t0000_u01741086563844") as it is a hide marker
2025/03/04 11:10:53 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : .leading dot/.leading dot: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8708_d20250304_m110922_c001_v0001109_t0020_u01741086562743")
2025/03/04 11:10:53 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : created from root.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f412d8291b376c59f_d20250304_m111021_c001_v7007000_t0000_u01741086621325") as it is a hide marker
2025/03/04 11:10:53 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : created from root.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f11948e73fed5ab01_d20250304_m111020_c001_v0001144_t0017_u01741086620089")
2025/03/04 11:10:53 NOTICE: created from root.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : file name.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb47f6_d20250304_m111029_c001_v7007000_t0000_u01741086629334") as it is a hide marker
2025/03/04 11:10:53 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf87f9_d20250304_m111009_c001_v0001109_t0044_u01741086609211")
2025/03/04 11:10:53 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f100f6efe2ed94a9a_d20250304_m111005_c001_v0001182_t0000_u01741086605716")
2025/03/04 11:10:53 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8792_d20250304_m110944_c001_v0001109_t0047_u01741086584006")
2025/03/04 11:10:53 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8788_d20250304_m110942_c001_v0001109_t0009_u01741086582549")
2025/03/04 11:10:53 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf878a_d20250304_m110943_c001_v0001109_t0013_u01741086583406") "upload" dated 2025-03-04 11:09:43.406 +0000 UTC (1m10.534942743s ago)
2025/03/04 11:10:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1954e1_d20250304_m111003_c001_v7007000_t0000_u01741086603427") as it is a hide marker
2025/03/04 11:10:53 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f10465333dd6eb14f_d20250304_m111003_c001_v0001102_t0014_u01741086603049")
2025/03/04 11:10:53 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f106a3c2ed56f594e_d20250304_m111002_c001_v0001136_t0037_u01741086602273")
2025/03/04 11:10:53 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422926c_d20250304_m110933_c001_v7007000_t0000_u01741086573099") as it is a hide marker
2025/03/04 11:10:53 NOTICE: invalid utf-8�/invalid utf-8�: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf874a_d20250304_m110932_c001_v0001109_t0001_u01741086572193")
2025/03/04 11:10:53 NOTICE: invalid utf-8�/invalid utf-8�: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : piped data.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb4801_d20250304_m111031_c001_v7007000_t0000_u01741086631739") as it is a hide marker
2025/03/04 11:10:53 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8863_d20250304_m111030_c001_v0001109_t0002_u01741086630602")
2025/03/04 11:10:53 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb47fd_d20250304_m111030_c001_v7007000_t0000_u01741086630429")
2025/03/04 11:10:53 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4182047cfaaf885f_d20250304_m111030_c001_v0001109_t0028_u01741086630054")
2025/03/04 11:10:53 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229270_d20250304_m110934_c001_v7007000_t0000_u01741086574465") as it is a hide marker
2025/03/04 11:10:53 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8754_d20250304_m110933_c001_v0001109_t0001_u01741086573456")
2025/03/04 11:10:53 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : test-metadata: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3ee9_d20250304_m111038_c001_v7007000_t0000_u01741086638871") as it is a hide marker
2025/03/04 11:10:53 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f219b5f48fbbb480a_d20250304_m111033_c001_v0001183_t0058_u01741086633994")
2025/03/04 11:10:53 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb4805_d20250304_m111033_c001_v7007000_t0000_u01741086633245")
2025/03/04 11:10:53 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf886f_d20250304_m111031_c001_v0001109_t0007_u01741086631915")
2025/03/04 11:10:53 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422925c_d20250304_m110926_c001_v7007000_t0000_u01741086566412") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf871c_d20250304_m110925_c001_v0001109_t0042_u01741086565482")
2025/03/04 11:10:53 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229262_d20250304_m110929_c001_v7007000_t0000_u01741086569309") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8734_d20250304_m110928_c001_v0001109_t0032_u01741086568116")
2025/03/04 11:10:53 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229260_d20250304_m110927_c001_v7007000_t0000_u01741086567756") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8728_d20250304_m110926_c001_v0001109_t0009_u01741086566777")
2025/03/04 11:10:53 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229263_d20250304_m110930_c001_v7007000_t0000_u01741086570512") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf873a_d20250304_m110929_c001_v0001109_t0037_u01741086569676")
2025/03/04 11:10:53 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229267_d20250304_m110931_c001_v7007000_t0000_u01741086571821") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8744_d20250304_m110930_c001_v0001109_t0055_u01741086570875")
2025/03/04 11:10:53 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing space /trailing space : Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229259_d20250304_m110925_c001_v7007000_t0000_u01741086565125") as it is a hide marker
2025/03/04 11:10:53 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : trailing space /trailing space : Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf870e_d20250304_m110924_c001_v0001109_t0005_u01741086564202")
2025/03/04 11:10:53 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b05976_d20250304_m111049_c001_v0001182_t0030_u01741086649376") "upload" dated 2025-03-04 11:10:49.376 +0000 UTC (4.565256759s ago)
2025/03/04 11:10:53 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3f0d_d20250304_m111044_c001_v7007000_t0000_u01741086644558")
2025/03/04 11:10:53 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf889a_d20250304_m111041_c001_v0001109_t0057_u01741086641419")
2025/03/04 11:10:53 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229329_d20250304_m110942_c001_v7007000_t0000_u01741086582011") as it is a hide marker
2025/03/04 11:10:53 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229295_d20250304_m110936_c001_v0001183_t0008_u01741086576569")
2025/03/04 11:10:53 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : zero-length-file: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422928e_d20250304_m110936_c001_v7007000_t0000_u01741086576321") as it is a hide marker
2025/03/04 11:10:53 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : zero-length-file: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4182047cfaaf8762_d20250304_m110935_c001_v0001109_t0028_u01741086575753")
2025/03/04 11:10:53 NOTICE: zero-length-file: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229201_d20250304_m110916_c001_v7007000_t0000_u01741086556770") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86e8_d20250304_m110915_c001_v0001109_t0018_u01741086555885")
2025/03/04 11:10:53 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291a0_d20250304_m110910_c001_v7007000_t0000_u01741086550132") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86be_d20250304_m110908_c001_v0001109_t0037_u01741086548791")
2025/03/04 11:10:53 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229242_d20250304_m110920_c001_v7007000_t0000_u01741086560844") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86fc_d20250304_m110919_c001_v0001109_t0022_u01741086559801")
2025/03/04 11:10:53 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422922e_d20250304_m110919_c001_v7007000_t0000_u01741086559445") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86f6_d20250304_m110918_c001_v0001109_t0000_u01741086558609")
2025/03/04 11:10:53 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229252_d20250304_m110922_c001_v7007000_t0000_u01741086562370") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8700_d20250304_m110921_c001_v0001109_t0013_u01741086561203")
2025/03/04 11:10:53 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229219_d20250304_m110918_c001_v7007000_t0000_u01741086558246") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86ec_d20250304_m110917_c001_v0001109_t0016_u01741086557129")
2025/03/04 11:10:53 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ./.: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291ae_d20250304_m110911_c001_v7007000_t0000_u01741086551443") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ./.: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ./.: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86c6_d20250304_m110910_c001_v0001109_t0042_u01741086550489")
2025/03/04 11:10:53 NOTICE: ./.: Skipped delete as --dry-run is set
2025/03/04 11:10:53 DEBUG : ../..: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291c9_d20250304_m110912_c001_v7007000_t0000_u01741086552945") as it is a hide marker
2025/03/04 11:10:53 NOTICE: ../..: Skipped remove hide marker as --dry-run is set
2025/03/04 11:10:53 DEBUG : ../..: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86ca_d20250304_m110911_c001_v0001109_t0048_u01741086551800")
2025/03/04 11:10:53 NOTICE: ../..: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing
2025/03/04 11:10:54 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of all hidden files
2025/03/04 11:10:54 DEBUG :  leading space/ leading space: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291ec_d20250304_m110915_c001_v7007000_t0000_u01741086555528") as it is a hide marker
2025/03/04 11:10:54 DEBUG :  leading space/ leading space: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86e0_d20250304_m110914_c001_v0001109_t0010_u01741086554693")
2025/03/04 11:10:54 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291db_d20250304_m110914_c001_v7007000_t0000_u01741086554335") as it is a hide marker
2025/03/04 11:10:54 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86d6_d20250304_m110913_c001_v0001109_t0020_u01741086553303")
2025/03/04 11:10:54 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229257_d20250304_m110923_c001_v7007000_t0000_u01741086563844") as it is a hide marker
2025/03/04 11:10:54 DEBUG : .leading dot/.leading dot: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8708_d20250304_m110922_c001_v0001109_t0020_u01741086562743")
2025/03/04 11:10:54 DEBUG : created from root.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f412d8291b376c59f_d20250304_m111021_c001_v7007000_t0000_u01741086621325") as it is a hide marker
2025/03/04 11:10:54 DEBUG : created from root.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f11948e73fed5ab01_d20250304_m111020_c001_v0001144_t0017_u01741086620089")
2025/03/04 11:10:54 DEBUG : file name.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb47f6_d20250304_m111029_c001_v7007000_t0000_u01741086629334") as it is a hide marker
2025/03/04 11:10:54 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf87f9_d20250304_m111009_c001_v0001109_t0044_u01741086609211")
2025/03/04 11:10:54 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f100f6efe2ed94a9a_d20250304_m111005_c001_v0001182_t0000_u01741086605716")
2025/03/04 11:10:54 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8792_d20250304_m110944_c001_v0001109_t0047_u01741086584006")
2025/03/04 11:10:54 DEBUG : file name.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8788_d20250304_m110942_c001_v0001109_t0009_u01741086582549")
2025/03/04 11:10:54 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf878a_d20250304_m110943_c001_v0001109_t0013_u01741086583406") "upload" dated 2025-03-04 11:09:43.406 +0000 UTC (1m11.537885506s ago)
2025/03/04 11:10:54 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1954e1_d20250304_m111003_c001_v7007000_t0000_u01741086603427") as it is a hide marker
2025/03/04 11:10:54 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f10465333dd6eb14f_d20250304_m111003_c001_v0001102_t0014_u01741086603049")
2025/03/04 11:10:55 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f106a3c2ed56f594e_d20250304_m111002_c001_v0001136_t0037_u01741086602273")
2025/03/04 11:10:55 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422926c_d20250304_m110933_c001_v7007000_t0000_u01741086573099") as it is a hide marker
2025/03/04 11:10:55 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf874a_d20250304_m110932_c001_v0001109_t0001_u01741086572193")
2025/03/04 11:10:55 DEBUG : piped data.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb4801_d20250304_m111031_c001_v7007000_t0000_u01741086631739") as it is a hide marker
2025/03/04 11:10:55 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8863_d20250304_m111030_c001_v0001109_t0002_u01741086630602")
2025/03/04 11:10:55 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb47fd_d20250304_m111030_c001_v7007000_t0000_u01741086630429")
2025/03/04 11:10:55 DEBUG : piped data.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4182047cfaaf885f_d20250304_m111030_c001_v0001109_t0028_u01741086630054")
2025/03/04 11:10:55 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229270_d20250304_m110934_c001_v7007000_t0000_u01741086574465") as it is a hide marker
2025/03/04 11:10:55 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8754_d20250304_m110933_c001_v0001109_t0001_u01741086573456")
2025/03/04 11:10:55 DEBUG : test-metadata: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3ee9_d20250304_m111038_c001_v7007000_t0000_u01741086638871") as it is a hide marker
2025/03/04 11:10:55 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f219b5f48fbbb480a_d20250304_m111033_c001_v0001183_t0058_u01741086633994")
2025/03/04 11:10:55 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb4805_d20250304_m111033_c001_v7007000_t0000_u01741086633245")
2025/03/04 11:10:55 DEBUG : test-metadata: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf886f_d20250304_m111031_c001_v0001109_t0007_u01741086631915")
2025/03/04 11:10:55 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422925c_d20250304_m110926_c001_v7007000_t0000_u01741086566412") as it is a hide marker
2025/03/04 11:10:55 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf871c_d20250304_m110925_c001_v0001109_t0042_u01741086565482")
2025/03/04 11:10:55 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229262_d20250304_m110929_c001_v7007000_t0000_u01741086569309") as it is a hide marker
2025/03/04 11:10:55 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8734_d20250304_m110928_c001_v0001109_t0032_u01741086568116")
2025/03/04 11:10:55 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229260_d20250304_m110927_c001_v7007000_t0000_u01741086567756") as it is a hide marker
2025/03/04 11:10:55 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8728_d20250304_m110926_c001_v0001109_t0009_u01741086566777")
2025/03/04 11:10:55 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229263_d20250304_m110930_c001_v7007000_t0000_u01741086570512") as it is a hide marker
2025/03/04 11:10:56 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf873a_d20250304_m110929_c001_v0001109_t0037_u01741086569676")
2025/03/04 11:10:56 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229267_d20250304_m110931_c001_v7007000_t0000_u01741086571821") as it is a hide marker
2025/03/04 11:10:56 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8744_d20250304_m110930_c001_v0001109_t0055_u01741086570875")
2025/03/04 11:10:56 DEBUG : trailing space /trailing space : Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229259_d20250304_m110925_c001_v7007000_t0000_u01741086565125") as it is a hide marker
2025/03/04 11:10:56 DEBUG : trailing space /trailing space : Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf870e_d20250304_m110924_c001_v0001109_t0005_u01741086564202")
2025/03/04 11:10:56 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b05976_d20250304_m111049_c001_v0001182_t0030_u01741086649376") "upload" dated 2025-03-04 11:10:49.376 +0000 UTC (6.886690143s ago)
2025/03/04 11:10:56 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3f0d_d20250304_m111044_c001_v7007000_t0000_u01741086644558")
2025/03/04 11:10:56 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf889a_d20250304_m111041_c001_v0001109_t0057_u01741086641419")
2025/03/04 11:10:56 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229329_d20250304_m110942_c001_v7007000_t0000_u01741086582011") as it is a hide marker
2025/03/04 11:10:56 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229295_d20250304_m110936_c001_v0001183_t0008_u01741086576569")
2025/03/04 11:10:56 DEBUG : zero-length-file: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422928e_d20250304_m110936_c001_v7007000_t0000_u01741086576321") as it is a hide marker
2025/03/04 11:10:56 DEBUG : zero-length-file: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4182047cfaaf8762_d20250304_m110935_c001_v0001109_t0028_u01741086575753")
2025/03/04 11:10:56 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229201_d20250304_m110916_c001_v7007000_t0000_u01741086556770") as it is a hide marker
2025/03/04 11:10:56 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86e8_d20250304_m110915_c001_v0001109_t0018_u01741086555885")
2025/03/04 11:10:56 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291a0_d20250304_m110910_c001_v7007000_t0000_u01741086550132") as it is a hide marker
2025/03/04 11:10:56 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86be_d20250304_m110908_c001_v0001109_t0037_u01741086548791")
2025/03/04 11:10:56 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229242_d20250304_m110920_c001_v7007000_t0000_u01741086560844") as it is a hide marker
2025/03/04 11:10:56 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86fc_d20250304_m110919_c001_v0001109_t0022_u01741086559801")
2025/03/04 11:10:56 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422922e_d20250304_m110919_c001_v7007000_t0000_u01741086559445") as it is a hide marker
2025/03/04 11:10:56 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86f6_d20250304_m110918_c001_v0001109_t0000_u01741086558609")
2025/03/04 11:10:56 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229252_d20250304_m110922_c001_v7007000_t0000_u01741086562370") as it is a hide marker
2025/03/04 11:10:57 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf8700_d20250304_m110921_c001_v0001109_t0013_u01741086561203")
2025/03/04 11:10:57 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229219_d20250304_m110918_c001_v7007000_t0000_u01741086558246") as it is a hide marker
2025/03/04 11:10:57 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86ec_d20250304_m110917_c001_v0001109_t0016_u01741086557129")
2025/03/04 11:10:57 DEBUG : ./.: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291ae_d20250304_m110911_c001_v7007000_t0000_u01741086551443") as it is a hide marker
2025/03/04 11:10:57 DEBUG : ./.: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86c6_d20250304_m110910_c001_v0001109_t0042_u01741086550489")
2025/03/04 11:10:57 DEBUG : ../..: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f42291c9_d20250304_m110912_c001_v7007000_t0000_u01741086552945") as it is a hide marker
2025/03/04 11:10:57 DEBUG : ../..: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf86ca_d20250304_m110911_c001_v0001109_t0048_u01741086551800")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished
2025/03/04 11:10:57 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/04 11:10:58 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/04 11:10:58 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/04 11:10:58 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/04 11:10:58 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of pending multipart uploads older than 0s
2025/03/04 11:10:59 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf878a_d20250304_m110943_c001_v0001109_t0013_u01741086583406") "upload" dated 2025-03-04 11:09:43.406 +0000 UTC (1m15.695382605s ago)
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d57_d20250304_m111058_c001_v0001165_t0041_u01741086658059") as it is a start marker (upload started at 2025-03-04 11:10:58.059 +0000 UTC)
2025/03/04 11:10:59 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d58_d20250304_m111058_c001_v0001145_t0019_u01741086658241") as it is a start marker (upload started at 2025-03-04 11:10:58.241 +0000 UTC)
2025/03/04 11:10:59 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d59_d20250304_m111058_c001_v0001146_t0049_u01741086658430") as it is a start marker (upload started at 2025-03-04 11:10:58.43 +0000 UTC)
2025/03/04 11:10:59 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d5a_d20250304_m111058_c001_v0001043_t0020_u01741086658627") as it is a start marker (upload started at 2025-03-04 11:10:58.627 +0000 UTC)
2025/03/04 11:10:59 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set
2025/03/04 11:10:59 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f40329cedcd069d55_d20250304_m111057_c001_v7007000_t0000_u01741086657876") "hide" dated 2025-03-04 11:10:57.876 +0000 UTC (1.225479095s ago)
2025/03/04 11:10:59 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b05976_d20250304_m111049_c001_v0001182_t0030_u01741086649376")
2025/03/04 11:10:59 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing
2025/03/04 11:10:59 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of pending multipart uploads older than 0s
2025/03/04 11:10:59 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf878a_d20250304_m110943_c001_v0001109_t0013_u01741086583406") "upload" dated 2025-03-04 11:09:43.406 +0000 UTC (1m16.066280468s ago)
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d57_d20250304_m111058_c001_v0001165_t0041_u01741086658059") as it is a start marker (upload started at 2025-03-04 11:10:58.059 +0000 UTC)
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d58_d20250304_m111058_c001_v0001145_t0019_u01741086658241") as it is a start marker (upload started at 2025-03-04 11:10:58.241 +0000 UTC)
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d59_d20250304_m111058_c001_v0001146_t0049_u01741086658430") as it is a start marker (upload started at 2025-03-04 11:10:58.43 +0000 UTC)
2025/03/04 11:10:59 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d5a_d20250304_m111058_c001_v0001043_t0020_u01741086658627") as it is a start marker (upload started at 2025-03-04 11:10:58.627 +0000 UTC)
2025/03/04 11:10:59 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z3fe25d83d08d6b0b9f580e1b_f40329cedcd069d55_d20250304_m111057_c001_v7007000_t0000_u01741086657876") "hide" dated 2025-03-04 11:10:57.876 +0000 UTC (1.596363944s ago)
2025/03/04 11:10:59 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b05976_d20250304_m111049_c001_v0001182_t0030_u01741086649376")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun
2025/03/04 11:11:00 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/04 11:11:00 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/04 11:11:00 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/04 11:11:01 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi
2025/03/04 11:11:01 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:01 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi
2025/03/04 11:11:01 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1
2025/03/04 11:11:02 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1
2025/03/04 11:11:04 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0
2025/03/04 11:11:04 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed
2025/03/04 11:11:06 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:06 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/04 11:11:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f1d_d20250304_m111106_c001_v0001182_t0008_u01741086666928")
2025/03/04 11:11:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:11:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:11:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:07 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:09 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:09 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760
2025/03/04 11:11:10 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi
2025/03/04 11:11:10 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:10 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi
2025/03/04 11:11:10 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880
2025/03/04 11:11:13 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0
2025/03/04 11:11:13 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1
2025/03/04 11:11:13 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed
2025/03/04 11:11:14 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:14 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/04 11:11:14 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f28_d20250304_m111114_c001_v0001102_t0011_u01741086674840")
2025/03/04 11:11:14 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:15 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:11:15 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/04 11:11:17 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:17 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:17 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/03/04 11:11:19 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880
2025/03/04 11:11:20 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2
2025/03/04 11:11:21 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0
2025/03/04 11:11:21 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1
2025/03/04 11:11:21 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/03/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:23 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/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbce0_d20250304_m111123_c001_v0001115_t0028_u01741086683666")
2025/03/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:11:23 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/04 11:11:25 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:11:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:26 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:26 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/04 11:11:28 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi
2025/03/04 11:11:28 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/03/04 11:11:28 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1
2025/03/04 11:11:28 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:29 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1
2025/03/04 11:11:31 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0
2025/03/04 11:11:31 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed
2025/03/04 11:11:32 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:32 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/04 11:11:32 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f5b_d20250304_m111132_c001_v0001117_t0015_u01741086692378")
2025/03/04 11:11:32 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:11:32 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:11:32 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:33 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:35 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000
2025/03/04 11:11:36 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/04 11:11:36 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:36 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/04 11:11:36 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/04 11:11:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/04 11:11:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/04 11:11:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed
2025/03/04 11:11:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:47 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/04 11:11:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229513_d20250304_m111147_c001_v0001184_t0037_u01741086707386")
2025/03/04 11:11:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/04 11:11:47 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:11:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:49 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/04 11:11:51 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/04 11:11:54 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2
2025/03/04 11:11:54 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/04 11:11:54 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/04 11:11:54 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/03/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:11:56 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/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229521_d20250304_m111156_c001_v0001183_t0005_u01741086716311")
2025/03/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:11:56 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/04 11:11:57 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:11:58 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:11:58 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:11:58 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/04 11:12:00 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi
2025/03/04 11:12:00 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1
2025/03/04 11:12:00 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/03/04 11:12:00 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:01 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1
2025/03/04 11:12:02 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0
2025/03/04 11:12:02 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed
2025/03/04 11:12:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:04 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/04 11:12:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbd29_d20250304_m111204_c001_v0001184_t0030_u01741086724161")
2025/03/04 11:12:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:12:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:12:04 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:05 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:06 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106
2025/03/04 11:12:07 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/04 11:12:07 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/04 11:12:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/04 11:12:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/04 11:12:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/04 11:12:10 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed
2025/03/04 11:12:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:12 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/04 11:12:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbd31_d20250304_m111212_c001_v0001165_t0013_u01741086732341")
2025/03/04 11:12:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:12:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/04 11:12:14 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:14 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:14 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/04 11:12:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/04 11:12:17 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2
2025/03/04 11:12:19 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/04 11:12:19 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/04 11:12:19 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/03/04 11:12:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:20 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/04 11:12:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e707d_d20250304_m111221_c001_v0001117_t0041_u01741086741027")
2025/03/04 11:12:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/04 11:12:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:12:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:12:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/04 11:12:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:12:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:23 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/04 11:12:25 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi
2025/03/04 11:12:25 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/03/04 11:12:25 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1
2025/03/04 11:12:25 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:26 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1
2025/03/04 11:12:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0
2025/03/04 11:12:28 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed
2025/03/04 11:12:29 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:29 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/04 11:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229543_d20250304_m111230_c001_v0001184_t0057_u01741086750013")
2025/03/04 11:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:30 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:32 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012
2025/03/04 11:12:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/04 11:12:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/04 11:12:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/04 11:12:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/04 11:12:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/04 11:12:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed
2025/03/04 11:12:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:38 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/04 11:12:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70cc_d20250304_m111238_c001_v0001104_t0005_u01741086758896")
2025/03/04 11:12:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:12:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/04 11:12:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:42 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/04 11:12:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/04 11:12:45 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2
2025/03/04 11:12:46 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/04 11:12:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/04 11:12:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/03/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:49 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/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f216775419b195660_d20250304_m111249_c001_v0001106_t0010_u01741086769144")
2025/03/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/04 11:12:49 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:12:50 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:12:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:12:52 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:12:52 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/04 11:12:54 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi
2025/03/04 11:12:54 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608
2025/03/04 11:12:54 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi
2025/03/04 11:12:54 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1
2025/03/04 11:12:55 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1
2025/03/04 11:12:57 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0
2025/03/04 11:12:57 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed
2025/03/04 11:12:59 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:12:59 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/04 11:12:59 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2027f08311ff61a7_d20250304_m111259_c001_v0001033_t0030_u01741086779472")
2025/03/04 11:12:59 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:12:59 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:12:59 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/04 11:13:00 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:02 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:02 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216
2025/03/04 11:13:04 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi
2025/03/04 11:13:04 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608
2025/03/04 11:13:04 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi
2025/03/04 11:13:04 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608
2025/03/04 11:13:07 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0
2025/03/04 11:13:07 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1
2025/03/04 11:13:07 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed
2025/03/04 11:13:10 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:13:10 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/04 11:13:10 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70f8_d20250304_m111310_c001_v0001033_t0033_u01741086790291")
2025/03/04 11:13:10 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/04 11:13:10 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:13:10 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/04 11:13:13 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:13 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:13 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/03/04 11:13:15 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608
2025/03/04 11:13:16 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2
2025/03/04 11:13:18 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0
2025/03/04 11:13:18 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1
2025/03/04 11:13:18 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/03/04 11:13:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:13:20 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/04 11:13:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f219b5f48fbbb49d6_d20250304_m111320_c001_v0001137_t0039_u01741086800744")
2025/03/04 11:13:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/04 11:13:21 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:13:21 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:13:21 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/04 11:13:22 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:13:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:23 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:23 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/04 11:13:26 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi
2025/03/04 11:13:26 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1
2025/03/04 11:13:26 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi
2025/03/04 11:13:26 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:27 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1
2025/03/04 11:13:29 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0
2025/03/04 11:13:29 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed
2025/03/04 11:13:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:13:31 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/04 11:13:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f212d8291b376c8a6_d20250304_m111331_c001_v0001098_t0055_u01741086811380")
2025/03/04 11:13:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:13:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/04 11:13:31 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:32 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:34 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:34 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520
2025/03/04 11:13:36 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi
2025/03/04 11:13:36 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:36 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi
2025/03/04 11:13:36 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760
2025/03/04 11:13:39 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0
2025/03/04 11:13:39 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1
2025/03/04 11:13:39 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed
2025/03/04 11:13:41 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:13:41 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/04 11:13:41 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e711c_d20250304_m111341_c001_v0001172_t0003_u01741086821840")
2025/03/04 11:13:41 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:42 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/04 11:13:42 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/04 11:13:45 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:45 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:45 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1
2025/03/04 11:13:48 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760
2025/03/04 11:13:49 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2
2025/03/04 11:13:50 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0
2025/03/04 11:13:51 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1
2025/03/04 11:13:51 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/03/04 11:13:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/04 11:13:53 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/04 11:13:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_z3fe25d83d08d6b0b9f580e1b_f204258218119e925_d20250304_m111353_c001_v0001039_t0030_u01741086833681")
2025/03/04 11:13:53 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/04 11:13:54 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/04 11:13:54 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/04 11:13:54 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/04 11:13:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2
2025/03/04 11:13:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0
2025/03/04 11:13:57 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1
2025/03/04 11:13:57 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/04 11:14:05 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z3fe25d83d08d6b0b9f580e1b_f2178f3863e997e19_d20250304_m111405_c001_v0001033_t0045_u01741086845109")
2025/03/04 11:14:05 DEBUG : chunked-copy.copy: Copying chunk 1 length 1
2025/03/04 11:14:05 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/04 11:14:05 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/04 11:14:06 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/04 11:14:06 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485759
2025/03/04 11:14:08 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/04 11:14:08 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/04 11:14:08 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/04 11:14:08 DEBUG : chunked-copy: Sending chunk 1 length 4194303
2025/03/04 11:14:10 DEBUG : chunked-copy: Done sending chunk 1
2025/03/04 11:14:16 DEBUG : chunked-copy: Done sending chunk 0
2025/03/04 11:14:16 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/04 11:14:17 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f422970f_d20250304_m111417_c001_v0001137_t0011_u01741086857688")
2025/03/04 11:14:17 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879
2025/03/04 11:14:17 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/04 11:14:18 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/04 11:14:18 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/04 11:14:18 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485760
2025/03/04 11:14:21 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi
2025/03/04 11:14:21 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/04 11:14:22 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi
2025/03/04 11:14:22 DEBUG : chunked-copy: Sending chunk 1 length 4194304
2025/03/04 11:14:24 DEBUG : chunked-copy: Done sending chunk 1
2025/03/04 11:14:24 DEBUG : chunked-copy: Done sending chunk 0
2025/03/04 11:14:24 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229710_d20250304_m111425_c001_v0001184_t0006_u01741086865137")
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/04 11:14:25 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485761
2025/03/04 11:14:27 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/04 11:14:27 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/04 11:14:27 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/04 11:14:27 DEBUG : chunked-copy: Sending chunk 1 length 4194305
2025/03/04 11:14:30 DEBUG : chunked-copy: Done sending chunk 0
2025/03/04 11:14:30 DEBUG : chunked-copy: Done sending chunk 1
2025/03/04 11:14:30 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/04 11:14:30 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229714_d20250304_m111430_c001_v0001130_t0032_u01741086870764")
2025/03/04 11:14:30 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/04 11:14:30 DEBUG : chunked-copy.copy: Copying chunk 2 length 1
2025/03/04 11:14:30 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/04 11:14:31 DEBUG : chunked-copy.copy: Done copying chunk 2
2025/03/04 11:14:31 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/04 11:14:31 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/04 11:14:31 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/04 11:14:33 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/04 11:14:34 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/04 11:14:34 DEBUG : Creating backend with remote "TestB2:rclone-test-gaxusin5tiha/deeper/nonexisting/directory"
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/03/04 11:14:36 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of all files
2025/03/04 11:14:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e7113_d20250304_m111335_c001_v7007000_t0000_u01741086815544")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f212d8291b376c8a6_d20250304_m111331_c001_v0001098_t0055_u01741086811380")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f412d8291b376c8a3_d20250304_m111330_c001_v7007000_t0000_u01741086810900")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e7109_d20250304_m111326_c001_v0001178_t0029_u01741086806134")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4178f3863e997e15_d20250304_m111359_c001_v7007000_t0000_u01741086839246")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f204258218119e925_d20250304_m111353_c001_v0001039_t0030_u01741086833681")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f404258218119e923_d20250304_m111353_c001_v7007000_t0000_u01741086833170")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e7120_d20250304_m111347_c001_v0001178_t0046_u01741086827636")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e711f_d20250304_m111347_c001_v7007000_t0000_u01741086827452")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e711c_d20250304_m111341_c001_v0001172_t0003_u01741086821840")
2025/03/04 11:14:36 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e711b_d20250304_m111341_c001_v7007000_t0000_u01741086821344")
2025/03/04 11:14:37 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e7114_d20250304_m111335_c001_v0001099_t0020_u01741086815744")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229526_d20250304_m111200_c001_v7007000_t0000_u01741086720147")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229521_d20250304_m111156_c001_v0001183_t0005_u01741086716311")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f413d53d3f8bdbd07_d20250304_m111151_c001_v7007000_t0000_u01741086711137")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229513_d20250304_m111147_c001_v0001184_t0037_u01741086707386")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422951e_d20250304_m111155_c001_v7007000_t0000_u01741086715968")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbd08_d20250304_m111151_c001_v0001154_t0011_u01741086711319")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229512_d20250304_m111147_c001_v7007000_t0000_u01741086707040")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f21078e7e8d1776c4_d20250304_m111136_c001_v0001101_t0030_u01741086696283")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f41078e7e8d1776c3_d20250304_m111136_c001_v7007000_t0000_u01741086696098")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f5b_d20250304_m111132_c001_v0001117_t0015_u01741086692378")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3f5a_d20250304_m111132_c001_v7007000_t0000_u01741086692048")
2025/03/04 11:14:37 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f21078e7e8d1776a9_d20250304_m111128_c001_v0001150_t0046_u01741086688257")
2025/03/04 11:14:37 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e708e_d20250304_m111225_c001_v7007000_t0000_u01741086745361")
2025/03/04 11:14:37 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e707d_d20250304_m111221_c001_v0001117_t0041_u01741086741027")
2025/03/04 11:14:37 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229532_d20250304_m111216_c001_v7007000_t0000_u01741086736236")
2025/03/04 11:14:37 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbd31_d20250304_m111212_c001_v0001165_t0013_u01741086732341")
2025/03/04 11:14:37 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e707b_d20250304_m111220_c001_v7007000_t0000_u01741086740666")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229533_d20250304_m111216_c001_v0001043_t0028_u01741086736436")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f413d53d3f8bdbd2f_d20250304_m111212_c001_v7007000_t0000_u01741086732001")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f422952f_d20250304_m111207_c001_v0001092_t0013_u01741086727682")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f422952e_d20250304_m111207_c001_v7007000_t0000_u01741086727488")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbd29_d20250304_m111204_c001_v0001184_t0030_u01741086724161")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f413d53d3f8bdbd28_d20250304_m111203_c001_v7007000_t0000_u01741086723809")
2025/03/04 11:14:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229527_d20250304_m111200_c001_v0001182_t0009_u01741086720331")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f41078e7e8d1776a8_d20250304_m111128_c001_v7007000_t0000_u01741086688074")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f213d53d3f8bdbce0_d20250304_m111123_c001_v0001115_t0028_u01741086683666")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f413d53d3f8bdbcde_d20250304_m111123_c001_v7007000_t0000_u01741086683315")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f21078e7e8d17767e_d20250304_m111119_c001_v0001106_t0045_u01741086679015")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f41078e7e8d17767d_d20250304_m111118_c001_v7007000_t0000_u01741086678830")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f28_d20250304_m111114_c001_v0001102_t0011_u01741086674840")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3f26_d20250304_m111114_c001_v7007000_t0000_u01741086674509")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f21078e7e8d177659_d20250304_m111110_c001_v0001177_t0047_u01741086670539")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f41078e7e8d177655_d20250304_m111110_c001_v7007000_t0000_u01741086670357")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2147e24ea37c3f1d_d20250304_m111106_c001_v0001182_t0008_u01741086666928")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4147e24ea37c3f1c_d20250304_m111106_c001_v7007000_t0000_u01741086666588")
2025/03/04 11:14:38 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f20329cedcd069d5e_d20250304_m111101_c001_v0001184_t0011_u01741086661566")
2025/03/04 11:14:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70e4_d20250304_m111254_c001_v7007000_t0000_u01741086774202")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f216775419b195660_d20250304_m111249_c001_v0001106_t0010_u01741086769144")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70d2_d20250304_m111243_c001_v7007000_t0000_u01741086763798")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70cc_d20250304_m111238_c001_v0001104_t0005_u01741086758896")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b19565d_d20250304_m111248_c001_v7007000_t0000_u01741086768723")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70d3_d20250304_m111244_c001_v0001183_t0020_u01741086764005")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70ca_d20250304_m111238_c001_v7007000_t0000_u01741086758501")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70bc_d20250304_m111233_c001_v0001038_t0019_u01741086753843")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70bb_d20250304_m111233_c001_v7007000_t0000_u01741086753646")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229543_d20250304_m111230_c001_v0001184_t0057_u01741086750013")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f405ec999f4229541_d20250304_m111229_c001_v7007000_t0000_u01741086749628")
2025/03/04 11:14:39 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e708f_d20250304_m111225_c001_v0001037_t0000_u01741086745546")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e7108_d20250304_m111325_c001_v7007000_t0000_u01741086805949")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f219b5f48fbbb49d6_d20250304_m111320_c001_v0001137_t0039_u01741086800744")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f419b5f48fbbb49c7_d20250304_m111320_c001_v7007000_t0000_u01741086800309")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e7100_d20250304_m111315_c001_v0001183_t0055_u01741086795396")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70ff_d20250304_m111315_c001_v7007000_t0000_u01741086795193")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70f8_d20250304_m111310_c001_v0001033_t0033_u01741086790291")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70f7_d20250304_m111309_c001_v7007000_t0000_u01741086789852")
2025/03/04 11:14:39 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70ed_d20250304_m111303_c001_v0001106_t0011_u01741086783934")
2025/03/04 11:14:40 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4080196e8d7e70ec_d20250304_m111303_c001_v7007000_t0000_u01741086783740")
2025/03/04 11:14:40 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2027f08311ff61a7_d20250304_m111259_c001_v0001033_t0030_u01741086779472")
2025/03/04 11:14:40 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4027f08311ff61a6_d20250304_m111259_c001_v7007000_t0000_u01741086779034")
2025/03/04 11:14:40 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2080196e8d7e70e5_d20250304_m111254_c001_v0001115_t0037_u01741086774397")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1957a4_d20250304_m111433_c001_v7007000_t0000_u01741086873067")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f216775419b19578f_d20250304_m111427_c001_v0001102_t0013_u01741086867360")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b19578e_d20250304_m111426_c001_v7007000_t0000_u01741086866850")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f216775419b195776_d20250304_m111421_c001_v0001116_t0030_u01741086861660")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b195771_d20250304_m111421_c001_v7007000_t0000_u01741086861136")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2067a727f02e1aed_d20250304_m111407_c001_v0001161_t0042_u01741086847778")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4067a727f02e1aea_d20250304_m111407_c001_v7007000_t0000_u01741086847253")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b063c0_d20250304_m111403_c001_v0001182_t0049_u01741086843626")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4178f3863e997e18_d20250304_m111403_c001_v7007000_t0000_u01741086843279")
2025/03/04 11:14:40 DEBUG : chunked-copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b06390_d20250304_m111359_c001_v0001182_t0035_u01741086839962")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1957a3_d20250304_m111432_c001_v7007000_t0000_u01741086872868")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229714_d20250304_m111430_c001_v0001130_t0032_u01741086870764")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b19578b_d20250304_m111426_c001_v7007000_t0000_u01741086866664")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f4229710_d20250304_m111425_c001_v0001184_t0006_u01741086865137")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b195770_d20250304_m111420_c001_v7007000_t0000_u01741086860941")
2025/03/04 11:14:40 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f205ec999f422970f_d20250304_m111417_c001_v0001137_t0011_u01741086857688")
2025/03/04 11:14:41 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4067a727f02e1ae9_d20250304_m111407_c001_v7007000_t0000_u01741086847067")
2025/03/04 11:14:41 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f2178f3863e997e19_d20250304_m111405_c001_v0001033_t0045_u01741086845109")
2025/03/04 11:14:41 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f4178f3863e997e17_d20250304_m111403_c001_v7007000_t0000_u01741086843081")
2025/03/04 11:14:41 DEBUG : chunked-copy.copy: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1030926a70367691_d20250304_m111401_c001_v0001100_t0047_u01741086841892")
2025/03/04 11:14:41 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f1182047cfaaf878a_d20250304_m110943_c001_v0001109_t0013_u01741086583406")
2025/03/04 11:14:41 DEBUG : unknown-size-put.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1957a8_d20250304_m111433_c001_v7007000_t0000_u01741086873818")
2025/03/04 11:14:41 DEBUG : unknown-size-put.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b06553_d20250304_m111433_c001_v0001182_t0020_u01741086873613")
2025/03/04 11:14:41 DEBUG : unknown-size-update.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f416775419b1957ad_d20250304_m111434_c001_v7007000_t0000_u01741086874803")
2025/03/04 11:14:41 DEBUG : unknown-size-update.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b06563_d20250304_m111434_c001_v0001182_t0008_u01741086874583")
2025/03/04 11:14:41 DEBUG : unknown-size-update.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f101bccdb21b0655b_d20250304_m111434_c001_v0001182_t0048_u01741086874004")
2025/03/04 11:14:41 DEBUG : versions/test-versions.txt: Deleting (id "4_z3fe25d83d08d6b0b9f580e1b_f40329cedcd069d55_d20250304_m111057_c001_v7007000_t0000_u01741086657876")
2025/03/04 11:14:42 INFO  : B2 bucket rclone-test-gaxusin5tiha: cleaning bucket "rclone-test-gaxusin5tiha" of all files
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (339.15s)
    --- 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.52s)
    --- PASS: TestIntegration/FsMkdir (336.90s)
        --- 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 (26.77s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.25s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.31s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.50s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.39s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.19s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.24s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.48s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.19s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.40s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.54s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.46s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.28s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.29s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.34s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.56s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.20s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.32s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.26s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.37s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.12s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (5.69s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (79.37s)
            --- 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.15s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (1.19s)
            --- 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 (2.11s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.16s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.27s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (1.90s)
                --- 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.19s)
            --- 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.85s)
            --- 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.87s)
            --- 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.82s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.69s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.73s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.09s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.15s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (7.45s)
            --- 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 (2.22s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.91s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.31s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (29.65s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (7.14s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.52s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.18s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (5.62s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (1.74s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (1.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (19.00s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.02s)
                        --- 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.30s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (1.20s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.40s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.40s)
                        --- 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.29s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.63s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (3.66s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.07s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.07s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.37s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.75s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.44s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.56s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.69s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (177.87s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (26.70s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (8.98s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (3.77s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (8.47s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (4.32s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (9.24s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.76s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (32.07s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (8.03s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (4.05s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (15.04s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (4.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (9.01s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (25.21s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (7.35s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (3.69s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (8.75s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (4.25s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (9.11s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.70s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (28.85s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (8.30s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (4.03s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (10.16s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (5.32s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (10.39s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.47s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (31.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (9.53s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (4.70s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (11.47s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (5.35s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (10.74s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (5.64s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (33.30s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (9.61s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (4.66s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (11.89s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (6.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (11.80s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.06s)
        --- PASS: TestIntegration/FsMkdir/FsCopyChunked (33.83s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.04s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.97s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (13.89s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.71s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.21s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.74s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.75s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.99s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.28s)
        --- 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	339.163s
"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 5m39.703840361s (try 1/5)