"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/05 04:21:50 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume"
2025/04/05 04:21:50 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/05 04:21:53 INFO  : dir/subdir: Making directory
    fstest.go:244: Filtering empty directory "dir"
    fstest.go:244: Filtering empty directory "dir/subdir"
2025/04/05 04:21:53 INFO  : dir/subdir: Removing directory
    fstest.go:244: Filtering empty directory "dir"
2025/04/05 04:21:54 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/05 04:22:18 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/05 04:22:18 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880
2025/04/05 04:22:20 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1
2025/04/05 04:22:20 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576
2025/04/05 04:22:21 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2
2025/04/05 04:22:21 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880
2025/04/05 04:22:21 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0
2025/04/05 04:22:21 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/05 04:22:28 DEBUG : Creating backend with remote "TestB2:"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot
2025/04/05 04:22:29 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/05 04:22:34 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of all files
2025/04/05 04:22:34 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700f1_d20250405_m042233_c001_v0001130_t0027_u01743826953798")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot
2025/04/05 04:22:35 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume/dirToPurgeFromRoot"
2025/04/05 04:22:37 INFO  : B2 bucket rclone-test-retufel7sume path dirToPurgeFromRoot: cleaning bucket "rclone-test-retufel7sume" of all files
2025/04/05 04:22:37 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700f5_d20250405_m042235_c001_v0001130_t0034_u01743826955386")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir
2025/04/05 04:22:38 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume/hello? sausage/êé"
2025/04/05 04:22:42 INFO  : B2 bucket rclone-test-retufel7sume path hello? sausage/êé: cleaning bucket "rclone-test-retufel7sume" of all files
2025/04/05 04:22:42 DEBUG : a/b/c/d/e.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f113192caba59ae1b_d20250405_m042240_c001_v0001098_t0042_u01743826960648")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsCopy
2025/04/05 04:22:43 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_copy_file": EOF)
2025/04/05 04:22:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/05 04:22:43 DEBUG : pacer: Reducing sleep to 10ms
=== 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/05 04:22:51 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound
2025/04/05 04:22:52 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume/not found.txt"
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FromRoot
    fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-retufel7sume" from "TestB2:rclone-test-retufel7sume"
2025/04/05 04:22:54 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/05 04:23:05 DEBUG : Creating backend with remote "TestB2:rclone-test-xeyodop9depa"
2025/04/05 04:23:08 DEBUG : B2 bucket rclone-test-xeyodop9depa: Purge remote
2025/04/05 04:23:08 INFO  : B2 bucket rclone-test-xeyodop9depa: cleaning bucket "rclone-test-xeyodop9depa" of all files
2025/04/05 04:23:09 DEBUG : somefile: Deleting (id "4_zafc22d73300d0b4b9f680e1b_f417c91913b6eb538_d20250405_m042307_c001_v0001113_t0050_u01743826987910")
=== 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/05 04:23:10 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100
2025/04/05 04:23:11 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/05 04:23:14 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi
2025/04/05 04:23:14 DEBUG : test-metadata: Sending chunk 0 length 6291456
2025/04/05 04:23:14 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.746Ki offset 6Mi/6.106Mi
2025/04/05 04:23:14 DEBUG : test-metadata: Sending chunk 1 length 111356
2025/04/05 04:23:15 DEBUG : test-metadata: Done sending chunk 1
2025/04/05 04:23:16 DEBUG : test-metadata: Done sending chunk 0
2025/04/05 04:23:16 DEBUG : test-metadata: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions.txt
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent
=== NAME  TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions
    b2_internal_test.go:357: versions/test-versions-v2025-04-05-042321-271.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/05 04:23:27 DEBUG : oldPath = "TestB2:rclone-test-retufel7sume/versions/test-versions-v2025-04-05-042321-271.txt"
2025/04/05 04:23:27 DEBUG : newPath = "TestB2,versions:rclone-test-retufel7sume/versions/test-versions-v2025-04-05-042321-271.txt"
2025/04/05 04:23:27 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-retufel7sume/versions/test-versions-v2025-04-05-042321-271.txt"
2025/04/05 04:23:27 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name
2025/04/05 04:23:28 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-retufel7sume/versions/test-versions-v2025-04-05-042321-271.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-retufel7sume/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/05 04:23:30 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of all hidden files
2025/04/05 04:23:30 DEBUG :  leading space/ leading space: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fe_d20250405_m042201_c001_v7007000_t0000_u01743826921190") as it is a hide marker
2025/04/05 04:23:30 NOTICE:  leading space/ leading space: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG :  leading space/ leading space: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970084_d20250405_m042200_c001_v0001130_t0028_u01743826920522")
2025/04/05 04:23:30 NOTICE:  leading space/ leading space: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fd_d20250405_m042200_c001_v7007000_t0000_u01743826920162") as it is a hide marker
2025/04/05 04:23:30 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097007c_d20250405_m042159_c001_v0001130_t0050_u01743826919442")
2025/04/05 04:23:30 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1307_d20250405_m042207_c001_v7007000_t0000_u01743826927501") as it is a hide marker
2025/04/05 04:23:30 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : .leading dot/.leading dot: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097009c_d20250405_m042206_c001_v0001130_t0044_u01743826926870")
2025/04/05 04:23:30 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : created from root.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f400e3be4424c6965_d20250405_m042301_c001_v7007000_t0000_u01743826981983") as it is a hide marker
2025/04/05 04:23:30 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : created from root.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f107f4d55b1650e79_d20250405_m042301_c001_v0001179_t0011_u01743826981009")
2025/04/05 04:23:30 NOTICE: created from root.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea88_d20250405_m042309_c001_v7007000_t0000_u01743826989949") as it is a hide marker
2025/04/05 04:23:30 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970110_d20250405_m042250_c001_v0001130_t0036_u01743826970363")
2025/04/05 04:23:30 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1122076ace102d6f_d20250405_m042246_c001_v0001153_t0013_u01743826966866")
2025/04/05 04:23:30 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700e1_d20250405_m042225_c001_v0001130_t0003_u01743826945970")
2025/04/05 04:23:30 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700dc_d20250405_m042224_c001_v0001130_t0038_u01743826944979")
2025/04/05 04:23:30 NOTICE: file name.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700df_d20250405_m042225_c001_v0001130_t0037_u01743826945471") "upload" dated 2025-04-05 04:22:25.471 +0000 UTC (1m4.922023617s ago)
2025/04/05 04:23:30 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f408bd287d0cac551_d20250405_m042244_c001_v7007000_t0000_u01743826964642") as it is a hide marker
2025/04/05 04:23:30 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1015888ea9b50122_d20250405_m042244_c001_v0001182_t0014_u01743826964398")
2025/04/05 04:23:30 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f113038ef29fa3294_d20250405_m042243_c001_v0001037_t0033_u01743826963660")
2025/04/05 04:23:30 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1310_d20250405_m042215_c001_v7007000_t0000_u01743826935042") as it is a hide marker
2025/04/05 04:23:30 NOTICE: invalid utf-8�/invalid utf-8�: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700c0_d20250405_m042214_c001_v0001130_t0006_u01743826934253")
2025/04/05 04:23:30 NOTICE: invalid utf-8�/invalid utf-8�: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : piped data.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea8e_d20250405_m042311_c001_v7007000_t0000_u01743826991738") as it is a hide marker
2025/04/05 04:23:30 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970148_d20250405_m042311_c001_v0001130_t0040_u01743826991215")
2025/04/05 04:23:30 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea8a_d20250405_m042311_c001_v7007000_t0000_u01743826991031")
2025/04/05 04:23:30 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131e43900970146_d20250405_m042310_c001_v0001130_t0041_u01743826990671")
2025/04/05 04:23:30 NOTICE: piped data.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1311_d20250405_m042216_c001_v7007000_t0000_u01743826936227") as it is a hide marker
2025/04/05 04:23:30 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700c2_d20250405_m042215_c001_v0001130_t0059_u01743826935404")
2025/04/05 04:23:30 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : test-metadata: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea96_d20250405_m042318_c001_v7007000_t0000_u01743826998729") as it is a hide marker
2025/04/05 04:23:30 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f21764f53a2b1ea93_d20250405_m042313_c001_v0001183_t0037_u01743826993773")
2025/04/05 04:23:30 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea90_d20250405_m042312_c001_v7007000_t0000_u01743826992864")
2025/04/05 04:23:30 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097014c_d20250405_m042311_c001_v0001130_t0052_u01743826991925")
2025/04/05 04:23:30 NOTICE: test-metadata: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1309_d20250405_m042209_c001_v7007000_t0000_u01743826929534") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a6_d20250405_m042208_c001_v0001130_t0054_u01743826928865")
2025/04/05 04:23:30 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130c_d20250405_m042211_c001_v7007000_t0000_u01743826931631") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700b2_d20250405_m042210_c001_v0001130_t0027_u01743826930921")
2025/04/05 04:23:30 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130a_d20250405_m042210_c001_v7007000_t0000_u01743826930560") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a8_d20250405_m042209_c001_v0001130_t0050_u01743826929896")
2025/04/05 04:23:30 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130e_d20250405_m042212_c001_v7007000_t0000_u01743826932843") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700b6_d20250405_m042212_c001_v0001130_t0009_u01743826932053")
2025/04/05 04:23:30 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130f_d20250405_m042213_c001_v7007000_t0000_u01743826933891") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700ba_d20250405_m042213_c001_v0001130_t0050_u01743826933214")
2025/04/05 04:23:30 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing space /trailing space : Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1308_d20250405_m042208_c001_v7007000_t0000_u01743826928502") as it is a hide marker
2025/04/05 04:23:30 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : trailing space /trailing space : Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a2_d20250405_m042207_c001_v0001130_t0044_u01743826927862")
2025/04/05 04:23:30 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097016d_d20250405_m042326_c001_v0001130_t0028_u01743827006159") "upload" dated 2025-04-05 04:23:26.159 +0000 UTC (4.234647596s ago)
2025/04/05 04:23:30 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4065fc64ff50d2a0_d20250405_m042323_c001_v7007000_t0000_u01743827003977")
2025/04/05 04:23:30 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970167_d20250405_m042321_c001_v0001130_t0034_u01743827001271")
2025/04/05 04:23:30 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1316_d20250405_m042224_c001_v7007000_t0000_u01743826944442") as it is a hide marker
2025/04/05 04:23:30 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f203d78503ecc1313_d20250405_m042218_c001_v0001134_t0035_u01743826938411")
2025/04/05 04:23:30 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : zero-length-file: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1312_d20250405_m042218_c001_v7007000_t0000_u01743826938105") as it is a hide marker
2025/04/05 04:23:30 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : zero-length-file: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131e439009700c8_d20250405_m042217_c001_v0001130_t0041_u01743826937501")
2025/04/05 04:23:30 NOTICE: zero-length-file: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12ff_d20250405_m042202_c001_v7007000_t0000_u01743826922280") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970086_d20250405_m042201_c001_v0001130_t0029_u01743826921552")
2025/04/05 04:23:30 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12f9_d20250405_m042156_c001_v7007000_t0000_u01743826916997") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097006e_d20250405_m042155_c001_v0001130_t0023_u01743826915980")
2025/04/05 04:23:30 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1305_d20250405_m042205_c001_v7007000_t0000_u01743826925451") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970090_d20250405_m042204_c001_v0001130_t0037_u01743826924737")
2025/04/05 04:23:30 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1303_d20250405_m042204_c001_v7007000_t0000_u01743826924376") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097008e_d20250405_m042203_c001_v0001130_t0026_u01743826923687")
2025/04/05 04:23:30 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1306_d20250405_m042206_c001_v7007000_t0000_u01743826926509") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970094_d20250405_m042205_c001_v0001130_t0051_u01743826925824")
2025/04/05 04:23:30 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1300_d20250405_m042203_c001_v7007000_t0000_u01743826923319") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970088_d20250405_m042202_c001_v0001130_t0025_u01743826922639")
2025/04/05 04:23:30 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ./.: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fb_d20250405_m042158_c001_v7007000_t0000_u01743826918026") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ./.: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ./.: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970072_d20250405_m042157_c001_v0001130_t0051_u01743826917359")
2025/04/05 04:23:30 NOTICE: ./.: Skipped delete as --dry-run is set
2025/04/05 04:23:30 DEBUG : ../..: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fc_d20250405_m042159_c001_v7007000_t0000_u01743826919080") as it is a hide marker
2025/04/05 04:23:30 NOTICE: ../..: Skipped remove hide marker as --dry-run is set
2025/04/05 04:23:30 DEBUG : ../..: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970078_d20250405_m042158_c001_v0001130_t0002_u01743826918385")
2025/04/05 04:23:30 NOTICE: ../..: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing
2025/04/05 04:23:30 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of all hidden files
2025/04/05 04:23:30 DEBUG :  leading space/ leading space: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fe_d20250405_m042201_c001_v7007000_t0000_u01743826921190") as it is a hide marker
2025/04/05 04:23:30 DEBUG :  leading space/ leading space: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970084_d20250405_m042200_c001_v0001130_t0028_u01743826920522")
2025/04/05 04:23:30 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fd_d20250405_m042200_c001_v7007000_t0000_u01743826920162") as it is a hide marker
2025/04/05 04:23:30 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097007c_d20250405_m042159_c001_v0001130_t0050_u01743826919442")
2025/04/05 04:23:30 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1307_d20250405_m042207_c001_v7007000_t0000_u01743826927501") as it is a hide marker
2025/04/05 04:23:30 DEBUG : .leading dot/.leading dot: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097009c_d20250405_m042206_c001_v0001130_t0044_u01743826926870")
2025/04/05 04:23:30 DEBUG : created from root.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f400e3be4424c6965_d20250405_m042301_c001_v7007000_t0000_u01743826981983") as it is a hide marker
2025/04/05 04:23:30 DEBUG : created from root.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f107f4d55b1650e79_d20250405_m042301_c001_v0001179_t0011_u01743826981009")
2025/04/05 04:23:30 DEBUG : file name.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea88_d20250405_m042309_c001_v7007000_t0000_u01743826989949") as it is a hide marker
2025/04/05 04:23:31 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970110_d20250405_m042250_c001_v0001130_t0036_u01743826970363")
2025/04/05 04:23:31 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1122076ace102d6f_d20250405_m042246_c001_v0001153_t0013_u01743826966866")
2025/04/05 04:23:31 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700e1_d20250405_m042225_c001_v0001130_t0003_u01743826945970")
2025/04/05 04:23:31 DEBUG : file name.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700dc_d20250405_m042224_c001_v0001130_t0038_u01743826944979")
2025/04/05 04:23:31 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700df_d20250405_m042225_c001_v0001130_t0037_u01743826945471") "upload" dated 2025-04-05 04:22:25.471 +0000 UTC (1m5.947560768s ago)
2025/04/05 04:23:31 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f408bd287d0cac551_d20250405_m042244_c001_v7007000_t0000_u01743826964642") as it is a hide marker
2025/04/05 04:23:31 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1015888ea9b50122_d20250405_m042244_c001_v0001182_t0014_u01743826964398")
2025/04/05 04:23:31 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f113038ef29fa3294_d20250405_m042243_c001_v0001037_t0033_u01743826963660")
2025/04/05 04:23:31 DEBUG : invalid utf-8�/invalid utf-8�: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1310_d20250405_m042215_c001_v7007000_t0000_u01743826935042") as it is a hide marker
2025/04/05 04:23:31 DEBUG : invalid utf-8�/invalid utf-8�: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700c0_d20250405_m042214_c001_v0001130_t0006_u01743826934253")
2025/04/05 04:23:31 DEBUG : piped data.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea8e_d20250405_m042311_c001_v7007000_t0000_u01743826991738") as it is a hide marker
2025/04/05 04:23:31 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970148_d20250405_m042311_c001_v0001130_t0040_u01743826991215")
2025/04/05 04:23:31 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea8a_d20250405_m042311_c001_v7007000_t0000_u01743826991031")
2025/04/05 04:23:31 DEBUG : piped data.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131e43900970146_d20250405_m042310_c001_v0001130_t0041_u01743826990671")
2025/04/05 04:23:31 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1311_d20250405_m042216_c001_v7007000_t0000_u01743826936227") as it is a hide marker
2025/04/05 04:23:31 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700c2_d20250405_m042215_c001_v0001130_t0059_u01743826935404")
2025/04/05 04:23:32 DEBUG : test-metadata: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea96_d20250405_m042318_c001_v7007000_t0000_u01743826998729") as it is a hide marker
2025/04/05 04:23:32 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f21764f53a2b1ea93_d20250405_m042313_c001_v0001183_t0037_u01743826993773")
2025/04/05 04:23:32 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f41764f53a2b1ea90_d20250405_m042312_c001_v7007000_t0000_u01743826992864")
2025/04/05 04:23:32 DEBUG : test-metadata: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097014c_d20250405_m042311_c001_v0001130_t0052_u01743826991925")
2025/04/05 04:23:32 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1309_d20250405_m042209_c001_v7007000_t0000_u01743826929534") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a6_d20250405_m042208_c001_v0001130_t0054_u01743826928865")
2025/04/05 04:23:32 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130c_d20250405_m042211_c001_v7007000_t0000_u01743826931631") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700b2_d20250405_m042210_c001_v0001130_t0027_u01743826930921")
2025/04/05 04:23:32 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130a_d20250405_m042210_c001_v7007000_t0000_u01743826930560") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a8_d20250405_m042209_c001_v0001130_t0050_u01743826929896")
2025/04/05 04:23:32 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130e_d20250405_m042212_c001_v7007000_t0000_u01743826932843") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700b6_d20250405_m042212_c001_v0001130_t0009_u01743826932053")
2025/04/05 04:23:32 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc130f_d20250405_m042213_c001_v7007000_t0000_u01743826933891") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700ba_d20250405_m042213_c001_v0001130_t0050_u01743826933214")
2025/04/05 04:23:32 DEBUG : trailing space /trailing space : Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1308_d20250405_m042208_c001_v7007000_t0000_u01743826928502") as it is a hide marker
2025/04/05 04:23:32 DEBUG : trailing space /trailing space : Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700a2_d20250405_m042207_c001_v0001130_t0044_u01743826927862")
2025/04/05 04:23:32 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097016d_d20250405_m042326_c001_v0001130_t0028_u01743827006159") "upload" dated 2025-04-05 04:23:26.159 +0000 UTC (6.611890831s ago)
2025/04/05 04:23:32 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4065fc64ff50d2a0_d20250405_m042323_c001_v7007000_t0000_u01743827003977")
2025/04/05 04:23:32 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970167_d20250405_m042321_c001_v0001130_t0034_u01743827001271")
2025/04/05 04:23:32 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1316_d20250405_m042224_c001_v7007000_t0000_u01743826944442") as it is a hide marker
2025/04/05 04:23:32 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f203d78503ecc1313_d20250405_m042218_c001_v0001134_t0035_u01743826938411")
2025/04/05 04:23:32 DEBUG : zero-length-file: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1312_d20250405_m042218_c001_v7007000_t0000_u01743826938105") as it is a hide marker
2025/04/05 04:23:32 DEBUG : zero-length-file: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131e439009700c8_d20250405_m042217_c001_v0001130_t0041_u01743826937501")
2025/04/05 04:23:33 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12ff_d20250405_m042202_c001_v7007000_t0000_u01743826922280") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970086_d20250405_m042201_c001_v0001130_t0029_u01743826921552")
2025/04/05 04:23:33 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12f9_d20250405_m042156_c001_v7007000_t0000_u01743826916997") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097006e_d20250405_m042155_c001_v0001130_t0023_u01743826915980")
2025/04/05 04:23:33 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1305_d20250405_m042205_c001_v7007000_t0000_u01743826925451") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970090_d20250405_m042204_c001_v0001130_t0037_u01743826924737")
2025/04/05 04:23:33 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1303_d20250405_m042204_c001_v7007000_t0000_u01743826924376") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097008e_d20250405_m042203_c001_v0001130_t0026_u01743826923687")
2025/04/05 04:23:33 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1306_d20250405_m042206_c001_v7007000_t0000_u01743826926509") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970094_d20250405_m042205_c001_v0001130_t0051_u01743826925824")
2025/04/05 04:23:33 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc1300_d20250405_m042203_c001_v7007000_t0000_u01743826923319") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970088_d20250405_m042202_c001_v0001130_t0025_u01743826922639")
2025/04/05 04:23:33 DEBUG : ./.: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fb_d20250405_m042158_c001_v7007000_t0000_u01743826918026") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ./.: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970072_d20250405_m042157_c001_v0001130_t0051_u01743826917359")
2025/04/05 04:23:33 DEBUG : ../..: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f403d78503ecc12fc_d20250405_m042159_c001_v7007000_t0000_u01743826919080") as it is a hide marker
2025/04/05 04:23:33 DEBUG : ../..: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970078_d20250405_m042158_c001_v0001130_t0002_u01743826918385")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished
2025/04/05 04:23:34 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/05 04:23:34 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/05 04:23:34 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/05 04:23:35 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/05 04:23:35 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of pending multipart uploads older than 0s
2025/04/05 04:23:35 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700df_d20250405_m042225_c001_v0001130_t0037_u01743826945471") "upload" dated 2025-04-05 04:22:25.471 +0000 UTC (1m10.29073011s ago)
2025/04/05 04:23:35 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2db9e_d20250405_m042334_c001_v0001043_t0041_u01743827014677") as it is a start marker (upload started at 2025-04-05 04:23:34.677 +0000 UTC)
2025/04/05 04:23:35 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set
2025/04/05 04:23:35 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2db9f_d20250405_m042334_c001_v0001099_t0009_u01743827014862") as it is a start marker (upload started at 2025-04-05 04:23:34.862 +0000 UTC)
2025/04/05 04:23:35 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set
2025/04/05 04:23:35 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dba0_d20250405_m042335_c001_v0001161_t0039_u01743827015057") as it is a start marker (upload started at 2025-04-05 04:23:35.057 +0000 UTC)
2025/04/05 04:23:35 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set
2025/04/05 04:23:35 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dba2_d20250405_m042335_c001_v0001137_t0031_u01743827015249") as it is a start marker (upload started at 2025-04-05 04:23:35.249 +0000 UTC)
2025/04/05 04:23:35 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set
2025/04/05 04:23:35 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f40115b661ad2db9d_d20250405_m042334_c001_v7007000_t0000_u01743827014493") "hide" dated 2025-04-05 04:23:34.493 +0000 UTC (1.268900469s ago)
2025/04/05 04:23:35 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097016d_d20250405_m042326_c001_v0001130_t0028_u01743827006159")
2025/04/05 04:23:35 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing
2025/04/05 04:23:35 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of pending multipart uploads older than 0s
2025/04/05 04:23:36 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700df_d20250405_m042225_c001_v0001130_t0037_u01743826945471") "upload" dated 2025-04-05 04:22:25.471 +0000 UTC (1m10.661993424s ago)
2025/04/05 04:23:36 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2db9e_d20250405_m042334_c001_v0001043_t0041_u01743827014677") as it is a start marker (upload started at 2025-04-05 04:23:34.677 +0000 UTC)
2025/04/05 04:23:36 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2db9f_d20250405_m042334_c001_v0001099_t0009_u01743827014862") as it is a start marker (upload started at 2025-04-05 04:23:34.862 +0000 UTC)
2025/04/05 04:23:36 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dba0_d20250405_m042335_c001_v0001161_t0039_u01743827015057") as it is a start marker (upload started at 2025-04-05 04:23:35.057 +0000 UTC)
2025/04/05 04:23:36 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dba2_d20250405_m042335_c001_v0001137_t0031_u01743827015249") as it is a start marker (upload started at 2025-04-05 04:23:35.249 +0000 UTC)
2025/04/05 04:23:36 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z0f520d8320fd0b4b9f680e1b_f40115b661ad2db9d_d20250405_m042334_c001_v7007000_t0000_u01743827014493") "hide" dated 2025-04-05 04:23:34.493 +0000 UTC (1.640169875s ago)
2025/04/05 04:23:36 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097016d_d20250405_m042326_c001_v0001130_t0028_u01743827006159")
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState
=== RUN   TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun
2025/04/05 04:23:36 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/04/05 04:23:37 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set
2025/04/05 04:23:37 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/05 04:23:38 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi
2025/04/05 04:23:38 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880
2025/04/05 04:23:38 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi
2025/04/05 04:23:38 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1
2025/04/05 04:23:39 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1
2025/04/05 04:23:41 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0
2025/04/05 04:23:41 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed
2025/04/05 04:23:43 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:23:43 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/05 04:23:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8fef9_d20250405_m042344_c001_v0001117_t0001_u01743827024067")
2025/04/05 04:23:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:23:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:23:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/05 04:23:45 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:23:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:23:46 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760
2025/04/05 04:23:48 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi
2025/04/05 04:23:48 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880
2025/04/05 04:23:48 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi
2025/04/05 04:23:48 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880
2025/04/05 04:23:50 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1
2025/04/05 04:23:50 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0
2025/04/05 04:23:50 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed
2025/04/05 04:23:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:23:52 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/05 04:23:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff08_d20250405_m042352_c001_v0001184_t0055_u01743827032453")
2025/04/05 04:23:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/05 04:23:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:23:52 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880
2025/04/05 04:23:56 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:23:56 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:23:56 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi
2025/04/05 04:24:00 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880
2025/04/05 04:24:01 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2
2025/04/05 04:24:02 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0
2025/04/05 04:24:02 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1
2025/04/05 04:24:02 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed
2025/04/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:04 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/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2054139e4041eb0e_d20250405_m042404_c001_v0001104_t0005_u01743827044212")
2025/04/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880
2025/04/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:24:04 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880
2025/04/05 04:24:05 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:24:07 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:09 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:09 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/05 04:24:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi
2025/04/05 04:24:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1
2025/04/05 04:24:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi
2025/04/05 04:24:12 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:13 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1
2025/04/05 04:24:15 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0
2025/04/05 04:24:15 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed
2025/04/05 04:24:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:16 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/05 04:24:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff1b_d20250405_m042416_c001_v0001184_t0037_u01743827056486")
2025/04/05 04:24:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:24:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:24:16 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:17 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:18 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000
2025/04/05 04:24:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/04/05 04:24:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/04/05 04:24:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/04/05 04:24:23 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/04/05 04:24:25 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/04/05 04:24:25 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed
2025/04/05 04:24:28 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:28 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/05 04:24:28 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff26_d20250405_m042428_c001_v0001177_t0030_u01743827068299")
2025/04/05 04:24:28 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:28 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:24:28 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/04/05 04:24:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:30 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi
2025/04/05 04:24:32 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000
2025/04/05 04:24:33 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2
2025/04/05 04:24:34 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0
2025/04/05 04:24:35 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1
2025/04/05 04:24:35 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed
2025/04/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:37 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/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1e9b6_d20250405_m042437_c001_v0001180_t0049_u01743827077273")
2025/04/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000
2025/04/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000
2025/04/05 04:24:37 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:24:38 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:24:39 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:39 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:39 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/05 04:24:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi
2025/04/05 04:24:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1
2025/04/05 04:24:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi
2025/04/05 04:24:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053
2025/04/05 04:24:42 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1
2025/04/05 04:24:44 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0
2025/04/05 04:24:44 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed
2025/04/05 04:24:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:45 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/05 04:24:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1e9ba_d20250405_m042445_c001_v0001144_t0035_u01743827085631")
2025/04/05 04:24:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:24:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:24:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/05 04:24:47 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:48 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:48 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106
2025/04/05 04:24:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/04/05 04:24:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/04/05 04:24:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/04/05 04:24:50 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/04/05 04:24:52 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/04/05 04:24:53 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/04/05 04:24:53 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed
2025/04/05 04:24:54 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:24:54 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/05 04:24:54 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff51_d20250405_m042454_c001_v0001044_t0058_u01743827094783")
2025/04/05 04:24:54 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/05 04:24:55 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:24:55 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/04/05 04:24:57 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:24:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:24:58 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107
2025/04/05 04:24:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi
2025/04/05 04:24:59 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053
2025/04/05 04:25:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi
2025/04/05 04:25:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1
2025/04/05 04:25:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi
2025/04/05 04:25:00 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053
2025/04/05 04:25:01 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2
2025/04/05 04:25:02 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0
2025/04/05 04:25:02 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1
2025/04/05 04:25:02 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed
2025/04/05 04:25:04 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:04 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/05 04:25:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff5e_d20250405_m042504_c001_v0001183_t0043_u01743827104984")
2025/04/05 04:25:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053
2025/04/05 04:25:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:25:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:25:05 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053
2025/04/05 04:25:06 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:25:07 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:07 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:07 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/05 04:25:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi
2025/04/05 04:25:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1
2025/04/05 04:25:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi
2025/04/05 04:25:09 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:10 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1
2025/04/05 04:25:11 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0
2025/04/05 04:25:11 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed
2025/04/05 04:25:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:13 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/05 04:25:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff63_d20250405_m042513_c001_v0001091_t0020_u01743827113359")
2025/04/05 04:25:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:25:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:25:13 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:14 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012
2025/04/05 04:25:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/04/05 04:25:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/04/05 04:25:17 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/04/05 04:25:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/04/05 04:25:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/04/05 04:25:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed
2025/04/05 04:25:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:22 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/05 04:25:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2131805ad3766d0d_d20250405_m042522_c001_v0001109_t0019_u01743827122523")
2025/04/05 04:25:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:25:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/04/05 04:25:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi
2025/04/05 04:25:28 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506
2025/04/05 04:25:29 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2
2025/04/05 04:25:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0
2025/04/05 04:25:31 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1
2025/04/05 04:25:31 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed
2025/04/05 04:25:33 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:33 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/05 04:25:33 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff72_d20250405_m042533_c001_v0001136_t0058_u01743827133613")
2025/04/05 04:25:33 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506
2025/04/05 04:25:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:25:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:25:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506
2025/04/05 04:25:34 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:25:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:36 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/05 04:25:38 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi
2025/04/05 04:25:38 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi
2025/04/05 04:25:38 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1
2025/04/05 04:25:38 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608
2025/04/05 04:25:39 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1
2025/04/05 04:25:41 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0
2025/04/05 04:25:41 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed
2025/04/05 04:25:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:43 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/05 04:25:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff7c_d20250405_m042543_c001_v0001104_t0006_u01743827143157")
2025/04/05 04:25:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:25:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:25:43 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/05 04:25:44 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:46 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216
2025/04/05 04:25:47 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi
2025/04/05 04:25:47 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608
2025/04/05 04:25:48 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi
2025/04/05 04:25:48 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608
2025/04/05 04:25:50 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0
2025/04/05 04:25:50 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1
2025/04/05 04:25:50 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed
2025/04/05 04:25:52 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:25:52 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/05 04:25:53 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f214362178ad6880d_d20250405_m042553_c001_v0001134_t0059_u01743827153065")
2025/04/05 04:25:53 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/05 04:25:53 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:25:53 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608
2025/04/05 04:25:55 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:25:55 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:25:55 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1
2025/04/05 04:25:58 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608
2025/04/05 04:26:00 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2
2025/04/05 04:26:01 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0
2025/04/05 04:26:02 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1
2025/04/05 04:26:02 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed
2025/04/05 04:26:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:26:04 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/05 04:26:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f2077d795ff01757a_d20250405_m042604_c001_v0001100_t0021_u01743827164770")
2025/04/05 04:26:04 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608
2025/04/05 04:26:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:26:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:26:05 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608
2025/04/05 04:26:06 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:26:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:26:07 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:26:07 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/05 04:26:10 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi
2025/04/05 04:26:10 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1
2025/04/05 04:26:10 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi
2025/04/05 04:26:10 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:10 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_get_upload_part_url": EOF)
2025/04/05 04:26:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/05 04:26:10 DEBUG : pacer: Reducing sleep to 10ms
2025/04/05 04:26:11 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1
2025/04/05 04:26:13 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0
2025/04/05 04:26:13 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed
2025/04/05 04:26:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:26:15 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/05 04:26:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f216051d139d28d9d_d20250405_m042615_c001_v0001180_t0042_u01743827175590")
2025/04/05 04:26:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:26:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1
2025/04/05 04:26:15 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:15 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_get_upload_part_url": EOF)
2025/04/05 04:26:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2025/04/05 04:26:15 DEBUG : pacer: Reducing sleep to 10ms
2025/04/05 04:26:16 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:26:18 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:26:18 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520
2025/04/05 04:26:20 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi
2025/04/05 04:26:20 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:20 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi
2025/04/05 04:26:20 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760
2025/04/05 04:26:22 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0
2025/04/05 04:26:23 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1
2025/04/05 04:26:23 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed
2025/04/05 04:26:26 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:26:26 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/05 04:26:26 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f200e3be4424c6a0d_d20250405_m042626_c001_v0001103_t0016_u01743827186253")
2025/04/05 04:26:26 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:26 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending.
2025/04/05 04:26:26 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760
2025/04/05 04:26:29 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:26:29 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:26:29 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi
2025/04/05 04:26:32 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760
2025/04/05 04:26:33 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2
2025/04/05 04:26:34 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0
2025/04/05 04:26:35 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1
2025/04/05 04:26:35 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts
=== RUN   TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed
2025/04/05 04:26:37 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming
2025/04/05 04:26:37 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/05 04:26:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_z0f520d8320fd0b4b9f680e1b_f21814cf373d216cf_d20250405_m042637_c001_v0001104_t0042_u01743827197911")
2025/04/05 04:26:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760
2025/04/05 04:26:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one.
2025/04/05 04:26:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1
2025/04/05 04:26:38 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760
2025/04/05 04:26:39 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2
2025/04/05 04:26:40 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0
2025/04/05 04:26:41 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1
2025/04/05 04:26:41 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/05 04:26:49 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea16_d20250405_m042649_c001_v0001120_t0032_u01743827209875")
2025/04/05 04:26:49 DEBUG : chunked-copy.copy: Copying chunk 1 length 1
2025/04/05 04:26:49 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/05 04:26:50 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/05 04:26:50 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/05 04:26:50 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485759
2025/04/05 04:26:52 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/04/05 04:26:52 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/05 04:26:52 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/04/05 04:26:52 DEBUG : chunked-copy: Sending chunk 1 length 4194303
2025/04/05 04:26:55 DEBUG : chunked-copy: Done sending chunk 0
2025/04/05 04:26:55 DEBUG : chunked-copy: Done sending chunk 1
2025/04/05 04:26:55 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea18_d20250405_m042655_c001_v0001184_t0043_u01743827215916")
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/05 04:26:56 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485760
2025/04/05 04:26:58 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi
2025/04/05 04:26:58 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/05 04:26:58 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi
2025/04/05 04:26:58 DEBUG : chunked-copy: Sending chunk 1 length 4194304
2025/04/05 04:27:01 DEBUG : chunked-copy: Done sending chunk 1
2025/04/05 04:27:01 DEBUG : chunked-copy: Done sending chunk 0
2025/04/05 04:27:01 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea1b_d20250405_m042701_c001_v0001182_t0028_u01743827221945")
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/05 04:27:02 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts
=== RUN   TestIntegration/FsMkdir/FsCopyChunked/10485761
2025/04/05 04:27:04 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi
2025/04/05 04:27:04 DEBUG : chunked-copy: Sending chunk 0 length 6291456
2025/04/05 04:27:04 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi
2025/04/05 04:27:04 DEBUG : chunked-copy: Sending chunk 1 length 4194305
2025/04/05 04:27:07 DEBUG : chunked-copy: Done sending chunk 0
2025/04/05 04:27:07 DEBUG : chunked-copy: Done sending chunk 1
2025/04/05 04:27:07 DEBUG : chunked-copy: Finishing large file upload with 2 parts
2025/04/05 04:27:07 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea1c_d20250405_m042707_c001_v0001103_t0000_u01743827227757")
2025/04/05 04:27:07 DEBUG : chunked-copy.copy: Copying chunk 2 length 1
2025/04/05 04:27:07 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880
2025/04/05 04:27:07 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880
2025/04/05 04:27:08 DEBUG : chunked-copy.copy: Done copying chunk 2
2025/04/05 04:27:08 DEBUG : chunked-copy.copy: Done copying chunk 0
2025/04/05 04:27:08 DEBUG : chunked-copy.copy: Done copying chunk 1
2025/04/05 04:27:08 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize
2025/04/05 04:27:10 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize
2025/04/05 04:27:11 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload.
=== RUN   TestIntegration/FsMkdir/FsRootCollapse
2025/04/05 04:27:12 DEBUG : Creating backend with remote "TestB2:rclone-test-retufel7sume/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/05 04:27:18 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of all files
2025/04/05 04:27:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f400e3be4424c6a08_d20250405_m042619_c001_v7007000_t0000_u01743827179768")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f216051d139d28d9d_d20250405_m042615_c001_v0001180_t0042_u01743827175590")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f416051d139d28d9c_d20250405_m042615_c001_v7007000_t0000_u01743827175026")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f203016e154aa0a30_d20250405_m042609_c001_v0001109_t0042_u01743827169911")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f415d0c953da1ea07_d20250405_m042643_c001_v7007000_t0000_u01743827203592")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f21814cf373d216cf_d20250405_m042637_c001_v0001104_t0042_u01743827197911")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f41814cf373d216cd_d20250405_m042637_c001_v7007000_t0000_u01743827197347")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f200e3be4424c6a11_d20250405_m042631_c001_v0001181_t0047_u01743827191755")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f400e3be4424c6a10_d20250405_m042631_c001_v7007000_t0000_u01743827191574")
2025/04/05 04:27:19 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f200e3be4424c6a0d_d20250405_m042626_c001_v0001103_t0016_u01743827186253")
2025/04/05 04:27:20 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f400e3be4424c6a0c_d20250405_m042625_c001_v7007000_t0000_u01743827185707")
2025/04/05 04:27:20 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f200e3be4424c6a09_d20250405_m042619_c001_v0001183_t0031_u01743827179959")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff31_d20250405_m042441_c001_v7007000_t0000_u01743827081250")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1e9b6_d20250405_m042437_c001_v0001180_t0049_u01743827077273")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff29_d20250405_m042432_c001_v7007000_t0000_u01743827072230")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff26_d20250405_m042428_c001_v0001177_t0030_u01743827068299")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f415d0c953da1e9b5_d20250405_m042436_c001_v7007000_t0000_u01743827076827")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff2a_d20250405_m042432_c001_v0001182_t0053_u01743827072412")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff25_d20250405_m042427_c001_v7007000_t0000_u01743827067922")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f203016e154aa0992_d20250405_m042420_c001_v0001101_t0003_u01743827060055")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f403016e154aa0991_d20250405_m042419_c001_v7007000_t0000_u01743827059850")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff1b_d20250405_m042416_c001_v0001184_t0037_u01743827056486")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff1a_d20250405_m042416_c001_v7007000_t0000_u01743827056107")
2025/04/05 04:27:20 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff18_d20250405_m042412_c001_v0001165_t0034_u01743827052321")
2025/04/05 04:27:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131805ad3766cea_d20250405_m042508_c001_v7007000_t0000_u01743827108850")
2025/04/05 04:27:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff5e_d20250405_m042504_c001_v0001183_t0043_u01743827104984")
2025/04/05 04:27:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff58_d20250405_m042459_c001_v7007000_t0000_u01743827099421")
2025/04/05 04:27:20 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff51_d20250405_m042454_c001_v0001044_t0058_u01743827094783")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff5c_d20250405_m042504_c001_v7007000_t0000_u01743827104598")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff59_d20250405_m042459_c001_v0001106_t0051_u01743827099606")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff4f_d20250405_m042454_c001_v7007000_t0000_u01743827094392")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff46_d20250405_m042450_c001_v0001101_t0021_u01743827090190")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff44_d20250405_m042450_c001_v7007000_t0000_u01743827090009")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1e9ba_d20250405_m042445_c001_v0001144_t0035_u01743827085631")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f415d0c953da1e9b9_d20250405_m042445_c001_v7007000_t0000_u01743827085266")
2025/04/05 04:27:21 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff32_d20250405_m042441_c001_v0001104_t0058_u01743827081440")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff17_d20250405_m042412_c001_v7007000_t0000_u01743827052135")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2054139e4041eb0e_d20250405_m042404_c001_v0001104_t0005_u01743827044212")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4054139e4041eb0c_d20250405_m042403_c001_v7007000_t0000_u01743827043826")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff0e_d20250405_m042359_c001_v0001178_t0025_u01743827039704")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff0d_d20250405_m042359_c001_v7007000_t0000_u01743827039519")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff08_d20250405_m042352_c001_v0001184_t0055_u01743827032453")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff07_d20250405_m042352_c001_v7007000_t0000_u01743827032046")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dbb8_d20250405_m042347_c001_v0001120_t0055_u01743827027970")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f40115b661ad2dbb2_d20250405_m042347_c001_v7007000_t0000_u01743827027786")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8fef9_d20250405_m042344_c001_v0001117_t0001_u01743827024067")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8fef8_d20250405_m042343_c001_v7007000_t0000_u01743827023676")
2025/04/05 04:27:21 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f20115b661ad2dba8_d20250405_m042338_c001_v0001144_t0000_u01743827018278")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f414362178ad68801_d20250405_m042538_c001_v7007000_t0000_u01743827138386")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff72_d20250405_m042533_c001_v0001136_t0058_u01743827133613")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131805ad3766d41_d20250405_m042527_c001_v7007000_t0000_u01743827127372")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2131805ad3766d0d_d20250405_m042522_c001_v0001109_t0019_u01743827122523")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff71_d20250405_m042533_c001_v7007000_t0000_u01743827133170")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2131805ad3766d47_d20250405_m042527_c001_v0001120_t0043_u01743827127667")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131805ad3766d0c_d20250405_m042522_c001_v7007000_t0000_u01743827122068")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2131805ad3766d01_d20250405_m042517_c001_v0001130_t0002_u01743827117404")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4131805ad3766d00_d20250405_m042517_c001_v7007000_t0000_u01743827117224")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff63_d20250405_m042513_c001_v0001091_t0020_u01743827113359")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff61_d20250405_m042512_c001_v7007000_t0000_u01743827112922")
2025/04/05 04:27:22 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2131805ad3766cec_d20250405_m042509_c001_v0001184_t0057_u01743827109030")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f403016e154aa0a2f_d20250405_m042609_c001_v7007000_t0000_u01743827169729")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2077d795ff01757a_d20250405_m042604_c001_v0001100_t0021_u01743827164770")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff017578_d20250405_m042604_c001_v7007000_t0000_u01743827164242")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f214362178ad6881a_d20250405_m042558_c001_v0001144_t0034_u01743827158247")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f414362178ad68817_d20250405_m042558_c001_v7007000_t0000_u01743827158065")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f214362178ad6880d_d20250405_m042553_c001_v0001134_t0059_u01743827153065")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f414362178ad6880c_d20250405_m042552_c001_v7007000_t0000_u01743827152585")
2025/04/05 04:27:22 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f214362178ad68809_d20250405_m042547_c001_v0001120_t0034_u01743827147462")
2025/04/05 04:27:23 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f414362178ad68808_d20250405_m042547_c001_v7007000_t0000_u01743827147278")
2025/04/05 04:27:23 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2154fa61e7e8ff7c_d20250405_m042543_c001_v0001104_t0006_u01743827143157")
2025/04/05 04:27:23 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4154fa61e7e8ff7b_d20250405_m042542_c001_v7007000_t0000_u01743827142663")
2025/04/05 04:27:23 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f214362178ad68802_d20250405_m042538_c001_v0001184_t0043_u01743827138567")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f419bc2c435795eec_d20250405_m042710_c001_v7007000_t0000_u01743827230196")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2077d795ff0175e7_d20250405_m042704_c001_v0001182_t0014_u01743827224436")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175e5_d20250405_m042703_c001_v7007000_t0000_u01743827223865")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2077d795ff0175db_d20250405_m042658_c001_v0001137_t0022_u01743827218354")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175da_d20250405_m042657_c001_v7007000_t0000_u01743827217766")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f2077d795ff0175d5_d20250405_m042652_c001_v0001161_t0026_u01743827212499")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175d3_d20250405_m042651_c001_v7007000_t0000_u01743827211860")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009702fc_d20250405_m042648_c001_v0001130_t0032_u01743827208123")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f415d0c953da1ea13_d20250405_m042647_c001_v7007000_t0000_u01743827207684")
2025/04/05 04:27:23 DEBUG : chunked-copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009702f6_d20250405_m042644_c001_v0001130_t0056_u01743827204358")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f419bc2c435795eeb_d20250405_m042710_c001_v7007000_t0000_u01743827230010")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea1c_d20250405_m042707_c001_v0001103_t0000_u01743827227757")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175e4_d20250405_m042703_c001_v7007000_t0000_u01743827223682")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea1b_d20250405_m042701_c001_v0001182_t0028_u01743827221945")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175d8_d20250405_m042657_c001_v7007000_t0000_u01743827217580")
2025/04/05 04:27:23 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea18_d20250405_m042655_c001_v0001184_t0043_u01743827215916")
2025/04/05 04:27:24 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f4077d795ff0175d2_d20250405_m042651_c001_v7007000_t0000_u01743827211673")
2025/04/05 04:27:24 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f215d0c953da1ea16_d20250405_m042649_c001_v0001120_t0032_u01743827209875")
2025/04/05 04:27:24 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f415d0c953da1ea12_d20250405_m042647_c001_v7007000_t0000_u01743827207502")
2025/04/05 04:27:24 DEBUG : chunked-copy.copy: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1014f36d19bd9008_d20250405_m042646_c001_v0001102_t0054_u01743827206414")
2025/04/05 04:27:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e439009700df_d20250405_m042225_c001_v0001130_t0037_u01743826945471")
2025/04/05 04:27:24 DEBUG : unknown-size-put.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f419bc2c435795eed_d20250405_m042711_c001_v7007000_t0000_u01743827231037")
2025/04/05 04:27:24 DEBUG : unknown-size-put.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e43900970318_d20250405_m042710_c001_v0001130_t0034_u01743827230733")
2025/04/05 04:27:24 DEBUG : unknown-size-update.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f419bc2c435795ef2_d20250405_m042712_c001_v7007000_t0000_u01743827232381")
2025/04/05 04:27:24 DEBUG : unknown-size-update.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097031c_d20250405_m042712_c001_v0001130_t0054_u01743827232058")
2025/04/05 04:27:24 DEBUG : unknown-size-update.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f1131e4390097031a_d20250405_m042711_c001_v0001130_t0015_u01743827231218")
2025/04/05 04:27:24 DEBUG : versions/test-versions.txt: Deleting (id "4_z0f520d8320fd0b4b9f680e1b_f40115b661ad2db9d_d20250405_m042334_c001_v7007000_t0000_u01743827014493")
2025/04/05 04:27:25 INFO  : B2 bucket rclone-test-retufel7sume: cleaning bucket "rclone-test-retufel7sume" of all files
=== RUN   TestIntegration/FsShutdown
    fstests.go:2831: Shutdown method not supported
--- PASS: TestIntegration (334.79s)
    --- 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.36s)
    --- PASS: TestIntegration/FsMkdir (332.59s)
        --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.54s)
        --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.18s)
        --- PASS: TestIntegration/FsMkdir/FsEncoding (21.33s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.92s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.06s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.08s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.09s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.09s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.05s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.99s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.00s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.03s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.02s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.13s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.16s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.04s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.15s)
            --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.18s)
        --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s)
        --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s)
        --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.15s)
        --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (6.33s)
        --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s)
        --- PASS: TestIntegration/FsMkdir/FsPutFiles (73.65s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.91s)
            --- 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.22s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.54s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.95s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.83s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.41s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.20s)
                --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.19s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.84s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.91s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.36s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.58s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.18s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (1.84s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.85s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.44s)
                --- 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 (1.89s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.37s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (7.42s)
            --- 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.54s)
            --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.61s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.90s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.71s)
            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (26.35s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (6.99s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.12s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.18s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.18s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (5.87s)
                        --- 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 (15.76s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.02s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.18s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (1.30s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (1.20s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (0.39s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.39s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.26s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.26s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.29s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.29s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.26s)
                            --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.26s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (4.45s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.62s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (3.83s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.15s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.15s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.38s)
                        --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.80s)
                --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.44s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.19s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.56s)
                    --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.70s)
        --- PASS: TestIntegration/FsMkdir/FsPutChunked (185.50s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (34.05s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (9.70s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (4.10s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (11.73s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (7.47s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (12.62s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (8.31s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (29.12s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (7.72s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (3.75s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (12.37s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (4.31s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (9.03s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.43s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (27.59s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (8.75s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (4.74s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (9.42s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (5.03s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (9.43s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.25s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (29.53s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (8.37s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (4.30s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (10.26s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (5.42s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (10.90s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.21s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (31.34s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (8.89s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (4.61s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (10.79s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (5.48s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (11.66s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (5.48s)
            --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (33.86s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (10.05s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (4.75s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (11.80s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (5.87s)
                --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (12.02s)
                    --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (6.24s)
        --- PASS: TestIntegration/FsMkdir/FsCopyChunked (26.60s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (4.09s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.18s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (5.90s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (6.10s)
            --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (6.33s)
        --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.19s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.84s)
            --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.34s)
        --- PASS: TestIntegration/FsMkdir/FsRootCollapse (6.30s)
        --- 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	334.812s
"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 5m36.049243077s (try 1/5)