"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/10 02:48:19 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi"
2025/03/10 02:48:19 DEBUG : Using config file from "/home/rclone/.rclone.conf"
=== RUN   TestIntegration/FsCheckWrap
    fstests.go:479: Not a wrapping Fs
=== RUN   TestIntegration/FsCommand
=== RUN   TestIntegration/FsRmdirNotFound
=== RUN   TestIntegration/FsString
=== RUN   TestIntegration/FsName
=== RUN   TestIntegration/FsRoot
=== RUN   TestIntegration/FsRmdirEmpty
=== RUN   TestIntegration/FsMkdir
=== RUN   TestIntegration/FsMkdir/FsMkdirRmdirSubdir
2025/03/10 02:48:24 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/03/10 02:48:24 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/03/10 02:48:24 INFO  : dir: Removing directory
=== RUN   TestIntegration/FsMkdir/FsListEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListRDirEmpty
=== RUN   TestIntegration/FsMkdir/FsListDirNotFound
=== RUN   TestIntegration/FsMkdir/FsListRDirNotFound
=== RUN   TestIntegration/FsMkdir/FsEncoding
=== RUN   TestIntegration/FsMkdir/FsEncoding/control_chars
    fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡"
=== 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/10 02:49:03 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/10 02:49:03 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880
2025/03/10 02:49:07 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1
2025/03/10 02:49:07 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576
2025/03/10 02:49:08 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2
2025/03/10 02:49:08 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880
2025/03/10 02:49:09 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0
2025/03/10 02:49:09 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/10 02:49:20 DEBUG : Creating backend with remote "TestB2:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/03/10 02:49:22 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/10 02:49:30 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of all files
2025/03/10 02:49:30 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d2f_d20250310_m024929_c001_v0001036_t0016_u01741574969242")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/03/10 02:49:32 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi/dirToPurgeFromRoot"
2025/03/10 02:49:33 INFO  : B2 bucket rclone-test-hefenic1gomi path dirToPurgeFromRoot: cleaning bucket "rclone-test-hefenic1gomi" of all files
2025/03/10 02:49:34 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d31_d20250310_m024931_c001_v0001036_t0036_u01741574971203")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/03/10 02:49:35 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi/hello? sausage/êé"
2025/03/10 02:49:40 INFO  : B2 bucket rclone-test-hefenic1gomi path hello? sausage/êé: cleaning bucket "rclone-test-hefenic1gomi" of all files
2025/03/10 02:49:41 DEBUG : a/b/c/d/e.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f10823d84c38c0350_d20250310_m024938_c001_v0001184_t0032_u01741574978930")
=== 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/10 02:49:52 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/03/10 02:49:55 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-hefenic1gomi" from "TestB2:rclone-test-hefenic1gomi"
2025/03/10 02:49:57 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/10 02:50:16 DEBUG : Creating backend with remote "TestB2:rclone-test-sodubud9zedu"
2025/03/10 02:50:23 DEBUG : B2 bucket rclone-test-sodubud9zedu: Purge remote
2025/03/10 02:50:23 INFO  : B2 bucket rclone-test-sodubud9zedu: cleaning bucket "rclone-test-sodubud9zedu" of all files
2025/03/10 02:50:23 DEBUG : somefile: Deleting (id "4_zefe2ddc3f05d7bdb9f580e1b_f413f5514d754cdf6_d20250310_m025020_c001_v0001157_t0040_u01741575020976")
=== 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/10 02:50:25 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/03/10 02:50:26 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/10 02:50:30 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi
2025/03/10 02:50:30 DEBUG : test-metadata: Sending chunk 0 length 6291456
2025/03/10 02:50:30 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.778Ki offset 6Mi/6.106Mi
2025/03/10 02:50:30 DEBUG : test-metadata: Sending chunk 1 length 111389
2025/03/10 02:50:32 DEBUG : test-metadata: Done sending chunk 1
2025/03/10 02:50:45 DEBUG : test-metadata: Done sending chunk 0
2025/03/10 02:50:45 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
=== 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-10-025052-936.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/10 02:51:01 DEBUG : oldPath = "TestB2:rclone-test-hefenic1gomi/versions/test-versions-v2025-03-10-025052-936.txt"
2025/03/10 02:51:01 DEBUG : newPath = "TestB2,versions:rclone-test-hefenic1gomi/versions/test-versions-v2025-03-10-025052-936.txt"
2025/03/10 02:51:01 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-hefenic1gomi/versions/test-versions-v2025-03-10-025052-936.txt"
2025/03/10 02:51:01 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name
2025/03/10 02:51:03 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-hefenic1gomi/versions/test-versions-v2025-03-10-025052-936.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-hefenic1gomi/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/10 02:51:05 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of all hidden files
2025/03/10 02:51:05 DEBUG :  leading space/ leading space: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5a_d20250310_m024836_c001_v7007000_t0000_u01741574916254") as it is a hide marker
2025/03/10 02:51:05 NOTICE:  leading space/ leading space: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG :  leading space/ leading space: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ccd_d20250310_m024835_c001_v0001036_t0013_u01741574915040")
2025/03/10 02:51:05 NOTICE:  leading space/ leading space: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c58_d20250310_m024834_c001_v7007000_t0000_u01741574914471") as it is a hide marker
2025/03/10 02:51:05 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ccb_d20250310_m024833_c001_v0001036_t0033_u01741574913259")
2025/03/10 02:51:05 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c61_d20250310_m024846_c001_v7007000_t0000_u01741574926584") as it is a hide marker
2025/03/10 02:51:05 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : .leading dot/.leading dot: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cef_d20250310_m024845_c001_v0001036_t0008_u01741574925398")
2025/03/10 02:51:05 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : created from root.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f403a6e5f04ea7fcf_d20250310_m025010_c001_v7007000_t0000_u01741575010196") as it is a hide marker
2025/03/10 02:51:05 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : created from root.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f101673bb81074eb4_d20250310_m025008_c001_v0001182_t0055_u01741575008649")
2025/03/10 02:51:05 NOTICE: created from root.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : file name.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c92_d20250310_m025024_c001_v7007000_t0000_u01741575024814") as it is a hide marker
2025/03/10 02:51:05 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d55_d20250310_m024951_c001_v0001036_t0051_u01741574991884")
2025/03/10 02:51:05 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f11717a0cf5286692_d20250310_m024947_c001_v0001177_t0059_u01741574987215")
2025/03/10 02:51:05 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1f_d20250310_m024916_c001_v0001036_t0048_u01741574956884")
2025/03/10 02:51:05 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d19_d20250310_m024915_c001_v0001036_t0016_u01741574955216")
2025/03/10 02:51:05 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1d_d20250310_m024916_c001_v0001036_t0034_u01741574956026") "upload" dated 2025-03-10 02:49:16.026 +0000 UTC (1m49.833436428s ago)
2025/03/10 02:51:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41932860abd1d320_d20250310_m024944_c001_v7007000_t0000_u01741574984034") as it is a hide marker
2025/03/10 02:51:05 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f101107897f182368_d20250310_m024943_c001_v0001131_t0006_u01741574983694")
2025/03/10 02:51:05 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f112b79acbe9cca54_d20250310_m024942_c001_v0001180_t0024_u01741574982843")
2025/03/10 02:51:05 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c69_d20250310_m024858_c001_v7007000_t0000_u01741574938620") as it is a hide marker
2025/03/10 02:51:05 NOTICE: invalid utf-8�/invalid utf-8�: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d09_d20250310_m024857_c001_v0001036_t0048_u01741574937512")
2025/03/10 02:51:05 NOTICE: invalid utf-8�/invalid utf-8�: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : piped data.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c96_d20250310_m025027_c001_v7007000_t0000_u01741575027418") as it is a hide marker
2025/03/10 02:51:05 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d79_d20250310_m025026_c001_v0001036_t0030_u01741575026633")
2025/03/10 02:51:05 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c95_d20250310_m025026_c001_v7007000_t0000_u01741575026371")
2025/03/10 02:51:05 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f410c03302e1a1d77_d20250310_m025025_c001_v0001036_t0042_u01741575025865")
2025/03/10 02:51:05 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c6a_d20250310_m024900_c001_v7007000_t0000_u01741574940346") as it is a hide marker
2025/03/10 02:51:05 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d0d_d20250310_m024859_c001_v0001036_t0017_u01741574939183")
2025/03/10 02:51:05 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : test-metadata: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f4150e057bb588bc7_d20250310_m025050_c001_v7007000_t0000_u01741575050195") as it is a hide marker
2025/03/10 02:51:05 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d70c98_d20250310_m025029_c001_v0001176_t0026_u01741575029860")
2025/03/10 02:51:05 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c97_d20250310_m025028_c001_v7007000_t0000_u01741575028931")
2025/03/10 02:51:05 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d7d_d20250310_m025027_c001_v0001036_t0046_u01741575027690")
2025/03/10 02:51:05 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c63_d20250310_m024850_c001_v7007000_t0000_u01741574930028") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cf9_d20250310_m024848_c001_v0001036_t0030_u01741574928907")
2025/03/10 02:51:05 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c65_d20250310_m024853_c001_v7007000_t0000_u01741574933440") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cff_d20250310_m024852_c001_v0001036_t0057_u01741574932367")
2025/03/10 02:51:05 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c64_d20250310_m024851_c001_v7007000_t0000_u01741574931768") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cfd_d20250310_m024850_c001_v0001036_t0023_u01741574930614")
2025/03/10 02:51:05 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c66_d20250310_m024855_c001_v7007000_t0000_u01741574935120") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d01_d20250310_m024854_c001_v0001036_t0050_u01741574934039")
2025/03/10 02:51:05 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c68_d20250310_m024856_c001_v7007000_t0000_u01741574936941") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing dot./trailing dot.: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d07_d20250310_m024855_c001_v0001036_t0014_u01741574935718")
2025/03/10 02:51:05 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing space /trailing space : Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c62_d20250310_m024848_c001_v7007000_t0000_u01741574928344") as it is a hide marker
2025/03/10 02:51:05 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : trailing space /trailing space : Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cf5_d20250310_m024847_c001_v0001036_t0004_u01741574927184")
2025/03/10 02:51:05 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1db0_d20250310_m025059_c001_v0001036_t0046_u01741575059238") "upload" dated 2025-03-10 02:50:59.238 +0000 UTC (6.621804525s ago)
2025/03/10 02:51:05 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4084b0764759f345_d20250310_m025056_c001_v7007000_t0000_u01741575056452")
2025/03/10 02:51:05 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1dac_d20250310_m025052_c001_v0001036_t0010_u01741575052936")
2025/03/10 02:51:05 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c34_d20250310_m024914_c001_v7007000_t0000_u01741574954225") as it is a hide marker
2025/03/10 02:51:05 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f20156a7d71d35c6c_d20250310_m024903_c001_v0001098_t0035_u01741574943526")
2025/03/10 02:51:05 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : zero-length-file: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c6b_d20250310_m024903_c001_v7007000_t0000_u01741574943132") as it is a hide marker
2025/03/10 02:51:05 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : zero-length-file: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f410c03302e1a1d0f_d20250310_m024902_c001_v0001036_t0042_u01741574942242")
2025/03/10 02:51:05 NOTICE: zero-length-file: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5b_d20250310_m024837_c001_v7007000_t0000_u01741574917927") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cd3_d20250310_m024836_c001_v0001036_t0038_u01741574916855")
2025/03/10 02:51:05 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c54_d20250310_m024829_c001_v7007000_t0000_u01741574909430") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cbd_d20250310_m024827_c001_v0001036_t0052_u01741574907766")
2025/03/10 02:51:05 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5e_d20250310_m024843_c001_v7007000_t0000_u01741574923140") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ce5_d20250310_m024842_c001_v0001036_t0054_u01741574922095")
2025/03/10 02:51:05 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5d_d20250310_m024841_c001_v7007000_t0000_u01741574921499") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ce1_d20250310_m024840_c001_v0001036_t0020_u01741574920273")
2025/03/10 02:51:05 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c60_d20250310_m024844_c001_v7007000_t0000_u01741574924861") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ced_d20250310_m024843_c001_v0001036_t0025_u01741574923763")
2025/03/10 02:51:05 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5c_d20250310_m024839_c001_v7007000_t0000_u01741574919657") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cd9_d20250310_m024838_c001_v0001036_t0053_u01741574918528")
2025/03/10 02:51:05 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ./.: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c56_d20250310_m024831_c001_v7007000_t0000_u01741574911073") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ./.: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ./.: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cc1_d20250310_m024830_c001_v0001036_t0017_u01741574910032")
2025/03/10 02:51:05 NOTICE: ./.: Skipped delete as --dry-run is set
2025/03/10 02:51:05 DEBUG : ../..: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c57_d20250310_m024832_c001_v7007000_t0000_u01741574912673") as it is a hide marker
2025/03/10 02:51:05 NOTICE: ../..: Skipped remove hide marker as --dry-run is set
2025/03/10 02:51:05 DEBUG : ../..: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cc7_d20250310_m024831_c001_v0001036_t0057_u01741574911660")
2025/03/10 02:51:05 NOTICE: ../..: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing
2025/03/10 02:51:06 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of all hidden files
2025/03/10 02:51:06 DEBUG :  leading space/ leading space: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5a_d20250310_m024836_c001_v7007000_t0000_u01741574916254") as it is a hide marker
2025/03/10 02:51:06 DEBUG :  leading space/ leading space: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ccd_d20250310_m024835_c001_v0001036_t0013_u01741574915040")
2025/03/10 02:51:06 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c58_d20250310_m024834_c001_v7007000_t0000_u01741574914471") as it is a hide marker
2025/03/10 02:51:06 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ccb_d20250310_m024833_c001_v0001036_t0033_u01741574913259")
2025/03/10 02:51:06 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c61_d20250310_m024846_c001_v7007000_t0000_u01741574926584") as it is a hide marker
2025/03/10 02:51:06 DEBUG : .leading dot/.leading dot: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cef_d20250310_m024845_c001_v0001036_t0008_u01741574925398")
2025/03/10 02:51:06 DEBUG : created from root.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f403a6e5f04ea7fcf_d20250310_m025010_c001_v7007000_t0000_u01741575010196") as it is a hide marker
2025/03/10 02:51:06 DEBUG : created from root.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f101673bb81074eb4_d20250310_m025008_c001_v0001182_t0055_u01741575008649")
2025/03/10 02:51:06 DEBUG : file name.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c92_d20250310_m025024_c001_v7007000_t0000_u01741575024814") as it is a hide marker
2025/03/10 02:51:06 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d55_d20250310_m024951_c001_v0001036_t0051_u01741574991884")
2025/03/10 02:51:07 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f11717a0cf5286692_d20250310_m024947_c001_v0001177_t0059_u01741574987215")
2025/03/10 02:51:07 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1f_d20250310_m024916_c001_v0001036_t0048_u01741574956884")
2025/03/10 02:51:07 DEBUG : file name.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d19_d20250310_m024915_c001_v0001036_t0016_u01741574955216")
2025/03/10 02:51:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1d_d20250310_m024916_c001_v0001036_t0034_u01741574956026") "upload" dated 2025-03-10 02:49:16.026 +0000 UTC (1m51.298985491s ago)
2025/03/10 02:51:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41932860abd1d320_d20250310_m024944_c001_v7007000_t0000_u01741574984034") as it is a hide marker
2025/03/10 02:51:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f101107897f182368_d20250310_m024943_c001_v0001131_t0006_u01741574983694")
2025/03/10 02:51:07 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f112b79acbe9cca54_d20250310_m024942_c001_v0001180_t0024_u01741574982843")
2025/03/10 02:51:07 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c69_d20250310_m024858_c001_v7007000_t0000_u01741574938620") as it is a hide marker
2025/03/10 02:51:07 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d09_d20250310_m024857_c001_v0001036_t0048_u01741574937512")
2025/03/10 02:51:07 DEBUG : piped data.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c96_d20250310_m025027_c001_v7007000_t0000_u01741575027418") as it is a hide marker
2025/03/10 02:51:07 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d79_d20250310_m025026_c001_v0001036_t0030_u01741575026633")
2025/03/10 02:51:07 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c95_d20250310_m025026_c001_v7007000_t0000_u01741575026371")
2025/03/10 02:51:07 DEBUG : piped data.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f410c03302e1a1d77_d20250310_m025025_c001_v0001036_t0042_u01741575025865")
2025/03/10 02:51:08 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c6a_d20250310_m024900_c001_v7007000_t0000_u01741574940346") as it is a hide marker
2025/03/10 02:51:08 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d0d_d20250310_m024859_c001_v0001036_t0017_u01741574939183")
2025/03/10 02:51:08 DEBUG : test-metadata: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f4150e057bb588bc7_d20250310_m025050_c001_v7007000_t0000_u01741575050195") as it is a hide marker
2025/03/10 02:51:08 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d70c98_d20250310_m025029_c001_v0001176_t0026_u01741575029860")
2025/03/10 02:51:08 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c97_d20250310_m025028_c001_v7007000_t0000_u01741575028931")
2025/03/10 02:51:08 DEBUG : test-metadata: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d7d_d20250310_m025027_c001_v0001036_t0046_u01741575027690")
2025/03/10 02:51:08 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c63_d20250310_m024850_c001_v7007000_t0000_u01741574930028") as it is a hide marker
2025/03/10 02:51:08 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cf9_d20250310_m024848_c001_v0001036_t0030_u01741574928907")
2025/03/10 02:51:08 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c65_d20250310_m024853_c001_v7007000_t0000_u01741574933440") as it is a hide marker
2025/03/10 02:51:08 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cff_d20250310_m024852_c001_v0001036_t0057_u01741574932367")
2025/03/10 02:51:08 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c64_d20250310_m024851_c001_v7007000_t0000_u01741574931768") as it is a hide marker
2025/03/10 02:51:08 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cfd_d20250310_m024850_c001_v0001036_t0023_u01741574930614")
2025/03/10 02:51:08 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c66_d20250310_m024855_c001_v7007000_t0000_u01741574935120") as it is a hide marker
2025/03/10 02:51:09 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d01_d20250310_m024854_c001_v0001036_t0050_u01741574934039")
2025/03/10 02:51:09 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c68_d20250310_m024856_c001_v7007000_t0000_u01741574936941") as it is a hide marker
2025/03/10 02:51:09 DEBUG : trailing dot./trailing dot.: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d07_d20250310_m024855_c001_v0001036_t0014_u01741574935718")
2025/03/10 02:51:09 DEBUG : trailing space /trailing space : Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c62_d20250310_m024848_c001_v7007000_t0000_u01741574928344") as it is a hide marker
2025/03/10 02:51:09 DEBUG : trailing space /trailing space : Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cf5_d20250310_m024847_c001_v0001036_t0004_u01741574927184")
2025/03/10 02:51:09 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1db0_d20250310_m025059_c001_v0001036_t0046_u01741575059238") "upload" dated 2025-03-10 02:50:59.238 +0000 UTC (10.112641539s ago)
2025/03/10 02:51:09 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4084b0764759f345_d20250310_m025056_c001_v7007000_t0000_u01741575056452")
2025/03/10 02:51:09 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1dac_d20250310_m025052_c001_v0001036_t0010_u01741575052936")
2025/03/10 02:51:09 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70c34_d20250310_m024914_c001_v7007000_t0000_u01741574954225") as it is a hide marker
2025/03/10 02:51:09 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f20156a7d71d35c6c_d20250310_m024903_c001_v0001098_t0035_u01741574943526")
2025/03/10 02:51:09 DEBUG : zero-length-file: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c6b_d20250310_m024903_c001_v7007000_t0000_u01741574943132") as it is a hide marker
2025/03/10 02:51:09 DEBUG : zero-length-file: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f410c03302e1a1d0f_d20250310_m024902_c001_v0001036_t0042_u01741574942242")
2025/03/10 02:51:09 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5b_d20250310_m024837_c001_v7007000_t0000_u01741574917927") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cd3_d20250310_m024836_c001_v0001036_t0038_u01741574916855")
2025/03/10 02:51:10 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c54_d20250310_m024829_c001_v7007000_t0000_u01741574909430") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cbd_d20250310_m024827_c001_v0001036_t0052_u01741574907766")
2025/03/10 02:51:10 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5e_d20250310_m024843_c001_v7007000_t0000_u01741574923140") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ce5_d20250310_m024842_c001_v0001036_t0054_u01741574922095")
2025/03/10 02:51:10 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5d_d20250310_m024841_c001_v7007000_t0000_u01741574921499") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ce1_d20250310_m024840_c001_v0001036_t0020_u01741574920273")
2025/03/10 02:51:10 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c60_d20250310_m024844_c001_v7007000_t0000_u01741574924861") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1ced_d20250310_m024843_c001_v0001036_t0025_u01741574923763")
2025/03/10 02:51:10 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c5c_d20250310_m024839_c001_v7007000_t0000_u01741574919657") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cd9_d20250310_m024838_c001_v0001036_t0053_u01741574918528")
2025/03/10 02:51:10 DEBUG : ./.: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c56_d20250310_m024831_c001_v7007000_t0000_u01741574911073") as it is a hide marker
2025/03/10 02:51:10 DEBUG : ./.: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cc1_d20250310_m024830_c001_v0001036_t0017_u01741574910032")
2025/03/10 02:51:11 DEBUG : ../..: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f40156a7d71d35c57_d20250310_m024832_c001_v7007000_t0000_u01741574912673") as it is a hide marker
2025/03/10 02:51:11 DEBUG : ../..: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1cc7_d20250310_m024831_c001_v0001036_t0057_u01741574911660")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished
2025/03/10 02:51:12 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/10 02:51:12 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/10 02:51:12 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/10 02:51:12 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/10 02:51:13 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of pending multipart uploads older than 0s
2025/03/10 02:51:13 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1d_d20250310_m024916_c001_v0001036_t0034_u01741574956026") "upload" dated 2025-03-10 02:49:16.026 +0000 UTC (1m57.73851859s ago)
2025/03/10 02:51:13 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd065_d20250310_m025112_c001_v0001144_t0030_u01741575072307") as it is a start marker (upload started at 2025-03-10 02:51:12.307 +0000 UTC)
2025/03/10 02:51:13 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set
2025/03/10 02:51:13 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd066_d20250310_m025112_c001_v0001184_t0048_u01741575072575") as it is a start marker (upload started at 2025-03-10 02:51:12.575 +0000 UTC)
2025/03/10 02:51:13 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set
2025/03/10 02:51:13 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd068_d20250310_m025112_c001_v0001184_t0008_u01741575072858") as it is a start marker (upload started at 2025-03-10 02:51:12.858 +0000 UTC)
2025/03/10 02:51:13 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set
2025/03/10 02:51:13 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd069_d20250310_m025113_c001_v0001029_t0041_u01741575073115") as it is a start marker (upload started at 2025-03-10 02:51:13.115 +0000 UTC)
2025/03/10 02:51:13 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set
2025/03/10 02:51:13 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f410525f89a5bd064_d20250310_m025112_c001_v7007000_t0000_u01741575072042") "hide" dated 2025-03-10 02:51:12.042 +0000 UTC (1.72271067s ago)
2025/03/10 02:51:13 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1db0_d20250310_m025059_c001_v0001036_t0046_u01741575059238")
2025/03/10 02:51:13 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing
2025/03/10 02:51:14 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of pending multipart uploads older than 0s
2025/03/10 02:51:14 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1d_d20250310_m024916_c001_v0001036_t0034_u01741574956026") "upload" dated 2025-03-10 02:49:16.026 +0000 UTC (1m58.253881593s ago)
2025/03/10 02:51:14 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd065_d20250310_m025112_c001_v0001144_t0030_u01741575072307") as it is a start marker (upload started at 2025-03-10 02:51:12.307 +0000 UTC)
2025/03/10 02:51:14 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd066_d20250310_m025112_c001_v0001184_t0048_u01741575072575") as it is a start marker (upload started at 2025-03-10 02:51:12.575 +0000 UTC)
2025/03/10 02:51:14 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd068_d20250310_m025112_c001_v0001184_t0008_u01741575072858") as it is a start marker (upload started at 2025-03-10 02:51:12.858 +0000 UTC)
2025/03/10 02:51:14 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd069_d20250310_m025113_c001_v0001029_t0041_u01741575073115") as it is a start marker (upload started at 2025-03-10 02:51:13.115 +0000 UTC)
2025/03/10 02:51:14 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_zefc21d63f04d7bdb9f580e1b_f410525f89a5bd064_d20250310_m025112_c001_v7007000_t0000_u01741575072042") "hide" dated 2025-03-10 02:51:12.042 +0000 UTC (2.237983984s ago)
2025/03/10 02:51:14 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1db0_d20250310_m025059_c001_v0001036_t0046_u01741575059238")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun
2025/03/10 02:51:15 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/10 02:51:15 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/03/10 02:51:15 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/10 02:51:17 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi
2025/03/10 02:51:17 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880
2025/03/10 02:51:17 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi
2025/03/10 02:51:17 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1
2025/03/10 02:51:18 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1
2025/03/10 02:51:27 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0
2025/03/10 02:51:27 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed
2025/03/10 02:51:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:51:31 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/10 02:51:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f2051f84dbf4a7d3c_d20250310_m025131_c001_v0001130_t0031_u01741575091619")
2025/03/10 02:51:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:51:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/10 02:51:31 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:51:33 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:51:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:51:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760
2025/03/10 02:51:40 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi
2025/03/10 02:51:40 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880
2025/03/10 02:51:40 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi
2025/03/10 02:51:40 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880
2025/03/10 02:51:51 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0
2025/03/10 02:51:59 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1
2025/03/10 02:51:59 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed
2025/03/10 02:52:03 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:52:03 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/10 02:52:03 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f21824af4945894c0_d20250310_m025203_c001_v0001101_t0033_u01741575123399")
2025/03/10 02:52:03 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/10 02:52:03 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:52:03 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/10 02:52:08 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:52:13 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:52:13 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/03/10 02:52:17 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1
2025/03/10 02:52:19 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2
2025/03/10 02:52:21 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1
2025/03/10 02:52:33 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0
2025/03/10 02:52:33 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/03/10 02:52:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:52:37 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/10 02:52:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f217efa2f9a47b0d2_d20250310_m025237_c001_v0001183_t0020_u01741575157849")
2025/03/10 02:52:37 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/03/10 02:52:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880
2025/03/10 02:52:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:52:38 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 02:52:39 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2
2025/03/10 02:52:46 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:52:47 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:52:47 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/10 02:52:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi
2025/03/10 02:52:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/03/10 02:52:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1
2025/03/10 02:52:52 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000
2025/03/10 02:52:54 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1
2025/03/10 02:53:01 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0
2025/03/10 02:53:01 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed
2025/03/10 02:53:05 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:53:05 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/10 02:53:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f207598366ebcc94d_d20250310_m025305_c001_v0001183_t0026_u01741575185907")
2025/03/10 02:53:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/10 02:53:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:53:06 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:53:07 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:53:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:53:10 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000
2025/03/10 02:53:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/10 02:53:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/10 02:53:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/10 02:53:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/10 02:53:19 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/10 02:53:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/10 02:53:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed
2025/03/10 02:53:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:53:27 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/10 02:53:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d70f1d_d20250310_m025327_c001_v0001182_t0017_u01741575207493")
2025/03/10 02:53:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/10 02:53:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:53:27 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/10 02:53:32 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/10 02:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/10 02:53:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2
2025/03/10 02:53:44 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/03/10 02:53:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/03/10 02:53:46 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/03/10 02:53:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:53:51 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/10 02:53:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f21932860abd1d5a4_d20250310_m025351_c001_v0001161_t0005_u01741575231759")
2025/03/10 02:53:51 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/03/10 02:53:52 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:53:52 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/03/10 02:53:52 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 02:53:53 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/10 02:53:55 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:54:00 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:54:00 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/10 02:54:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/03/10 02:54:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053
2025/03/10 02:54:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi
2025/03/10 02:54:04 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1
2025/03/10 02:54:05 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1
2025/03/10 02:54:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0
2025/03/10 02:54:14 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed
2025/03/10 02:54:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:54:18 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/10 02:54:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f2014a8e268568814_d20250310_m025418_c001_v0001183_t0032_u01741575258207")
2025/03/10 02:54:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:54:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:54:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/10 02:54:19 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:54:31 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:54:31 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106
2025/03/10 02:54:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/10 02:54:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/10 02:54:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/10 02:54:35 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/10 02:54:44 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/10 02:54:45 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/10 02:54:45 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed
2025/03/10 02:54:50 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:54:50 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/10 02:54:50 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f217efa2f9a47b245_d20250310_m025450_c001_v0001144_t0056_u01741575290884")
2025/03/10 02:54:50 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/10 02:54:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:54:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/10 02:55:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:55:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:55:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/03/10 02:55:06 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/03/10 02:55:07 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2
2025/03/10 02:55:12 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/03/10 02:55:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/03/10 02:55:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/03/10 02:55:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:55: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/10 02:55:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f20924c8bbb4b4360_d20250310_m025521_c001_v0001136_t0010_u01741575321112")
2025/03/10 02:55:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/03/10 02:55:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:55:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/03/10 02:55:21 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 02:55:22 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/03/10 02:55:23 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:55:25 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:55:25 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/10 02:55:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi
2025/03/10 02:55:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1
2025/03/10 02:55:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/03/10 02:55:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506
2025/03/10 02:55:31 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1
2025/03/10 02:55:34 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0
2025/03/10 02:55:34 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed
2025/03/10 02:55:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:55:38 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/10 02:55:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfc9a18_d20250310_m025538_c001_v0001184_t0054_u01741575338601")
2025/03/10 02:55:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:55:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:55:38 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/10 02:55:39 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:55:42 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:55:42 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012
2025/03/10 02:55:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/10 02:55:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/10 02:55:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/10 02:55:47 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/10 02:55:55 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/10 02:55:59 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/10 02:55:59 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed
2025/03/10 02:56:04 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:56:04 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/10 02:56:04 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f2084b0764759f701_d20250310_m025604_c001_v0001153_t0007_u01741575364849")
2025/03/10 02:56:04 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/10 02:56:05 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/10 02:56:05 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:56:10 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:56:16 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:56:16 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/03/10 02:56:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/03/10 02:56:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2
2025/03/10 02:56:24 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/03/10 02:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/03/10 02:56:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/03/10 02:56:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:56:37 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/10 02:56:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f212445dfcf7cae51_d20250310_m025637_c001_v0001183_t0058_u01741575397716")
2025/03/10 02:56:37 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/03/10 02:56:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/03/10 02:56:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:56:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 02:56:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2
2025/03/10 02:56:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:56:47 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:56:47 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/10 02:56:51 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi
2025/03/10 02:56:51 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608
2025/03/10 02:56:51 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi
2025/03/10 02:56:51 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1
2025/03/10 02:56:53 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1
2025/03/10 02:57:05 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0
2025/03/10 02:57:05 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed
2025/03/10 02:57:09 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:57:09 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/10 02:57:09 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f20924c8bbb4b44cc_d20250310_m025709_c001_v0001145_t0019_u01741575429570")
2025/03/10 02:57:09 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:57:09 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:57:09 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/10 02:57:11 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:57:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:57:16 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216
2025/03/10 02:57:20 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi
2025/03/10 02:57:20 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608
2025/03/10 02:57:20 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi
2025/03/10 02:57:20 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608
2025/03/10 02:57:24 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0
2025/03/10 02:57:40 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1
2025/03/10 02:57:40 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed
2025/03/10 02:57:45 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:57:45 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/10 02:57:45 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f2064ce6f89beb73f_d20250310_m025745_c001_v0001109_t0024_u01741575465826")
2025/03/10 02:57:45 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/10 02:57:46 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/10 02:57:46 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:57:55 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:58:11 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:58:11 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts
2025/03/10 02:58:17 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_hide_file": EOF)
2025/03/10 02:58:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/03/10 02:58:17 DEBUG : pacer: Reducing sleep to 10ms
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/03/10 02:58:18 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608
2025/03/10 02:58:19 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2
2025/03/10 02:58:30 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1
2025/03/10 02:58:30 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0
2025/03/10 02:58:30 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/03/10 02:58:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:58:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Streaming upload with --b2-chunk-size 8Mi allows uploads of up to 78.125Gi and will fail only when that limit is reached.
2025/03/10 02:58:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f211ee319629fff7f_d20250310_m025835_c001_v0001042_t0000_u01741575515743")
2025/03/10 02:58:35 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/03/10 02:58:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608
2025/03/10 02:58:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:58:36 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 02:58:37 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2
2025/03/10 02:58:39 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:58:54 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:58:54 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/10 02:58:58 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi
2025/03/10 02:58:58 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1
2025/03/10 02:58:58 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi
2025/03/10 02:58:58 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760
2025/03/10 02:59:00 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1
2025/03/10 02:59:09 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0
2025/03/10 02:59:09 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed
2025/03/10 02:59:14 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:59:14 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/10 02:59:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f211ee31962a00035_d20250310_m025915_c001_v0001131_t0006_u01741575555022")
2025/03/10 02:59:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/10 02:59:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 02:59:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1
2025/03/10 02:59:16 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 02:59:18 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 02:59:18 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520
2025/03/10 02:59:20 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi
2025/03/10 02:59:20 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760
2025/03/10 02:59:20 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi
2025/03/10 02:59:20 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760
2025/03/10 02:59:34 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0
2025/03/10 02:59:36 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1
2025/03/10 02:59:36 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed
2025/03/10 02:59:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 02:59:44 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/10 02:59:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d715c1_d20250310_m025944_c001_v0001120_t0045_u01741575584518")
2025/03/10 02:59:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/10 02:59:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/10 02:59:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/03/10 02:59:47 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0
2025/03/10 03:00:10 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1
2025/03/10 03:00:10 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/03/10 03:00:16 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/03/10 03:00:16 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760
2025/03/10 03:00:16 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/03/10 03:00:16 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760
2025/03/10 03:00:16 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/03/10 03:00:17 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1
2025/03/10 03:00:18 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2
2025/03/10 03:00:19 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1
2025/03/10 03:00:26 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0
2025/03/10 03:00:26 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/03/10 03:00:32 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming
2025/03/10 03:00:32 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/10 03:00:32 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfca340_d20250310_m030032_c001_v0001032_t0056_u01741575632838")
2025/03/10 03:00:32 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/03/10 03:00:33 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/03/10 03:00:33 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760
2025/03/10 03:00:33 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1
2025/03/10 03:00:34 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2
2025/03/10 03:00:40 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1
2025/03/10 03:00:52 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0
2025/03/10 03:00:52 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/10 03:01:20 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_zefc21d63f04d7bdb9f580e1b_f2150e057bb58916c_d20250310_m030120_c001_v0001180_t0017_u01741575680575")
2025/03/10 03:01:20 DEBUG : chunked-copy.copy: Copying chunk 1 length 1
2025/03/10 03:01:20 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/10 03:01:21 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/10 03:01:21 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/10 03:01:21 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485759
2025/03/10 03:01:24 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/10 03:01:24 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/10 03:01:24 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/10 03:01:24 DEBUG : chunked-copy: Sending chunk 1 length 4194303
2025/03/10 03:01:29 DEBUG : chunked-copy: Done sending chunk 0
2025/03/10 03:01:31 DEBUG : chunked-copy: Done sending chunk 1
2025/03/10 03:01:31 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/10 03:01:33 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_zefc21d63f04d7bdb9f580e1b_f2080fa94129f5191_d20250310_m030133_c001_v0001177_t0020_u01741575693551")
2025/03/10 03:01:33 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879
2025/03/10 03:01:33 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/10 03:01:34 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/10 03:01:34 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/10 03:01:34 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485760
2025/03/10 03:01:38 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi
2025/03/10 03:01:38 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/10 03:01:39 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi
2025/03/10 03:01:39 DEBUG : chunked-copy: Sending chunk 1 length 4194304
2025/03/10 03:01:39 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_get_upload_part_url": EOF)
2025/03/10 03:01:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/03/10 03:01:39 DEBUG : pacer: Reducing sleep to 10ms
2025/03/10 03:01:41 DEBUG : chunked-copy: Done sending chunk 0
2025/03/10 03:01:46 DEBUG : chunked-copy: Done sending chunk 1
2025/03/10 03:01:46 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/10 03:01:48 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_zefc21d63f04d7bdb9f580e1b_f2084b076475a006c_d20250310_m030148_c001_v0001136_t0048_u01741575708259")
2025/03/10 03:01:48 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/10 03:01:48 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/10 03:01:48 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/10 03:01:49 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/10 03:01:49 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485761
2025/03/10 03:01:53 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/03/10 03:01:53 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/03/10 03:01:53 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/03/10 03:01:53 DEBUG : chunked-copy: Sending chunk 1 length 4194305
2025/03/10 03:02:02 DEBUG : chunked-copy: Done sending chunk 0
2025/03/10 03:02:02 DEBUG : chunked-copy: Done sending chunk 1
2025/03/10 03:02:02 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/03/10 03:02:04 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_zefc21d63f04d7bdb9f580e1b_f211ee31962a00449_d20250310_m030204_c001_v0001172_t0032_u01741575724149")
2025/03/10 03:02:04 DEBUG : chunked-copy.copy: Copying chunk 2 length 1
2025/03/10 03:02:04 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/03/10 03:02:04 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/03/10 03:02:04 DEBUG : chunked-copy.copy: Done copying chunk 2
2025/03/10 03:02:05 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/03/10 03:02:05 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/03/10 03:02:05 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/03/10 03:02:09 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/03/10 03:02:11 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/03/10 03:02:12 DEBUG : Creating backend with remote "TestB2:rclone-test-hefenic1gomi/deeper/nonexisting/directory"
2025/03/10 03:02:12 DEBUG : Config file has changed externally - reloading
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/03/10 03:02:14 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of all files
2025/03/10 03:02:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f400e114de4a9f3de_d20250310_m025919_c001_v7007000_t0000_u01741575559900")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f211ee31962a00035_d20250310_m025915_c001_v0001131_t0006_u01741575555022")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee31962a00033_d20250310_m025914_c001_v7007000_t0000_u01741575554398")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfca22e_d20250310_m025858_c001_v0001104_t0016_u01741575538409")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f404d944845bd40d5_d20250310_m030059_c001_v7007000_t0000_u01741575659161")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfca340_d20250310_m030032_c001_v0001032_t0056_u01741575632838")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f414a6534bdfca33d_d20250310_m030032_c001_v7007000_t0000_u01741575632257")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f203a6e5f04ea86af_d20250310_m030016_c001_v0001183_t0043_u01741575616234")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f403a6e5f04ea86ae_d20250310_m030015_c001_v7007000_t0000_u01741575615966")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d715c1_d20250310_m025944_c001_v0001120_t0045_u01741575584518")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d715c0_d20250310_m025943_c001_v7007000_t0000_u01741575583967")
2025/03/10 03:02:15 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f200e114de4a9f3e1_d20250310_m025920_c001_v0001039_t0033_u01741575560184")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4150e057bb588e85_d20250310_m025403_c001_v7007000_t0000_u01741575243617")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21932860abd1d5a4_d20250310_m025351_c001_v0001161_t0005_u01741575231759")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41932860abd1d59e_d20250310_m025341_c001_v7007000_t0000_u01741575221888")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21692cf185d70f1d_d20250310_m025327_c001_v0001182_t0017_u01741575207493")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41932860abd1d5a3_d20250310_m025351_c001_v7007000_t0000_u01741575231339")
2025/03/10 03:02:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21932860abd1d59f_d20250310_m025342_c001_v0001183_t0024_u01741575222158")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41692cf185d70f19_d20250310_m025327_c001_v7007000_t0000_u01741575207017")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f207598366ebcc96c_d20250310_m025314_c001_v0001184_t0019_u01741575194239")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f407598366ebcc96a_d20250310_m025313_c001_v7007000_t0000_u01741575193971")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f207598366ebcc94d_d20250310_m025305_c001_v0001183_t0026_u01741575185907")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f407598366ebcc94b_d20250310_m025305_c001_v7007000_t0000_u01741575185497")
2025/03/10 03:02:16 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f203a6e5f04ea81bb_d20250310_m025252_c001_v0001182_t0046_u01741575172199")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f400e114de4a9ecbc_d20250310_m025529_c001_v7007000_t0000_u01741575329520")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f20924c8bbb4b4360_d20250310_m025521_c001_v0001136_t0010_u01741575321112")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee319629ffce4_d20250310_m025506_c001_v7007000_t0000_u01741575306028")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f217efa2f9a47b245_d20250310_m025450_c001_v0001144_t0056_u01741575290884")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f40924c8bbb4b435d_d20250310_m025520_c001_v7007000_t0000_u01741575320645")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f211ee319629ffce5_d20250310_m025506_c001_v0001091_t0032_u01741575306286")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f417efa2f9a47b244_d20250310_m025450_c001_v7007000_t0000_u01741575290484")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2051f84dbf4a7f2b_d20250310_m025434_c001_v0001157_t0052_u01741575274836")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4051f84dbf4a7f28_d20250310_m025434_c001_v7007000_t0000_u01741575274565")
2025/03/10 03:02:16 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2014a8e268568814_d20250310_m025418_c001_v0001183_t0032_u01741575258207")
2025/03/10 03:02:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4014a8e268568813_d20250310_m025417_c001_v7007000_t0000_u01741575257712")
2025/03/10 03:02:17 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2150e057bb588e87_d20250310_m025403_c001_v0001184_t0035_u01741575243822")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f403a6e5f04ea81ba_d20250310_m025251_c001_v7007000_t0000_u01741575171889")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f217efa2f9a47b0d2_d20250310_m025237_c001_v0001183_t0020_u01741575157849")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f417efa2f9a47b0d0_d20250310_m025237_c001_v7007000_t0000_u01741575157357")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f212445dfcf7caaa2_d20250310_m025217_c001_v0001183_t0019_u01741575137533")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f412445dfcf7caaa0_d20250310_m025217_c001_v7007000_t0000_u01741575137333")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21824af4945894c0_d20250310_m025203_c001_v0001101_t0033_u01741575123399")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41824af4945894bf_d20250310_m025202_c001_v7007000_t0000_u01741575122963")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2014a8e268568607_d20250310_m025140_c001_v0001157_t0023_u01741575100527")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4014a8e268568606_d20250310_m025140_c001_v7007000_t0000_u01741575100184")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2051f84dbf4a7d3c_d20250310_m025131_c001_v0001130_t0031_u01741575091619")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4051f84dbf4a7d3a_d20250310_m025131_c001_v7007000_t0000_u01741575091164")
2025/03/10 03:02:17 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f210525f89a5bd06d_d20250310_m025117_c001_v0001176_t0050_u01741575077227")
2025/03/10 03:02:17 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f41932860abd1d7a9_d20250310_m025650_c001_v7007000_t0000_u01741575410950")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f212445dfcf7cae51_d20250310_m025637_c001_v0001183_t0058_u01741575397716")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f407598366ebccd83_d20250310_m025621_c001_v7007000_t0000_u01741575381400")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2084b0764759f701_d20250310_m025604_c001_v0001153_t0007_u01741575364849")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f412445dfcf7cae4e_d20250310_m025637_c001_v7007000_t0000_u01741575397230")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f207598366ebccd84_d20250310_m025621_c001_v0001165_t0038_u01741575381684")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4084b0764759f700_d20250310_m025604_c001_v7007000_t0000_u01741575364308")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfc9a44_d20250310_m025547_c001_v0001172_t0049_u01741575347420")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f414a6534bdfc9a42_d20250310_m025547_c001_v7007000_t0000_u01741575347123")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f214a6534bdfc9a18_d20250310_m025538_c001_v0001184_t0054_u01741575338601")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f414a6534bdfc9a15_d20250310_m025538_c001_v7007000_t0000_u01741575338079")
2025/03/10 03:02:18 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f200e114de4a9ecbe_d20250310_m025529_c001_v0001032_t0026_u01741575329793")
2025/03/10 03:02:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f414a6534bdfca229_d20250310_m025858_c001_v7007000_t0000_u01741575538119")
2025/03/10 03:02:18 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f211ee319629fff7f_d20250310_m025835_c001_v0001042_t0000_u01741575515743")
2025/03/10 03:02:18 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee319629fff7d_d20250310_m025835_c001_v7007000_t0000_u01741575515211")
2025/03/10 03:02:18 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f207598366ebccf21_d20250310_m025818_c001_v0001184_t0040_u01741575498098")
2025/03/10 03:02:18 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f407598366ebccf20_d20250310_m025817_c001_v7007000_t0000_u01741575497829")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2064ce6f89beb73f_d20250310_m025745_c001_v0001109_t0024_u01741575465826")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4064ce6f89beb73e_d20250310_m025745_c001_v7007000_t0000_u01741575465292")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f212445dfcf7caef1_d20250310_m025720_c001_v0001038_t0004_u01741575440263")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f412445dfcf7caeee_d20250310_m025719_c001_v7007000_t0000_u01741575439982")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f20924c8bbb4b44cc_d20250310_m025709_c001_v0001145_t0019_u01741575429570")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f40924c8bbb4b44cb_d20250310_m025709_c001_v7007000_t0000_u01741575429074")
2025/03/10 03:02:19 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f21932860abd1d7ac_d20250310_m025651_c001_v0001182_t0049_u01741575411214")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee31962a00464_d20250310_m030208_c001_v7007000_t0000_u01741575728993")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2064ce6f89beb9a5_d20250310_m030153_c001_v0001144_t0012_u01741575713622")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4064ce6f89beb99f_d20250310_m030153_c001_v7007000_t0000_u01741575713028")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f20386259f7436d89_d20250310_m030138_c001_v0001184_t0059_u01741575698702")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f40386259f7436d86_d20250310_m030138_c001_v7007000_t0000_u01741575698181")
2025/03/10 03:02:19 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2150e057bb589182_d20250310_m030124_c001_v0001182_t0040_u01741575684266")
2025/03/10 03:02:20 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4150e057bb58917f_d20250310_m030123_c001_v7007000_t0000_u01741575683760")
2025/03/10 03:02:20 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a2016_d20250310_m030109_c001_v0001036_t0008_u01741575669455")
2025/03/10 03:02:20 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4057502eb27250a1_d20250310_m030108_c001_v7007000_t0000_u01741575668471")
2025/03/10 03:02:20 DEBUG : chunked-copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a2000_d20250310_m030100_c001_v0001036_t0040_u01741575660142")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee31962a00462_d20250310_m030208_c001_v7007000_t0000_u01741575728711")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f211ee31962a00449_d20250310_m030204_c001_v0001172_t0032_u01741575724149")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4064ce6f89beb99b_d20250310_m030152_c001_v7007000_t0000_u01741575712771")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2084b076475a006c_d20250310_m030148_c001_v0001136_t0048_u01741575708259")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f40386259f7436d85_d20250310_m030137_c001_v7007000_t0000_u01741575697981")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2080fa94129f5191_d20250310_m030133_c001_v0001177_t0020_u01741575693551")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4150e057bb58917d_d20250310_m030123_c001_v7007000_t0000_u01741575683561")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f2150e057bb58916c_d20250310_m030120_c001_v0001180_t0017_u01741575680575")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f4057502eb27250a0_d20250310_m030108_c001_v7007000_t0000_u01741575668216")
2025/03/10 03:02:20 DEBUG : chunked-copy.copy: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f103e4340f00db34a_d20250310_m030105_c001_v0001109_t0052_u01741575665068")
2025/03/10 03:02:20 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a1d1d_d20250310_m024916_c001_v0001036_t0034_u01741574956026")
2025/03/10 03:02:20 DEBUG : unknown-size-put.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee31962a00474_d20250310_m030210_c001_v7007000_t0000_u01741575730043")
2025/03/10 03:02:21 DEBUG : unknown-size-put.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a2052_d20250310_m030209_c001_v0001036_t0040_u01741575729581")
2025/03/10 03:02:21 DEBUG : unknown-size-update.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f411ee31962a0047d_d20250310_m030212_c001_v7007000_t0000_u01741575732316")
2025/03/10 03:02:21 DEBUG : unknown-size-update.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a2056_d20250310_m030211_c001_v0001036_t0031_u01741575731283")
2025/03/10 03:02:21 DEBUG : unknown-size-update.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f110c03302e1a2054_d20250310_m030210_c001_v0001036_t0040_u01741575730250")
2025/03/10 03:02:21 DEBUG : versions/test-versions.txt: Deleting (id "4_zefc21d63f04d7bdb9f580e1b_f410525f89a5bd064_d20250310_m025112_c001_v7007000_t0000_u01741575072042")
2025/03/10 03:02:22 INFO  : B2 bucket rclone-test-hefenic1gomi: cleaning bucket "rclone-test-hefenic1gomi" of all files
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (843.07s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- PASS: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.88s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (0.55s)
    --- PASS: TestIntegration/FsMkdir (839.64s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.82s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.26s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.24s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.29s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.27s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.28s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (34.42s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (3.21s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.61s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.59s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.80s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.79s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.70s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.72s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.84s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.68s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.68s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.74s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.74s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.71s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.75s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.69s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.67s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.80s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.66s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.76s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.53s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.27s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.66s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (11.11s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (122.70s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.35s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.43s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.29s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.28s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (1.83s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (1.65s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.69s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.68s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.62s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.33s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.31s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.87s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.28s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.72s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (4.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.88s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.84s)
                --- 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.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.28s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.26s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.24s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.17s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.28s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.56s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.52s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.27s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.55s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.79s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.20s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (2.46s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (2.42s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (12.91s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.14s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.28s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (6.36s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.91s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.57s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (13.80s)
            --- 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.81s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (2.35s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.30s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.05s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (49.52s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (22.79s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.52s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.29s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.29s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (21.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (2.74s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (2.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (21.83s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.80s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.26s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.28s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (1.72s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (1.75s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.59s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.59s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.40s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.40s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.40s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.40s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.36s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.36s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (6.70s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.91s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (5.79s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (3.01s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (3.01s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.53s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (1.13s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.89s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.25s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.72s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.93s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (582.22s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (94.94s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (23.24s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (9.02s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (37.15s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (14.36s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (34.55s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (14.53s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (71.73s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (22.09s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (8.47s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (27.92s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (14.85s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (21.73s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (12.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (85.91s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (30.95s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (16.85s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (31.46s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (15.54s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (23.50s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (8.88s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (81.42s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (17.59s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (9.04s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (34.28s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (17.07s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (29.55s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (13.73s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (127.16s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (29.03s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (10.91s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (57.85s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (32.54s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (40.29s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (22.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (121.04s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (21.78s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (5.50s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (56.08s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (32.01s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (43.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (26.90s)
        --- PASS: TestIntegration/FsMkdir/FsCopyChunked (69.83s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (9.31s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (15.29s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (14.42s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (14.84s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (15.97s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.32s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.06s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.26s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.87s)
        --- 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	843.088s
"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 14m3.671044188s (try 1/5)