"go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) === RUN TestUrlEncode --- PASS: TestUrlEncode (0.00s) === RUN TestTimeString --- PASS: TestTimeString (0.00s) === RUN TestParseTimeString b2_internal_test.go:183: potato: want error strconv.ParseInt: parsing "potato": invalid syntax got error --- PASS: TestParseTimeString (0.00s) === RUN TestIntegration fstests.go:438: Using remote "TestB2:" 2025/11/27 01:00:24 DEBUG : Creating backend with remote "TestB2:rclone-test-jimolil5gido" 2025/11/27 01:00:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:479: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2025/11/27 01:00:28 INFO : dir/subdir: Making directory fstest.go:250: Filtering empty directory "dir" fstest.go:250: Filtering empty directory "dir/subdir" 2025/11/27 01:00:28 INFO : dir/subdir: Removing directory fstest.go:250: Filtering empty directory "dir" 2025/11/27 01:00:28 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:707: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:707: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:707: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:707: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:707: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:707: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:707: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:707: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:707: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:707: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:707: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:707: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:707: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:707: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:707: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:786: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter 2025/11/27 01:00:57 DEBUG : writer-at-subdir/writer-at-file: Streaming upload with --b2-chunk-size 8Mi allows uploads of up to 78.125Gi and will fail only when that limit is reached. 2025/11/27 01:00:58 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 1 length 5242880 2025/11/27 01:01:00 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 1 2025/11/27 01:01:00 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 2 length 1048576 2025/11/27 01:01:00 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 2 2025/11/27 01:01:00 DEBUG : writer-at-subdir/writer-at-file: Sending chunk 0 length 5242880 2025/11/27 01:01:01 DEBUG : writer-at-subdir/writer-at-file: Done sending chunk 0 2025/11/27 01:01:01 DEBUG : writer-at-subdir/writer-at-file: Finishing large file upload with 0 parts === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:868: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2025/11/27 01:01:08 DEBUG : Creating backend with remote "TestB2:" fstests.go:1050: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1050 Error: []string{} does not contain "rclone-test-jimolil5gido" Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot Messages: Remote leaf not found === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2025/11/27 01:01:08 DEBUG : Creating backend with remote "TestB2:" fstests.go:1050: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1050 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1057 Error: []string{} does not contain "rclone-test-jimolil5gido" Test: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot Messages: Remote leaf not found === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1121: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/11/27 01:01:12 INFO : B2 bucket rclone-test-jimolil5gido: cleaning bucket "rclone-test-jimolil5gido" of all files 2025/11/27 01:01:12 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d26_d20251127_m010111_c001_v0001038_t0052_u01764205271824") === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/11/27 01:01:14 DEBUG : Creating backend with remote "TestB2:rclone-test-jimolil5gido/dirToPurgeFromRoot" 2025/11/27 01:01:15 INFO : B2 bucket rclone-test-jimolil5gido path dirToPurgeFromRoot: cleaning bucket "rclone-test-jimolil5gido" of all files fstests.go:1215: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1215 Error: Received unexpected error: directory not found Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2025/11/27 01:01:15 DEBUG : Creating backend with remote "TestB2:rclone-test-jimolil5gido/hello? sausage/êé" fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1234 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: failed to create bucket: Bucket name is already in use. (400 duplicate_bucket_name) Test: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir Messages: Put === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1270 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1270 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1289: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1342: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1459: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstests.go:1623: Metadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1694: SetMetadata method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2025/11/27 01:01:58 DEBUG : Creating backend with remote "TestB2:rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === NAME TestIntegration/FsMkdir/FsPutFiles/FsIsFile fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1885 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile Messages: listing wrong, want z.txt (100) got fstest.go:203: Not found "z.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1885 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile Messages: 1 objects not found === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2025/11/27 01:02:30 DEBUG : Creating backend with remote "TestB2:rclone-test-jimolil5gido/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestB2:" path "rclone-test-jimolil5gido" from "TestB2:rclone-test-jimolil5gido" 2025/11/27 01:02:31 DEBUG : Creating backend with remote "TestB2:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-jimolil5gido/file name.txt (200), rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got fstest.go:203: Not found "rclone-test-jimolil5gido/file name.txt" fstest.go:203: Not found "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: 2 objects not found fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1931 Error: Not equal: expected: []string{"rclone-test-jimolil5gido/hello? sausage", "rclone-test-jimolil5gido/hello? sausage/êé", "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界", "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) (len=39) "rclone-test-jimolil5gido/hello? sausage", - (string) (len=44) "rclone-test-jimolil5gido/hello? sausage/êé", - (string) (len=58) "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" +([]string) { } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstests.go:1937: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1937 Error: Received unexpected error: directory not found Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1973: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1973 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR Messages: file1Root "rclone-test-jimolil5gido/file name.txt" not found fstests.go:1974: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1974 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR Messages: file2Root "rclone-test-jimolil5gido/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1986 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: failed to create bucket: Bucket name is already in use (400 duplicate_bucket_name) Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Put === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink 2025/11/27 01:03:07 DEBUG : Creating backend with remote "TestB2:rclone-test-mufagur3yoke" 2025/11/27 01:03:10 DEBUG : B2 bucket rclone-test-mufagur3yoke: Purge remote 2025/11/27 01:03:10 INFO : B2 bucket rclone-test-mufagur3yoke: cleaning bucket "rclone-test-mufagur3yoke" of all files 2025/11/27 01:03:11 DEBUG : somefile: Deleting (id "4_zcf82ed23d05dcb2b9fa80e1b_f4089630d5060306a_d20251127_m010309_c001_v0001182_t0022_u01764205389759") === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:412: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2109: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/Bucket fstests.go:2131: Can't have // in paths === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2269 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2269 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:2281: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2025/11/27 01:03:44 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2025/11/27 01:03:46 DEBUG : piped data.txt: File has 100 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB 2025/11/27 01:03:49 DEBUG : test-metadata: multipart upload: starting chunk 0 size 6Mi offset 0/6.106Mi 2025/11/27 01:03:49 DEBUG : test-metadata: Sending chunk 0 length 6291456 2025/11/27 01:03:49 DEBUG : test-metadata: multipart upload: starting chunk 1 size 108.638Ki offset 6Mi/6.106Mi 2025/11/27 01:03:49 DEBUG : test-metadata: Sending chunk 1 length 111245 2025/11/27 01:03:51 DEBUG : test-metadata: Done sending chunk 1 2025/11/27 01:03:52 DEBUG : test-metadata: Done sending chunk 0 2025/11/27 01:03:52 DEBUG : test-metadata: Finishing large file upload with 2 parts === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions 2025/11/27 01:04:02 DEBUG : versions/test-versions.txt: Clearing upload URL because of error: Post "https://pod-000-1038-15.backblaze.com/b2api/v1/b2_upload_file/6fb26dd3d03dcb2b9fa80e1b/c001_v0001038_t0021": EOF 2025/11/27 01:04:02 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1038-15.backblaze.com/b2api/v1/b2_upload_file/6fb26dd3d03dcb2b9fa80e1b/c001_v0001038_t0021": EOF) 2025/11/27 01:04:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms fstests.go:143: Put error: Post "https://pod-000-1038-15.backblaze.com/b2api/v1/b2_upload_file/6fb26dd3d03dcb2b9fa80e1b/c001_v0001038_t0021": EOF - low level retry 1/10 2025/11/27 01:04:04 DEBUG : pacer: Reducing sleep to 10ms === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions b2_internal_test.go:357: versions/test-versions.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadCurrent === NAME TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions b2_internal_test.go:357: versions/test-versions-v2025-11-27-010357-120.txt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/ReadVersion === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs 2025/11/27 01:04:07 DEBUG : oldPath = "TestB2:rclone-test-jimolil5gido/versions/test-versions-v2025-11-27-010357-120.txt" 2025/11/27 01:04:07 DEBUG : newPath = "TestB2,versions:rclone-test-jimolil5gido/versions/test-versions-v2025-11-27-010357-120.txt" 2025/11/27 01:04:07 DEBUG : Creating backend with remote "TestB2,versions:rclone-test-jimolil5gido/versions/test-versions-v2025-11-27-010357-120.txt" 2025/11/27 01:04:07 DEBUG : TestB2: detected overridden config - adding "{pO73u}" suffix to name 2025/11/27 01:04:07 DEBUG : fs cache: renaming cache item "TestB2,versions:rclone-test-jimolil5gido/versions/test-versions-v2025-11-27-010357-120.txt" to be canonical "TestB2{pO73u}:rclone-test-jimolil5gido/versions/test-versions-v2025-11-27-010357-120.txt" b2_internal_test.go:394: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:394 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"is a file not a directory"}) actual : () Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === 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 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:447 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun 2025/11/27 01:06:23 INFO : B2 bucket rclone-test-jimolil5gido: cleaning bucket "rclone-test-jimolil5gido" of all hidden files 2025/11/27 01:06:23 DEBUG : leading space/ leading space: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853ef_d20251127_m010037_c001_v7007000_t0000_u01764205237258") as it is a hide marker 2025/11/27 01:06:23 NOTICE: leading space/ leading space: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : leading space/ leading space: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce1_d20251127_m010036_c001_v0001038_t0028_u01764205236480") 2025/11/27 01:06:23 NOTICE: leading space/ leading space: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e9_d20251127_m010036_c001_v7007000_t0000_u01764205236110") as it is a hide marker 2025/11/27 01:06:23 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdf_d20251127_m010035_c001_v0001038_t0057_u01764205235207") 2025/11/27 01:06:23 NOTICE: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18541a_d20251127_m010044_c001_v7007000_t0000_u01764205244468") as it is a hide marker 2025/11/27 01:06:23 NOTICE: .leading dot/.leading dot: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : .leading dot/.leading dot: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf3_d20251127_m010043_c001_v0001038_t0048_u01764205243678") 2025/11/27 01:06:23 NOTICE: .leading dot/.leading dot: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d29_d20251127_m010113_c001_v0001038_t0026_u01764205273578") "upload" dated 2025-11-27 01:01:13.578 +0000 UTC (5m9.897648399s ago) 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f400e9e5b600a799e_d20251127_m010312_c001_v7007000_t0000_u01764205392512") as it is a hide marker 2025/11/27 01:06:23 NOTICE: file name.txt: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d55_d20251127_m010157_c001_v0001038_t0042_u01764205317200") 2025/11/27 01:06:23 NOTICE: file name.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f117db15bf8863ae0_d20251127_m010153_c001_v0001185_t0009_u01764205313629") 2025/11/27 01:06:23 NOTICE: file name.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d22_d20251127_m010105_c001_v0001038_t0052_u01764205265470") 2025/11/27 01:06:23 NOTICE: file name.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d1c_d20251127_m010104_c001_v0001038_t0014_u01764205264278") 2025/11/27 01:06:23 NOTICE: file name.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d20_d20251127_m010104_c001_v0001038_t0030_u01764205264820") "upload" dated 2025-11-27 01:01:04.82 +0000 UTC (5m18.655782342s ago) 2025/11/27 01:06:23 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f41780fe05e54f901_d20251127_m010151_c001_v7007000_t0000_u01764205311294") as it is a hide marker 2025/11/27 01:06:23 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10422a6d4f3b3c63_d20251127_m010151_c001_v0001185_t0040_u01764205311054") 2025/11/27 01:06:23 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f11109212043a771f_d20251127_m010117_c001_v0001157_t0037_u01764205277496") 2025/11/27 01:06:23 NOTICE: hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : invalid utf-8/invalid utf-8: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18545c_d20251127_m010054_c001_v7007000_t0000_u01764205254534") as it is a hide marker 2025/11/27 01:06:23 NOTICE: invalid utf-8/invalid utf-8: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d0c_d20251127_m010053_c001_v0001038_t0047_u01764205253546") 2025/11/27 01:06:23 NOTICE: invalid utf-8/invalid utf-8: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : piped data.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185662_d20251127_m010347_c001_v7007000_t0000_u01764205427419") as it is a hide marker 2025/11/27 01:06:23 NOTICE: piped data.txt: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dbc_d20251127_m010346_c001_v0001038_t0052_u01764205426682") 2025/11/27 01:06:23 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185661_d20251127_m010346_c001_v7007000_t0000_u01764205426498") 2025/11/27 01:06:23 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f4154bc90c10b2dba_d20251127_m010345_c001_v0001038_t0021_u01764205425348") 2025/11/27 01:06:23 NOTICE: piped data.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185463_d20251127_m010055_c001_v7007000_t0000_u01764205255826") as it is a hide marker 2025/11/27 01:06:23 NOTICE: test%46.txt/test%46.txt: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d12_d20251127_m010054_c001_v0001038_t0040_u01764205254935") 2025/11/27 01:06:23 NOTICE: test%46.txt/test%46.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : test-metadata: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f41780fe05e54fa18_d20251127_m010354_c001_v7007000_t0000_u01764205434571") as it is a hide marker 2025/11/27 01:06:23 NOTICE: test-metadata: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f22218b78bd185667_d20251127_m010349_c001_v0001131_t0016_u01764205429506") 2025/11/27 01:06:23 NOTICE: test-metadata: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185664_d20251127_m010348_c001_v7007000_t0000_u01764205428687") 2025/11/27 01:06:23 NOTICE: test-metadata: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dc0_d20251127_m010347_c001_v0001038_t0059_u01764205427605") 2025/11/27 01:06:23 NOTICE: test-metadata: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18542c_d20251127_m010047_c001_v7007000_t0000_u01764205247215") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing CR␍/trailing CR␍: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf8_d20251127_m010046_c001_v0001038_t0044_u01764205246117") 2025/11/27 01:06:23 NOTICE: trailing CR␍/trailing CR␍: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185447_d20251127_m010050_c001_v7007000_t0000_u01764205250445") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing HT␉/trailing HT␉: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cfe_d20251127_m010049_c001_v0001038_t0047_u01764205249506") 2025/11/27 01:06:23 NOTICE: trailing HT␉/trailing HT␉: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18543d_d20251127_m010049_c001_v7007000_t0000_u01764205249144") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing LF␊/trailing LF␊: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cfc_d20251127_m010047_c001_v0001038_t0018_u01764205247612") 2025/11/27 01:06:23 NOTICE: trailing LF␊/trailing LF␊: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18544f_d20251127_m010051_c001_v7007000_t0000_u01764205251890") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing VT␋/trailing VT␋: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d00_d20251127_m010050_c001_v0001038_t0013_u01764205250806") 2025/11/27 01:06:23 NOTICE: trailing VT␋/trailing VT␋: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185456_d20251127_m010053_c001_v7007000_t0000_u01764205253184") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing dot./trailing dot.: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d04_d20251127_m010052_c001_v0001038_t0046_u01764205252251") 2025/11/27 01:06:23 NOTICE: trailing dot./trailing dot.: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing space /trailing space : Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18541f_d20251127_m010045_c001_v7007000_t0000_u01764205245724") as it is a hide marker 2025/11/27 01:06:23 NOTICE: trailing space /trailing space : Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : trailing space /trailing space : Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf6_d20251127_m010044_c001_v0001038_t0044_u01764205244829") 2025/11/27 01:06:23 NOTICE: trailing space /trailing space : Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10765987dd4578fa_d20251127_m010405_c001_v0001185_t0043_u01764205445276") "upload" dated 2025-11-27 01:04:05.276 +0000 UTC (2m18.200407399s ago) 2025/11/27 01:06:23 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f419db1366e6b5628_d20251127_m010400_c001_v7007000_t0000_u01764205440466") 2025/11/27 01:06:23 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dd1_d20251127_m010357_c001_v0001038_t0027_u01764205437120") 2025/11/27 01:06:23 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18547f_d20251127_m010103_c001_v7007000_t0000_u01764205263729") as it is a hide marker 2025/11/27 01:06:23 NOTICE: writer-at-subdir/writer-at-file: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f22218b78bd18546f_d20251127_m010057_c001_v0001185_t0026_u01764205257933") 2025/11/27 01:06:23 NOTICE: writer-at-subdir/writer-at-file: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : zero-length-file: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18546c_d20251127_m010057_c001_v7007000_t0000_u01764205257668") as it is a hide marker 2025/11/27 01:06:23 NOTICE: zero-length-file: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : zero-length-file: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f4154bc90c10b2d16_d20251127_m010057_c001_v0001038_t0021_u01764205257110") 2025/11/27 01:06:23 NOTICE: zero-length-file: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853f7_d20251127_m010038_c001_v7007000_t0000_u01764205238394") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ~leading tilde/~leading tilde: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce3_d20251127_m010037_c001_v0001038_t0020_u01764205237629") 2025/11/27 01:06:23 NOTICE: ~leading tilde/~leading tilde: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e3_d20251127_m010032_c001_v7007000_t0000_u01764205232122") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cd7_d20251127_m010030_c001_v0001038_t0052_u01764205230504") 2025/11/27 01:06:23 NOTICE: ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18540e_d20251127_m010042_c001_v7007000_t0000_u01764205242038") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ␉leading HT/␉leading HT: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ceb_d20251127_m010041_c001_v0001038_t0036_u01764205241147") 2025/11/27 01:06:23 NOTICE: ␉leading HT/␉leading HT: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185404_d20251127_m010040_c001_v7007000_t0000_u01764205240785") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ␊leading LF/␊leading LF: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce9_d20251127_m010039_c001_v0001038_t0019_u01764205239882") 2025/11/27 01:06:23 NOTICE: ␊leading LF/␊leading LF: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185415_d20251127_m010043_c001_v7007000_t0000_u01764205243317") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ␋leading VT/␋leading VT: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ced_d20251127_m010042_c001_v0001038_t0025_u01764205242401") 2025/11/27 01:06:23 NOTICE: ␋leading VT/␋leading VT: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853fc_d20251127_m010039_c001_v7007000_t0000_u01764205239521") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ␍leading CR/␍leading CR: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce7_d20251127_m010038_c001_v0001038_t0025_u01764205238755") 2025/11/27 01:06:23 NOTICE: ␍leading CR/␍leading CR: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ./.: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e5_d20251127_m010033_c001_v7007000_t0000_u01764205233419") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ./.: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ./.: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdb_d20251127_m010032_c001_v0001038_t0019_u01764205232485") 2025/11/27 01:06:23 NOTICE: ./.: Skipped delete as --dry-run is set 2025/11/27 01:06:23 DEBUG : ../..: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e7_d20251127_m010034_c001_v7007000_t0000_u01764205234844") as it is a hide marker 2025/11/27 01:06:23 NOTICE: ../..: Skipped remove hide marker as --dry-run is set 2025/11/27 01:06:23 DEBUG : ../..: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdd_d20251127_m010033_c001_v0001038_t0042_u01764205233787") 2025/11/27 01:06:23 NOTICE: ../..: Skipped delete as --dry-run is set === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing 2025/11/27 01:06:23 INFO : B2 bucket rclone-test-jimolil5gido: cleaning bucket "rclone-test-jimolil5gido" of all hidden files 2025/11/27 01:06:23 DEBUG : leading space/ leading space: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853ef_d20251127_m010037_c001_v7007000_t0000_u01764205237258") as it is a hide marker 2025/11/27 01:06:23 DEBUG : leading space/ leading space: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce1_d20251127_m010036_c001_v0001038_t0028_u01764205236480") 2025/11/27 01:06:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e9_d20251127_m010036_c001_v7007000_t0000_u01764205236110") as it is a hide marker 2025/11/27 01:06:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdf_d20251127_m010035_c001_v0001038_t0057_u01764205235207") 2025/11/27 01:06:23 DEBUG : .leading dot/.leading dot: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18541a_d20251127_m010044_c001_v7007000_t0000_u01764205244468") as it is a hide marker 2025/11/27 01:06:23 DEBUG : .leading dot/.leading dot: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf3_d20251127_m010043_c001_v0001038_t0048_u01764205243678") 2025/11/27 01:06:23 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d29_d20251127_m010113_c001_v0001038_t0026_u01764205273578") "upload" dated 2025-11-27 01:01:13.578 +0000 UTC (5m10.341311088s ago) 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f400e9e5b600a799e_d20251127_m010312_c001_v7007000_t0000_u01764205392512") as it is a hide marker 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d55_d20251127_m010157_c001_v0001038_t0042_u01764205317200") 2025/11/27 01:06:23 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f117db15bf8863ae0_d20251127_m010153_c001_v0001185_t0009_u01764205313629") 2025/11/27 01:06:24 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d22_d20251127_m010105_c001_v0001038_t0052_u01764205265470") 2025/11/27 01:06:24 DEBUG : file name.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d1c_d20251127_m010104_c001_v0001038_t0014_u01764205264278") 2025/11/27 01:06:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d20_d20251127_m010104_c001_v0001038_t0030_u01764205264820") "upload" dated 2025-11-27 01:01:04.82 +0000 UTC (5m19.648798995s ago) 2025/11/27 01:06:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f41780fe05e54f901_d20251127_m010151_c001_v7007000_t0000_u01764205311294") as it is a hide marker 2025/11/27 01:06:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10422a6d4f3b3c63_d20251127_m010151_c001_v0001185_t0040_u01764205311054") 2025/11/27 01:06:24 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f11109212043a771f_d20251127_m010117_c001_v0001157_t0037_u01764205277496") 2025/11/27 01:06:24 DEBUG : invalid utf-8/invalid utf-8: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18545c_d20251127_m010054_c001_v7007000_t0000_u01764205254534") as it is a hide marker 2025/11/27 01:06:24 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d0c_d20251127_m010053_c001_v0001038_t0047_u01764205253546") 2025/11/27 01:06:24 DEBUG : piped data.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185662_d20251127_m010347_c001_v7007000_t0000_u01764205427419") as it is a hide marker 2025/11/27 01:06:24 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dbc_d20251127_m010346_c001_v0001038_t0052_u01764205426682") 2025/11/27 01:06:24 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185661_d20251127_m010346_c001_v7007000_t0000_u01764205426498") 2025/11/27 01:06:24 DEBUG : piped data.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f4154bc90c10b2dba_d20251127_m010345_c001_v0001038_t0021_u01764205425348") 2025/11/27 01:06:24 DEBUG : test%46.txt/test%46.txt: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185463_d20251127_m010055_c001_v7007000_t0000_u01764205255826") as it is a hide marker 2025/11/27 01:06:24 DEBUG : test%46.txt/test%46.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d12_d20251127_m010054_c001_v0001038_t0040_u01764205254935") 2025/11/27 01:06:24 DEBUG : test-metadata: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f41780fe05e54fa18_d20251127_m010354_c001_v7007000_t0000_u01764205434571") as it is a hide marker 2025/11/27 01:06:25 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f22218b78bd185667_d20251127_m010349_c001_v0001131_t0016_u01764205429506") 2025/11/27 01:06:25 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185664_d20251127_m010348_c001_v7007000_t0000_u01764205428687") 2025/11/27 01:06:25 DEBUG : test-metadata: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dc0_d20251127_m010347_c001_v0001038_t0059_u01764205427605") 2025/11/27 01:06:25 DEBUG : trailing CR␍/trailing CR␍: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18542c_d20251127_m010047_c001_v7007000_t0000_u01764205247215") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf8_d20251127_m010046_c001_v0001038_t0044_u01764205246117") 2025/11/27 01:06:25 DEBUG : trailing HT␉/trailing HT␉: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185447_d20251127_m010050_c001_v7007000_t0000_u01764205250445") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cfe_d20251127_m010049_c001_v0001038_t0047_u01764205249506") 2025/11/27 01:06:25 DEBUG : trailing LF␊/trailing LF␊: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18543d_d20251127_m010049_c001_v7007000_t0000_u01764205249144") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cfc_d20251127_m010047_c001_v0001038_t0018_u01764205247612") 2025/11/27 01:06:25 DEBUG : trailing VT␋/trailing VT␋: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18544f_d20251127_m010051_c001_v7007000_t0000_u01764205251890") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d00_d20251127_m010050_c001_v0001038_t0013_u01764205250806") 2025/11/27 01:06:25 DEBUG : trailing dot./trailing dot.: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185456_d20251127_m010053_c001_v7007000_t0000_u01764205253184") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d04_d20251127_m010052_c001_v0001038_t0046_u01764205252251") 2025/11/27 01:06:25 DEBUG : trailing space /trailing space : Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18541f_d20251127_m010045_c001_v7007000_t0000_u01764205245724") as it is a hide marker 2025/11/27 01:06:25 DEBUG : trailing space /trailing space : Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cf6_d20251127_m010044_c001_v0001038_t0044_u01764205244829") 2025/11/27 01:06:25 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10765987dd4578fa_d20251127_m010405_c001_v0001185_t0043_u01764205445276") "upload" dated 2025-11-27 01:04:05.276 +0000 UTC (2m20.370900605s ago) 2025/11/27 01:06:25 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f419db1366e6b5628_d20251127_m010400_c001_v7007000_t0000_u01764205440466") 2025/11/27 01:06:25 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2dd1_d20251127_m010357_c001_v0001038_t0027_u01764205437120") 2025/11/27 01:06:25 DEBUG : writer-at-subdir/writer-at-file: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18547f_d20251127_m010103_c001_v7007000_t0000_u01764205263729") as it is a hide marker 2025/11/27 01:06:25 DEBUG : writer-at-subdir/writer-at-file: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f22218b78bd18546f_d20251127_m010057_c001_v0001185_t0026_u01764205257933") 2025/11/27 01:06:25 DEBUG : zero-length-file: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18546c_d20251127_m010057_c001_v7007000_t0000_u01764205257668") as it is a hide marker 2025/11/27 01:06:25 DEBUG : zero-length-file: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f4154bc90c10b2d16_d20251127_m010057_c001_v0001038_t0021_u01764205257110") 2025/11/27 01:06:26 DEBUG : ~leading tilde/~leading tilde: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853f7_d20251127_m010038_c001_v7007000_t0000_u01764205238394") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce3_d20251127_m010037_c001_v0001038_t0020_u01764205237629") 2025/11/27 01:06:26 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e3_d20251127_m010032_c001_v7007000_t0000_u01764205232122") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cd7_d20251127_m010030_c001_v0001038_t0052_u01764205230504") 2025/11/27 01:06:26 DEBUG : ␉leading HT/␉leading HT: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd18540e_d20251127_m010042_c001_v7007000_t0000_u01764205242038") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ceb_d20251127_m010041_c001_v0001038_t0036_u01764205241147") 2025/11/27 01:06:26 DEBUG : ␊leading LF/␊leading LF: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185404_d20251127_m010040_c001_v7007000_t0000_u01764205240785") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce9_d20251127_m010039_c001_v0001038_t0019_u01764205239882") 2025/11/27 01:06:26 DEBUG : ␋leading VT/␋leading VT: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd185415_d20251127_m010043_c001_v7007000_t0000_u01764205243317") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ced_d20251127_m010042_c001_v0001038_t0025_u01764205242401") 2025/11/27 01:06:26 DEBUG : ␍leading CR/␍leading CR: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853fc_d20251127_m010039_c001_v7007000_t0000_u01764205239521") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2ce7_d20251127_m010038_c001_v0001038_t0025_u01764205238755") 2025/11/27 01:06:26 DEBUG : ./.: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e5_d20251127_m010033_c001_v7007000_t0000_u01764205233419") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ./.: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdb_d20251127_m010032_c001_v0001038_t0019_u01764205232485") 2025/11/27 01:06:26 DEBUG : ../..: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f42218b78bd1853e7_d20251127_m010034_c001_v7007000_t0000_u01764205234844") as it is a hide marker 2025/11/27 01:06:26 DEBUG : ../..: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2cdd_d20251127_m010033_c001_v0001038_t0042_u01764205233787") fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:484 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) got dirToPurgeFromRoot/fileToPurgeFromRoot.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), versions/test-versions.txt (101) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:484 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing Messages: Unexpected file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished 2025/11/27 01:06:59 DEBUG : unfinished/unfinished-1: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached. 2025/11/27 01:06:59 DEBUG : unfinished/unfinished-2: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached. 2025/11/27 01:06:59 DEBUG : unfinished/unfinished-3: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached. 2025/11/27 01:06:59 DEBUG : unfinished/unfinished-4: Streaming upload with --b2-chunk-size 6Mi allows uploads of up to 58.594Gi and will fail only when that limit is reached. === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun 2025/11/27 01:07:00 INFO : B2 bucket rclone-test-jimolil5gido: cleaning bucket "rclone-test-jimolil5gido" of pending multipart uploads older than 0s 2025/11/27 01:07:00 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d29_d20251127_m010113_c001_v0001038_t0026_u01764205273578") "upload" dated 2025-11-27 01:01:13.578 +0000 UTC (5m46.879247124s ago) 2025/11/27 01:07:00 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d20_d20251127_m010104_c001_v0001038_t0030_u01764205264820") "upload" dated 2025-11-27 01:01:04.82 +0000 UTC (5m55.637311956s ago) 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c4_d20251127_m010659_c001_v0001144_t0022_u01764205619342") as it is a start marker (upload started at 2025-11-27 01:06:59.342 +0000 UTC) 2025/11/27 01:07:00 NOTICE: unfinished/unfinished-1: Skipped remove pending upload as --dry-run is set 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c5_d20251127_m010659_c001_v0001113_t0052_u01764205619524") as it is a start marker (upload started at 2025-11-27 01:06:59.524 +0000 UTC) 2025/11/27 01:07:00 NOTICE: unfinished/unfinished-2: Skipped remove pending upload as --dry-run is set 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c6_d20251127_m010659_c001_v0001185_t0040_u01764205619716") as it is a start marker (upload started at 2025-11-27 01:06:59.716 +0000 UTC) 2025/11/27 01:07:00 NOTICE: unfinished/unfinished-3: Skipped remove pending upload as --dry-run is set 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c8_d20251127_m010659_c001_v0001185_t0016_u01764205619976") as it is a start marker (upload started at 2025-11-27 01:06:59.976 +0000 UTC) 2025/11/27 01:07:00 NOTICE: unfinished/unfinished-4: Skipped remove pending upload as --dry-run is set 2025/11/27 01:07:00 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f407391025c5834c3_d20251127_m010659_c001_v7007000_t0000_u01764205619160") "hide" dated 2025-11-27 01:06:59.16 +0000 UTC (1.297378562s ago) 2025/11/27 01:07:00 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10765987dd4578fa_d20251127_m010405_c001_v0001185_t0043_u01764205445276") 2025/11/27 01:07:00 NOTICE: versions/test-versions.txt: Skipped delete as --dry-run is set === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing 2025/11/27 01:07:00 INFO : B2 bucket rclone-test-jimolil5gido: cleaning bucket "rclone-test-jimolil5gido" of pending multipart uploads older than 0s 2025/11/27 01:07:00 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d29_d20251127_m010113_c001_v0001038_t0026_u01764205273578") "upload" dated 2025-11-27 01:01:13.578 +0000 UTC (5m47.245138772s ago) 2025/11/27 01:07:00 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f1154bc90c10b2d20_d20251127_m010104_c001_v0001038_t0030_u01764205264820") "upload" dated 2025-11-27 01:01:04.82 +0000 UTC (5m56.003198704s ago) 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-1: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c4_d20251127_m010659_c001_v0001144_t0022_u01764205619342") as it is a start marker (upload started at 2025-11-27 01:06:59.342 +0000 UTC) 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-2: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c5_d20251127_m010659_c001_v0001113_t0052_u01764205619524") as it is a start marker (upload started at 2025-11-27 01:06:59.524 +0000 UTC) 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-3: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c6_d20251127_m010659_c001_v0001185_t0040_u01764205619716") as it is a start marker (upload started at 2025-11-27 01:06:59.716 +0000 UTC) 2025/11/27 01:07:00 DEBUG : unfinished/unfinished-4: Deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f207391025c5834c8_d20251127_m010659_c001_v0001185_t0016_u01764205619976") as it is a start marker (upload started at 2025-11-27 01:06:59.976 +0000 UTC) 2025/11/27 01:07:00 DEBUG : versions/test-versions.txt: Not deleting current version (id "4_z6fb26dd3d03dcb2b9fa80e1b_f407391025c5834c3_d20251127_m010659_c001_v7007000_t0000_u01764205619160") "hide" dated 2025-11-27 01:06:59.16 +0000 UTC (1.663268526s ago) 2025/11/27 01:07:00 DEBUG : versions/test-versions.txt: Deleting (id "4_z6fb26dd3d03dcb2b9fa80e1b_f10765987dd4578fa_d20251127_m010405_c001_v0001185_t0043_u01764205445276") === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState --- FAIL: TestIntegration (396.88s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.69s) --- FAIL: TestIntegration/FsMkdir (394.34s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.55s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.18s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.18s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.18s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.18s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding (26.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.42s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (1.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (1.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.28s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.29s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.29s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (1.25s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.10s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- PASS: TestIntegration/FsMkdir/FsOpenChunkWriter (6.06s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (357.76s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.18s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.57s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.56s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.19s) --- 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.12s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (1.94s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.77s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (34.27s) --- 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.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.82s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.21s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (32.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.10s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (32.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (31.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (8.42s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Bucket (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (32.64s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (2.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.71s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.92s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (194.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata (7.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize (1.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size1kiB/UploadCutoff/ChunkSize/GzipEncoding/NoDecompress (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB (5.89s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding (1.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Metadata/Size10MiB/UploadCutoff6MiB/ChunkSize6MiB/GzipEncoding/NoDecompress (1.69s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions (184.59s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions (1.36s) --- 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) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs (0.55s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt (135.28s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before (34.11s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List (32.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/NewObject (1.12s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne (33.87s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List (32.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/NewObject (0.89s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete (33.70s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List (32.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/NewObject (0.72s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo (33.61s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List (33.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/NewObject (0.59s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup (36.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/DryRun (0.75s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing (35.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/DryRun (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/CleanupUnfinished/CleanupUnfinished/RealThing (0.95s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState (0.00s) panic: interface conversion: interface {} is nil, not []api.LifecycleRule [recovered] panic: interface conversion: interface {} is nil, not []api.LifecycleRule goroutine 1305 [running]: testing.tRunner.func1.2({0xa24ec0, 0xc000356ed0}) /usr/local/go/src/testing/testing.go:1734 +0x21c testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1737 +0x35e panic({0xa24ec0?, 0xc000356ed0?}) /usr/local/go/src/runtime/panic.go:792 +0x132 github.com/rclone/rclone/backend/b2.(*Fs).InternalTestLifecycleRules.func1(0xc00056e700) /home/rclone/go/src/github.com/rclone/rclone/backend/b2/b2_internal_test.go:555 +0xc5 testing.tRunner(0xc00056e700, 0xc000356d20) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1304 /usr/local/go/src/testing/testing.go:1851 +0x413 exit status 2 FAIL github.com/rclone/rclone/backend/b2 396.907s "go test -v -timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished ERROR in 6m38.969216953s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir TestIntegration/FsMkdir/FsPutFiles/FsCopy TestIntegration/FsMkdir/FsPutFiles/FsIsFile TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put TestIntegration/FsMkdir/FsPutFiles/ObjectRemove TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Versions/NewFs TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/Before/List TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterOne/List TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterDelete/List TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/VersionAt/AfterTwo/List TestIntegration/FsMkdir/FsPutFiles/Internal/Versions/Cleanup/RealThing TestIntegration/FsMkdir/FsPutFiles/Internal/LifecycleRules/InitState]