"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/04/11 01:50:56 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje"
2025/04/11 01:50:56 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/04/11 01:51:03 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/04/11 01:51:03 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/04/11 01:51:04 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/04/11 01:51:28 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/04/11 01:51:28 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880
2025/04/11 01:51:31 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1
2025/04/11 01:51:31 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576
2025/04/11 01:51:32 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2
2025/04/11 01:51:32 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880
2025/04/11 01:51:33 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0
2025/04/11 01:51:33 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/04/11 01:51:40 DEBUG : Creating backend with remote "TestB2:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/04/11 01:51:41 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/04/11 01:51:46 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of all files
2025/04/11 01:51:47 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07618_d20250411_m015146_c001_v0001134_t0050_u01744336305999")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/04/11 01:51:48 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje/dirToPurgeFromRoot"
2025/04/11 01:51:49 INFO  : B2 bucket rclone-test-jubiqep3raje path dirToPurgeFromRoot: cleaning bucket "rclone-test-jubiqep3raje" of all files
2025/04/11 01:51:50 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0761c_d20250411_m015147_c001_v0001134_t0039_u01744336307699")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/04/11 01:51:50 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje/hello? sausage/êé"
2025/04/11 01:51:50 DEBUG : Config file has changed externally - reloading
2025/04/11 01:51:54 INFO  : B2 bucket rclone-test-jubiqep3raje path hello? sausage/êé: cleaning bucket "rclone-test-jubiqep3raje" of all files
2025/04/11 01:51:54 DEBUG : a/b/c/d/e.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f106e94697d387fed_d20250411_m015153_c001_v0001144_t0029_u01744336313007")
=== 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/04/11 01:52:04 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/04/11 01:52:06 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-jubiqep3raje" from "TestB2:rclone-test-jubiqep3raje"
2025/04/11 01:52:08 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/04/11 01:52:19 DEBUG : Creating backend with remote "TestB2:rclone-test-farolal1gusu"
2025/04/11 01:52:22 DEBUG : B2 bucket rclone-test-farolal1gusu: Purge remote
2025/04/11 01:52:22 INFO  : B2 bucket rclone-test-farolal1gusu: cleaning bucket "rclone-test-farolal1gusu" of all files
2025/04/11 01:52:22 DEBUG : somefile: Deleting (id "4_z1f724d6380cd2b2b9f680e1b_f40912c37490d28df_d20250411_m015221_c001_v0001130_t0046_u01744336341452")
=== 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/04/11 01:52:23 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/04/11 01:52:24 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/04/11 01:52:27 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi
2025/04/11 01:52:27 DEBUG : test-metadata: Sending chunk 0 length 6291456
2025/04/11 01:52:27 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.476Ki offset 6Mi/6.106Mi
2025/04/11 01:52:27 DEBUG : test-metadata: Sending chunk 1 length 111079
2025/04/11 01:52:29 DEBUG : test-metadata: Done sending chunk 1
2025/04/11 01:52:30 DEBUG : test-metadata: Done sending chunk 0
2025/04/11 01:52:30 DEBUG : test-metadata: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions
2025/04/11 01:52:40 DEBUG : versions/test-versions.txt: Clearing upload URL because of error: Post "https://pod-000-1134-03.backblaze.com/b2api/v1/b2_upload_file/4fb20dc380bd2b2b9f680e1b/c001_v0001134_t0022": EOF
2025/04/11 01:52:40 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1134-03.backblaze.com/b2api/v1/b2_upload_file/4fb20dc380bd2b2b9f680e1b/c001_v0001134_t0022": EOF)
2025/04/11 01:52:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms
    fstests.go:143: Put error: Post "https://pod-000-1134-03.backblaze.com/b2api/v1/b2_upload_file/4fb20dc380bd2b2b9f680e1b/c001_v0001134_t0022": EOF - low level retry 1/10
2025/04/11 01:52:42 DEBUG : pacer: Reducing sleep to 10ms
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions-v2025-04-11-015235-040.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/04/11 01:52:44 DEBUG : oldPath = "TestB2:rclone-test-jubiqep3raje/versions/test-versions-v2025-04-11-015235-040.txt"
2025/04/11 01:52:44 DEBUG : newPath = "TestB2,versions:rclone-test-jubiqep3raje/versions/test-versions-v2025-04-11-015235-040.txt"
2025/04/11 01:52:44 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-jubiqep3raje/versions/test-versions-v2025-04-11-015235-040.txt"
2025/04/11 01:52:44 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name
2025/04/11 01:52:45 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-jubiqep3raje/versions/test-versions-v2025-04-11-015235-040.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-jubiqep3raje/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/04/11 01:52:47 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of all hidden files
2025/04/11 01:52:47 DEBUG :  leading space/ leading space: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecc_d20250411_m015111_c001_v7007000_t0000_u01744336271491") as it is a hide marker
2025/04/11 01:52:47 NOTICE:  leading space/ leading space: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG :  leading space/ leading space: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ba_d20250411_m015110_c001_v0001134_t0022_u01744336270803")
2025/04/11 01:52:47 NOTICE:  leading space/ leading space: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecb_d20250411_m015110_c001_v7007000_t0000_u01744336270440") as it is a hide marker
2025/04/11 01:52:47 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075b6_d20250411_m015109_c001_v0001134_t0057_u01744336269578")
2025/04/11 01:52:47 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed3_d20250411_m015117_c001_v7007000_t0000_u01744336277650") as it is a hide marker
2025/04/11 01:52:47 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : .leading dot/.leading dot: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ca_d20250411_m015117_c001_v0001134_t0031_u01744336277011")
2025/04/11 01:52:47 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : created from root.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f4135fb94541a5bc7_d20250411_m015215_c001_v7007000_t0000_u01744336335615") as it is a hide marker
2025/04/11 01:52:47 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : created from root.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f1171db47ea40b2a4_d20250411_m015214_c001_v0001104_t0029_u01744336334374")
2025/04/11 01:52:47 NOTICE: created from root.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8650_d20250411_m015223_c001_v7007000_t0000_u01744336343556") as it is a hide marker
2025/04/11 01:52:47 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07632_d20250411_m015203_c001_v0001134_t0040_u01744336323717")
2025/04/11 01:52:47 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f11823927a394a0b4_d20250411_m015159_c001_v0001144_t0019_u01744336319609")
2025/04/11 01:52:47 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0760a_d20250411_m015138_c001_v0001134_t0048_u01744336298190")
2025/04/11 01:52:47 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07604_d20250411_m015137_c001_v0001134_t0018_u01744336297148")
2025/04/11 01:52:47 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07608_d20250411_m015137_c001_v0001134_t0037_u01744336297641") "upload" dated 2025-04-11 01:51:37.641 +0000 UTC (1m9.858845879s ago)
2025/04/11 01:52:47 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a5ad5_d20250411_m015157_c001_v7007000_t0000_u01744336317426") as it is a hide marker
2025/04/11 01:52:47 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f105ae5cb6c758bbc_d20250411_m015156_c001_v0001120_t0019_u01744336316816")
2025/04/11 01:52:47 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f104d9d151f08c82c_d20250411_m015156_c001_v0001183_t0009_u01744336316161")
2025/04/11 01:52:47 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edb_d20250411_m015125_c001_v7007000_t0000_u01744336285195") as it is a hide marker
2025/04/11 01:52:47 NOTICE: invalid utf-8�/invalid utf-8�: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075de_d20250411_m015124_c001_v0001134_t0051_u01744336284262")
2025/04/11 01:52:47 NOTICE: invalid utf-8�/invalid utf-8�: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : piped data.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8652_d20250411_m015225_c001_v7007000_t0000_u01744336345340") as it is a hide marker
2025/04/11 01:52:47 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07658_d20250411_m015224_c001_v0001134_t0022_u01744336344839")
2025/04/11 01:52:47 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8651_d20250411_m015224_c001_v7007000_t0000_u01744336344638")
2025/04/11 01:52:47 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403147421ae07656_d20250411_m015224_c001_v0001134_t0022_u01744336344277")
2025/04/11 01:52:47 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edc_d20250411_m015126_c001_v7007000_t0000_u01744336286554") as it is a hide marker
2025/04/11 01:52:47 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075e2_d20250411_m015125_c001_v0001134_t0007_u01744336285607")
2025/04/11 01:52:47 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : test-metadata: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41541fca761b5736_d20250411_m015232_c001_v7007000_t0000_u01744336352502") as it is a hide marker
2025/04/11 01:52:47 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f21755898810e8654_d20250411_m015227_c001_v0001037_t0014_u01744336347273")
2025/04/11 01:52:47 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8653_d20250411_m015226_c001_v7007000_t0000_u01744336346365")
2025/04/11 01:52:47 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0765c_d20250411_m015225_c001_v0001134_t0039_u01744336345521")
2025/04/11 01:52:47 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed6_d20250411_m015119_c001_v7007000_t0000_u01744336279659") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d0_d20250411_m015119_c001_v0001134_t0037_u01744336279004")
2025/04/11 01:52:47 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed8_d20250411_m015121_c001_v7007000_t0000_u01744336281686") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d6_d20250411_m015121_c001_v0001134_t0036_u01744336281032")
2025/04/11 01:52:47 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed7_d20250411_m015120_c001_v7007000_t0000_u01744336280670") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d4_d20250411_m015120_c001_v0001134_t0044_u01744336280021")
2025/04/11 01:52:47 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed9_d20250411_m015122_c001_v7007000_t0000_u01744336282868") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075da_d20250411_m015122_c001_v0001134_t0002_u01744336282048")
2025/04/11 01:52:47 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565eda_d20250411_m015123_c001_v7007000_t0000_u01744336283900") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075dc_d20250411_m015123_c001_v0001134_t0013_u01744336283231")
2025/04/11 01:52:47 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing space /trailing space : Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed4_d20250411_m015118_c001_v7007000_t0000_u01744336278642") as it is a hide marker
2025/04/11 01:52:47 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : trailing space /trailing space : Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ce_d20250411_m015118_c001_v0001134_t0019_u01744336278012")
2025/04/11 01:52:47 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e135c_d20250411_m015242_c001_v0001183_t0029_u01744336362963") "upload" dated 2025-04-11 01:52:42.963 +0000 UTC (4.537548649s ago)
2025/04/11 01:52:47 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5bd_d20250411_m015238_c001_v7007000_t0000_u01744336358148")
2025/04/11 01:52:47 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0766c_d20250411_m015235_c001_v0001134_t0058_u01744336355040")
2025/04/11 01:52:47 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ee1_d20250411_m015136_c001_v7007000_t0000_u01744336296602") as it is a hide marker
2025/04/11 01:52:47 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f202dd0b75b565ede_d20250411_m015128_c001_v0001144_t0033_u01744336288714")
2025/04/11 01:52:47 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : zero-length-file: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edd_d20250411_m015128_c001_v7007000_t0000_u01744336288392") as it is a hide marker
2025/04/11 01:52:47 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : zero-length-file: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403147421ae075ee_d20250411_m015127_c001_v0001134_t0022_u01744336287848")
2025/04/11 01:52:47 NOTICE: zero-length-file: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecd_d20250411_m015112_c001_v7007000_t0000_u01744336272489") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075bc_d20250411_m015111_c001_v0001134_t0039_u01744336271851")
2025/04/11 01:52:47 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ec7_d20250411_m015107_c001_v7007000_t0000_u01744336267037") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ac_d20250411_m015105_c001_v0001134_t0035_u01744336265988")
2025/04/11 01:52:47 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed0_d20250411_m015115_c001_v7007000_t0000_u01744336275637") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c4_d20250411_m015115_c001_v0001134_t0031_u01744336275000")
2025/04/11 01:52:47 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecf_d20250411_m015114_c001_v7007000_t0000_u01744336274638") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c0_d20250411_m015113_c001_v0001134_t0038_u01744336273976")
2025/04/11 01:52:47 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed1_d20250411_m015116_c001_v7007000_t0000_u01744336276651") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c8_d20250411_m015116_c001_v0001134_t0043_u01744336275999")
2025/04/11 01:52:47 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ece_d20250411_m015113_c001_v7007000_t0000_u01744336273567") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075be_d20250411_m015112_c001_v0001134_t0049_u01744336272849")
2025/04/11 01:52:47 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ./.: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ec8_d20250411_m015108_c001_v7007000_t0000_u01744336268066") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ./.: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ./.: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ae_d20250411_m015107_c001_v0001134_t0038_u01744336267397")
2025/04/11 01:52:47 NOTICE: ./.: Skipped delete as --dry-run is set
2025/04/11 01:52:47 DEBUG : ../..: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565eca_d20250411_m015109_c001_v7007000_t0000_u01744336269219") as it is a hide marker
2025/04/11 01:52:47 NOTICE: ../..: Skipped remove hide marker as --dry-run is set
2025/04/11 01:52:47 DEBUG : ../..: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075b0_d20250411_m015108_c001_v0001134_t0007_u01744336268436")
2025/04/11 01:52:47 NOTICE: ../..: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing
2025/04/11 01:52:47 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of all hidden files
2025/04/11 01:52:47 DEBUG :  leading space/ leading space: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecc_d20250411_m015111_c001_v7007000_t0000_u01744336271491") as it is a hide marker
2025/04/11 01:52:47 DEBUG :  leading space/ leading space: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ba_d20250411_m015110_c001_v0001134_t0022_u01744336270803")
2025/04/11 01:52:47 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecb_d20250411_m015110_c001_v7007000_t0000_u01744336270440") as it is a hide marker
2025/04/11 01:52:47 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075b6_d20250411_m015109_c001_v0001134_t0057_u01744336269578")
2025/04/11 01:52:47 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed3_d20250411_m015117_c001_v7007000_t0000_u01744336277650") as it is a hide marker
2025/04/11 01:52:47 DEBUG : .leading dot/.leading dot: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ca_d20250411_m015117_c001_v0001134_t0031_u01744336277011")
2025/04/11 01:52:47 DEBUG : created from root.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f4135fb94541a5bc7_d20250411_m015215_c001_v7007000_t0000_u01744336335615") as it is a hide marker
2025/04/11 01:52:47 DEBUG : created from root.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f1171db47ea40b2a4_d20250411_m015214_c001_v0001104_t0029_u01744336334374")
2025/04/11 01:52:47 DEBUG : file name.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8650_d20250411_m015223_c001_v7007000_t0000_u01744336343556") as it is a hide marker
2025/04/11 01:52:48 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07632_d20250411_m015203_c001_v0001134_t0040_u01744336323717")
2025/04/11 01:52:48 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f11823927a394a0b4_d20250411_m015159_c001_v0001144_t0019_u01744336319609")
2025/04/11 01:52:48 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0760a_d20250411_m015138_c001_v0001134_t0048_u01744336298190")
2025/04/11 01:52:48 DEBUG : file name.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07604_d20250411_m015137_c001_v0001134_t0018_u01744336297148")
2025/04/11 01:52:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07608_d20250411_m015137_c001_v0001134_t0037_u01744336297641") "upload" dated 2025-04-11 01:51:37.641 +0000 UTC (1m10.886918457s ago)
2025/04/11 01:52:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a5ad5_d20250411_m015157_c001_v7007000_t0000_u01744336317426") as it is a hide marker
2025/04/11 01:52:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f105ae5cb6c758bbc_d20250411_m015156_c001_v0001120_t0019_u01744336316816")
2025/04/11 01:52:48 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f104d9d151f08c82c_d20250411_m015156_c001_v0001183_t0009_u01744336316161")
2025/04/11 01:52:48 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edb_d20250411_m015125_c001_v7007000_t0000_u01744336285195") as it is a hide marker
2025/04/11 01:52:48 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075de_d20250411_m015124_c001_v0001134_t0051_u01744336284262")
2025/04/11 01:52:48 DEBUG : piped data.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8652_d20250411_m015225_c001_v7007000_t0000_u01744336345340") as it is a hide marker
2025/04/11 01:52:48 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07658_d20250411_m015224_c001_v0001134_t0022_u01744336344839")
2025/04/11 01:52:48 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8651_d20250411_m015224_c001_v7007000_t0000_u01744336344638")
2025/04/11 01:52:48 DEBUG : piped data.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403147421ae07656_d20250411_m015224_c001_v0001134_t0022_u01744336344277")
2025/04/11 01:52:48 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edc_d20250411_m015126_c001_v7007000_t0000_u01744336286554") as it is a hide marker
2025/04/11 01:52:49 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075e2_d20250411_m015125_c001_v0001134_t0007_u01744336285607")
2025/04/11 01:52:49 DEBUG : test-metadata: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f41541fca761b5736_d20250411_m015232_c001_v7007000_t0000_u01744336352502") as it is a hide marker
2025/04/11 01:52:49 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f21755898810e8654_d20250411_m015227_c001_v0001037_t0014_u01744336347273")
2025/04/11 01:52:49 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f41755898810e8653_d20250411_m015226_c001_v7007000_t0000_u01744336346365")
2025/04/11 01:52:49 DEBUG : test-metadata: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0765c_d20250411_m015225_c001_v0001134_t0039_u01744336345521")
2025/04/11 01:52:49 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed6_d20250411_m015119_c001_v7007000_t0000_u01744336279659") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d0_d20250411_m015119_c001_v0001134_t0037_u01744336279004")
2025/04/11 01:52:49 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed8_d20250411_m015121_c001_v7007000_t0000_u01744336281686") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d6_d20250411_m015121_c001_v0001134_t0036_u01744336281032")
2025/04/11 01:52:49 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed7_d20250411_m015120_c001_v7007000_t0000_u01744336280670") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075d4_d20250411_m015120_c001_v0001134_t0044_u01744336280021")
2025/04/11 01:52:49 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed9_d20250411_m015122_c001_v7007000_t0000_u01744336282868") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075da_d20250411_m015122_c001_v0001134_t0002_u01744336282048")
2025/04/11 01:52:49 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565eda_d20250411_m015123_c001_v7007000_t0000_u01744336283900") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075dc_d20250411_m015123_c001_v0001134_t0013_u01744336283231")
2025/04/11 01:52:49 DEBUG : trailing space /trailing space : Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed4_d20250411_m015118_c001_v7007000_t0000_u01744336278642") as it is a hide marker
2025/04/11 01:52:49 DEBUG : trailing space /trailing space : Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ce_d20250411_m015118_c001_v0001134_t0019_u01744336278012")
2025/04/11 01:52:49 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e135c_d20250411_m015242_c001_v0001183_t0029_u01744336362963") "upload" dated 2025-04-11 01:52:42.963 +0000 UTC (6.930595747s ago)
2025/04/11 01:52:49 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5bd_d20250411_m015238_c001_v7007000_t0000_u01744336358148")
2025/04/11 01:52:49 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae0766c_d20250411_m015235_c001_v0001134_t0058_u01744336355040")
2025/04/11 01:52:49 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ee1_d20250411_m015136_c001_v7007000_t0000_u01744336296602") as it is a hide marker
2025/04/11 01:52:50 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f202dd0b75b565ede_d20250411_m015128_c001_v0001144_t0033_u01744336288714")
2025/04/11 01:52:50 DEBUG : zero-length-file: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565edd_d20250411_m015128_c001_v7007000_t0000_u01744336288392") as it is a hide marker
2025/04/11 01:52:50 DEBUG : zero-length-file: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403147421ae075ee_d20250411_m015127_c001_v0001134_t0022_u01744336287848")
2025/04/11 01:52:50 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecd_d20250411_m015112_c001_v7007000_t0000_u01744336272489") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075bc_d20250411_m015111_c001_v0001134_t0039_u01744336271851")
2025/04/11 01:52:50 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ec7_d20250411_m015107_c001_v7007000_t0000_u01744336267037") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ac_d20250411_m015105_c001_v0001134_t0035_u01744336265988")
2025/04/11 01:52:50 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed0_d20250411_m015115_c001_v7007000_t0000_u01744336275637") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c4_d20250411_m015115_c001_v0001134_t0031_u01744336275000")
2025/04/11 01:52:50 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ecf_d20250411_m015114_c001_v7007000_t0000_u01744336274638") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c0_d20250411_m015113_c001_v0001134_t0038_u01744336273976")
2025/04/11 01:52:50 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ed1_d20250411_m015116_c001_v7007000_t0000_u01744336276651") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075c8_d20250411_m015116_c001_v0001134_t0043_u01744336275999")
2025/04/11 01:52:50 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ece_d20250411_m015113_c001_v7007000_t0000_u01744336273567") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075be_d20250411_m015112_c001_v0001134_t0049_u01744336272849")
2025/04/11 01:52:50 DEBUG : ./.: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565ec8_d20250411_m015108_c001_v7007000_t0000_u01744336268066") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ./.: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075ae_d20250411_m015107_c001_v0001134_t0038_u01744336267397")
2025/04/11 01:52:50 DEBUG : ../..: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f402dd0b75b565eca_d20250411_m015109_c001_v7007000_t0000_u01744336269219") as it is a hide marker
2025/04/11 01:52:50 DEBUG : ../..: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae075b0_d20250411_m015108_c001_v0001134_t0007_u01744336268436")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished
2025/04/11 01:52:51 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/04/11 01:52:51 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/04/11 01:52:52 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/04/11 01:52:52 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/04/11 01:52:52 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of pending multipart uploads older than 0s
2025/04/11 01:52:52 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07608_d20250411_m015137_c001_v0001134_t0037_u01744336297641") "upload" dated 2025-04-11 01:51:37.641 +0000 UTC (1m15.171844954s ago)
2025/04/11 01:52:52 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5cf_d20250411_m015251_c001_v0001181_t0016_u01744336371731") as it is a start marker (upload started at 2025-04-11 01:52:51.731 +0000 UTC)
2025/04/11 01:52:52 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set
2025/04/11 01:52:52 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d0_d20250411_m015251_c001_v0001179_t0011_u01744336371925") as it is a start marker (upload started at 2025-04-11 01:52:51.925 +0000 UTC)
2025/04/11 01:52:52 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set
2025/04/11 01:52:52 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d1_d20250411_m015252_c001_v0001161_t0036_u01744336372145") as it is a start marker (upload started at 2025-04-11 01:52:52.145 +0000 UTC)
2025/04/11 01:52:52 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set
2025/04/11 01:52:52 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d2_d20250411_m015252_c001_v0001172_t0030_u01744336372338") as it is a start marker (upload started at 2025-04-11 01:52:52.338 +0000 UTC)
2025/04/11 01:52:52 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set
2025/04/11 01:52:52 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5ce_d20250411_m015251_c001_v7007000_t0000_u01744336371550") "hide" dated 2025-04-11 01:52:51.55 +0000 UTC (1.26305609s ago)
2025/04/11 01:52:52 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e135c_d20250411_m015242_c001_v0001183_t0029_u01744336362963")
2025/04/11 01:52:52 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing
2025/04/11 01:52:52 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of pending multipart uploads older than 0s
2025/04/11 01:52:53 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07608_d20250411_m015137_c001_v0001134_t0037_u01744336297641") "upload" dated 2025-04-11 01:51:37.641 +0000 UTC (1m15.535890884s ago)
2025/04/11 01:52:53 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5cf_d20250411_m015251_c001_v0001181_t0016_u01744336371731") as it is a start marker (upload started at 2025-04-11 01:52:51.731 +0000 UTC)
2025/04/11 01:52:53 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d0_d20250411_m015251_c001_v0001179_t0011_u01744336371925") as it is a start marker (upload started at 2025-04-11 01:52:51.925 +0000 UTC)
2025/04/11 01:52:53 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d1_d20250411_m015252_c001_v0001161_t0036_u01744336372145") as it is a start marker (upload started at 2025-04-11 01:52:52.145 +0000 UTC)
2025/04/11 01:52:53 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d2_d20250411_m015252_c001_v0001172_t0030_u01744336372338") as it is a start marker (upload started at 2025-04-11 01:52:52.338 +0000 UTC)
2025/04/11 01:52:53 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5ce_d20250411_m015251_c001_v7007000_t0000_u01744336371550") "hide" dated 2025-04-11 01:52:51.55 +0000 UTC (1.627115396s ago)
2025/04/11 01:52:53 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e135c_d20250411_m015242_c001_v0001183_t0029_u01744336362963")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun
2025/04/11 01:52:53 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/04/11 01:52:54 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/04/11 01:52:54 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/04/11 01:52:55 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi
2025/04/11 01:52:55 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1
2025/04/11 01:52:55 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi
2025/04/11 01:52:55 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880
2025/04/11 01:52:56 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1
2025/04/11 01:52:58 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0
2025/04/11 01:52:58 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed
2025/04/11 01:53:00 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:00 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/04/11 01:53:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497346_d20250411_m015300_c001_v0001117_t0054_u01744336380967")
2025/04/11 01:53:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:53:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:53:01 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/11 01:53:02 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:03 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:03 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760
2025/04/11 01:53:05 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi
2025/04/11 01:53:05 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880
2025/04/11 01:53:05 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi
2025/04/11 01:53:05 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880
2025/04/11 01:53:07 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0
2025/04/11 01:53:07 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1
2025/04/11 01:53:07 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed
2025/04/11 01:53:09 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:09 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/04/11 01:53:09 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497367_d20250411_m015309_c001_v0001117_t0051_u01744336389308")
2025/04/11 01:53:09 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/11 01:53:09 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:53:09 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880
2025/04/11 01:53:12 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:12 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:12 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/04/11 01:53:14 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880
2025/04/11 01:53:15 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2
2025/04/11 01:53:16 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0
2025/04/11 01:53:16 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1
2025/04/11 01:53:16 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:18 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/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973bf_d20250411_m015318_c001_v0001098_t0013_u01744336398555")
2025/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:53:18 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880
2025/04/11 01:53:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:53:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:21 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/04/11 01:53:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi
2025/04/11 01:53:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1
2025/04/11 01:53:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/04/11 01:53:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:23 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1
2025/04/11 01:53:25 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0
2025/04/11 01:53:25 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed
2025/04/11 01:53:26 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:26 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/04/11 01:53:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973c7_d20250411_m015326_c001_v0001184_t0054_u01744336406937")
2025/04/11 01:53:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:53:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:53:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:27 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:29 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000
2025/04/11 01:53:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/04/11 01:53:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/04/11 01:53:30 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/04/11 01:53:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/04/11 01:53:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/04/11 01:53:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed
2025/04/11 01:53:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:34 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/04/11 01:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973cc_d20250411_m015334_c001_v0001182_t0022_u01744336414933")
2025/04/11 01:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:53:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/04/11 01:53:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/04/11 01:53:39 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/04/11 01:53:40 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2
2025/04/11 01:53:41 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/04/11 01:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/04/11 01:53:42 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/04/11 01:53:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:43 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/04/11 01:53:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8563_d20250411_m015343_c001_v0001171_t0047_u01744336423800")
2025/04/11 01:53:43 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/11 01:53:44 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:53:44 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:53:44 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/04/11 01:53:45 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:53:46 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:46 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:46 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/04/11 01:53:48 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi
2025/04/11 01:53:48 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1
2025/04/11 01:53:48 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/04/11 01:53:48 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053
2025/04/11 01:53:49 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1
2025/04/11 01:53:50 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0
2025/04/11 01:53:50 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed
2025/04/11 01:53:51 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:53:51 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/04/11 01:53:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b856a_d20250411_m015352_c001_v0001042_t0056_u01744336432015")
2025/04/11 01:53:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:53:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:53:52 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/11 01:53:53 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:53:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:53:54 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106
2025/04/11 01:53:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/04/11 01:53:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/04/11 01:53:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/04/11 01:53:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/04/11 01:53:58 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/04/11 01:53:58 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/04/11 01:53:58 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed
2025/04/11 01:54:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:00 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/04/11 01:54:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8572_d20250411_m015400_c001_v0001100_t0016_u01744336440386")
2025/04/11 01:54:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/11 01:54:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:54:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/04/11 01:54:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/04/11 01:54:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/04/11 01:54:04 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/04/11 01:54:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/11 01:54:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/04/11 01:54:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/04/11 01:54:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/04/11 01:54:05 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2
2025/04/11 01:54:07 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/04/11 01:54:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/04/11 01:54:08 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:10 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/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8581_d20250411_m015410_c001_v0001113_t0010_u01744336450177")
2025/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:54:10 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/04/11 01:54:11 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:54:12 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:13 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:13 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/04/11 01:54:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi
2025/04/11 01:54:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1
2025/04/11 01:54:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/04/11 01:54:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:15 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1
2025/04/11 01:54:17 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0
2025/04/11 01:54:17 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed
2025/04/11 01:54:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:18 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/04/11 01:54:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b858b_d20250411_m015419_c001_v0001171_t0021_u01744336459035")
2025/04/11 01:54:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:54:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:54:19 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:21 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012
2025/04/11 01:54:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/04/11 01:54:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/04/11 01:54:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/04/11 01:54:25 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/04/11 01:54:26 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/04/11 01:54:26 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed
2025/04/11 01:54:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:27 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/04/11 01:54:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769a3b_d20250411_m015428_c001_v0001171_t0056_u01744336468021")
2025/04/11 01:54:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:54:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/04/11 01:54:30 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:30 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:30 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/04/11 01:54:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1
2025/04/11 01:54:34 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2
2025/04/11 01:54:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/04/11 01:54:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/04/11 01:54:35 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Streaming upload with --b2-chunk-size 6.667Mi allows uploads of up to 65.104Gi and will fail only when that limit is reached.
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f212fea736ac9573e_d20250411_m015438_c001_v0001106_t0008_u01744336478389")
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:54:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/04/11 01:54:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:41 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:41 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/04/11 01:54:44 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi
2025/04/11 01:54:44 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1
2025/04/11 01:54:44 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi
2025/04/11 01:54:44 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608
2025/04/11 01:54:44 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1
2025/04/11 01:54:46 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0
2025/04/11 01:54:46 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed
2025/04/11 01:54:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:48 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/04/11 01:54:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd25_d20250411_m015448_c001_v0001184_t0012_u01744336488785")
2025/04/11 01:54:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:54:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:54:48 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/11 01:54:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:54:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:54:51 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216
2025/04/11 01:54:53 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi
2025/04/11 01:54:53 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608
2025/04/11 01:54:53 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi
2025/04/11 01:54:53 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608
2025/04/11 01:54:55 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0
2025/04/11 01:54:55 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1
2025/04/11 01:54:55 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed
2025/04/11 01:54:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:54:58 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/04/11 01:54:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd2a_d20250411_m015458_c001_v0001036_t0048_u01744336498409")
2025/04/11 01:54:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/11 01:54:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:54:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608
2025/04/11 01:55:01 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:55:01 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:55:01 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/04/11 01:55:04 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608
2025/04/11 01:55:05 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2
2025/04/11 01:55:06 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0
2025/04/11 01:55:07 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1
2025/04/11 01:55:07 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:55:09 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/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497515_d20250411_m015509_c001_v0001180_t0054_u01744336509505")
2025/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608
2025/04/11 01:55:09 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:55:10 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:55:12 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:55:12 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:55:12 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/04/11 01:55:14 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi
2025/04/11 01:55:14 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:14 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi
2025/04/11 01:55:14 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1
2025/04/11 01:55:15 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1
2025/04/11 01:55:17 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0
2025/04/11 01:55:17 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed
2025/04/11 01:55:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:55:19 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/04/11 01:55:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497521_d20250411_m015519_c001_v0001180_t0017_u01744336519815")
2025/04/11 01:55:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:55:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/11 01:55:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:19 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_get_upload_part_url": EOF)
2025/04/11 01:55:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/11 01:55:20 DEBUG : pacer: Reducing sleep to 10ms
2025/04/11 01:55:20 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:55:22 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:55:22 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520
2025/04/11 01:55:24 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi
2025/04/11 01:55:24 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:25 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi
2025/04/11 01:55:25 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760
2025/04/11 01:55:27 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0
2025/04/11 01:55:27 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1
2025/04/11 01:55:27 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed
2025/04/11 01:55:30 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:55:30 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/04/11 01:55:30 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f219f9d256e402405_d20250411_m015530_c001_v0001184_t0033_u01744336530249")
2025/04/11 01:55:30 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:30 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/11 01:55:30 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760
2025/04/11 01:55:32 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:55:33 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:55:33 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760
2025/04/11 01:55:36 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2
2025/04/11 01:55:38 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0
2025/04/11 01:55:39 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1
2025/04/11 01:55:39 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/04/11 01:55:41 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/11 01:55:41 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/04/11 01:55:41 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769e6d_d20250411_m015541_c001_v0001106_t0023_u01744336541785")
2025/04/11 01:55:41 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/11 01:55:42 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/11 01:55:42 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/11 01:55:42 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760
2025/04/11 01:55:43 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2
2025/04/11 01:55:44 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0
2025/04/11 01:55:45 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1
2025/04/11 01:55:45 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/04/11 01:55:52 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60bc_d20250411_m015552_c001_v0001178_t0044_u01744336552651")
2025/04/11 01:55:52 DEBUG : chunked-copy.copy: Copying chunk 1 length 1
2025/04/11 01:55:52 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/11 01:55:53 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/11 01:55:53 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/11 01:55:53 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485759
2025/04/11 01:55:55 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/04/11 01:55:55 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/11 01:55:55 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/04/11 01:55:55 DEBUG : chunked-copy: Sending chunk 1 length 4194303
2025/04/11 01:55:57 DEBUG : chunked-copy: Done sending chunk 0
2025/04/11 01:55:58 DEBUG : chunked-copy: Done sending chunk 1
2025/04/11 01:55:58 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/11 01:55:58 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4fb20dc380bd2b2b9f680e1b_f210c68575a107e58_d20250411_m015558_c001_v0001146_t0000_u01744336558781")
2025/04/11 01:55:58 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879
2025/04/11 01:55:58 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/11 01:55:59 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/11 01:55:59 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/11 01:55:59 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485760
2025/04/11 01:56:01 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi
2025/04/11 01:56:01 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/11 01:56:01 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi
2025/04/11 01:56:01 DEBUG : chunked-copy: Sending chunk 1 length 4194304
2025/04/11 01:56:04 DEBUG : chunked-copy: Done sending chunk 0
2025/04/11 01:56:04 DEBUG : chunked-copy: Done sending chunk 1
2025/04/11 01:56:04 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/11 01:56:04 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z4fb20dc380bd2b2b9f680e1b_f210c68575a107e7a_d20250411_m015604_c001_v0001157_t0010_u01744336564866")
2025/04/11 01:56:04 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/04/11 01:56:04 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/11 01:56:05 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/11 01:56:05 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/11 01:56:05 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485761
2025/04/11 01:56:08 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/04/11 01:56:08 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/11 01:56:08 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/04/11 01:56:08 DEBUG : chunked-copy: Sending chunk 1 length 4194305
2025/04/11 01:56:10 DEBUG : chunked-copy: Done sending chunk 0
2025/04/11 01:56:10 DEBUG : chunked-copy: Done sending chunk 1
2025/04/11 01:56:10 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/11 01:56:11 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60ca_d20250411_m015611_c001_v0001115_t0048_u01744336571184")
2025/04/11 01:56:11 DEBUG : chunked-copy.copy: Copying chunk 2 length 1
2025/04/11 01:56:11 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/11 01:56:11 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/04/11 01:56:12 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/11 01:56:12 DEBUG : chunked-copy.copy: Done copying chunk 2
2025/04/11 01:56:12 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/11 01:56:12 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/04/11 01:56:13 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/04/11 01:56:15 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/04/11 01:56:15 DEBUG : Creating backend with remote "TestB2:rclone-test-jubiqep3raje/deeper/nonexisting/directory"
=== RUN   TestIntegration/FsMkdir/FsDirSetModTime
    fstests.go:2625: FS has no DirSetModTime interface
=== RUN   TestIntegration/FsMkdir/FsMkdirMetadata
    fstests.go:2668: FS has no MkdirMetadata interface
=== RUN   TestIntegration/FsMkdir/FsDirectory
    fstests.go:2717: Can't test if can't have empty directories
2025/04/11 01:56:16 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of all files
2025/04/11 01:56:17 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f419f9d256e4023fc_d20250411_m015524_c001_v7007000_t0000_u01744336524006")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497521_d20250411_m015519_c001_v0001180_t0017_u01744336519815")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee49751f_d20250411_m015519_c001_v7007000_t0000_u01744336519199")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fc236_d20250411_m015514_c001_v0001134_t0016_u01744336514263")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60b8_d20250411_m015547_c001_v7007000_t0000_u01744336547302")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769e6d_d20250411_m015541_c001_v0001106_t0023_u01744336541785")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4040c4b19f769e6b_d20250411_m015541_c001_v7007000_t0000_u01744336541221")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f219f9d256e40240b_d20250411_m015535_c001_v0001184_t0020_u01744336535628")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f419f9d256e40240a_d20250411_m015535_c001_v7007000_t0000_u01744336535439")
2025/04/11 01:56:17 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF)
2025/04/11 01:56:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/11 01:56:17 DEBUG : pacer: Reducing sleep to 10ms
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f219f9d256e402405_d20250411_m015530_c001_v0001184_t0033_u01744336530249")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f419f9d256e402404_d20250411_m015529_c001_v7007000_t0000_u01744336529686")
2025/04/11 01:56:17 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f219f9d256e4023fd_d20250411_m015524_c001_v0001182_t0015_u01744336524188")
2025/04/11 01:56:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973d9_d20250411_m015347_c001_v7007000_t0000_u01744336427873")
2025/04/11 01:56:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8563_d20250411_m015343_c001_v0001171_t0047_u01744336423800")
2025/04/11 01:56:17 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973d1_d20250411_m015338_c001_v7007000_t0000_u01744336418851")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973cc_d20250411_m015334_c001_v0001182_t0022_u01744336414933")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b8561_d20250411_m015343_c001_v7007000_t0000_u01744336423402")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973d2_d20250411_m015339_c001_v0001102_t0047_u01744336419032")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973cb_d20250411_m015334_c001_v7007000_t0000_u01744336414567")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb605_d20250411_m015330_c001_v0001171_t0054_u01744336410401")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb604_d20250411_m015330_c001_v7007000_t0000_u01744336410221")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973c7_d20250411_m015326_c001_v0001184_t0054_u01744336406937")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973c6_d20250411_m015326_c001_v7007000_t0000_u01744336406503")
2025/04/11 01:56:18 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5fc_d20250411_m015322_c001_v0001184_t0048_u01744336402923")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4040c4b19f769a30_d20250411_m015414_c001_v7007000_t0000_u01744336454479")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8581_d20250411_m015410_c001_v0001113_t0010_u01744336450177")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b8577_d20250411_m015404_c001_v7007000_t0000_u01744336444347")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8572_d20250411_m015400_c001_v0001100_t0016_u01744336440386")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b8580_d20250411_m015409_c001_v7007000_t0000_u01744336449784")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b8578_d20250411_m015404_c001_v0001182_t0044_u01744336444530")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b8570_d20250411_m015359_c001_v7007000_t0000_u01744336439984")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973e3_d20250411_m015355_c001_v0001036_t0014_u01744336435732")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973e2_d20250411_m015355_c001_v7007000_t0000_u01744336435551")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b856a_d20250411_m015352_c001_v0001042_t0056_u01744336432015")
2025/04/11 01:56:18 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b8569_d20250411_m015351_c001_v7007000_t0000_u01744336431627")
2025/04/11 01:56:19 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973da_d20250411_m015348_c001_v0001181_t0050_u01744336428061")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5fb_d20250411_m015322_c001_v7007000_t0000_u01744336402740")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee4973bf_d20250411_m015318_c001_v0001098_t0013_u01744336398555")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee4973be_d20250411_m015318_c001_v7007000_t0000_u01744336398165")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee49739e_d20250411_m015313_c001_v0001182_t0042_u01744336393893")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee49739a_d20250411_m015313_c001_v7007000_t0000_u01744336393697")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497367_d20250411_m015309_c001_v0001117_t0051_u01744336389308")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee497361_d20250411_m015308_c001_v7007000_t0000_u01744336388911")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2031dd423c0ac503_d20250411_m015304_c001_v0001184_t0000_u01744336384806")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4031dd423c0ac502_d20250411_m015304_c001_v7007000_t0000_u01744336384619")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497346_d20250411_m015300_c001_v0001117_t0054_u01744336380967")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee497345_d20250411_m015300_c001_v7007000_t0000_u01744336380562")
2025/04/11 01:56:19 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f20946960627fb5d3_d20250411_m015255_c001_v0001171_t0044_u01744336375275")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f409a7537d94fcd21_d20250411_m015443_c001_v7007000_t0000_u01744336483542")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f212fea736ac9573e_d20250411_m015438_c001_v0001106_t0008_u01744336478389")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4040c4b19f769a40_d20250411_m015432_c001_v7007000_t0000_u01744336472453")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769a3b_d20250411_m015428_c001_v0001171_t0056_u01744336468021")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f412fea736ac9573d_d20250411_m015437_c001_v7007000_t0000_u01744336477936")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769a42_d20250411_m015432_c001_v0001091_t0007_u01744336472636")
2025/04/11 01:56:19 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4040c4b19f769a3a_d20250411_m015427_c001_v7007000_t0000_u01744336467588")
2025/04/11 01:56:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769a36_d20250411_m015422_c001_v0001171_t0016_u01744336462908")
2025/04/11 01:56:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4040c4b19f769a35_d20250411_m015422_c001_v7007000_t0000_u01744336462727")
2025/04/11 01:56:20 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2187a98c415b858b_d20250411_m015419_c001_v0001171_t0021_u01744336459035")
2025/04/11 01:56:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4187a98c415b858a_d20250411_m015418_c001_v7007000_t0000_u01744336458617")
2025/04/11 01:56:20 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f2040c4b19f769a31_d20250411_m015414_c001_v0001184_t0054_u01744336454660")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fc235_d20250411_m015514_c001_v7007000_t0000_u01744336514082")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f201af802ee497515_d20250411_m015509_c001_v0001180_t0054_u01744336509505")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f401af802ee497514_d20250411_m015508_c001_v7007000_t0000_u01744336508965")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd2d_d20250411_m015503_c001_v0001101_t0040_u01744336503775")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f409a7537d94fcd2c_d20250411_m015503_c001_v7007000_t0000_u01744336503565")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd2a_d20250411_m015458_c001_v0001036_t0048_u01744336498409")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f409a7537d94fcd29_d20250411_m015457_c001_v7007000_t0000_u01744336497829")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd27_d20250411_m015452_c001_v0001115_t0047_u01744336492636")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f409a7537d94fcd26_d20250411_m015452_c001_v7007000_t0000_u01744336492454")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd25_d20250411_m015448_c001_v0001184_t0012_u01744336488785")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f409a7537d94fcd24_d20250411_m015448_c001_v7007000_t0000_u01744336488240")
2025/04/11 01:56:20 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f209a7537d94fcd23_d20250411_m015443_c001_v0001161_t0041_u01744336483726")
2025/04/11 01:56:20 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4088e78795797e80_d20250411_m015613_c001_v7007000_t0000_u01744336573808")
2025/04/11 01:56:20 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f210c68575a107e7f_d20250411_m015607_c001_v0001090_t0008_u01744336567798")
2025/04/11 01:56:20 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f410c68575a107e7d_d20250411_m015607_c001_v7007000_t0000_u01744336567153")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60c4_d20250411_m015601_c001_v0001177_t0024_u01744336561516")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60c3_d20250411_m015600_c001_v7007000_t0000_u01744336560893")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60bf_d20250411_m015555_c001_v0001115_t0058_u01744336555065")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60be_d20250411_m015554_c001_v7007000_t0000_u01744336554441")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e1e3e_d20250411_m015551_c001_v0001183_t0029_u01744336551320")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60bb_d20250411_m015550_c001_v7007000_t0000_u01744336550913")
2025/04/11 01:56:21 DEBUG : chunked-copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e1e0e_d20250411_m015548_c001_v0001183_t0018_u01744336548078")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4088e78795797e7f_d20250411_m015613_c001_v7007000_t0000_u01744336573627")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60ca_d20250411_m015611_c001_v0001115_t0048_u01744336571184")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f410c68575a107e7c_d20250411_m015606_c001_v7007000_t0000_u01744336566971")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f210c68575a107e7a_d20250411_m015604_c001_v0001157_t0010_u01744336564866")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60c2_d20250411_m015600_c001_v7007000_t0000_u01744336560712")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f210c68575a107e58_d20250411_m015558_c001_v0001146_t0000_u01744336558781")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60bd_d20250411_m015554_c001_v7007000_t0000_u01744336554259")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f203af6e7d66a60bc_d20250411_m015552_c001_v0001178_t0044_u01744336552651")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f403af6e7d66a60ba_d20250411_m015550_c001_v7007000_t0000_u01744336550730")
2025/04/11 01:56:21 DEBUG : chunked-copy.copy: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f1024a88d7bb4440d_d20250411_m015549_c001_v0001184_t0028_u01744336549932")
2025/04/11 01:56:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f103147421ae07608_d20250411_m015137_c001_v0001134_t0037_u01744336297641")
2025/04/11 01:56:21 DEBUG : unknown-size-put.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4088e78795797e81_d20250411_m015614_c001_v7007000_t0000_u01744336574553")
2025/04/11 01:56:21 DEBUG : unknown-size-put.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e1f86_d20250411_m015614_c001_v0001183_t0037_u01744336574357")
2025/04/11 01:56:21 DEBUG : unknown-size-update.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f4088e78795797e82_d20250411_m015615_c001_v7007000_t0000_u01744336575515")
2025/04/11 01:56:22 DEBUG : unknown-size-update.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e1f8e_d20250411_m015615_c001_v0001183_t0021_u01744336575305")
2025/04/11 01:56:22 DEBUG : unknown-size-update.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f102aa1916c2e1f8a_d20250411_m015614_c001_v0001183_t0025_u01744336574738")
2025/04/11 01:56:22 DEBUG : versions/test-versions.txt: Deleting (id "4_z4fb20dc380bd2b2b9f680e1b_f40946960627fb5ce_d20250411_m015251_c001_v7007000_t0000_u01744336371550")
2025/04/11 01:56:23 INFO  : B2 bucket rclone-test-jubiqep3raje: cleaning bucket "rclone-test-jubiqep3raje" of all files
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (326.52s)
    --- SKIP: TestIntegration/FsCheckWrap (0.00s)
    --- PASS: TestIntegration/FsCommand (0.00s)
    --- PASS: TestIntegration/FsRmdirNotFound (0.55s)
    --- PASS: TestIntegration/FsString (0.00s)
    --- PASS: TestIntegration/FsName (0.00s)
    --- PASS: TestIntegration/FsRoot (0.00s)
    --- PASS: TestIntegration/FsRmdirEmpty (0.42s)
    --- PASS: TestIntegration/FsMkdir (323.31s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.54s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.22s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (21.65s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.95s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.04s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.14s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.22s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.13s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.01s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.99s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.01s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.18s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.30s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.37s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.10s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (8.21s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (78.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.92s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (1.14s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (1.26s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.54s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.19s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.06s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.93s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.61s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.37s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.38s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.41s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.61s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (1.82s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.81s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.72s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (2.15s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (7.40s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.55s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.60s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.92s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.68s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (29.75s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (7.16s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.02s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.18s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (6.14s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (1.71s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (1.71s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (19.05s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.03s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.19s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (1.27s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (1.21s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.40s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.40s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.27s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.27s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.27s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (4.41s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.63s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (3.78s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.11s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.11s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.37s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.76s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.43s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.55s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.70s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (172.21s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (27.65s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (9.53s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (4.06s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (9.09s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (4.80s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (9.03s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.58s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (25.13s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (7.48s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (3.72s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (8.63s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (4.28s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (9.02s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.47s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (26.61s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (7.68s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (3.92s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (8.80s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (4.36s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (10.13s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.69s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (29.06s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (8.25s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (4.11s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (9.73s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (4.87s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (11.09s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.61s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (30.54s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (8.91s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (4.21s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (11.11s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (5.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (10.52s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (5.11s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (33.22s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (9.93s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (4.80s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (11.44s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (5.76s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (11.85s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.08s)
        --- PASS: TestIntegration/FsMkdir/FsCopyChunked (26.52s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (3.61s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (3.53s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (6.45s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (6.26s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.67s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.70s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.74s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (0.96s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.27s)
        --- 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	326.542s
"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 5m27.315263582s (try 1/5)