"go test -v -timeout 30m0s -remote TestCryptSwift: -verbose" - Starting (try 1/5) === RUN TestNewNameEncryptionMode --- PASS: TestNewNameEncryptionMode (0.00s) === RUN TestNewNameEncryptionModeString --- PASS: TestNewNameEncryptionModeString (0.00s) === RUN TestEncodeFileName --- PASS: TestEncodeFileName (0.00s) === RUN TestDecodeFileName --- PASS: TestDecodeFileName (0.00s) === RUN TestEncryptSegment --- PASS: TestEncryptSegment (0.00s) === RUN TestDecryptSegment --- PASS: TestDecryptSegment (0.00s) === RUN TestEncryptFileName --- PASS: TestEncryptFileName (0.00s) === RUN TestDecryptFileName --- PASS: TestDecryptFileName (0.00s) === RUN TestEncDecMatches --- PASS: TestEncDecMatches (0.00s) === RUN TestEncryptDirName --- PASS: TestEncryptDirName (0.00s) === RUN TestDecryptDirName --- PASS: TestDecryptDirName (0.00s) === RUN TestEncryptedSize --- PASS: TestEncryptedSize (0.00s) === RUN TestDecryptedSize --- PASS: TestDecryptedSize (0.00s) === RUN TestNoncePointer --- PASS: TestNoncePointer (0.00s) === RUN TestNonceFromReader --- PASS: TestNonceFromReader (0.00s) === RUN TestNonceFromBuf --- PASS: TestNonceFromBuf (0.00s) === RUN TestNonceIncrement --- PASS: TestNonceIncrement (0.00s) === RUN TestNonceAdd --- PASS: TestNonceAdd (0.00s) === RUN TestRandomSource --- PASS: TestRandomSource (0.62s) === RUN TestEncryptDecrypt1 --- PASS: TestEncryptDecrypt1 (0.77s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (1.20s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (1.01s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (1.02s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (1.01s) === RUN TestEncryptData --- PASS: TestEncryptData (0.00s) === RUN TestNewEncrypter --- PASS: TestNewEncrypter (0.00s) === RUN TestNewEncrypterErrUnexpectedEOF --- PASS: TestNewEncrypterErrUnexpectedEOF (0.00s) === RUN TestNewDecrypter --- PASS: TestNewDecrypter (0.00s) === RUN TestNewDecrypterErrUnexpectedEOF --- PASS: TestNewDecrypterErrUnexpectedEOF (0.00s) === RUN TestNewDecrypterSeekLimit --- PASS: TestNewDecrypterSeekLimit (0.23s) === RUN TestDecrypterCalculateUnderlying --- PASS: TestDecrypterCalculateUnderlying (0.00s) === RUN TestDecrypterRead --- PASS: TestDecrypterRead (0.00s) === RUN TestDecrypterClose --- PASS: TestDecrypterClose (0.00s) === RUN TestPutGetBlock --- PASS: TestPutGetBlock (0.00s) === RUN TestKey --- PASS: TestKey (0.30s) === RUN TestIntegration === RUN TestIntegration/FsCheckWrap === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2020/03/09 05:04:14 DEBUG : dir/subdir: Making directory 2020/03/09 05:04:14 DEBUG : dir/subdir: Removing directory 2020/03/09 05:04:14 DEBUG : 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 === RUN TestIntegration/FsMkdir/FsEncoding/dot === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot === RUN TestIntegration/FsMkdir/FsEncoding/punctuation === RUN TestIntegration/FsMkdir/FsEncoding/leading_space === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt === RUN TestIntegration/FsMkdir/FsChangeNotify === 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 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot === 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/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove === 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 === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2020/03/09 05:04:48 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-nuquxap8gaxeted6dohihuw4/piped data.txt.bin/1583730288.513038118/-1/00000000" into "crypt_segments" 2020/03/09 05:04:48 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/03/09 05:04:49 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object 2020/03/09 05:04:50 DEBUG : piped data.txt.bin: Removing segment file "rclone-test-nuquxap8gaxeted6dohihuw4/piped data.txt.bin/1583730288.513038118/-1/00000000" in container "crypt_segments" 2020/03/09 05:04:50 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/03/09 05:04:50 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2020/03/09 05:04:50 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/03/09 05:04:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2020/03/09 05:04:50 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/03/09 05:04:50 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2020/03/09 05:04:50 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/03/09 05:04:50 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2020/03/09 05:04:50 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/03/09 05:04:50 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2020/03/09 05:04:51 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/03/09 05:04:51 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2020/03/09 05:04:51 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/03/09 05:04:51 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2020/03/09 05:04:51 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/03/09 05:04:51 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2020/03/09 05:04:52 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/03/09 05:04:52 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/03/09 05:04:53 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2020/03/09 05:04:55 DEBUG : pacer: Reducing sleep to 1.5s 2020/03/09 05:04:55 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-nuquxap8gaxeted6dohihuw4/piped data.txt.bin/1583730295.373223523/-1/00000000" into "crypt_segments" 2020/03/09 05:04:58 DEBUG : pacer: Reducing sleep to 1.125s 2020/03/09 05:04:58 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/03/09 05:04:58 DEBUG : pacer: Reducing sleep to 843.75ms 2020/03/09 05:05:00 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/03/09 05:05:00 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object 2020/03/09 05:05:00 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/03/09 05:05:01 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/03/09 05:05:02 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/03/09 05:05:02 DEBUG : piped data.txt.bin: Removing segment file "rclone-test-nuquxap8gaxeted6dohihuw4/piped data.txt.bin/1583730295.373223523/-1/00000000" in container "crypt_segments" 2020/03/09 05:05:02 DEBUG : pacer: Reducing sleep to 200.225829ms 2020/03/09 05:05:02 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/03/09 05:05:02 DEBUG : pacer: Rate limited, increasing sleep to 400.451658ms 2020/03/09 05:05:02 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/03/09 05:05:02 DEBUG : pacer: Rate limited, increasing sleep to 800.903316ms 2020/03/09 05:05:03 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/03/09 05:05:03 DEBUG : pacer: Rate limited, increasing sleep to 1.601806632s 2020/03/09 05:05:03 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/03/09 05:05:03 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/03/09 05:05:05 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/03/09 05:05:07 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/03/09 05:05:09 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/03/09 05:05:11 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/03/09 05:05:13 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/03/09 05:05:15 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2020/03/09 05:05:17 DEBUG : pacer: Reducing sleep to 1.5s 2020/03/09 05:05:17 DEBUG : unknown-size-put.txt.bin: Uploading segment file "rclone-test-nuquxap8gaxeted6dohihuw4/unknown-size-put.txt.bin/1583730317.595714812/-1/00000000" into "crypt_segments" 2020/03/09 05:05:20 DEBUG : pacer: Reducing sleep to 1.125s 2020/03/09 05:05:20 DEBUG : unknown-size-put.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/03/09 05:05:21 DEBUG : pacer: Reducing sleep to 843.75ms 2020/03/09 05:05:22 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/03/09 05:05:22 DEBUG : unknown-size-put.txt.bin: Returning empty Md5sum for swift large object 2020/03/09 05:05:23 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/03/09 05:05:23 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/03/09 05:05:23 DEBUG : unknown-size-put.txt.bin: Removing segment file "rclone-test-nuquxap8gaxeted6dohihuw4/unknown-size-put.txt.bin/1583730317.595714812/-1/00000000" in container "crypt_segments" 2020/03/09 05:05:24 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/03/09 05:05:24 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/03/09 05:05:24 DEBUG : pacer: Rate limited, increasing sleep to 533.935546ms 2020/03/09 05:05:24 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/03/09 05:05:24 DEBUG : pacer: Rate limited, increasing sleep to 1.067871092s 2020/03/09 05:05:25 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/03/09 05:05:25 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/03/09 05:05:26 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/03/09 05:05:28 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/03/09 05:05:30 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/03/09 05:05:32 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/03/09 05:05:34 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/03/09 05:05:36 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/03/09 05:05:38 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2020/03/09 05:05:41 DEBUG : pacer: Reducing sleep to 1.5s 2020/03/09 05:05:42 DEBUG : pacer: Reducing sleep to 1.125s 2020/03/09 05:05:44 DEBUG : pacer: Reducing sleep to 843.75ms 2020/03/09 05:05:45 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/03/09 05:05:45 DEBUG : unknown-size-update.txt.bin: Uploading segment file "rclone-test-nuquxap8gaxeted6dohihuw4/unknown-size-update.txt.bin/1583730345.192737127/-1/00000000" into "crypt_segments" 2020/03/09 05:05:46 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/03/09 05:05:46 DEBUG : unknown-size-update.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/03/09 05:05:47 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/03/09 05:05:47 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/03/09 05:05:47 DEBUG : unknown-size-update.txt.bin: Returning empty Md5sum for swift large object 2020/03/09 05:05:47 DEBUG : pacer: Reducing sleep to 200.225829ms 2020/03/09 05:05:47 DEBUG : pacer: Reducing sleep to 150.169371ms 2020/03/09 05:05:47 DEBUG : unknown-size-update.txt.bin: Removing segment file "rclone-test-nuquxap8gaxeted6dohihuw4/unknown-size-update.txt.bin/1583730345.192737127/-1/00000000" in container "crypt_segments" 2020/03/09 05:05:48 DEBUG : pacer: Reducing sleep to 112.627028ms 2020/03/09 05:05:48 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/03/09 05:05:48 DEBUG : pacer: Rate limited, increasing sleep to 225.254056ms 2020/03/09 05:05:48 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/03/09 05:05:48 DEBUG : pacer: Rate limited, increasing sleep to 450.508112ms 2020/03/09 05:05:48 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/03/09 05:05:48 DEBUG : pacer: Rate limited, increasing sleep to 901.016224ms 2020/03/09 05:05:49 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/03/09 05:05:49 DEBUG : pacer: Rate limited, increasing sleep to 1.802032448s 2020/03/09 05:05:50 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/03/09 05:05:50 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/03/09 05:05:51 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/03/09 05:05:53 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/03/09 05:05:55 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/03/09 05:05:57 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/03/09 05:05:59 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsRootCollapse 2020/03/09 05:06:00 DEBUG : Waiting for deletions to finish 2020/03/09 05:06:01 DEBUG : pacer: Reducing sleep to 1.5s 2020/03/09 05:06:04 DEBUG : pacer: Reducing sleep to 1.125s 2020/03/09 05:06:05 DEBUG : pacer: Reducing sleep to 843.75ms 2020/03/09 05:06:05 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Deleted 2020/03/09 05:06:06 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/03/09 05:06:06 DEBUG : Waiting for deletions to finish 2020/03/09 05:06:07 DEBUG : pacer: Reducing sleep to 474.609375ms --- FAIL: TestIntegration (113.95s) fstests.go:365: Using remote "TestCryptSwift:" --- PASS: TestIntegration/FsCheckWrap (0.00s) --- FAIL: TestIntegration/FsRmdirNotFound (0.00s) fstests.go:429: Error Trace: fstests.go:429 Error: An error is expected but got nil. Test: TestIntegration/FsRmdirNotFound Messages: Expecting error on Rmdir non existent --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- FAIL: TestIntegration/FsMkdir (113.41s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.30s) fstest.go:241: Filtering empty directory "dir" fstest.go:241: Filtering empty directory "dir/subdir" fstest.go:241: Filtering empty directory "dir" --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding (19.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.04s) fstests.go:594: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.62s) fstests.go:594: testing "." --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.88s) fstests.go:594: testing ".." --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.96s) fstests.go:594: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.32s) fstests.go:594: testing " leading space" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.74s) fstests.go:594: testing "~leading tilde" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.95s) fstests.go:594: testing "␍leading CR" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (1.04s) fstests.go:594: testing "␊leading LF" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.78s) fstests.go:594: testing "␉leading HT" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (1.32s) fstests.go:594: testing "␋leading VT" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.71s) fstests.go:594: testing ".leading dot" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.86s) fstests.go:594: testing "trailing space " --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (1.05s) fstests.go:594: testing "trailing CR␍" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.98s) fstests.go:594: testing "trailing LF␊" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.02s) fstests.go:594: testing "trailing HT␉" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.31s) fstests.go:594: testing "trailing VT␋" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.79s) fstests.go:594: testing "trailing dot." --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (1.73s) fstests.go:594: testing "invalid utf-8\xfe" --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (3.22s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) fstests.go:667: FS has no OpenWriterAt interface --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) fstests.go:703: FS has no ChangeNotify interface --- FAIL: TestIntegration/FsMkdir/FsPutFiles (38.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.74s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) fstests.go:1008: FS has no Mover interface --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) fstests.go:1079: FS has no DirMover interface --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) fstests.go:1137: Error Trace: fstests.go:1137 Error: An error is expected but got nil. Test: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull Messages: Expecting error on RMdir on non empty remote --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.01s) fstests.go:1210: MimeType method not supported --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.72s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.00s) fstests.go:1353: Can't list from root on this remote --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) fstests.go:1456: FS has no PublicLinker interface --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) fstests.go:340: FS has no SetTier & GetTier interfaces --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.37s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (27.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (4.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (22.22s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) fstests.go:1630: *crypt.Fs does not implement InternalTester --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) fstests.go:1647: *crypt.Fs does not implement SetUploadChunkSizer --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (44.32s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (22.97s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (21.35s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.63s) fstests.go:1827: Error Trace: fstests.go:1827 Error: An error is expected but got nil. Test: TestIntegration/FsMkdir Messages: Expecting error after on second purge === RUN TestStandard --- SKIP: TestStandard (0.00s) crypt_test.go:34: Skipping as -remote set === RUN TestOff --- SKIP: TestOff (0.00s) crypt_test.go:55: Skipping as -remote set === RUN TestObfuscate --- SKIP: TestObfuscate (0.00s) crypt_test.go:76: Skipping as -remote set FAIL exit status 1 FAIL github.com/rclone/rclone/backend/crypt 120.135s "go test -v -timeout 30m0s -remote TestCryptSwift: -verbose" - Finished ERROR in 2m1.940618571s (try 1/5): exit status 1: Failed [TestIntegration/FsRmdirNotFound TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull]