"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.60s) === RUN TestEncryptDecrypt1 --- PASS: TestEncryptDecrypt1 (0.77s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (1.22s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (1.02s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (1.01s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (0.98s) === 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.24s) === 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.31s) === 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/04/15 05:38:31 DEBUG : dir/subdir: Making directory 2020/04/15 05:38:31 DEBUG : dir/subdir: Removing directory 2020/04/15 05:38:31 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/04/15 05:38:52 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-hiriziq9norataz5zasixow7/piped data.txt.bin/1586929132.438112012/-1/00000000" into "crypt_segments" 2020/04/15 05:38:52 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/04/15 05:38:53 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object 2020/04/15 05:38:53 DEBUG : piped data.txt.bin: Removing segment file "rclone-test-hiriziq9norataz5zasixow7/piped data.txt.bin/1586929132.438112012/-1/00000000" in container "crypt_segments" 2020/04/15 05:38:53 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/04/15 05:38:53 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2020/04/15 05:38:53 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/04/15 05:38:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2020/04/15 05:38:53 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/04/15 05:38:53 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2020/04/15 05:38:53 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/04/15 05:38:53 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2020/04/15 05:38:54 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/04/15 05:38:54 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2020/04/15 05:38:54 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/04/15 05:38:54 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2020/04/15 05:38:54 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/04/15 05:38:54 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2020/04/15 05:38:54 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/04/15 05:38:54 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2020/04/15 05:38:55 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/04/15 05:38:55 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/04/15 05:38:56 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2020/04/15 05:38:58 DEBUG : pacer: Reducing sleep to 1.5s 2020/04/15 05:38:58 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-hiriziq9norataz5zasixow7/piped data.txt.bin/1586929138.491357385/-1/00000000" into "crypt_segments" 2020/04/15 05:39:00 DEBUG : pacer: Reducing sleep to 1.125s 2020/04/15 05:39:00 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/04/15 05:39:02 DEBUG : pacer: Reducing sleep to 843.75ms 2020/04/15 05:39:03 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/04/15 05:39:03 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object 2020/04/15 05:39:03 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/04/15 05:39:04 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/04/15 05:39:05 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/04/15 05:39:05 DEBUG : piped data.txt.bin: Removing segment file "rclone-test-hiriziq9norataz5zasixow7/piped data.txt.bin/1586929138.491357385/-1/00000000" in container "crypt_segments" 2020/04/15 05:39:05 DEBUG : pacer: Reducing sleep to 200.225829ms 2020/04/15 05:39:05 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/04/15 05:39:05 DEBUG : pacer: Rate limited, increasing sleep to 400.451658ms 2020/04/15 05:39:05 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/04/15 05:39:05 DEBUG : pacer: Rate limited, increasing sleep to 800.903316ms 2020/04/15 05:39:06 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/04/15 05:39:06 DEBUG : pacer: Rate limited, increasing sleep to 1.601806632s 2020/04/15 05:39:07 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/04/15 05:39:07 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/04/15 05:39:08 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/04/15 05:39:10 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/04/15 05:39:12 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/04/15 05:39:14 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/04/15 05:39:16 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/04/15 05:39:18 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/04/15 05:39:20 DEBUG : pacer: Reducing sleep to 1.5s 2020/04/15 05:39:20 DEBUG : unknown-size-put.txt.bin: Uploading segment file "rclone-test-hiriziq9norataz5zasixow7/unknown-size-put.txt.bin/1586929160.721013175/-1/00000000" into "crypt_segments" 2020/04/15 05:39:23 DEBUG : pacer: Reducing sleep to 1.125s 2020/04/15 05:39:23 DEBUG : unknown-size-put.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/04/15 05:39:24 DEBUG : pacer: Reducing sleep to 843.75ms 2020/04/15 05:39:25 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/04/15 05:39:25 DEBUG : unknown-size-put.txt.bin: Returning empty Md5sum for swift large object 2020/04/15 05:39:26 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/04/15 05:39:26 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/04/15 05:39:26 DEBUG : unknown-size-put.txt.bin: Removing segment file "rclone-test-hiriziq9norataz5zasixow7/unknown-size-put.txt.bin/1586929160.721013175/-1/00000000" in container "crypt_segments" 2020/04/15 05:39:27 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/04/15 05:39:28 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/04/15 05:39:28 DEBUG : pacer: Rate limited, increasing sleep to 533.935546ms 2020/04/15 05:39:28 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/04/15 05:39:28 DEBUG : pacer: Rate limited, increasing sleep to 1.067871092s 2020/04/15 05:39:28 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/04/15 05:39:28 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/04/15 05:39:29 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/04/15 05:39:31 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/04/15 05:39:33 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/04/15 05:39:35 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/04/15 05:39:37 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/04/15 05:39:39 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/04/15 05:39:41 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2020/04/15 05:39:44 DEBUG : pacer: Reducing sleep to 1.5s 2020/04/15 05:39:45 DEBUG : pacer: Reducing sleep to 1.125s 2020/04/15 05:39:47 DEBUG : pacer: Reducing sleep to 843.75ms 2020/04/15 05:39:48 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/04/15 05:39:48 DEBUG : unknown-size-update.txt.bin: Uploading segment file "rclone-test-hiriziq9norataz5zasixow7/unknown-size-update.txt.bin/1586929188.599803385/-1/00000000" into "crypt_segments" 2020/04/15 05:39:49 DEBUG : pacer: Reducing sleep to 474.609375ms 2020/04/15 05:39:49 DEBUG : unknown-size-update.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2020/04/15 05:39:50 DEBUG : pacer: Reducing sleep to 355.957031ms 2020/04/15 05:39:50 DEBUG : pacer: Reducing sleep to 266.967773ms 2020/04/15 05:39:50 DEBUG : unknown-size-update.txt.bin: Returning empty Md5sum for swift large object 2020/04/15 05:39:51 DEBUG : pacer: Reducing sleep to 200.225829ms 2020/04/15 05:39:51 DEBUG : pacer: Reducing sleep to 150.169371ms 2020/04/15 05:39:51 DEBUG : unknown-size-update.txt.bin: Removing segment file "rclone-test-hiriziq9norataz5zasixow7/unknown-size-update.txt.bin/1586929188.599803385/-1/00000000" in container "crypt_segments" 2020/04/15 05:39:51 DEBUG : pacer: Reducing sleep to 112.627028ms 2020/04/15 05:39:52 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2020/04/15 05:39:52 DEBUG : pacer: Rate limited, increasing sleep to 225.254056ms 2020/04/15 05:39:52 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2020/04/15 05:39:52 DEBUG : pacer: Rate limited, increasing sleep to 450.508112ms 2020/04/15 05:39:52 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2020/04/15 05:39:52 DEBUG : pacer: Rate limited, increasing sleep to 901.016224ms 2020/04/15 05:39:52 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2020/04/15 05:39:52 DEBUG : pacer: Rate limited, increasing sleep to 1.802032448s 2020/04/15 05:39:53 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2020/04/15 05:39:53 DEBUG : pacer: Rate limited, increasing sleep to 2s 2020/04/15 05:39:55 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2020/04/15 05:39:57 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2020/04/15 05:39:59 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2020/04/15 05:40:01 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2020/04/15 05:40:03 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsRootCollapse 2020/04/15 05:40:04 DEBUG : Waiting for deletions to finish 2020/04/15 05:40:05 DEBUG : pacer: Reducing sleep to 1.5s 2020/04/15 05:40:07 DEBUG : pacer: Reducing sleep to 1.125s 2020/04/15 05:40:09 DEBUG : pacer: Reducing sleep to 843.75ms 2020/04/15 05:40:09 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Deleted 2020/04/15 05:40:10 DEBUG : pacer: Reducing sleep to 632.8125ms 2020/04/15 05:40:10 DEBUG : Waiting for deletions to finish 2020/04/15 05:40:11 DEBUG : pacer: Reducing sleep to 474.609375ms --- FAIL: TestIntegration (100.10s) 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 (99.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 (15.59s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.65s) fstests.go:594: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.38s) fstests.go:594: testing "." --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.15s) fstests.go:594: testing ".." --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.84s) fstests.go:594: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.57s) fstests.go:594: testing " leading space" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.52s) fstests.go:594: testing "~leading tilde" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.74s) fstests.go:594: testing "␍leading CR" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.44s) fstests.go:594: testing "␊leading LF" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.59s) fstests.go:594: testing "␉leading HT" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.37s) fstests.go:594: testing "␋leading VT" --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (3.39s) fstests.go:594: testing ".leading dot" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.61s) fstests.go:594: testing "trailing space " --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.87s) fstests.go:594: testing "trailing CR␍" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.44s) fstests.go:594: testing "trailing LF␊" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.42s) fstests.go:594: testing "trailing HT␉" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.44s) fstests.go:594: testing "trailing VT␋" --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.40s) fstests.go:594: testing "trailing dot." --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.65s) fstests.go:594: testing "invalid utf-8\xfe" --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.84s) --- 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 (29.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.49s) --- 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.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.52s) --- 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.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.29s) --- 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.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (26.29s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (4.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (22.23s) --- 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.79s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (23.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (21.54s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.57s) 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 106.256s "go test -v -timeout 30m0s -remote TestCryptSwift: -verbose" - Finished ERROR in 1m48.199501833s (try 1/5): exit status 1: Failed [TestIntegration/FsRmdirNotFound TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull]