"go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_VT|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestOpenDrive:" 2025/05/08 04:03:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kodemut1wajo" 2025/05/08 04:03:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/08 04:03:30 DEBUG : Starting OpenDrive session with ID: 5f302b2c5b5c51e33c2718ccf62de7c582855a7de6d1ec34ce2bc874a91c31ad === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:707: testing "trailing VT␋" 2025/05/08 04:03:33 DEBUG : trailing VT␋/trailing VT␋: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:707: testing "trailing dot." 2025/05/08 04:03:36 DEBUG : trailing dot./trailing dot.: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:707: testing "invalid utf-8\xfe" 2025/05/08 04:03:39 DEBUG : invalid utf-8/invalid utf-8: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:707: testing "test%46.txt" 2025/05/08 04:03:43 DEBUG : test%46.txt/test%46.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles 2025/05/08 04:03:45 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 2025/05/08 04:03:49 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 0, size=100, remain=0 2025/05/08 04:03:50 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2025/05/08 04:03:54 DEBUG : dirToPurge/fileToPurge.txt: Uploading chunk 0, size=100, remain=0 fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2025/05/08 04:04:00 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Uploading chunk 0, size=100, remain=0 2025/05/08 04:04:02 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-kodemut1wajo/dirToPurgeFromRoot" 2025/05/08 04:04:03 DEBUG : Starting OpenDrive session with ID: 0593a82ef53747654ad636e0ab3022e37270cad54317f7d4dee6cd226bb5250c === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2025/05/08 04:04:04 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-tugibas7fate" 2025/05/08 04:04:05 DEBUG : Starting OpenDrive session with ID: 7ec8ccb78c11db61cf2747b0a20acddcf327c17c508dd3c0f4556ac60c8ccf85 2025/05/08 04:04:09 DEBUG : OpenDrive root 'rclone-test-tugibas7fate': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1911: Opening root remote "TestOpenDrive:" path "rclone-test-kodemut1wajo" from "TestOpenDrive:rclone-test-kodemut1wajo" 2025/05/08 04:04:10 DEBUG : Creating backend with remote "TestOpenDrive:" 2025/05/08 04:04:10 DEBUG : Starting OpenDrive session with ID: eaa42b56025d6e04ebbce922ca9f745de22be77940b4e82a5976c93d5b578b0f === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2025/05/08 04:04:12 ERROR : : error listing: directory not found --- PASS: TestIntegration (42.69s) --- PASS: TestIntegration/FsMkdir (40.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding (13.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (3.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (3.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (3.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (3.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (26.70s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (5.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (5.43s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (5.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.17s) PASS ok github.com/rclone/rclone/backend/opendrive 42.706s "go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_VT|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished OK in 43.655552571s (try 2/5)