"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 TestEncodeFileNameBase32 --- PASS: TestEncodeFileNameBase32 (0.00s) === RUN TestEncodeFileNameBase64 --- PASS: TestEncodeFileNameBase64 (0.00s) === RUN TestEncodeFileNameBase32768 --- PASS: TestEncodeFileNameBase32768 (0.00s) === RUN TestDecodeFileNameBase32 --- PASS: TestDecodeFileNameBase32 (0.00s) === RUN TestDecodeFileNameBase64 --- PASS: TestDecodeFileNameBase64 (0.00s) === RUN TestDecodeFileNameBase32768 --- PASS: TestDecodeFileNameBase32768 (0.00s) === RUN TestEncryptSegmentBase32 --- PASS: TestEncryptSegmentBase32 (0.00s) === RUN TestEncryptSegmentBase64 --- PASS: TestEncryptSegmentBase64 (0.00s) === RUN TestEncryptSegmentBase32768 --- PASS: TestEncryptSegmentBase32768 (0.00s) === RUN TestDecryptSegmentBase32 --- PASS: TestDecryptSegmentBase32 (0.00s) === RUN TestDecryptSegmentBase64 --- PASS: TestDecryptSegmentBase64 (0.00s) === RUN TestDecryptSegmentBase32768 --- PASS: TestDecryptSegmentBase32768 (0.00s) === RUN TestStandardEncryptFileNameBase32 --- PASS: TestStandardEncryptFileNameBase32 (0.00s) === RUN TestStandardEncryptFileNameBase64 --- PASS: TestStandardEncryptFileNameBase64 (0.00s) === RUN TestStandardEncryptFileNameBase32768 --- PASS: TestStandardEncryptFileNameBase32768 (0.00s) === RUN TestNonStandardEncryptFileName --- PASS: TestNonStandardEncryptFileName (0.00s) === RUN TestStandardDecryptFileNameBase32 --- PASS: TestStandardDecryptFileNameBase32 (0.00s) === RUN TestStandardDecryptFileNameBase64 --- PASS: TestStandardDecryptFileNameBase64 (0.00s) === RUN TestStandardDecryptFileNameBase32768 --- PASS: TestStandardDecryptFileNameBase32768 (0.00s) === RUN TestNonStandardDecryptFileName --- PASS: TestNonStandardDecryptFileName (0.00s) === RUN TestEncDecMatches --- PASS: TestEncDecMatches (0.00s) === RUN TestStandardEncryptDirNameBase32 --- PASS: TestStandardEncryptDirNameBase32 (0.00s) === RUN TestStandardEncryptDirNameBase64 --- PASS: TestStandardEncryptDirNameBase64 (0.00s) === RUN TestStandardEncryptDirNameBase32768 --- PASS: TestStandardEncryptDirNameBase32768 (0.00s) === RUN TestNonStandardEncryptDirName --- PASS: TestNonStandardEncryptDirName (0.00s) === RUN TestStandardDecryptDirNameBase32 --- PASS: TestStandardDecryptDirNameBase32 (0.00s) === RUN TestStandardDecryptDirNameBase64 --- PASS: TestStandardDecryptDirNameBase64 (0.00s) === RUN TestStandardDecryptDirNameBase32768 --- PASS: TestStandardDecryptDirNameBase32768 (0.00s) === RUN TestNonStandardDecryptDirName --- PASS: TestNonStandardDecryptDirName (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.30s) === RUN TestEncryptDecrypt1 --- PASS: TestEncryptDecrypt1 (0.21s) === RUN TestEncryptDecrypt32 --- PASS: TestEncryptDecrypt32 (0.60s) === RUN TestEncryptDecrypt4096 --- PASS: TestEncryptDecrypt4096 (0.54s) === RUN TestEncryptDecrypt65536 --- PASS: TestEncryptDecrypt65536 (0.54s) === RUN TestEncryptDecrypt65537 --- PASS: TestEncryptDecrypt65537 (0.56s) === 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.17s) === RUN TestDecrypterCalculateUnderlying --- PASS: TestDecrypterCalculateUnderlying (0.00s) === RUN TestDecrypterRead 2024/11/05 03:29:03 ERROR : crypt: ignoring: failed to authenticate decrypted block - bad password? --- PASS: TestDecrypterRead (0.00s) === RUN TestDecrypterClose --- PASS: TestDecrypterClose (0.00s) === RUN TestPutGetBlock --- PASS: TestPutGetBlock (0.00s) === RUN TestKey --- PASS: TestKey (0.19s) === RUN TestIntegration fstests.go:442: Using remote "TestCryptSwift:" 2024/11/05 03:29:03 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu" 2024/11/05 03:29:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/05 03:29:03 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu.bin" 2024/11/05 03:29:03 DEBUG : Swift container crypt path rclone-test-hiselug1hizu.bin: Auto set use_segments_container to true 2024/11/05 03:29:04 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu" 2024/11/05 03:29:04 DEBUG : Swift container crypt path rclone-test-hiselug1hizu: Auto set use_segments_container to true === RUN TestIntegration/FsCheckWrap === RUN TestIntegration/FsCommand === RUN TestIntegration/FsRmdirNotFound fstests.go:526: 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 2024/11/05 03:29:05 DEBUG : dir/subdir: Making directory fstest.go:244: Filtering empty directory "dir" fstest.go:244: Filtering empty directory "dir/subdir" 2024/11/05 03:29:05 INFO : dir/subdir: Removing directory fstest.go:244: Filtering empty directory "dir" 2024/11/05 03:29:05 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:711: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2024/11/05 03:29:07 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: md5 = e8c2db32ac5088bc043249b0c80aed30 OK === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:711: testing "." 2024/11/05 03:29:08 DEBUG : ./.: md5 = 61d5308f050d8f6fc8484bbca6089854 OK === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:711: testing ".." 2024/11/05 03:29:08 DEBUG : ../..: md5 = 98cdb65e9937b9c7eafddcd13e288c61 OK === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:711: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" 2024/11/05 03:29:09 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: md5 = 4b036496e7dc19803300e22ddf67e51a OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:711: testing " leading space" 2024/11/05 03:29:10 DEBUG : leading space/ leading space: md5 = e4dd917e2fce98e1d24d5dbb3047ccae OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:711: testing "~leading tilde" 2024/11/05 03:29:11 DEBUG : ~leading tilde/~leading tilde: md5 = b388a960d5ba9fff4e0eb163ef8f6f8b OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:711: testing "␍leading CR" 2024/11/05 03:29:12 DEBUG : ␍leading CR/␍leading CR: md5 = 6bd0c5453327cff8d5ca45adec979232 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:711: testing "␊leading LF" 2024/11/05 03:29:13 DEBUG : ␊leading LF/␊leading LF: md5 = 056f513c4a2d794f150c7cb71d18c60f OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:711: testing "␉leading HT" 2024/11/05 03:29:14 DEBUG : ␉leading HT/␉leading HT: md5 = eae8fb9719511c529d1e485b7acc8e31 OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:711: testing "␋leading VT" 2024/11/05 03:29:15 DEBUG : ␋leading VT/␋leading VT: md5 = 2a14595936aea1d6addeee50fe8c7c4d OK === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:711: testing ".leading dot" 2024/11/05 03:29:15 DEBUG : .leading dot/.leading dot: md5 = 43f9ec8a05b721e76c6908fa0f3c2e0c OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:711: testing "trailing space " 2024/11/05 03:29:16 DEBUG : trailing space /trailing space : md5 = 19ef74d035d2483ad86c3831ae00d313 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:711: testing "trailing CR␍" 2024/11/05 03:29:17 DEBUG : trailing CR␍/trailing CR␍: md5 = 2a1b60110e634e635e5ed6dac7700f8b OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:711: testing "trailing LF␊" 2024/11/05 03:29:18 DEBUG : trailing LF␊/trailing LF␊: md5 = 5bcf3e143874fff674843f5cd432e257 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:711: testing "trailing HT␉" 2024/11/05 03:29:19 DEBUG : trailing HT␉/trailing HT␉: md5 = 0472f3318bdf41325f43a597d97cbfd8 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:711: testing "trailing VT␋" 2024/11/05 03:29:20 DEBUG : trailing VT␋/trailing VT␋: md5 = 12808331c470711a58c44f2d9af5a2f9 OK === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:711: testing "trailing dot." 2024/11/05 03:29:21 DEBUG : trailing dot./trailing dot.: md5 = 6195a83c0a58547dbfa90041bc98417c OK === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:711: testing "invalid utf-8\xfe" 2024/11/05 03:29:22 DEBUG : invalid utf-8/invalid utf-8: md5 = be93aa5adf8b7ed6374b4744503e8877 OK === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:711: testing "test%46.txt" 2024/11/05 03:29:22 DEBUG : test%46.txt/test%46.txt: md5 = ad1bc9f22217866a2270866616348ab0 OK === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength 2024/11/05 03:29:24 DEBUG : zero-length-file: md5 = dac16bbe30e308f7e160e405cdbb713f OK === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:790: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsOpenChunkWriter fstests.go:823: FS has no OpenChunkWriter interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:872: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2024/11/05 03:29:25 DEBUG : file name.txt: md5 = 0254d42ee4f9926905d81da660f2f2b1 OK 2024/11/05 03:29:27 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: md5 = 894cfc08402f3ccee0a360f36fc8f18c OK 2024/11/05 03:29:27 DEBUG : file name.txt: md5 = 9d119f7efa8a6dd1d533afbce6833b28 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 2024/11/05 03:29:28 DEBUG : Creating backend with remote "TestCryptSwift:" 2024/11/05 03:29:28 DEBUG : Creating backend with remote "memstore:crypt" 2024/11/05 03:29:28 DEBUG : Swift container crypt: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2024/11/05 03:29:29 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:1125: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2024/11/05 03:29:30 DEBUG : dirToPurge/fileToPurge.txt: md5 = 6cb38058278c467dd140f2f80c997ef8 OK 2024/11/05 03:29:30 DEBUG : Waiting for deletions to finish 2024/11/05 03:29:31 INFO : dirToPurge/fileToPurge.txt.bin: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2024/11/05 03:29:31 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: md5 = 17f1e1f1bfc0ef469f29e79a119e3c63 OK 2024/11/05 03:29:32 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu/dirToPurgeFromRoot" 2024/11/05 03:29:32 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/dirToPurgeFromRoot.bin" 2024/11/05 03:29:32 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/dirToPurgeFromRoot.bin: Auto set use_segments_container to true 2024/11/05 03:29:32 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/dirToPurgeFromRoot" 2024/11/05 03:29:33 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/dirToPurgeFromRoot: Auto set use_segments_container to true 2024/11/05 03:29:33 DEBUG : Waiting for deletions to finish 2024/11/05 03:29:33 INFO : fileToPurgeFromRoot.txt.bin: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2024/11/05 03:29:33 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu/hello? sausage/êé" 2024/11/05 03:29:33 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/hello? sausage/êé.bin" 2024/11/05 03:29:34 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/hello? sausage/êé.bin: Auto set use_segments_container to true 2024/11/05 03:29:34 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/hello? sausage/êé" 2024/11/05 03:29:35 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/hello? sausage/êé: Auto set use_segments_container to true 2024/11/05 03:29:35 DEBUG : a/b/c/d/e.txt: md5 = d02a71f08c465aaf668328c679a6f4d4 OK 2024/11/05 03:29:36 DEBUG : Waiting for deletions to finish 2024/11/05 03:29:37 INFO : a/b/c/d/e.txt.bin: Deleted === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1293: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1346: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1463: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull fstests.go:1518: 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 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstests.go:1704: SetMetadata can't be tested without ReadMetadata === 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 2024/11/05 03:29:40 DEBUG : file name.txt-should-be-ignored.bin: md5 = bb5259a7da08a68d7b9f2ad3f8bb48e8 OK === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2024/11/05 03:29:40 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2024/11/05 03:29:40 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt.bin" 2024/11/05 03:29:41 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Auto set use_segments_container to true 2024/11/05 03:29:41 DEBUG : fs cache: renaming child cache item "memstore:crypt/rclone-test-hiselug1hizu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt.bin" to be canonical for parent "memstore:crypt/rclone-test-hiselug1hizu/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2024/11/05 03:29:41 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu/not found.txt" 2024/11/05 03:29:41 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/not found.txt.bin" 2024/11/05 03:29:41 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/not found.txt.bin: Auto set use_segments_container to true 2024/11/05 03:29:42 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/not found.txt" 2024/11/05 03:29:42 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/not found.txt: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1904: Can't list from root on this remote === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2008: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:416: 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 2024/11/05 03:29:43 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-hiselug1hizu/piped data.txt.bin/2024-11-05-032943-gWm9YqmkDcLdLL0MIprRtQ/00000000" into "crypt_segments" 2024/11/05 03:29:44 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2024/11/05 03:29:44 DEBUG : Swift container crypt path rclone-test-hiselug1hizu: uploading manifest "rclone-test-hiselug1hizu/piped data.txt.bin" to "crypt" 2024/11/05 03:29:45 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2024/11/05 03:29:46 DEBUG : piped data.txt.bin: Uploading segment file "rclone-test-hiselug1hizu/piped data.txt.bin/2024-11-05-032946-oBQYiZ-CYzJja2brIgnMrA/00000000" into "crypt_segments" 2024/11/05 03:29:47 DEBUG : piped data.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2024/11/05 03:29:47 DEBUG : Swift container crypt path rclone-test-hiselug1hizu: uploading manifest "rclone-test-hiselug1hizu/piped data.txt.bin" to "crypt" 2024/11/05 03:29:47 DEBUG : piped data.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfo 2024/11/05 03:29:49 DEBUG : Creating backend with remote "/tmp/rclone-spool2510560912" 2024/11/05 03:29:49 DEBUG : hash_test_object: Computing md5 hash of encrypted source === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfoWrap 2024/11/05 03:29:49 DEBUG : Creating backend with remote "/tmp/rclone-spool2631169095" 2024/11/05 03:29:49 DEBUG : new_remote: Computing md5 hash of encrypted source === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash 2024/11/05 03:29:49 DEBUG : Creating backend with remote "/tmp/rclone-spool3839858559" 2024/11/05 03:29:49 DEBUG : compute_hash_test: md5 = c0c6bd7ffd0a5dce1951310ba4d21ada OK === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:2230: *crypt.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsCopyChunked fstests.go:2357: *crypt.Fs does not implement SetCopyCutoff === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2024/11/05 03:29:49 DEBUG : unknown-size-put.txt.bin: Uploading segment file "rclone-test-hiselug1hizu/unknown-size-put.txt.bin/2024-11-05-032949-0tse7VRflx2nB1TxEDlsBw/00000000" into "crypt_segments" 2024/11/05 03:29:50 DEBUG : unknown-size-put.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2024/11/05 03:29:50 DEBUG : Swift container crypt path rclone-test-hiselug1hizu: uploading manifest "rclone-test-hiselug1hizu/unknown-size-put.txt.bin" to "crypt" 2024/11/05 03:29:51 DEBUG : unknown-size-put.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2024/11/05 03:29:53 DEBUG : unknown-size-update.txt: md5 = 08999f063dc22469c39984067c884cf8 OK 2024/11/05 03:29:53 DEBUG : unknown-size-update.txt.bin: Uploading segment file "rclone-test-hiselug1hizu/unknown-size-update.txt.bin/2024-11-05-032953-AA1Zcz9aXD-VSH8XJm2Rxg/00000000" into "crypt_segments" 2024/11/05 03:29:53 DEBUG : unknown-size-update.txt.bin: Uploading segments into "crypt_segments" seems done (EOF) 2024/11/05 03:29:53 DEBUG : Swift container crypt path rclone-test-hiselug1hizu: uploading manifest "rclone-test-hiselug1hizu/unknown-size-update.txt.bin" to "crypt" 2024/11/05 03:29:54 DEBUG : unknown-size-update.txt.bin: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsRootCollapse 2024/11/05 03:29:55 DEBUG : Creating backend with remote "TestCryptSwift:rclone-test-hiselug1hizu/deeper/nonexisting/directory" 2024/11/05 03:29:55 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/deeper/nonexisting/directory.bin" 2024/11/05 03:29:55 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/deeper/nonexisting/directory.bin: Auto set use_segments_container to true 2024/11/05 03:29:55 DEBUG : Creating backend with remote "memstore:crypt/rclone-test-hiselug1hizu/deeper/nonexisting/directory" 2024/11/05 03:29:56 DEBUG : Swift container crypt path rclone-test-hiselug1hizu/deeper/nonexisting/directory: Auto set use_segments_container to true === RUN TestIntegration/FsMkdir/FsDirSetModTime fstests.go:2500: FS has no DirSetModTime interface === RUN TestIntegration/FsMkdir/FsMkdirMetadata fstests.go:2543: FS has no MkdirMetadata interface === RUN TestIntegration/FsMkdir/FsDirectory fstests.go:2592: Can't test if can't have empty directories 2024/11/05 03:29:56 DEBUG : Waiting for deletions to finish 2024/11/05 03:29:57 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Deleted === RUN TestIntegration/FsShutdown fstests.go:2706: Shutdown method not supported --- PASS: TestIntegration (53.94s) --- 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 (52.45s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.30s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.11s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding (17.54s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (0.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (0.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (0.94s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (1.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (0.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (0.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (0.74s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (0.79s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (0.84s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (0.87s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (1.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (0.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (0.99s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (0.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (0.77s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.33s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (0.94s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsOpenChunkWriter (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (24.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.11s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.14s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (2.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (3.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.99s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- 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.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.28s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.42s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.09s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.66s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.47s) --- 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.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (0.55s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (5.32s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (2.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfo (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ObjectInfoWrap (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash (0.85s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- SKIP: TestIntegration/FsMkdir/FsCopyChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (5.33s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (2.63s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (2.70s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.52s) --- SKIP: TestIntegration/FsMkdir/FsDirSetModTime (0.00s) --- SKIP: TestIntegration/FsMkdir/FsMkdirMetadata (0.00s) --- SKIP: TestIntegration/FsMkdir/FsDirectory (0.00s) --- SKIP: TestIntegration/FsShutdown (0.00s) === RUN TestStandardBase32 crypt_test.go:35: Skipping as -remote set --- SKIP: TestStandardBase32 (0.00s) === RUN TestStandardBase64 crypt_test.go:56: Skipping as -remote set --- SKIP: TestStandardBase64 (0.00s) === RUN TestStandardBase32768 crypt_test.go:78: Skipping as -remote set --- SKIP: TestStandardBase32768 (0.00s) === RUN TestOff crypt_test.go:101: Skipping as -remote set --- SKIP: TestOff (0.00s) === RUN TestObfuscate crypt_test.go:123: Skipping as -remote set --- SKIP: TestObfuscate (0.00s) === RUN TestNoDataObfuscate crypt_test.go:149: Skipping as -remote set --- SKIP: TestNoDataObfuscate (0.00s) PASS ok github.com/rclone/rclone/backend/crypt 57.068s "go test -v -timeout 1h0m0s -remote TestCryptSwift: -verbose" - Finished OK in 58.020209584s (try 1/5)