"go test -v -timeout 1h0m0s -remote TestCryptSwift: -verbose -test.run '^TestIntegration$/^(FsMkdir|FsRmdirNotFound)$/^FsPutFiles$/^(FsRmdirFull|Internal)$/^ComputeHash$'" - Starting (try 5/5) === RUN TestIntegration === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/Internal === RUN TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash 2020/05/15 05:16:51 DEBUG : Waiting for deletions to finish 2020/05/15 05:16:51 INFO : file name.txt.bin: Deleted 2020/05/15 05:16:51 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt.bin: Deleted 2020/05/15 05:16:51 DEBUG : Waiting for deletions to finish --- FAIL: TestIntegration (3.27s) fstests.go:356: Using remote "TestCryptSwift:" --- FAIL: TestIntegration/FsRmdirNotFound (0.00s) fstests.go:439: Error Trace: fstests.go:439 Error: An error is expected but got nil. Test: TestIntegration/FsRmdirNotFound Messages: Expecting error on Rmdir non existent --- FAIL: TestIntegration/FsMkdir (2.80s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (2.16s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.00s) fstests.go:1147: Error Trace: fstests.go:1147 Error: An error is expected but got nil. Test: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull Messages: Expecting error on RMdir on non empty remote --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal (0.90s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash (0.90s) crypt_internal_test.go:135: Error Trace: crypt_internal_test.go:135 crypt_internal_test.go:142 Error: Not equal: expected: "" actual : "a648ba482ca8e9bbe3e332da1b01b4e7" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +a648ba482ca8e9bbe3e332da1b01b4e7 Test: TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash fstests.go:1837: Error Trace: fstests.go:1837 Error: An error is expected but got nil. Test: TestIntegration/FsMkdir Messages: Expecting error after on second purge FAIL exit status 1 FAIL github.com/rclone/rclone/backend/crypt 3.287s "go test -v -timeout 1h0m0s -remote TestCryptSwift: -verbose -test.run '^TestIntegration$/^(FsMkdir|FsRmdirNotFound)$/^FsPutFiles$/^(FsRmdirFull|Internal)$/^ComputeHash$'" - Finished ERROR in 5.151087756s (try 5/5): exit status 1: Failed [TestIntegration/FsRmdirNotFound TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull TestIntegration/FsMkdir/FsPutFiles/Internal/ComputeHash]