"go test -v -timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^URL_encoding$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectOpen|ObjectOpenRange|ObjectOpenSeek|ObjectPartialRead|ObjectUpdate)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestFileLu:" 2025/07/27 02:09:42 NOTICE: TestFileLu: Starting server 2025/07/27 02:09:42 DEBUG : Creating backend with remote "TestFileLu:rclone-test-micimon6nofe" 2025/07/27 02:09:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/07/27 02:09:42 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe" with ID 870818 === RUN TestIntegration/FsMkdir 2025/07/27 02:09:43 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe" with ID 870818 2025/07/27 02:09:44 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe" with ID 870818 === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/07/27 02:09:45 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe/test%46.txt" with ID 870819 2025/07/27 02:09:47 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "test%46.txt/test%46.txt" 2025/07/27 02:09:49 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully deleted file: /rclone-test-micimon6nofe/test%46.txt/test%46.txt 2025/07/27 02:09:49 INFO : FileLu root 'rclone-test-micimon6nofe': Rmdir: successfully deleted "/rclone-test-micimon6nofe/test%46.txt" === RUN TestIntegration/FsMkdir/FsPutFiles 2025/07/27 02:09:52 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "file name.txt" 2025/07/27 02:09:53 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" with ID 870825 2025/07/27 02:09:55 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2025/07/27 02:09:58 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "file name.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/07/27 02:10:03 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe/dirToPurge" with ID 870830 2025/07/27 02:10:05 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "dirToPurge/fileToPurge.txt" 2025/07/27 02:10:08 INFO : FileLu root 'rclone-test-micimon6nofe': Rmdir: successfully deleted "/rclone-test-micimon6nofe/dirToPurge" === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/07/27 02:10:10 INFO : FileLu root 'rclone-test-micimon6nofe': Successfully created folder "rclone-test-micimon6nofe/dirToPurgeFromRoot" with ID 870831 2025/07/27 02:10:12 INFO : FileLu root 'rclone-test-micimon6nofe': Put: Successfully uploaded new file "dirToPurgeFromRoot/fileToPurgeFromRoot.txt" 2025/07/27 02:10:14 DEBUG : Creating backend with remote "TestFileLu:rclone-test-micimon6nofe/dirToPurgeFromRoot" 2025/07/27 02:10:15 INFO : FileLu root 'rclone-test-micimon6nofe/dirToPurgeFromRoot': Rmdir: successfully deleted "/rclone-test-micimon6nofe/dirToPurgeFromRoot" === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1360: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1360 Error: Received unexpected error: failed to open source object: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/FsMove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1772 Error: Received unexpected error: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen Messages: readObject("file name.txt") limit=-1, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1779 Error: Received unexpected error: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek Messages: readObject("file name.txt") limit=-1, options=[SeekOption(50)] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1798 Error: Received unexpected error: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange Messages: readObject("file name.txt") limit=-1, options=[RangeOption(5,15)] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1809 Error: Received unexpected error: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead Messages: readObject("file name.txt") limit=50, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate fstests.go:287: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:287 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1840 Error: Received unexpected error: failed to download file: HTTP 403 Test: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate Messages: readObject("file name.txt") limit=-1, options=[] === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestFileLu:" path "rclone-test-micimon6nofe" from "TestFileLu:rclone-test-micimon6nofe" 2025/07/27 02:10:30 DEBUG : Creating backend with remote "TestFileLu:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/07/27 02:10:33 INFO : FileLu root 'rclone-test-micimon6nofe': Rmdir: successfully deleted "/rclone-test-micimon6nofe" 2025/07/27 02:10:33 ERROR : error listing: directory not found === NAME TestIntegration/FsMkdir fstests.go:2817: Warning: this should produce fs.ErrorDirNotFound --- FAIL: TestIntegration (51.59s) --- FAIL: TestIntegration/FsMkdir (50.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding (5.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (5.36s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (42.99s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (7.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (7.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (1.84s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (1.79s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (1.81s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.75s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (1.78s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (4.53s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.18s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.36s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/filelu 51.611s "go test -v -timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^URL_encoding$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsMove|FsPurge|FsPurgeRoot|ObjectOpen|ObjectOpenRange|ObjectOpenSeek|ObjectPartialRead|ObjectUpdate)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished ERROR in 52.564310071s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/FsMove TestIntegration/FsMkdir/FsPutFiles/ObjectOpen TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate]