"go test -v -timeout 1h0m0s -remote TestS3Wasabi: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:418: Using remote "TestS3Wasabi:" 2022/03/03 05:31:04 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-muvuzah1nizifow9sefanav8" 2022/03/03 05:31:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsCheckWrap fstests.go:459: Not a wrapping Fs === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound 2022/03/03 05:31:05 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Bucket "rclone-test-muvuzah1nizifow9sefanav8" created with ACL "private" === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2022/03/03 05:31:05 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Bucket "rclone-test-muvuzah1nizifow9sefanav8" deleted === RUN TestIntegration/FsMkdir 2022/03/03 05:31:06 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Bucket "rclone-test-muvuzah1nizifow9sefanav8" created with ACL "private" === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2022/03/03 05:31:06 DEBUG : dir/subdir: Making directory fstest.go:251: Filtering empty directory "dir" fstest.go:251: Filtering empty directory "dir/subdir" 2022/03/03 05:31:06 INFO : dir/subdir: Removing directory fstest.go:251: Filtering empty directory "dir" 2022/03/03 05:31:06 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 ".." === 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" 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/leading_CR Messages: listing wrong, want ␍leading CR/␍leading CR (100) got fstest.go:204: Not found "␍leading CR/␍leading 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/leading_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{"␍leading CR"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=13) "␍leading CR" +([]string) { } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:674: testing "␊leading LF" 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/leading_LF Messages: listing wrong, want ␊leading LF/␊leading LF (100) got fstest.go:204: Not found "␊leading LF/␊leading LF" 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/leading_LF Messages: 1 objects not found fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=13) "␊leading LF" +([]string) { } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:674: testing "␉leading HT" 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/leading_HT Messages: listing wrong, want ␉leading HT/␉leading HT (100) got fstest.go:204: Not found "␉leading HT/␉leading HT" 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/leading_HT Messages: 1 objects not found fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=13) "␉leading HT" +([]string) { } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:674: testing "␋leading VT" 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/leading_VT Messages: listing wrong, want ␋leading VT/␋leading VT (100) got fstest.go:204: Not found "␋leading VT/␋leading VT" 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/leading_VT Messages: 1 objects not found fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=1) { - (string) (len=13) "␋leading VT" +([]string) { } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === 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␍" === 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/03 05:32:00 DEBUG : Creating backend with remote "TestS3Wasabi:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2022/03/03 05:32:04 DEBUG : Creating backend with remote "TestS3Wasabi:" === 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 fstests.go:1068: FS has no Purge interface === 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 === 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/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 2022/03/03 05:32:15 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-muvuzah1nizifow9sefanav8/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2022/03/03 05:32:16 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-muvuzah1nizifow9sefanav8/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1503: Opening root remote "TestS3Wasabi:" path "rclone-test-muvuzah1nizifow9sefanav8" from "TestS3Wasabi:rclone-test-muvuzah1nizifow9sefanav8" 2022/03/03 05:32:17 DEBUG : Creating backend with remote "TestS3Wasabi:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:1644: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:1699: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:1728: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2022/03/03 05:32:27 NOTICE: S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi 2022/03/03 05:32:27 DEBUG : piped data.txt: multipart upload starting chunk 1 size 0 offset 0/off 2022/03/03 05:32:27 DEBUG : piped data.txt: Multipart upload Etag: 59adb24ef3cdbe0297f05b395827453f-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2022/03/03 05:32:27 DEBUG : piped data.txt: multipart upload starting chunk 1 size 100 offset 0/off 2022/03/03 05:32:28 DEBUG : piped data.txt: Multipart upload Etag: 9bf8abd50696dbc8812479c7719487ca-1 OK === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:1790: *s3.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 2022/03/03 05:32:34 DEBUG : chunked-5Mi-5Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/5Mi 2022/03/03 05:32:37 DEBUG : chunked-5Mi-5Mi.bin: Multipart upload Etag: 59a976105e80464acdcd6ee2a0678dfd-1 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 2022/03/03 05:32:40 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/10.000Mi 2022/03/03 05:32:40 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/10.000Mi 2022/03/03 05:32:40 DEBUG : chunked-5Mi-10.000Mi.bin: multipart upload starting chunk 3 size 1 offset 10Mi/10.000Mi 2022/03/03 05:32:43 DEBUG : chunked-5Mi-10.000Mi.bin: Multipart upload Etag: b677d8f19ed57bf218653ea38827c920-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 2022/03/03 05:32:50 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/5.054Mi 2022/03/03 05:32:50 DEBUG : chunked-5.054Mi-5.054Mi.bin: multipart upload starting chunk 2 size 55.781Ki offset 5Mi/5.054Mi 2022/03/03 05:32:53 DEBUG : chunked-5.054Mi-5.054Mi.bin: Multipart upload Etag: 244a080599173c4a5b5600cebdb326df-2 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 2022/03/03 05:32:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/10.109Mi 2022/03/03 05:32:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/10.109Mi 2022/03/03 05:32:56 DEBUG : chunked-5.054Mi-10.109Mi.bin: multipart upload starting chunk 3 size 111.563Ki offset 10Mi/10.109Mi 2022/03/03 05:33:00 DEBUG : chunked-5.054Mi-10.109Mi.bin: Multipart upload Etag: 1dc86a55d66e851ae1c0287b40f8f0a5-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 2022/03/03 05:33:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/5.055Mi 2022/03/03 05:33:08 DEBUG : chunked-5.055Mi-5.055Mi.bin: multipart upload starting chunk 2 size 55.833Ki offset 5Mi/5.055Mi 2022/03/03 05:33:11 DEBUG : chunked-5.055Mi-5.055Mi.bin: Multipart upload Etag: 37810e7117d468e31d5a067c12f5ab94-2 OK === RUN TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 2022/03/03 05:33:14 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/10.109Mi 2022/03/03 05:33:15 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/10.109Mi 2022/03/03 05:33:15 DEBUG : chunked-5.055Mi-10.109Mi.bin: multipart upload starting chunk 3 size 111.667Ki offset 10Mi/10.109Mi 2022/03/03 05:33:18 DEBUG : chunked-5.055Mi-10.109Mi.bin: Multipart upload Etag: 55ae484d80685b67d4e65c892cb510a7-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 2022/03/03 05:33:27 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/6.667Mi 2022/03/03 05:33:27 DEBUG : chunked-6.667Mi-6.667Mi.bin: multipart upload starting chunk 2 size 1.667Mi offset 5Mi/6.667Mi 2022/03/03 05:33:30 DEBUG : chunked-6.667Mi-6.667Mi.bin: Multipart upload Etag: 89e0e68e3ddfdc24ea5ecdcf99211df7-2 OK === RUN TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 2022/03/03 05:33:32 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/13.333Mi 2022/03/03 05:33:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/13.333Mi 2022/03/03 05:33:33 DEBUG : chunked-6.667Mi-13.333Mi.bin: multipart upload starting chunk 3 size 3.333Mi offset 10Mi/13.333Mi 2022/03/03 05:33:36 DEBUG : chunked-6.667Mi-13.333Mi.bin: Multipart upload Etag: 2bad3cadb36ea57e28d52970dcc25ed1-3 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 2022/03/03 05:33:46 DEBUG : chunked-8Mi-8Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/8Mi 2022/03/03 05:33:46 DEBUG : chunked-8Mi-8Mi.bin: multipart upload starting chunk 2 size 3Mi offset 5Mi/8Mi 2022/03/03 05:33:49 DEBUG : chunked-8Mi-8Mi.bin: Multipart upload Etag: 9796342ec11a0c0f0214916d1215419f-2 OK === RUN TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 2022/03/03 05:33:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/16.000Mi 2022/03/03 05:33:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/16.000Mi 2022/03/03 05:33:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload starting chunk 3 size 5Mi offset 10Mi/16.000Mi 2022/03/03 05:33:52 DEBUG : chunked-8Mi-16.000Mi.bin: multipart upload starting chunk 4 size 1.000Mi offset 15Mi/16.000Mi 2022/03/03 05:33:55 DEBUG : chunked-8Mi-16.000Mi.bin: Multipart upload Etag: d9afbf30ee403da45ee8565a2b8e2195-4 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 2022/03/03 05:34:03 DEBUG : chunked-10Mi-10Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/10Mi 2022/03/03 05:34:03 DEBUG : chunked-10Mi-10Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/10Mi 2022/03/03 05:34:07 DEBUG : chunked-10Mi-10Mi.bin: Multipart upload Etag: 1e4f501cf04fe65dfa57940273a0cecf-2 OK === RUN TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 2022/03/03 05:34:09 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload starting chunk 1 size 5Mi offset 0/20.000Mi 2022/03/03 05:34:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload starting chunk 2 size 5Mi offset 5Mi/20.000Mi 2022/03/03 05:34:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload starting chunk 3 size 5Mi offset 10Mi/20.000Mi 2022/03/03 05:34:10 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload starting chunk 4 size 5Mi offset 15Mi/20.000Mi 2022/03/03 05:34:12 DEBUG : chunked-10Mi-20.000Mi.bin: multipart upload starting chunk 5 size 1 offset 20Mi/20.000Mi 2022/03/03 05:34:14 DEBUG : chunked-10Mi-20.000Mi.bin: Multipart upload Etag: c61b16e74c2b76234eb82aa582e3cc18-5 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2022/03/03 05:34:19 DEBUG : unknown-size-put.txt: multipart upload starting chunk 1 size 100 offset 0/off 2022/03/03 05:34:19 DEBUG : unknown-size-put.txt: Multipart upload Etag: ea25f6f6883c9aa9862ef326f05682be-1 OK === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2022/03/03 05:34:20 DEBUG : unknown-size-update.txt: multipart upload starting chunk 1 size 200 offset 0/off 2022/03/03 05:34:21 DEBUG : unknown-size-update.txt: Multipart upload Etag: cee90ebc6bb656fa0e41542db45f2960-1 OK === RUN TestIntegration/FsMkdir/FsRootCollapse 2022/03/03 05:34:21 DEBUG : Creating backend with remote "TestS3Wasabi:rclone-test-muvuzah1nizifow9sefanav8/deeper/nonexisting/directory" 2022/03/03 05:34:22 DEBUG : Waiting for deletions to finish 2022/03/03 05:34:22 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2022/03/03 05:34:22 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Removing directory 2022/03/03 05:34:23 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Bucket "rclone-test-muvuzah1nizifow9sefanav8" deleted 2022/03/03 05:34:23 DEBUG : Waiting for deletions to finish 2022/03/03 05:34:23 ERROR : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Failed to list "": directory not found 2022/03/03 05:34:23 INFO : S3 bucket rclone-test-muvuzah1nizifow9sefanav8: Removing directory 2022/03/03 05:34:23 ERROR : : Failed to rmdir: bucket already deleted === CONT TestIntegration/FsMkdir fstests.go:1989: Warning: this should produce fs.ErrorDirNotFound === RUN TestIntegration/FsShutdown fstests.go:2003: Shutdown method not supported --- FAIL: TestIntegration (199.10s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.53s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.30s) --- FAIL: TestIntegration/FsMkdir (197.94s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.32s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.11s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (49.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.49s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.86s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.83s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (8.19s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (8.83s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (8.01s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (8.18s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.91s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.89s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.61s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (30.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (3.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (3.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.12s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.94s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (7.98s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (0.69s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.24s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (5.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (1.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (0.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.79s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.45s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (1.49s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (0.72s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (0.77s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (110.56s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi (18.75s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242879 (5.82s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/5242880 (5.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5Mi/10485761 (7.30s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi (16.69s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5299999 (2.85s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/5300000 (6.04s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054Mi/10600001 (7.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi (16.88s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300052 (4.14s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/5300053 (6.27s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055Mi/10600107 (6.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi (18.68s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990505 (6.28s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/6990506 (5.42s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667Mi/13981013 (6.98s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi (17.65s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388607 (6.19s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/8388608 (6.01s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8Mi/16777217 (5.44s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi (21.91s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485759 (5.86s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/10485760 (6.47s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10Mi/20971521 (9.57s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (2.59s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.65s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.93s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.62s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/s3 199.116s "go test -v -timeout 1h0m0s -remote TestS3Wasabi: -verbose" - Finished OK in 3m20.106317875s (try 1/5)