"go test -v -timeout 1h0m0s -remote TestHubic: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:418: Using remote "TestHubic:" 2022/03/02 05:22:43 DEBUG : Creating backend with remote "TestHubic:rclone-test-gukucod2saqevew5rojeqaf7" 2022/03/02 05:22:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/03/02 05:22:44 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h59m59.594395269s) === RUN TestIntegration/FsCheckWrap fstests.go:455: Skipping FsCheckWrap on this Fs === RUN TestIntegration/FsCommand fstests.go:487: No commands in this remote === RUN TestIntegration/FsRmdirNotFound 2022/03/02 05:22:44 INFO : Swift container rclone-test-gukucod2saqevew5rojeqaf7: Container "rclone-test-gukucod2saqevew5rojeqaf7" created === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2022/03/02 05:22:44 INFO : Swift container rclone-test-gukucod2saqevew5rojeqaf7: Container "rclone-test-gukucod2saqevew5rojeqaf7" removed === RUN TestIntegration/FsMkdir 2022/03/02 05:22:44 INFO : Swift container rclone-test-gukucod2saqevew5rojeqaf7: Container "rclone-test-gukucod2saqevew5rojeqaf7" created === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2022/03/02 05:22:45 DEBUG : dir/subdir: Making directory fstest.go:251: Filtering empty directory "dir" fstest.go:251: Filtering empty directory "dir/subdir" 2022/03/02 05:22:45 INFO : dir/subdir: Removing directory fstest.go:251: Filtering empty directory "dir" 2022/03/02 05:22:45 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:674: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:674: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:674: testing ".." fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:674: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:674: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:674: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:674: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:674: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:674: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:674: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:674: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:674: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:674: testing "trailing CR␍" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want trailing CR␍/trailing CR␍ (100) got fstest.go:204: Not found "trailing CR␍/trailing CR␍" fstest.go:207: Error Trace: fstest.go:207 fstest.go:311 fstest.go:339 fstests.go:681 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: 1 objects not found fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) { } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:674: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:674: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:674: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:674: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:674: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:674: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:747: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:783: 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 2022/03/02 05:24:13 DEBUG : Creating backend with remote "TestHubic:" 2022/03/02 05:24:14 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h58m29.906013807s) === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2022/03/02 05:24:14 DEBUG : Creating backend with remote "TestHubic:" 2022/03/02 05:24:14 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h58m29.353231204s) === 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:1036: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2022/03/02 05:24:17 DEBUG : Waiting for deletions to finish 2022/03/02 05:24:18 INFO : dirToPurge/fileToPurge.txt: Deleted fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1139: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1210: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2022/03/02 05:24:30 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2022/03/02 05:24:30 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2022/03/02 05:24:30 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2022/03/02 05:24:30 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2022/03/02 05:24:30 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2022/03/02 05:24:30 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2022/03/02 05:24:30 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2022/03/02 05:24:31 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2022/03/02 05:24:31 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2022/03/02 05:24:31 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2022/03/02 05:24:31 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2022/03/02 05:24:31 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2022/03/02 05:24:31 DEBUG : pacer: Rate limited, increasing sleep to 2s 2022/03/02 05:24:33 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2022/03/02 05:24:35 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2022/03/02 05:24:37 DEBUG : pacer: Reducing sleep to 1.125s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2022/03/02 05:24:38 DEBUG : pacer: Reducing sleep to 843.75ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2022/03/02 05:24:39 DEBUG : pacer: Reducing sleep to 632.8125ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2022/03/02 05:24:40 DEBUG : pacer: Reducing sleep to 474.609375ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2022/03/02 05:24:41 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2022/03/02 05:24:41 DEBUG : pacer: Reducing sleep to 266.967773ms 2022/03/02 05:24:43 DEBUG : pacer: Reducing sleep to 200.225829ms 2022/03/02 05:24:43 DEBUG : pacer: Reducing sleep to 150.169371ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2022/03/02 05:24:43 DEBUG : pacer: Reducing sleep to 112.627028ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2022/03/02 05:24:43 DEBUG : pacer: Reducing sleep to 84.470271ms 2022/03/02 05:24:44 DEBUG : pacer: Reducing sleep to 63.352703ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2022/03/02 05:24:44 DEBUG : pacer: Reducing sleep to 47.514527ms 2022/03/02 05:24:44 DEBUG : pacer: Reducing sleep to 35.635895ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2022/03/02 05:24:44 DEBUG : pacer: Reducing sleep to 26.726921ms 2022/03/02 05:24:44 DEBUG : pacer: Reducing sleep to 20.04519ms 2022/03/02 05:24:45 DEBUG : pacer: Reducing sleep to 15.033892ms 2022/03/02 05:24:45 DEBUG : pacer: Reducing sleep to 11.275419ms 2022/03/02 05:24:45 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2022/03/02 05:24:48 DEBUG : Creating backend with remote "TestHubic:rclone-test-gukucod2saqevew5rojeqaf7/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2022/03/02 05:24:48 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h57m55.530612188s) === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2022/03/02 05:24:48 DEBUG : Creating backend with remote "TestHubic:rclone-test-gukucod2saqevew5rojeqaf7/not found.txt" 2022/03/02 05:24:49 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h57m54.988055287s) === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1503: Opening root remote "TestHubic:" path "rclone-test-gukucod2saqevew5rojeqaf7" from "TestHubic:rclone-test-gukucod2saqevew5rojeqaf7" 2022/03/02 05:24:49 DEBUG : Creating backend with remote "TestHubic:" 2022/03/02 05:24:50 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h57m53.512098214s) === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1568: Too many files to list - giving up === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:1596: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:392: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:1695: Skipping FsCheckWrap on this Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2022/03/02 05:25:06 DEBUG : piped data.txt: Uploading segments into "rclone-test-gukucod2saqevew5rojeqaf7_segments" seems done (EOF) 2022/03/02 05:25:08 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2022/03/02 05:25:08 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2022/03/02 05:25:10 DEBUG : piped data.txt: Uploading segment file "piped data.txt/1646198710.703779244/-1/00000000" into "rclone-test-gukucod2saqevew5rojeqaf7_segments" 2022/03/02 05:25:12 DEBUG : piped data.txt: Uploading segments into "rclone-test-gukucod2saqevew5rojeqaf7_segments" seems done (EOF) 2022/03/02 05:25:14 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2022/03/02 05:25:14 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:1790: *hubic.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:1807: *hubic.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2022/03/02 05:25:17 DEBUG : unknown-size-put.txt: Uploading segment file "unknown-size-put.txt/1646198717.519808827/-1/00000000" into "rclone-test-gukucod2saqevew5rojeqaf7_segments" 2022/03/02 05:25:19 DEBUG : unknown-size-put.txt: Uploading segments into "rclone-test-gukucod2saqevew5rojeqaf7_segments" seems done (EOF) === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2022/03/02 05:25:25 DEBUG : unknown-size-update.txt: Uploading segment file "unknown-size-update.txt/1646198725.53101436/-1/00000000" into "rclone-test-gukucod2saqevew5rojeqaf7_segments" 2022/03/02 05:25:27 DEBUG : unknown-size-update.txt: Uploading segments into "rclone-test-gukucod2saqevew5rojeqaf7_segments" seems done (EOF) === RUN TestIntegration/FsMkdir/FsRootCollapse 2022/03/02 05:25:31 DEBUG : Creating backend with remote "TestHubic:rclone-test-gukucod2saqevew5rojeqaf7/deeper/nonexisting/directory" 2022/03/02 05:25:31 DEBUG : Hubic: Got swift credentials (expiry 2022-03-03 06:22:44 +0100 +0100 in 23h57m12.521175299s) 2022/03/02 05:25:32 DEBUG : Waiting for deletions to finish 2022/03/02 05:25:33 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2022/03/02 05:25:33 INFO : Swift container rclone-test-gukucod2saqevew5rojeqaf7: Container "rclone-test-gukucod2saqevew5rojeqaf7" removed 2022/03/02 05:25:33 DEBUG : Waiting for deletions to finish === RUN TestIntegration/FsShutdown fstests.go:2003: Shutdown method not supported --- FAIL: TestIntegration (170.18s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.33s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.06s) --- FAIL: TestIntegration/FsMkdir (168.84s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.14s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.05s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.05s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.06s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.04s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (77.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (3.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (3.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (9.72s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.56s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (3.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (3.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (3.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (3.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (3.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (3.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (3.90s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (12.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (3.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (4.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (3.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (3.32s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (2.55s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (3.02s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (3.96s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (69.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (10.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (4.03s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (3.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (1.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (2.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (15.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (10.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (3.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.33s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (11.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (4.51s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (6.81s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (13.76s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (6.03s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (7.72s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.93s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/hubic 170.189s "go test -v -timeout 1h0m0s -remote TestHubic: -verbose" - Finished ERROR in 2m51.020349253s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/trailing_CR]