"go test -v -timeout 1h0m0s -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.67s) === RUN TestEncryptDecrypt1 --- PASS: TestEncryptDecrypt1 (0.52s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (1.16s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (1.24s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (1.14s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (1.08s) === 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.43s) === RUN TestIntegration fstests.go:418: Using remote "TestCryptSwift:" 2021/04/05 05:31:28 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-vamoruw0gixoxer4xezawur8" 2021/04/05 05:31:28 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8.bin" 2021/04/05 05:31:29 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8" === RUN TestIntegration/FsCheckWrap === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound fstests.go:498: Skipping test as non root bucket based remote === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2021/04/05 05:31:29 DEBUG : dir/subdir: Making directory fstest.go:251: Filtering empty directory "dir" fstest.go:251: Filtering empty directory "dir/subdir" 2021/04/05 05:31:29 DEBUG : dir/subdir: Removing directory fstest.go:251: Filtering empty directory "dir" 2021/04/05 05:31:29 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 fstests.go:669: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2021/04/05 05:31:31 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: MD5 = 4d4ba89d985165bcf41241924cb190aa OK === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:669: testing "." 2021/04/05 05:31:31 DEBUG : ./.: MD5 = 6f75d17cf83847ae15d9c2a2454dc32a OK === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:669: testing ".." 2021/04/05 05:31:32 DEBUG : ../..: MD5 = 6d9cc168e18ec7844db0a2927472388a OK === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:669: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2021/04/05 05:31:33 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: MD5 = 86a23ddb7257f24ce7879b1ffd9636ef OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:669: testing " leading space" 2021/04/05 05:31:34 DEBUG : leading space/ leading space: MD5 = ff10a5702536b33d03fd821723c03f20 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:669: testing "~leading tilde" 2021/04/05 05:31:34 DEBUG : ~leading tilde/~leading tilde: MD5 = ef889e65e94803a1081cde6c8ca86266 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:669: testing "␍leading CR" 2021/04/05 05:31:35 DEBUG : ␍leading CR/␍leading CR: MD5 = ea5458faf600ee7b166338c80fe7098d OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:669: testing "␊leading LF" 2021/04/05 05:31:36 DEBUG : ␊leading LF/␊leading LF: MD5 = d724e6f75bfd51fa143261509f8d2ac4 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:669: testing "␉leading HT" 2021/04/05 05:31:37 DEBUG : ␉leading HT/␉leading HT: MD5 = 20a61e27803597d7f18341ba3ebeac2a OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:669: testing "␋leading VT" 2021/04/05 05:31:38 DEBUG : ␋leading VT/␋leading VT: MD5 = dece13417dcfd32900170e3840158e98 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:669: testing ".leading dot" 2021/04/05 05:31:39 DEBUG : .leading dot/.leading dot: MD5 = 98afebbb23ef9a703c66bd6095be0d3f OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:669: testing "trailing space " 2021/04/05 05:31:41 DEBUG : trailing space /trailing space : MD5 = d1efd5234108d1da6005cfc78401fbd4 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:669: testing "trailing CR␍" 2021/04/05 05:31:41 DEBUG : trailing CR␍/trailing CR␍: MD5 = b1c0b62b533b18f4809a533787ca62e7 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:669: testing "trailing LF␊" 2021/04/05 05:31:42 DEBUG : trailing LF␊/trailing LF␊: MD5 = 7d25b801143d33298eaa8344b4307daa OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:669: testing "trailing HT␉" 2021/04/05 05:31:43 DEBUG : trailing HT␉/trailing HT␉: MD5 = e2ef4df337c3c8726695419e90c427af OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:669: testing "trailing VT␋" 2021/04/05 05:31:43 DEBUG : trailing VT␋/trailing VT␋: MD5 = 9a76f17488a7cf9e623fcc0fd3c5fd7f OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:669: testing "trailing dot." 2021/04/05 05:31:45 DEBUG : trailing dot./trailing dot.: MD5 = 7a78ef76ff3fb86337bb61f311df7649 OK === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:669: testing "invalid utf-8\xfe" 2021/04/05 05:31:46 DEBUG : invalid utf-8/invalid utf-8: MD5 = 78ba5d6364dec66caaab14640eb12f6f OK === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength 2021/04/05 05:31:47 DEBUG : zero-length-file: MD5 = 6cccb02bc6605b710965adfa2258ae90 OK === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:742: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:778: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2021/04/05 05:31:48 DEBUG : file name.txt: MD5 = 7a77b100e98bb75f57588e93e3595c52 OK 2021/04/05 05:31:49 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: MD5 = 08832711c703ea82b609135b2c6b0e35 OK 2021/04/05 05:31:49 DEBUG : file name.txt: MD5 = 4e26257fc4c8f7c6952bb594867e320a OK === 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 2021/04/05 05:31:49 DEBUG : Creating backend with remote "TestCryptSwift:" 2021/04/05 05:31:49 DEBUG : Creating backend with remote "memstore:crypt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2021/04/05 05:31:49 DEBUG : Creating backend with remote "TestCryptSwift:" === 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:1031: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2021/04/05 05:31:50 DEBUG : dirToPurge/fileToPurge.txt: MD5 = f463ae179ed3f36f29f9127438a018c3 OK 2021/04/05 05:31:50 DEBUG : Waiting for deletions to finish 2021/04/05 05:31:51 INFO : dirToPurge/fileToPurge.txt.bin: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1134: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1205: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull fstests.go:1260: Skipping test as non root bucket based remote === 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 fstests.go:1338: MimeType method not supported === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2021/04/05 05:31:52 DEBUG : file name.txt: MD5 = 03c0831052dda3c2787d88f3ba127846 OK === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2021/04/05 05:31:52 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-vamoruw0gixoxer4xezawur8/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2021/04/05 05:31:53 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt.bin" 2021/04/05 05:31:53 DEBUG : fs cache: adding new entry for parent of "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt.bin", "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2021/04/05 05:31:53 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-vamoruw0gixoxer4xezawur8/not found.txt" 2021/04/05 05:31:53 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/not found.txt.bin" 2021/04/05 05:31:53 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/not found.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1485: Can't list from root on this remote === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:1589: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:392: FS has no SetTier & GetTier interfaces === 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 2021/04/05 05:31:54 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-vamoruw0gixoxer4xezawur8/piped data.txt.bin/1617600714.116263131/-1/00000000" into "crypt_segments" 2021/04/05 05:31:54 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2021/04/05 05:31:55 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2021/04/05 05:31:55 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-vamoruw0gixoxer4xezawur8/piped data.txt.bin/1617600715.729655344/-1/00000000" into "crypt_segments" 2021/04/05 05:31:56 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2021/04/05 05:31:56 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfo 2021/04/05 05:31:56 DEBUG : Creating backend with remote "/tmp/rclone-spool499990609" 2021/04/05 05:31:56 DEBUG : hash_test_object: Computing MD5 hash of encrypted source === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfoWrap 2021/04/05 05:31:56 DEBUG : Creating backend with remote "/tmp/rclone-spool019002748" 2021/04/05 05:31:56 DEBUG : _wrap: Computing MD5 hash of encrypted source === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash 2021/04/05 05:31:56 DEBUG : Creating backend with remote "/tmp/rclone-spool963384491" 2021/04/05 05:31:57 DEBUG : compute_hash_test: MD5 = d74bc28b5f3b1d16e6e547236102eda3 OK === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:1782: *crypt.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2021/04/05 05:31:57 DEBUG : unknown-size-put.txt.bin: Uploading segment file "rclone-test-vamoruw0gixoxer4xezawur8/unknown-size-put.txt.bin/1617600717.280325493/-1/00000000" into "crypt_segments" 2021/04/05 05:31:57 DEBUG : unknown-size-put.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2021/04/05 05:31:58 DEBUG : unknown-size-put.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2021/04/05 05:31:58 DEBUG : unknown-size-update.txt: MD5 = 7aa1df644fbd2be59419d954d3317308 OK 2021/04/05 05:31:59 DEBUG : unknown-size-update.txt.bin: Uploading segment file "rclone-test-vamoruw0gixoxer4xezawur8/unknown-size-update.txt.bin/1617600719.092341574/-1/00000000" into "crypt_segments" 2021/04/05 05:31:59 DEBUG : unknown-size-update.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2021/04/05 05:31:59 DEBUG : unknown-size-update.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsRootCollapse 2021/04/05 05:32:00 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-vamoruw0gixoxer4xezawur8/deeper/nonexisting/directory" 2021/04/05 05:32:00 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/deeper/nonexisting/directory.bin" 2021/04/05 05:32:00 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-vamoruw0gixoxer4xezawur8/deeper/nonexisting/directory" 2021/04/05 05:32:00 DEBUG : Waiting for deletions to finish 2021/04/05 05:32:01 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Deleted === RUN TestIntegration/FsShutdown fstests.go:1978: Shutdown method not supported --- PASS: TestIntegration (32.37s) --- PASS: TestIntegration/FsCheckWrap (0.00s) --- PASS: TestIntegration/FsCommand (0.00s) --- SKIP: TestIntegration/FsRmdirNotFound (0.00s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir (31.84s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.30s) --- 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 (16.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.27s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.36s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.98s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (0.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (1.43s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (1.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (0.69s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (1.50s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (1.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.57s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.26s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.75s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (9.46s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.04s) --- 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.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.01s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (0.90s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.94s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) --- 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) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.53s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.01s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (2.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (1.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfo (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfoWrap (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash (0.30s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (3.01s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.43s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.58s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.66s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestStandard crypt_test.go:34: Skipping as -remote set --- SKIP: TestStandard (0.00s) === RUN TestOff crypt_test.go:55: Skipping as -remote set --- SKIP: TestOff (0.00s) === RUN TestObfuscate crypt_test.go:76: Skipping as -remote set --- SKIP: TestObfuscate (0.00s) === RUN TestNoDataObfuscate crypt_test.go:98: Skipping as -remote set --- SKIP: TestNoDataObfuscate (0.00s) PASS ok github.com/rclone/rclone/backend/crypt 38.894s "go test -v -timeout 1h0m0s -remote TestCryptSwift: -verbose" - Finished OK in 42.506731165s (try 1/5)