"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:" 2026/06/30 03:29:27 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku" 2026/06/30 03:29:27 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 2026/06/30 03:29:30 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2026/06/30 03:29:30 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2026/06/30 03:29:30 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:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/06/30 03:29:47 DEBUG : trailing space /trailing space : Clearing upload URL because of error: incident id 4b2ab9d712d0-1b3276f60459ea3f (500 internal_error) 2026/06/30 03:29:47 DEBUG : pacer: low level retry 1/1 (error incident id 4b2ab9d712d0-1b3276f60459ea3f (500 internal_error)) 2026/06/30 03:29:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: Put error: incident id 4b2ab9d712d0-1b3276f60459ea3f (500 internal_error) - low level retry 1/10 2026/06/30 03:29:49 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:787: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2026/06/30 03:30:00 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880 2026/06/30 03:30:03 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1 2026/06/30 03:30:03 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576 2026/06/30 03:30:03 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2 2026/06/30 03:30:03 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880 2026/06/30 03:30:04 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0 2026/06/30 03:30:04 DEBUG : writer-at-subdir/writer-at-file: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:873: 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 2026/06/30 03:30:11 DEBUG : Creating backend with remote "TestB2:" 2026/06/30 03:30:11 DEBUG : Config file has changed externally - reloading === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2026/06/30 03:30:12 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:1126: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2026/06/30 03:30:17 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of all files 2026/06/30 03:30:17 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d09a_d20260630_m033016_c001_v0001174_t0003_u01782790216266") === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/06/30 03:30:18 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku/dirToPurgeFromRoot" 2026/06/30 03:30:19 INFO : B2 bucket rclone-test-nekokus5wiku path dirToPurgeFromRoot: cleaning bucket "rclone-test-nekokus5wiku" of all files 2026/06/30 03:30:20 DEBUG : fileToPurgeFromRoot.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d0ac_d20260630_m033017_c001_v0001174_t0041_u01782790217956") === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/06/30 03:30:20 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku/hello? sausage/êé" 2026/06/30 03:30:24 INFO : B2 bucket rclone-test-nekokus5wiku path hello? sausage/êé: cleaning bucket "rclone-test-nekokus5wiku" of all files 2026/06/30 03:30:25 DEBUG : a/b/c/d/e.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1158fd4d7f5cfaa1_d20260630_m033023_c001_v0001171_t0045_u01782790223479") === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/06/30 03:30:25 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_copy_file": EOF) 2026/06/30 03:30:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/06/30 03:30:26 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1298: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1351: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1468: 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:1632: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1703: 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 2026/06/30 03:30:34 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2026/06/30 03:30:36 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestB2:" path "rclone-test-nekokus5wiku" from "TestB2:rclone-test-nekokus5wiku" 2026/06/30 03:30:38 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 2026/06/30 03:30:50 DEBUG : Creating backend with remote "TestB2:rclone-test-lozosag8vama" 2026/06/30 03:30:53 DEBUG : B2 bucket rclone-test-lozosag8vama: Purge remote 2026/06/30 03:30:53 INFO : B2 bucket rclone-test-lozosag8vama: cleaning bucket "rclone-test-lozosag8vama" of all files 2026/06/30 03:30:54 DEBUG : somefile: Deleting (id "4_zcfc26d53904d1b6b9ff80e1b_f4068f894298de2ab_d20260630_m033052_c001_v0001165_t0059_u01782790252919") === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2121: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2143: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2293: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2026/06/30 03:30:55 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2026/06/30 03:30:56 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 2026/06/30 03:30:58 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi 2026/06/30 03:30:58 DEBUG : test-metadata: Sending chunk 0 length 6291456 2026/06/30 03:30:58 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.479Ki offset 6Mi/6.106Mi 2026/06/30 03:30:58 DEBUG : test-metadata: Sending chunk 1 length 111083 2026/06/30 03:31:00 DEBUG : test-metadata: Done sending chunk 1 2026/06/30 03:31:01 DEBUG : test-metadata: Done sending chunk 0 2026/06/30 03:31:01 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 2026/06/30 03:31:12 DEBUG : versions/test-versions.txt: Clearing upload URL because of error: Post "https://pod-000-1174-15.backblaze.com/b2api/v1/b2_upload_file/7f722d43903d1b6b9ff80e1b/c001_v0001174_t0051": EOF 2026/06/30 03:31:12 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1174-15.backblaze.com/b2api/v1/b2_upload_file/7f722d43903d1b6b9ff80e1b/c001_v0001174_t0051": EOF) 2026/06/30 03:31:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: Put error: Post "https://pod-000-1174-15.backblaze.com/b2api/v1/b2_upload_file/7f722d43903d1b6b9ff80e1b/c001_v0001174_t0051": EOF - low level retry 1/10 2026/06/30 03:31:14 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions b2_internal_test.go:357: versions/test-versions.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions b2_internal_test.go:357: versions/test-versions-v2026-06-30-033107-318.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 2026/06/30 03:31:16 DEBUG : oldPath = "TestB2:rclone-test-nekokus5wiku/versions/test-versions-v2026-06-30-033107-318.txt" 2026/06/30 03:31:16 DEBUG : newPath = "TestB2,versions:rclone-test-nekokus5wiku/versions/test-versions-v2026-06-30-033107-318.txt" 2026/06/30 03:31:16 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-nekokus5wiku/versions/test-versions-v2026-06-30-033107-318.txt" 2026/06/30 03:31:16 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name 2026/06/30 03:31:18 DEBUG : fs cache: renaming child cache item "TestB2,versions:rclone-test-nekokus5wiku/versions/test-versions-v2026-06-30-033107-318.txt" to be canonical for parent "TestB2{pO73u}:rclone-test-nekokus5wiku/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/Before/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun 2026/06/30 03:31:21 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of all hidden files 2026/06/30 03:31:21 DEBUG : leading space/ leading space: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547392_d20260630_m032938_c001_v7007000_t0000_u01782790178431") as it is a hide marker 2026/06/30 03:31:21 NOTICE: leading space/ leading space: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : leading space/ leading space: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4d3_d20260630_m032937_c001_v0001098_t0024_u01782790177383") 2026/06/30 03:31:21 NOTICE: leading space/ leading space: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547389_d20260630_m032937_c001_v7007000_t0000_u01782790177024") as it is a hide marker 2026/06/30 03:31:21 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4c3_d20260630_m032936_c001_v0001098_t0027_u01782790176195") 2026/06/30 03:31:21 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473c6_d20260630_m032946_c001_v7007000_t0000_u01782790186950") as it is a hide marker 2026/06/30 03:31:21 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : .leading dot/.leading dot: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4f5_d20260630_m032944_c001_v0001098_t0050_u01782790184332") 2026/06/30 03:31:21 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : created from root.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4156b835a8a3b679_d20260630_m033047_c001_v7007000_t0000_u01782790247048") as it is a hide marker 2026/06/30 03:31:21 NOTICE: created from root.txt: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : created from root.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f11187b7b930c8b50_d20260630_m033044_c001_v0001144_t0030_u01782790244926") 2026/06/30 03:31:21 NOTICE: created from root.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : file name.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1cb_d20260630_m033054_c001_v7007000_t0000_u01782790254975") as it is a hide marker 2026/06/30 03:31:21 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d14b_d20260630_m033033_c001_v0001174_t0000_u01782790233870") 2026/06/30 03:31:21 NOTICE: file name.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1097c6866dd60a62_d20260630_m033030_c001_v0001033_t0045_u01782790230122") 2026/06/30 03:31:21 NOTICE: file name.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d04f_d20260630_m033008_c001_v0001174_t0058_u01782790208494") 2026/06/30 03:31:21 NOTICE: file name.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d041_d20260630_m033007_c001_v0001174_t0011_u01782790207194") 2026/06/30 03:31:21 NOTICE: file name.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d047_d20260630_m033007_c001_v0001174_t0033_u01782790207686") "upload" dated 2026-06-30 03:30:07.686 +0000 UTC (1m14.062587066s ago) 2026/06/30 03:31:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4125f97ea2250c3e_d20260630_m033027_c001_v7007000_t0000_u01782790227876") as it is a hide marker 2026/06/30 03:31:21 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f102473cf2fa6a890_d20260630_m033027_c001_v0001101_t0002_u01782790227224") 2026/06/30 03:31:21 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1045722edfe6cbc3_d20260630_m033026_c001_v0001103_t0020_u01782790226426") 2026/06/30 03:31:21 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : invalid utf-8/invalid utf-8: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254740b_d20260630_m032957_c001_v7007000_t0000_u01782790197601") as it is a hide marker 2026/06/30 03:31:21 NOTICE: invalid utf-8/invalid utf-8: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfd7_d20260630_m032956_c001_v0001174_t0032_u01782790196798") 2026/06/30 03:31:21 NOTICE: invalid utf-8/invalid utf-8: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : piped data.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1d0_d20260630_m033056_c001_v7007000_t0000_u01782790256853") as it is a hide marker 2026/06/30 03:31:21 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d25d_d20260630_m033056_c001_v0001174_t0036_u01782790256257") 2026/06/30 03:31:21 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1cc_d20260630_m033056_c001_v7007000_t0000_u01782790256073") 2026/06/30 03:31:21 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415bba1c7a26d24f_d20260630_m033055_c001_v0001174_t0051_u01782790255706") 2026/06/30 03:31:21 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547414_d20260630_m032958_c001_v7007000_t0000_u01782790198653") as it is a hide marker 2026/06/30 03:31:21 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfe3_d20260630_m032957_c001_v0001174_t0046_u01782790197964") 2026/06/30 03:31:21 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : test-metadata: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c07d3_d20260630_m033104_c001_v7007000_t0000_u01782790264772") as it is a hide marker 2026/06/30 03:31:21 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2050d028c850c1d3_d20260630_m033058_c001_v0001161_t0019_u01782790258690") 2026/06/30 03:31:21 NOTICE: test-metadata: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1d1_d20260630_m033057_c001_v7007000_t0000_u01782790257922") 2026/06/30 03:31:21 NOTICE: test-metadata: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d265_d20260630_m033057_c001_v0001174_t0055_u01782790257042") 2026/06/30 03:31:21 NOTICE: test-metadata: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e6_d20260630_m032951_c001_v7007000_t0000_u01782790191999") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cf99_d20260630_m032951_c001_v0001174_t0032_u01782790191167") 2026/06/30 03:31:21 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473f3_d20260630_m032954_c001_v7007000_t0000_u01782790194189") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfaf_d20260630_m032953_c001_v0001174_t0028_u01782790193511") 2026/06/30 03:31:21 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e9_d20260630_m032953_c001_v7007000_t0000_u01782790193148") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfa3_d20260630_m032952_c001_v0001174_t0025_u01782790192361") 2026/06/30 03:31:21 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473fd_d20260630_m032955_c001_v7007000_t0000_u01782790195413") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfbd_d20260630_m032954_c001_v0001174_t0027_u01782790194562") 2026/06/30 03:31:21 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547404_d20260630_m032956_c001_v7007000_t0000_u01782790196435") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfc7_d20260630_m032955_c001_v0001174_t0017_u01782790195776") 2026/06/30 03:31:21 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing space /trailing space : Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e3_d20260630_m032950_c001_v7007000_t0000_u01782790190806") as it is a hide marker 2026/06/30 03:31:21 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : trailing space /trailing space : Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cf87_d20260630_m032950_c001_v0001174_t0010_u01782790190041") 2026/06/30 03:31:21 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b0ba_d20260630_m033115_c001_v0001043_t0044_u01782790275201") "upload" dated 2026-06-30 03:31:15.201 +0000 UTC (6.548055326s ago) 2026/06/30 03:31:21 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c07e2_d20260630_m033110_c001_v7007000_t0000_u01782790270384") 2026/06/30 03:31:21 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d2e9_d20260630_m033107_c001_v0001174_t0009_u01782790267318") 2026/06/30 03:31:21 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254741c_d20260630_m033006_c001_v7007000_t0000_u01782790206648") as it is a hide marker 2026/06/30 03:31:21 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f22102a9cc2547418_d20260630_m033000_c001_v0001185_t0005_u01782790200740") 2026/06/30 03:31:21 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : zero-length-file: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547417_d20260630_m033000_c001_v7007000_t0000_u01782790200533") as it is a hide marker 2026/06/30 03:31:21 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : zero-length-file: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415bba1c7a26cffb_d20260630_m032959_c001_v0001174_t0051_u01782790199930") 2026/06/30 03:31:21 NOTICE: zero-length-file: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547398_d20260630_m032939_c001_v7007000_t0000_u01782790179606") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4d9_d20260630_m032938_c001_v0001098_t0044_u01782790178792") 2026/06/30 03:31:21 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547377_d20260630_m032933_c001_v7007000_t0000_u01782790173460") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4b3_d20260630_m032932_c001_v0001098_t0051_u01782790172399") 2026/06/30 03:31:21 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473b4_d20260630_m032942_c001_v7007000_t0000_u01782790182946") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4eb_d20260630_m032942_c001_v0001098_t0050_u01782790182293") 2026/06/30 03:31:21 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473ad_d20260630_m032941_c001_v7007000_t0000_u01782790181933") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4e7_d20260630_m032941_c001_v0001098_t0047_u01782790181291") 2026/06/30 03:31:21 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473b8_d20260630_m032943_c001_v7007000_t0000_u01782790183971") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4ed_d20260630_m032943_c001_v0001098_t0055_u01782790183306") 2026/06/30 03:31:21 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473a3_d20260630_m032940_c001_v7007000_t0000_u01782790180932") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4df_d20260630_m032939_c001_v0001098_t0004_u01782790179966") 2026/06/30 03:31:21 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ./.: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254737b_d20260630_m032934_c001_v7007000_t0000_u01782790174524") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ./.: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ./.: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4b9_d20260630_m032933_c001_v0001098_t0019_u01782790173822") 2026/06/30 03:31:21 NOTICE: ./.: Skipped delete as --dry-run is set 2026/06/30 03:31:21 DEBUG : ../..: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547384_d20260630_m032935_c001_v7007000_t0000_u01782790175835") as it is a hide marker 2026/06/30 03:31:21 NOTICE: ../..: Skipped remove hide marker as --dry-run is set 2026/06/30 03:31:21 DEBUG : ../..: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4bf_d20260630_m032934_c001_v0001098_t0013_u01782790174884") 2026/06/30 03:31:21 NOTICE: ../..: Skipped delete as --dry-run is set === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing 2026/06/30 03:31:21 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of all hidden files 2026/06/30 03:31:22 DEBUG : leading space/ leading space: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547392_d20260630_m032938_c001_v7007000_t0000_u01782790178431") as it is a hide marker 2026/06/30 03:31:22 DEBUG : leading space/ leading space: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4d3_d20260630_m032937_c001_v0001098_t0024_u01782790177383") 2026/06/30 03:31:22 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547389_d20260630_m032937_c001_v7007000_t0000_u01782790177024") as it is a hide marker 2026/06/30 03:31:22 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4c3_d20260630_m032936_c001_v0001098_t0027_u01782790176195") 2026/06/30 03:31:22 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473c6_d20260630_m032946_c001_v7007000_t0000_u01782790186950") as it is a hide marker 2026/06/30 03:31:22 DEBUG : .leading dot/.leading dot: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4f5_d20260630_m032944_c001_v0001098_t0050_u01782790184332") 2026/06/30 03:31:22 DEBUG : created from root.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4156b835a8a3b679_d20260630_m033047_c001_v7007000_t0000_u01782790247048") as it is a hide marker 2026/06/30 03:31:22 DEBUG : created from root.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f11187b7b930c8b50_d20260630_m033044_c001_v0001144_t0030_u01782790244926") 2026/06/30 03:31:22 DEBUG : file name.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1cb_d20260630_m033054_c001_v7007000_t0000_u01782790254975") as it is a hide marker 2026/06/30 03:31:22 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d14b_d20260630_m033033_c001_v0001174_t0000_u01782790233870") 2026/06/30 03:31:22 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1097c6866dd60a62_d20260630_m033030_c001_v0001033_t0045_u01782790230122") 2026/06/30 03:31:22 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d04f_d20260630_m033008_c001_v0001174_t0058_u01782790208494") 2026/06/30 03:31:22 DEBUG : file name.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d041_d20260630_m033007_c001_v0001174_t0011_u01782790207194") 2026/06/30 03:31:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d047_d20260630_m033007_c001_v0001174_t0033_u01782790207686") "upload" dated 2026-06-30 03:30:07.686 +0000 UTC (1m15.221558039s ago) 2026/06/30 03:31:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4125f97ea2250c3e_d20260630_m033027_c001_v7007000_t0000_u01782790227876") as it is a hide marker 2026/06/30 03:31:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f102473cf2fa6a890_d20260630_m033027_c001_v0001101_t0002_u01782790227224") 2026/06/30 03:31:22 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1045722edfe6cbc3_d20260630_m033026_c001_v0001103_t0020_u01782790226426") 2026/06/30 03:31:22 DEBUG : invalid utf-8/invalid utf-8: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254740b_d20260630_m032957_c001_v7007000_t0000_u01782790197601") as it is a hide marker 2026/06/30 03:31:23 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfd7_d20260630_m032956_c001_v0001174_t0032_u01782790196798") 2026/06/30 03:31:23 DEBUG : piped data.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1d0_d20260630_m033056_c001_v7007000_t0000_u01782790256853") as it is a hide marker 2026/06/30 03:31:23 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d25d_d20260630_m033056_c001_v0001174_t0036_u01782790256257") 2026/06/30 03:31:23 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1cc_d20260630_m033056_c001_v7007000_t0000_u01782790256073") 2026/06/30 03:31:23 DEBUG : piped data.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415bba1c7a26d24f_d20260630_m033055_c001_v0001174_t0051_u01782790255706") 2026/06/30 03:31:23 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547414_d20260630_m032958_c001_v7007000_t0000_u01782790198653") as it is a hide marker 2026/06/30 03:31:23 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfe3_d20260630_m032957_c001_v0001174_t0046_u01782790197964") 2026/06/30 03:31:23 DEBUG : test-metadata: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c07d3_d20260630_m033104_c001_v7007000_t0000_u01782790264772") as it is a hide marker 2026/06/30 03:31:23 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2050d028c850c1d3_d20260630_m033058_c001_v0001161_t0019_u01782790258690") 2026/06/30 03:31:23 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4050d028c850c1d1_d20260630_m033057_c001_v7007000_t0000_u01782790257922") 2026/06/30 03:31:23 DEBUG : test-metadata: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d265_d20260630_m033057_c001_v0001174_t0055_u01782790257042") 2026/06/30 03:31:23 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e6_d20260630_m032951_c001_v7007000_t0000_u01782790191999") as it is a hide marker 2026/06/30 03:31:23 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cf99_d20260630_m032951_c001_v0001174_t0032_u01782790191167") 2026/06/30 03:31:23 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473f3_d20260630_m032954_c001_v7007000_t0000_u01782790194189") as it is a hide marker 2026/06/30 03:31:23 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfaf_d20260630_m032953_c001_v0001174_t0028_u01782790193511") 2026/06/30 03:31:23 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e9_d20260630_m032953_c001_v7007000_t0000_u01782790193148") as it is a hide marker 2026/06/30 03:31:23 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfa3_d20260630_m032952_c001_v0001174_t0025_u01782790192361") 2026/06/30 03:31:23 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473fd_d20260630_m032955_c001_v7007000_t0000_u01782790195413") as it is a hide marker 2026/06/30 03:31:24 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfbd_d20260630_m032954_c001_v0001174_t0027_u01782790194562") 2026/06/30 03:31:24 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547404_d20260630_m032956_c001_v7007000_t0000_u01782790196435") as it is a hide marker 2026/06/30 03:31:24 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cfc7_d20260630_m032955_c001_v0001174_t0017_u01782790195776") 2026/06/30 03:31:24 DEBUG : trailing space /trailing space : Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473e3_d20260630_m032950_c001_v7007000_t0000_u01782790190806") as it is a hide marker 2026/06/30 03:31:24 DEBUG : trailing space /trailing space : Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26cf87_d20260630_m032950_c001_v0001174_t0010_u01782790190041") 2026/06/30 03:31:24 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b0ba_d20260630_m033115_c001_v0001043_t0044_u01782790275201") "upload" dated 2026-06-30 03:31:15.201 +0000 UTC (9.00938286s ago) 2026/06/30 03:31:24 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c07e2_d20260630_m033110_c001_v7007000_t0000_u01782790270384") 2026/06/30 03:31:24 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d2e9_d20260630_m033107_c001_v0001174_t0009_u01782790267318") 2026/06/30 03:31:24 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254741c_d20260630_m033006_c001_v7007000_t0000_u01782790206648") as it is a hide marker 2026/06/30 03:31:24 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f22102a9cc2547418_d20260630_m033000_c001_v0001185_t0005_u01782790200740") 2026/06/30 03:31:24 DEBUG : zero-length-file: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547417_d20260630_m033000_c001_v7007000_t0000_u01782790200533") as it is a hide marker 2026/06/30 03:31:24 DEBUG : zero-length-file: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415bba1c7a26cffb_d20260630_m032959_c001_v0001174_t0051_u01782790199930") 2026/06/30 03:31:24 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547398_d20260630_m032939_c001_v7007000_t0000_u01782790179606") as it is a hide marker 2026/06/30 03:31:24 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4d9_d20260630_m032938_c001_v0001098_t0044_u01782790178792") 2026/06/30 03:31:24 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547377_d20260630_m032933_c001_v7007000_t0000_u01782790173460") as it is a hide marker 2026/06/30 03:31:24 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4b3_d20260630_m032932_c001_v0001098_t0051_u01782790172399") 2026/06/30 03:31:24 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473b4_d20260630_m032942_c001_v7007000_t0000_u01782790182946") as it is a hide marker 2026/06/30 03:31:24 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4eb_d20260630_m032942_c001_v0001098_t0050_u01782790182293") 2026/06/30 03:31:24 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473ad_d20260630_m032941_c001_v7007000_t0000_u01782790181933") as it is a hide marker 2026/06/30 03:31:24 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4e7_d20260630_m032941_c001_v0001098_t0047_u01782790181291") 2026/06/30 03:31:24 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473b8_d20260630_m032943_c001_v7007000_t0000_u01782790183971") as it is a hide marker 2026/06/30 03:31:24 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4ed_d20260630_m032943_c001_v0001098_t0055_u01782790183306") 2026/06/30 03:31:24 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc25473a3_d20260630_m032940_c001_v7007000_t0000_u01782790180932") as it is a hide marker 2026/06/30 03:31:25 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4df_d20260630_m032939_c001_v0001098_t0004_u01782790179966") 2026/06/30 03:31:25 DEBUG : ./.: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc254737b_d20260630_m032934_c001_v7007000_t0000_u01782790174524") as it is a hide marker 2026/06/30 03:31:25 DEBUG : ./.: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4b9_d20260630_m032933_c001_v0001098_t0019_u01782790173822") 2026/06/30 03:31:25 DEBUG : ../..: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f42102a9cc2547384_d20260630_m032935_c001_v7007000_t0000_u01782790175835") as it is a hide marker 2026/06/30 03:31:25 DEBUG : ../..: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f10960f55fd22c4bf_d20260630_m032934_c001_v0001098_t0013_u01782790174884") === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished 2026/06/30 03:31:26 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. 2026/06/30 03:31:26 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. 2026/06/30 03:31:26 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. 2026/06/30 03:31:26 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 2026/06/30 03:31:27 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of pending multipart uploads older than 0s 2026/06/30 03:31:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d047_d20260630_m033007_c001_v0001174_t0033_u01782790207686") "upload" dated 2026-06-30 03:30:07.686 +0000 UTC (1m19.851069346s ago) 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d263f_d20260630_m033126_c001_v0001182_t0029_u01782790286536") as it is a start marker (upload started at 2026-06-30 03:31:26.536 +0000 UTC) 2026/06/30 03:31:27 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2642_d20260630_m033126_c001_v0001183_t0046_u01782790286717") as it is a start marker (upload started at 2026-06-30 03:31:26.717 +0000 UTC) 2026/06/30 03:31:27 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2643_d20260630_m033126_c001_v0001136_t0056_u01782790286898") as it is a start marker (upload started at 2026-06-30 03:31:26.898 +0000 UTC) 2026/06/30 03:31:27 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2645_d20260630_m033127_c001_v0001037_t0032_u01782790287079") as it is a start marker (upload started at 2026-06-30 03:31:27.079 +0000 UTC) 2026/06/30 03:31:27 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set 2026/06/30 03:31:27 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f410219d8429d263d_d20260630_m033126_c001_v7007000_t0000_u01782790286356") "hide" dated 2026-06-30 03:31:26.356 +0000 UTC (1.181221471s ago) 2026/06/30 03:31:27 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b0ba_d20260630_m033115_c001_v0001043_t0044_u01782790275201") 2026/06/30 03:31:27 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing 2026/06/30 03:31:27 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of pending multipart uploads older than 0s 2026/06/30 03:31:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d047_d20260630_m033007_c001_v0001174_t0033_u01782790207686") "upload" dated 2026-06-30 03:30:07.686 +0000 UTC (1m20.215240518s ago) 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d263f_d20260630_m033126_c001_v0001182_t0029_u01782790286536") as it is a start marker (upload started at 2026-06-30 03:31:26.536 +0000 UTC) 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2642_d20260630_m033126_c001_v0001183_t0046_u01782790286717") as it is a start marker (upload started at 2026-06-30 03:31:26.717 +0000 UTC) 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2643_d20260630_m033126_c001_v0001136_t0056_u01782790286898") as it is a start marker (upload started at 2026-06-30 03:31:26.898 +0000 UTC) 2026/06/30 03:31:27 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d2645_d20260630_m033127_c001_v0001037_t0032_u01782790287079") as it is a start marker (upload started at 2026-06-30 03:31:27.079 +0000 UTC) 2026/06/30 03:31:27 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z7f722d43903d1b6b9ff80e1b_f410219d8429d263d_d20260630_m033126_c001_v7007000_t0000_u01782790286356") "hide" dated 2026-06-30 03:31:26.356 +0000 UTC (1.545355763s ago) 2026/06/30 03:31:27 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b0ba_d20260630_m033115_c001_v0001043_t0044_u01782790275201") === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun 2026/06/30 03:31:28 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set 2026/06/30 03:31:28 NOTICE: lifecycle: Skipped update lifecycle rules as --dry-run is set 2026/06/30 03:31:29 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 2026/06/30 03:31:30 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/5.000Mi 2026/06/30 03:31:30 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:30 DEBUG : chunked-5Mi-5.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 5Mi/5.000Mi 2026/06/30 03:31:30 DEBUG : chunked-5Mi-5.000Mi.bin: Sending chunk 1 length 1 2026/06/30 03:31:31 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 1 2026/06/30 03:31:32 DEBUG : chunked-5Mi-5.000Mi.bin: Done sending chunk 0 2026/06/30 03:31:32 DEBUG : chunked-5Mi-5.000Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed 2026/06/30 03:31:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:31:35 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. 2026/06/30 03:31:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2b4_d20260630_m033135_c001_v0001178_t0056_u01782790295247") 2026/06/30 03:31:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:31:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:31:35 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:35 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_get_upload_part_url": EOF) 2026/06/30 03:31:35 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/06/30 03:31:35 DEBUG : pacer: Reducing sleep to 10ms 2026/06/30 03:31:36 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:31:37 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:31:37 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 2026/06/30 03:31:39 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10Mi 2026/06/30 03:31:39 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:39 DEBUG : chunked-5Mi-10Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10Mi 2026/06/30 03:31:39 DEBUG : chunked-5Mi-10Mi.bin: Sending chunk 1 length 5242880 2026/06/30 03:31:41 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 0 2026/06/30 03:31:41 DEBUG : chunked-5Mi-10Mi.bin: Done sending chunk 1 2026/06/30 03:31:41 DEBUG : chunked-5Mi-10Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed 2026/06/30 03:31:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:31:43 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. 2026/06/30 03:31:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2c3_d20260630_m033143_c001_v0001183_t0035_u01782790303605") 2026/06/30 03:31:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:31:43 DEBUG : chunked-5Mi-10Mi-streamed.bin: Sending chunk 1 length 5242880 2026/06/30 03:31:45 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:31:46 DEBUG : chunked-5Mi-10Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:31:46 DEBUG : chunked-5Mi-10Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2026/06/30 03:31:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 5Mi offset 0/10.000Mi 2026/06/30 03:31:47 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 5Mi offset 5Mi/10.000Mi 2026/06/30 03:31:47 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 1 length 5242880 2026/06/30 03:31:47 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 10Mi/10.000Mi 2026/06/30 03:31:48 DEBUG : chunked-5Mi-10.000Mi.bin: Sending chunk 2 length 1 2026/06/30 03:31:49 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 2 2026/06/30 03:31:50 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 0 2026/06/30 03:31:50 DEBUG : chunked-5Mi-10.000Mi.bin: Done sending chunk 1 2026/06/30 03:31:50 DEBUG : chunked-5Mi-10.000Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed 2026/06/30 03:31:51 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:31:51 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. 2026/06/30 03:31:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2d3_d20260630_m033152_c001_v0001181_t0034_u01782790312020") 2026/06/30 03:31:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 0 length 5242880 2026/06/30 03:31:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:31:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:31:52 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Sending chunk 1 length 5242880 2026/06/30 03:31:53 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:31:54 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:31:54 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:31:54 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 2026/06/30 03:31:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.054Mi/5.054Mi 2026/06/30 03:31:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 1 length 1 2026/06/30 03:31:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/5.054Mi 2026/06/30 03:31:56 DEBUG : chunked-5.054Mi-5.054Mi.bin: Sending chunk 0 length 5300000 2026/06/30 03:31:57 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 1 2026/06/30 03:31:58 DEBUG : chunked-5.054Mi-5.054Mi.bin: Done sending chunk 0 2026/06/30 03:31:58 DEBUG : chunked-5.054Mi-5.054Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed 2026/06/30 03:31:59 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:31:59 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. 2026/06/30 03:32:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2ee_d20260630_m033159_c001_v0001174_t0039_u01782790319880") 2026/06/30 03:32:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:32:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:32:00 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Sending chunk 0 length 5300000 2026/06/30 03:32:01 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:32:02 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:32:02 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 2026/06/30 03:32:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/06/30 03:32:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000 2026/06/30 03:32:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/06/30 03:32:03 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000 2026/06/30 03:32:06 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1 2026/06/30 03:32:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0 2026/06/30 03:32:07 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed 2026/06/30 03:32:08 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:32:08 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. 2026/06/30 03:32:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b30e_d20260630_m033209_c001_v0001171_t0004_u01782790329073") 2026/06/30 03:32:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000 2026/06/30 03:32:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:32:09 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000 2026/06/30 03:32:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:32:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:32:11 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.054Mi offset 0/10.109Mi 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 0 length 5300000 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.054Mi offset 5.054Mi/10.109Mi 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 1 length 5300000 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/06/30 03:32:13 DEBUG : chunked-5.054Mi-10.109Mi.bin: Sending chunk 2 length 1 2026/06/30 03:32:14 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 2 2026/06/30 03:32:15 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 0 2026/06/30 03:32:29 DEBUG : chunked-5.054Mi-10.109Mi.bin: Done sending chunk 1 2026/06/30 03:32:29 DEBUG : chunked-5.054Mi-10.109Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:32:33 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. 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f219265eedb45215b_d20260630_m033233_c001_v0001181_t0057_u01782790353488") 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300000 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300000 2026/06/30 03:32:33 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:32:34 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:32:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:32:35 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:32:35 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 2026/06/30 03:32:37 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 1 size 1 offset 5.055Mi/5.055Mi 2026/06/30 03:32:37 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 1 length 1 2026/06/30 03:32:37 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/5.055Mi 2026/06/30 03:32:37 DEBUG : chunked-5.055Mi-5.055Mi.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:38 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 1 2026/06/30 03:32:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: Done sending chunk 0 2026/06/30 03:32:41 DEBUG : chunked-5.055Mi-5.055Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed 2026/06/30 03:32:42 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:32:42 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. 2026/06/30 03:32:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2197af81fc6219e4_d20260630_m033242_c001_v0001179_t0048_u01782790362910") 2026/06/30 03:32:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:32:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:32:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:32:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:32:45 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 2026/06/30 03:32:46 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/06/30 03:32:46 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:47 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/06/30 03:32:47 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053 2026/06/30 03:32:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1 2026/06/30 03:32:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0 2026/06/30 03:32:49 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed 2026/06/30 03:32:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:32:51 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. 2026/06/30 03:32:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2197af81fc621a07_d20260630_m033251_c001_v0001165_t0051_u01782790371249") 2026/06/30 03:32:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:32:51 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053 2026/06/30 03:32:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:32:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:32:53 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 0 size 5.055Mi offset 0/10.109Mi 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 1 size 5.055Mi offset 5.055Mi/10.109Mi 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 1 length 5300053 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload: starting chunk 2 size 1 offset 10.109Mi/10.109Mi 2026/06/30 03:32:55 DEBUG : chunked-5.055Mi-10.109Mi.bin: Sending chunk 2 length 1 2026/06/30 03:32:56 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 2 2026/06/30 03:32:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 0 2026/06/30 03:32:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: Done sending chunk 1 2026/06/30 03:32:57 DEBUG : chunked-5.055Mi-10.109Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:32:59 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. 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b23a_d20260630_m033259_c001_v0001041_t0039_u01782790379508") 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 0 length 5300053 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:32:59 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Sending chunk 1 length 5300053 2026/06/30 03:33:00 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:33:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:02 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:02 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 2026/06/30 03:33:04 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 1 size 1 offset 6.667Mi/6.667Mi 2026/06/30 03:33:04 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 1 length 1 2026/06/30 03:33:04 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/6.667Mi 2026/06/30 03:33:04 DEBUG : chunked-6.667Mi-6.667Mi.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:05 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 1 2026/06/30 03:33:12 DEBUG : chunked-6.667Mi-6.667Mi.bin: Done sending chunk 0 2026/06/30 03:33:12 DEBUG : chunked-6.667Mi-6.667Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed 2026/06/30 03:33:15 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:33:15 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. 2026/06/30 03:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f219265eedb4521d5_d20260630_m033316_c001_v0001180_t0050_u01782790396018") 2026/06/30 03:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:33:16 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:33:17 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:18 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 2026/06/30 03:33:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/06/30 03:33:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/06/30 03:33:20 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506 2026/06/30 03:33:22 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0 2026/06/30 03:33:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1 2026/06/30 03:33:23 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed 2026/06/30 03:33:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:33:25 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. 2026/06/30 03:33:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2239e41af2198844_d20260630_m033325_c001_v0001174_t0031_u01782790405163") 2026/06/30 03:33:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:33:25 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506 2026/06/30 03:33:27 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:28 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 0 size 6.667Mi offset 0/13.333Mi 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 2 size 1 offset 13.333Mi/13.333Mi 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 2 length 1 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload: starting chunk 1 size 6.667Mi offset 6.667Mi/13.333Mi 2026/06/30 03:33:30 DEBUG : chunked-6.667Mi-13.333Mi.bin: Sending chunk 1 length 6990506 2026/06/30 03:33:31 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 2 2026/06/30 03:33:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 0 2026/06/30 03:33:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: Done sending chunk 1 2026/06/30 03:33:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:33:35 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. 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2073ddc34b01aafc_d20260630_m033335_c001_v0001145_t0040_u01782790415564") 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 0 length 6990506 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:33:35 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Sending chunk 1 length 6990506 2026/06/30 03:33:36 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:33:38 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:39 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:39 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 2026/06/30 03:33:41 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/8.000Mi 2026/06/30 03:33:41 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 0 length 8388608 2026/06/30 03:33:41 DEBUG : chunked-8Mi-8.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 8Mi/8.000Mi 2026/06/30 03:33:41 DEBUG : chunked-8Mi-8.000Mi.bin: Sending chunk 1 length 1 2026/06/30 03:33:42 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 1 2026/06/30 03:33:43 DEBUG : chunked-8Mi-8.000Mi.bin: Done sending chunk 0 2026/06/30 03:33:43 DEBUG : chunked-8Mi-8.000Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed 2026/06/30 03:33:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:33:45 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. 2026/06/30 03:33:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b2ae_d20260630_m033345_c001_v0001115_t0055_u01782790425589") 2026/06/30 03:33:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:33:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:33:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Sending chunk 0 length 8388608 2026/06/30 03:33:47 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:49 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 2026/06/30 03:33:50 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16Mi 2026/06/30 03:33:50 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 0 length 8388608 2026/06/30 03:33:51 DEBUG : chunked-8Mi-16Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16Mi 2026/06/30 03:33:51 DEBUG : chunked-8Mi-16Mi.bin: Sending chunk 1 length 8388608 2026/06/30 03:33:53 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 0 2026/06/30 03:33:53 DEBUG : chunked-8Mi-16Mi.bin: Done sending chunk 1 2026/06/30 03:33:53 DEBUG : chunked-8Mi-16Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed 2026/06/30 03:33:55 DEBUG : chunked-8Mi-16Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:33:55 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. 2026/06/30 03:33:56 DEBUG : chunked-8Mi-16Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1ba2b_d20260630_m033355_c001_v0001136_t0053_u01782790435928") 2026/06/30 03:33:56 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 0 length 8388608 2026/06/30 03:33:56 DEBUG : chunked-8Mi-16Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:33:56 DEBUG : chunked-8Mi-16Mi-streamed.bin: Sending chunk 1 length 8388608 2026/06/30 03:33:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:33:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:33:58 DEBUG : chunked-8Mi-16Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 0 size 8Mi offset 0/16.000Mi 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 0 length 8388608 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 1 size 8Mi offset 8Mi/16.000Mi 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 1 length 8388608 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 16Mi/16.000Mi 2026/06/30 03:34:01 DEBUG : chunked-8Mi-16.000Mi.bin: Sending chunk 2 length 1 2026/06/30 03:34:02 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 2 2026/06/30 03:34:03 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 0 2026/06/30 03:34:05 DEBUG : chunked-8Mi-16.000Mi.bin: Done sending chunk 1 2026/06/30 03:34:05 DEBUG : chunked-8Mi-16.000Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed 2026/06/30 03:34:10 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:34:10 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. 2026/06/30 03:34:11 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f225f6d23b9d6d9ed_d20260630_m033411_c001_v0001174_t0031_u01782790451047") 2026/06/30 03:34:11 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 0 length 8388608 2026/06/30 03:34:11 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 1 length 8388608 2026/06/30 03:34:11 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:34:11 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:34:12 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:34:13 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:34:14 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:34:14 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 2026/06/30 03:34:17 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/10.000Mi 2026/06/30 03:34:17 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 0 length 10485760 2026/06/30 03:34:17 DEBUG : chunked-10Mi-10.000Mi.bin: multipart upload: starting chunk 1 size 1 offset 10Mi/10.000Mi 2026/06/30 03:34:17 DEBUG : chunked-10Mi-10.000Mi.bin: Sending chunk 1 length 1 2026/06/30 03:34:18 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 1 2026/06/30 03:34:20 DEBUG : chunked-10Mi-10.000Mi.bin: Done sending chunk 0 2026/06/30 03:34:20 DEBUG : chunked-10Mi-10.000Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed 2026/06/30 03:34:22 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:34:22 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. 2026/06/30 03:34:23 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f21697f95082c0a23_d20260630_m033423_c001_v0001167_t0046_u01782790463059") 2026/06/30 03:34:23 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:34:23 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 1 length 1 2026/06/30 03:34:23 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Sending chunk 0 length 10485760 2026/06/30 03:34:24 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:38:35 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:38:35 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 2026/06/30 03:38:39 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20Mi 2026/06/30 03:38:39 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 0 length 10485760 2026/06/30 03:38:39 DEBUG : chunked-10Mi-20Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20Mi 2026/06/30 03:38:39 DEBUG : chunked-10Mi-20Mi.bin: Sending chunk 1 length 10485760 2026/06/30 03:38:41 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 0 2026/06/30 03:38:42 DEBUG : chunked-10Mi-20Mi.bin: Done sending chunk 1 2026/06/30 03:38:42 DEBUG : chunked-10Mi-20Mi.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed 2026/06/30 03:38:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:38:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Streaming upload with --b2-chunk-size 10Mi allows uploads of up to 97.656Gi and will fail only when that limit is reached. 2026/06/30 03:38:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f217ede8bf8a27227_d20260630_m033844_c001_v0001134_t0048_u01782790724725") 2026/06/30 03:38:44 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 0 length 10485760 2026/06/30 03:38:45 DEBUG : chunked-10Mi-20Mi-streamed.bin: Not sending empty chunk after EOF - ending. 2026/06/30 03:38:45 DEBUG : chunked-10Mi-20Mi-streamed.bin: Sending chunk 1 length 10485760 2026/06/30 03:38:47 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:38:47 DEBUG : chunked-10Mi-20Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:38:47 DEBUG : chunked-10Mi-20Mi-streamed.bin: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 0 size 10Mi offset 0/20.000Mi 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 0 length 10485760 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 1 size 10Mi offset 10Mi/20.000Mi 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 1 length 10485760 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload: starting chunk 2 size 1 offset 20Mi/20.000Mi 2026/06/30 03:38:50 DEBUG : chunked-10Mi-20.000Mi.bin: Sending chunk 2 length 1 2026/06/30 03:38:51 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 2 2026/06/30 03:38:52 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 0 2026/06/30 03:38:53 DEBUG : chunked-10Mi-20.000Mi.bin: Done sending chunk 1 2026/06/30 03:38:53 DEBUG : chunked-10Mi-20.000Mi.bin: Finishing large file upload with 3 parts === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed 2026/06/30 03:38:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: File is big enough for chunked streaming 2026/06/30 03:38:55 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. 2026/06/30 03:38:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Starting streaming of large file (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b8e9_d20260630_m033855_c001_v0001167_t0056_u01782790735697") 2026/06/30 03:38:55 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 0 length 10485760 2026/06/30 03:38:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Read less than a full chunk 1, making this the last one. 2026/06/30 03:38:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 2 length 1 2026/06/30 03:38:56 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Sending chunk 1 length 10485760 2026/06/30 03:38:57 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 2 2026/06/30 03:38:58 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 1 2026/06/30 03:39:04 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Done sending chunk 0 2026/06/30 03:39:04 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 2026/06/30 03:39:16 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0def_d20260630_m033916_c001_v0001180_t0043_u01782790756365") 2026/06/30 03:39:16 DEBUG : chunked-copy.copy: Copying chunk 1 length 1 2026/06/30 03:39:16 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880 2026/06/30 03:39:16 DEBUG : chunked-copy.copy: Done copying chunk 1 2026/06/30 03:39:17 DEBUG : chunked-copy.copy: Done copying chunk 0 2026/06/30 03:39:17 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485759 2026/06/30 03:39:19 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi 2026/06/30 03:39:19 DEBUG : chunked-copy: Sending chunk 0 length 6291456 2026/06/30 03:39:19 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi 2026/06/30 03:39:19 DEBUG : chunked-copy: Sending chunk 1 length 4194303 2026/06/30 03:39:21 DEBUG : chunked-copy: Done sending chunk 0 2026/06/30 03:39:21 DEBUG : chunked-copy: Done sending chunk 1 2026/06/30 03:39:21 DEBUG : chunked-copy: Finishing large file upload with 2 parts 2026/06/30 03:39:22 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z7f722d43903d1b6b9ff80e1b_f2066919632d07051_d20260630_m033922_c001_v0001115_t0001_u01782790762115") 2026/06/30 03:39:22 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242879 2026/06/30 03:39:22 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880 2026/06/30 03:39:23 DEBUG : chunked-copy.copy: Done copying chunk 1 2026/06/30 03:39:24 DEBUG : chunked-copy.copy: Done copying chunk 0 2026/06/30 03:39:24 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485760 2026/06/30 03:39:26 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10Mi 2026/06/30 03:39:26 DEBUG : chunked-copy: Sending chunk 0 length 6291456 2026/06/30 03:39:26 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4Mi offset 6Mi/10Mi 2026/06/30 03:39:26 DEBUG : chunked-copy: Sending chunk 1 length 4194304 2026/06/30 03:39:29 DEBUG : chunked-copy: Done sending chunk 0 2026/06/30 03:39:29 DEBUG : chunked-copy: Done sending chunk 1 2026/06/30 03:39:29 DEBUG : chunked-copy: Finishing large file upload with 2 parts 2026/06/30 03:39:29 DEBUG : chunked-copy.copy: Starting copy of large file in 2 chunks (id "4_z7f722d43903d1b6b9ff80e1b_f2066919632d07061_d20260630_m033929_c001_v0001033_t0036_u01782790769788") 2026/06/30 03:39:29 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880 2026/06/30 03:39:29 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880 2026/06/30 03:39:30 DEBUG : chunked-copy.copy: Done copying chunk 0 2026/06/30 03:39:30 DEBUG : chunked-copy.copy: Done copying chunk 1 2026/06/30 03:39:30 DEBUG : chunked-copy.copy: Finishing large file copy with 2 parts === RUN TestIntegration/FsMkdir/FsCopyChunked/10485761 2026/06/30 03:39:32 DEBUG : chunked-copy: multipart upload: starting chunk 0 size 6Mi offset 0/10.000Mi 2026/06/30 03:39:32 DEBUG : chunked-copy: Sending chunk 0 length 6291456 2026/06/30 03:39:32 DEBUG : chunked-copy: multipart upload: starting chunk 1 size 4.000Mi offset 6Mi/10.000Mi 2026/06/30 03:39:32 DEBUG : chunked-copy: Sending chunk 1 length 4194305 2026/06/30 03:39:35 DEBUG : chunked-copy: Done sending chunk 0 2026/06/30 03:39:35 DEBUG : chunked-copy: Done sending chunk 1 2026/06/30 03:39:35 DEBUG : chunked-copy: Finishing large file upload with 2 parts 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Starting copy of large file in 3 chunks (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0e35_d20260630_m033936_c001_v0001178_t0051_u01782790776040") 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Copying chunk 2 length 1 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Copying chunk 0 length 5242880 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Copying chunk 1 length 5242880 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Done copying chunk 2 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Done copying chunk 0 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Done copying chunk 1 2026/06/30 03:39:36 DEBUG : chunked-copy.copy: Finishing large file copy with 3 parts === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/06/30 03:39:38 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2026/06/30 03:39:39 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsRootCollapse 2026/06/30 03:39:40 DEBUG : Creating backend with remote "TestB2:rclone-test-nekokus5wiku/deeper/nonexisting/directory" === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2637: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2680: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2729: Can't test if can't have empty directories 2026/06/30 03:39:41 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of all files 2026/06/30 03:39:42 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f417ede8bf8a27219_d20260630_m033838_c001_v7007000_t0000_u01782790718537") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-10.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21697f95082c0a23_d20260630_m033423_c001_v0001167_t0046_u01782790463059") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c0a1e_d20260630_m033422_c001_v7007000_t0000_u01782790462526") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-10.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21697f95082c09f8_d20260630_m033417_c001_v0001101_t0036_u01782790457186") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0de0_d20260630_m033908_c001_v7007000_t0000_u01782790748086") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b8e9_d20260630_m033855_c001_v0001167_t0056_u01782790735697") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4177e91e0439b8e8_d20260630_m033855_c001_v7007000_t0000_u01782790735148") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f217ede8bf8a27235_d20260630_m033849_c001_v0001179_t0035_u01782790729945") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f417ede8bf8a27234_d20260630_m033849_c001_v7007000_t0000_u01782790729763") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f217ede8bf8a27227_d20260630_m033844_c001_v0001134_t0048_u01782790724725") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f417ede8bf8a27224_d20260630_m033844_c001_v7007000_t0000_u01782790724230") 2026/06/30 03:39:42 DEBUG : chunked-10Mi-20Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f217ede8bf8a2721a_d20260630_m033838_c001_v0001117_t0025_u01782790718719") 2026/06/30 03:39:42 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f419265eedb452164_d20260630_m033237_c001_v7007000_t0000_u01782790357232") 2026/06/30 03:39:42 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f219265eedb45215b_d20260630_m033233_c001_v0001181_t0057_u01782790353488") 2026/06/30 03:39:42 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f420bb5837dc1b90d_d20260630_m033212_c001_v7007000_t0000_u01782790332928") 2026/06/30 03:39:42 DEBUG : chunked-5.054Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b30e_d20260630_m033209_c001_v0001171_t0004_u01782790329073") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f419265eedb452159_d20260630_m033233_c001_v7007000_t0000_u01782790353145") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1b90f_d20260630_m033213_c001_v0001167_t0001_u01782790333111") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b30c_d20260630_m033208_c001_v7007000_t0000_u01782790328725") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b303_d20260630_m033203_c001_v0001174_t0009_u01782790323571") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b301_d20260630_m033203_c001_v7007000_t0000_u01782790323390") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-5.054Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2ee_d20260630_m033159_c001_v0001174_t0039_u01782790319880") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2ec_d20260630_m033159_c001_v7007000_t0000_u01782790319514") 2026/06/30 03:39:43 DEBUG : chunked-5.054Mi-5.054Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2e3_d20260630_m033155_c001_v0001101_t0028_u01782790315974") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4197af81fc621a28_d20260630_m033303_c001_v7007000_t0000_u01782790383742") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b23a_d20260630_m033259_c001_v0001041_t0039_u01782790379508") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4177e91e0439b227_d20260630_m033255_c001_v7007000_t0000_u01782790375028") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2197af81fc621a07_d20260630_m033251_c001_v0001165_t0051_u01782790371249") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4177e91e0439b238_d20260630_m033259_c001_v7007000_t0000_u01782790379162") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b229_d20260630_m033255_c001_v0001182_t0023_u01782790375210") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4197af81fc621a06_d20260630_m033250_c001_v7007000_t0000_u01782790370886") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-10.109Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b209_d20260630_m033246_c001_v0001153_t0008_u01782790366439") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4177e91e0439b208_d20260630_m033246_c001_v7007000_t0000_u01782790366257") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-5.055Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2197af81fc6219e4_d20260630_m033242_c001_v0001179_t0048_u01782790362910") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4197af81fc6219e3_d20260630_m033242_c001_v7007000_t0000_u01782790362568") 2026/06/30 03:39:43 DEBUG : chunked-5.055Mi-5.055Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f219265eedb452166_d20260630_m033237_c001_v0001167_t0058_u01782790357414") 2026/06/30 03:39:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2df_d20260630_m033155_c001_v7007000_t0000_u01782790315792") 2026/06/30 03:39:43 DEBUG : chunked-5Mi-10.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2d3_d20260630_m033152_c001_v0001181_t0034_u01782790312020") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2d1_d20260630_m033151_c001_v7007000_t0000_u01782790311664") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2cc_d20260630_m033147_c001_v0001130_t0011_u01782790307540") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2c9_d20260630_m033147_c001_v7007000_t0000_u01782790307357") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2c3_d20260630_m033143_c001_v0001183_t0035_u01782790303605") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2c2_d20260630_m033143_c001_v7007000_t0000_u01782790303259") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-10Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2224efb4a54ba414_d20260630_m033138_c001_v0001036_t0007_u01782790298822") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4224efb4a54ba413_d20260630_m033138_c001_v7007000_t0000_u01782790298638") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-5.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f215e5a297079b2b4_d20260630_m033135_c001_v0001178_t0056_u01782790295247") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f415e5a297079b2b1_d20260630_m033134_c001_v7007000_t0000_u01782790294885") 2026/06/30 03:39:44 DEBUG : chunked-5Mi-5.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f210219d8429d264e_d20260630_m033129_c001_v0001183_t0004_u01782790289929") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f420bb5837dc1ba07_d20260630_m033340_c001_v7007000_t0000_u01782790420916") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2073ddc34b01aafc_d20260630_m033335_c001_v0001145_t0040_u01782790415564") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4239e41af2198853_d20260630_m033329_c001_v7007000_t0000_u01782790409735") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2239e41af2198844_d20260630_m033325_c001_v0001174_t0031_u01782790405163") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4073ddc34b01aafa_d20260630_m033335_c001_v7007000_t0000_u01782790415158") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2239e41af2198854_d20260630_m033329_c001_v0001029_t0007_u01782790409916") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4239e41af2198841_d20260630_m033324_c001_v7007000_t0000_u01782790404752") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-13.333Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2239e41af2198826_d20260630_m033319_c001_v0001102_t0023_u01782790399926") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4239e41af2198824_d20260630_m033319_c001_v7007000_t0000_u01782790399745") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-6.667Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f219265eedb4521d5_d20260630_m033316_c001_v0001180_t0050_u01782790396018") 2026/06/30 03:39:44 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f419265eedb4521d3_d20260630_m033315_c001_v7007000_t0000_u01782790395594") 2026/06/30 03:39:45 DEBUG : chunked-6.667Mi-6.667Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2197af81fc621a29_d20260630_m033303_c001_v0001039_t0037_u01782790383924") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41697f95082c09f4_d20260630_m033417_c001_v7007000_t0000_u01782790457005") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f225f6d23b9d6d9ed_d20260630_m033411_c001_v0001174_t0031_u01782790451047") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f425f6d23b9d6d9ea_d20260630_m033410_c001_v7007000_t0000_u01782790450598") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1ba40_d20260630_m033400_c001_v0001116_t0058_u01782790440764") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f420bb5837dc1ba3e_d20260630_m033400_c001_v7007000_t0000_u01782790440581") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1ba2b_d20260630_m033355_c001_v0001136_t0053_u01782790435928") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f420bb5837dc1ba27_d20260630_m033355_c001_v7007000_t0000_u01782790435466") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-16Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1ba0f_d20260630_m033350_c001_v0001137_t0045_u01782790430465") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f420bb5837dc1ba0e_d20260630_m033350_c001_v7007000_t0000_u01782790430281") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-8.000Mi-streamed.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2177e91e0439b2ae_d20260630_m033345_c001_v0001115_t0055_u01782790425589") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4177e91e0439b2aa_d20260630_m033345_c001_v7007000_t0000_u01782790425137") 2026/06/30 03:39:45 DEBUG : chunked-8Mi-8.000Mi.bin: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f220bb5837dc1ba08_d20260630_m033341_c001_v0001184_t0059_u01782790421099") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e39_d20260630_m033937_c001_v7007000_t0000_u01782790777924") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2066919632d07066_d20260630_m033932_c001_v0001104_t0036_u01782790772478") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4066919632d07064_d20260630_m033931_c001_v7007000_t0000_u01782790771935") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0e21_d20260630_m033926_c001_v0001183_t0017_u01782790766480") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e1f_d20260630_m033925_c001_v7007000_t0000_u01782790765976") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0dfc_d20260630_m033918_c001_v0001182_t0012_u01782790758860") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0df6_d20260630_m033918_c001_v7007000_t0000_u01782790758326") 2026/06/30 03:39:45 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b4c8_d20260630_m033913_c001_v0001043_t0005_u01782790753769") 2026/06/30 03:39:46 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0dea_d20260630_m033913_c001_v7007000_t0000_u01782790753421") 2026/06/30 03:39:46 DEBUG : chunked-copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b4be_d20260630_m033908_c001_v0001043_t0053_u01782790748809") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e38_d20260630_m033937_c001_v7007000_t0000_u01782790777741") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0e35_d20260630_m033936_c001_v0001178_t0051_u01782790776040") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f4066919632d07063_d20260630_m033931_c001_v7007000_t0000_u01782790771754") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2066919632d07061_d20260630_m033929_c001_v0001033_t0036_u01782790769788") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e1c_d20260630_m033925_c001_v7007000_t0000_u01782790765790") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f2066919632d07051_d20260630_m033922_c001_v0001115_t0001_u01782790762115") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0df3_d20260630_m033918_c001_v7007000_t0000_u01782790758144") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f21361a13c2ca0def_d20260630_m033916_c001_v0001180_t0043_u01782790756365") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0de9_d20260630_m033913_c001_v7007000_t0000_u01782790753240") 2026/06/30 03:39:46 DEBUG : chunked-copy.copy: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1182123fc7a4018d_d20260630_m033911_c001_v0001144_t0049_u01782790751017") 2026/06/30 03:39:46 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f115bba1c7a26d047_d20260630_m033007_c001_v0001174_t0033_u01782790207686") 2026/06/30 03:39:46 DEBUG : unknown-size-put.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e3c_d20260630_m033938_c001_v7007000_t0000_u01782790778820") 2026/06/30 03:39:46 DEBUG : unknown-size-put.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b51a_d20260630_m033938_c001_v0001043_t0022_u01782790778473") 2026/06/30 03:39:46 DEBUG : unknown-size-update.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f41361a13c2ca0e40_d20260630_m033940_c001_v7007000_t0000_u01782790780407") 2026/06/30 03:39:46 DEBUG : unknown-size-update.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b51e_d20260630_m033939_c001_v0001043_t0019_u01782790779877") 2026/06/30 03:39:46 DEBUG : unknown-size-update.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f1165dfd28aa0b51c_d20260630_m033939_c001_v0001043_t0052_u01782790779003") 2026/06/30 03:39:46 DEBUG : versions/test-versions.txt: Deleting (id "4_z7f722d43903d1b6b9ff80e1b_f410219d8429d263d_d20260630_m033126_c001_v7007000_t0000_u01782790286356") 2026/06/30 03:39:48 INFO : B2 bucket rclone-test-nekokus5wiku: cleaning bucket "rclone-test-nekokus5wiku" of all files === RUN TestIntegration/FsShutdown fstests.go:2843: Shutdown method not supported --- PASS: TestIntegration (620.73s) --- 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.39s) --- PASS: TestIntegration/FsMkdir (618.65s) --- 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 (27.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.03s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (2.98s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (3.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.17s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.05s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.16s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (6.11s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (83.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (1.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (1.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.55s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (2.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (3.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (4.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (2.68s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (1.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (8.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (4.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (7.38s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.55s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (32.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (7.92s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (6.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (2.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (2.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (21.58s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (1.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (3.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (1.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (0.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (0.44s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (4.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (4.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (1.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/DryRun (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/RealThing (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (458.34s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (26.05s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881 (8.89s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242881/Streamed (3.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760 (8.72s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485760/Streamed (4.10s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (8.43s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761/Streamed (4.13s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (41.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001 (7.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300001/Streamed (3.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000 (9.54s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600000/Streamed (4.20s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (24.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001/Streamed (4.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (26.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054 (9.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300054/Streamed (3.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106 (8.77s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600106/Streamed (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (8.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107/Streamed (4.58s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (37.17s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507 (16.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990507/Streamed (4.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012 (9.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981012/Streamed (4.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (11.18s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013/Streamed (5.76s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (36.09s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609 (9.37s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388609/Streamed (5.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216 (10.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777216/Streamed (5.11s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (16.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217/Streamed (6.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (291.08s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761 (261.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485761/Streamed (256.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520 (11.23s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971520/Streamed (5.53s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (18.32s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521/Streamed (12.92s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked (29.84s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242880 (5.34s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/5242881 (4.91s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485759 (7.65s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485760 (5.96s) --- PASS: TestIntegration/FsMkdir/FsCopyChunked/10485761 (5.99s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.48s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.89s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.59s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.28s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) PASS ok github.com/rclone/rclone/backend/b2 620.755s "go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 10m21.763160371s (try 1/5)