"./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestApplyTransforms|TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCheck|TestCheckSum|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestCount|TestDeduplicateNewestByHash|TestDeduplicateOldest|TestDirMove|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLsWithFilesFrom|TestLsd|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMkdir|TestMoveFile|TestMoveFileBackupDir|TestPurge|TestRcatSize|TestReadFile|TestRemoveExisting|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter|TestStatJSON|TestTouchDir)$|^TestCheckDownload$/^1$|^TestCheckSizeOnly$/^1$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 5/5) === RUN TestCheck run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" === RUN TestCheck/1 === RUN TestCheck/2 check_test.go:86: 2: Expecting 1 errors but got 3 check_test.go:92: 2: Expecting 1 total matching files but got 0 === NAME TestCheck check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "+ potato2", "= rutabaga"} actual : []string{"", "+ potato2", "+ rutabaga"} Diff: --- Expected +++ Actual @@ -3,3 +3,3 @@ (string) (len=9) "+ potato2", - (string) (len=10) "= rutabaga" + (string) (len=10) "+ rutabaga" } Test: TestCheck Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:58 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "potato2"} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", - (string) (len=7) "potato2" + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheck Messages: missingondst check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheck Messages: match fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:36:28 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:36:29 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:122 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:181 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCheck --- FAIL: TestCheck (5.98s) --- PASS: TestCheck/1 (0.17s) --- FAIL: TestCheck/2 (0.16s) === RUN TestCheckDownload run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:36:31 ERROR : error listing: directory not found fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:36:33 ERROR : error listing: directory not found fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:99 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:204 Error: Should be true Test: TestCheckDownload Messages: listing wrong, want rutabaga (8) got fstest.go:197: Not found "rutabaga" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:99 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:204 Error: Not equal: expected: 0 actual : 1 Test: TestCheckDownload Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:100 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:204 Error: Should be true Test: TestCheckDownload Messages: listing wrong, want rutabaga (8) got potato2 (60), rutabaga (8) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:100 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:204 Error: Should be true Test: TestCheckDownload Messages: Unexpected file "potato2" === RUN TestCheckDownload/1 check_test.go:80: 1: Got error when not expecting one: 2 differences found check_test.go:86: 1: Expecting 0 errors but got 2 check_test.go:92: 1: Expecting 1 total matching files but got 0 === NAME TestCheckDownload check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:56 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "= rutabaga"} actual : []string{"", "+ potato2", "+ rutabaga"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) "", - (string) (len=10) "= rutabaga" + (string) (len=9) "+ potato2", + (string) (len=10) "+ rutabaga" } Test: TestCheckDownload Messages: combined check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:58 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{} actual : []string{"", "potato2", "rutabaga"} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) "", + (string) (len=7) "potato2", + (string) (len=8) "rutabaga" } Test: TestCheckDownload Messages: missingondst check_test.go:52: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:52 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:59 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:94 Error: Not equal: expected: []string{"", "rutabaga"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=8) "rutabaga" +([]string) { } Test: TestCheckDownload Messages: match 2025/05/27 03:36:46 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:36:46 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:122 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:204 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCheckDownload --- FAIL: TestCheckDownload (17.60s) --- FAIL: TestCheckDownload/1 (0.17s) === RUN TestCheckSizeOnly run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" run.go:285: Failed to put "rutabaga" to "OpenDrive root 'rclone-test-yivekeb2fela'": failed to create file: File with such a name already exists. (Error 409) 2025/05/27 03:36:47 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:98 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:181 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCheckSizeOnly --- FAIL: TestCheckSizeOnly (0.48s) === RUN TestCheckSum run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:436 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:537 Error: Should be true Test: TestCheckSum Messages: listing wrong, want data/banana (13), test.sum (41) got data/banana (13), empty space (1), rutabaga (8), test.sum (41) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:436 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:537 Error: Should be true Test: TestCheckSum Messages: Unexpected file "empty space" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:436 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:537 Error: Should be true Test: TestCheckSum Messages: Unexpected file "rutabaga" === RUN TestCheckSum/subtest1 === NAME TestCheckSum check_test.go:404: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:404 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCheckSum Messages: unexpected error in run 1 check_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:409 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 0 actual : 2 Test: TestCheckSum Messages: wrong error count in run 1 check_test.go:413: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:413 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: "2025/05/27 03:37:00 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404)\n2025/05/27 03:37:00 ERROR : banana: file not in OpenDrive root 'rclone-test-yivekeb2fela/data'\n2025/05/27 03:37:00 NOTICE: OpenDrive root 'rclone-test-yivekeb2fela/data': 1 files missing\n2025/05/27 03:37:00 NOTICE: OpenDrive root 'rclone-test-yivekeb2fela/data': 2 differences found\n2025/05/27 03:37:00 NOTICE: OpenDrive root 'rclone-test-yivekeb2fela/data': 2 errors while checking\n" does not contain "matching files" Test: TestCheckSum Messages: missing matching files in run 1 check_test.go:415: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:415 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: 1 actual : 0 Test: TestCheckSum Messages: wrong number of checks in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:417 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "= banana"} actual : []string{"", "+ banana"} Diff: --- Expected +++ Actual @@ -2,3 +2,3 @@ (string) "", - (string) (len=8) "= banana" + (string) (len=8) "+ banana" } Test: TestCheckSum Messages: wrong combined result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:419 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{} actual : []string{"", "banana"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) "", + (string) (len=6) "banana" } Test: TestCheckSum Messages: wrong missingondst result in run 1 check_test.go:384: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:384 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:420 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:428 Error: Not equal: expected: []string{"", "banana"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=2) { - (string) "", - (string) (len=6) "banana" +([]string) { } Test: TestCheckSum Messages: wrong match result in run 1 run.go:285: Failed to put "test.sum" to "OpenDrive root 'rclone-test-yivekeb2fela'": failed to create file: File with such a name already exists. (Error 409) --- FAIL: TestCheckSum (17.43s) --- PASS: TestCheckSum/subtest1 (0.85s) === RUN TestCheckSumDownload run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:37:09 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:09 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:436 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:541 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCheckSumDownload --- FAIL: TestCheckSumDownload (5.16s) === RUN TestApplyTransforms run.go:180: Remote "OpenDrive root 'rclone-test-miqadan3tuce'", Local "Local file system at /tmp/rclone531468203", Modify Window "1s" check_test.go:568: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:568 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:594 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms upper checkfile vs. lower remote (without normalization) 2025/05/27 03:37:12 ERROR : hello, world!: sum not found 2025/05/27 03:37:12 ERROR : HELLO, WORLD!: file not in OpenDrive root 'rclone-test-miqadan3tuce' 2025/05/27 03:37:12 NOTICE: OpenDrive root 'rclone-test-miqadan3tuce': 1 files missing 2025/05/27 03:37:12 NOTICE: 1 hashes missing 2025/05/27 03:37:12 NOTICE: OpenDrive root 'rclone-test-miqadan3tuce': 2 differences found 2025/05/27 03:37:12 NOTICE: OpenDrive root 'rclone-test-miqadan3tuce': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/27 03:37:13 NOTICE: OpenDrive root 'rclone-test-miqadan3tuce': 0 differences found 2025/05/27 03:37:13 NOTICE: OpenDrive root 'rclone-test-miqadan3tuce': 1 matching files run.go:180: Remote "OpenDrive root 'rclone-test-peqibuk9fake'", Local "Local file system at /tmp/rclone2706725689", Modify Window "1s" check_test.go:568: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:568 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:595 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms lower checkfile vs. upper remote (without normalization) 2025/05/27 03:37:16 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:16 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-peqibuk9fake' 2025/05/27 03:37:16 NOTICE: OpenDrive root 'rclone-test-peqibuk9fake': 1 files missing 2025/05/27 03:37:16 NOTICE: OpenDrive root 'rclone-test-peqibuk9fake': 2 differences found 2025/05/27 03:37:16 NOTICE: OpenDrive root 'rclone-test-peqibuk9fake': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/27 03:37:16 NOTICE: OpenDrive root 'rclone-test-peqibuk9fake': 0 differences found 2025/05/27 03:37:16 NOTICE: OpenDrive root 'rclone-test-peqibuk9fake': 1 matching files run.go:180: Remote "OpenDrive root 'rclone-test-cafoder9mela'", Local "Local file system at /tmp/rclone1251421507", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/27 03:37:19 ERROR : HeLlO, wOrLd!: sum not found 2025/05/27 03:37:19 ERROR : hello, world!: file not in OpenDrive root 'rclone-test-cafoder9mela' 2025/05/27 03:37:19 NOTICE: OpenDrive root 'rclone-test-cafoder9mela': 1 files missing 2025/05/27 03:37:19 NOTICE: 1 hashes missing 2025/05/27 03:37:19 NOTICE: OpenDrive root 'rclone-test-cafoder9mela': 2 differences found 2025/05/27 03:37:19 NOTICE: OpenDrive root 'rclone-test-cafoder9mela': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/27 03:37:20 NOTICE: OpenDrive root 'rclone-test-cafoder9mela': 0 differences found 2025/05/27 03:37:20 NOTICE: OpenDrive root 'rclone-test-cafoder9mela': 1 matching files run.go:180: Remote "OpenDrive root 'rclone-test-qayisiz6rube'", Local "Local file system at /tmp/rclone4028648058", Modify Window "1s" check_test.go:568: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:568 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:597 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/27 03:37:23 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:23 ERROR : HeLlO, wOrLd!: file not in OpenDrive root 'rclone-test-qayisiz6rube' 2025/05/27 03:37:23 NOTICE: OpenDrive root 'rclone-test-qayisiz6rube': 1 files missing 2025/05/27 03:37:23 NOTICE: OpenDrive root 'rclone-test-qayisiz6rube': 2 differences found 2025/05/27 03:37:23 NOTICE: OpenDrive root 'rclone-test-qayisiz6rube': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/27 03:37:23 NOTICE: OpenDrive root 'rclone-test-qayisiz6rube': 0 differences found 2025/05/27 03:37:23 NOTICE: OpenDrive root 'rclone-test-qayisiz6rube': 1 matching files run.go:180: Remote "OpenDrive root 'rclone-test-mumevag3quba'", Local "Local file system at /tmp/rclone3162467629", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2025/05/27 03:37:26 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:26 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-mumevag3quba' 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 1 files missing 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 2 differences found 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/27 03:37:26 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:26 ERROR : 測試_русский___ě_áñ: file not in OpenDrive root 'rclone-test-mumevag3quba' 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 1 files missing 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 2 differences found 2025/05/27 03:37:26 NOTICE: OpenDrive root 'rclone-test-mumevag3quba': 2 errors while checking check_test.go:591: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:591 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:598 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms Messages: unexpected error for NFD checkfile vs. NFC remote (with normalization) 測試_Русский___ě_áñ 測試_Русский___ě_áñ run.go:180: Remote "OpenDrive root 'rclone-test-sagecaq2dowo'", Local "Local file system at /tmp/rclone1747561663", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2025/05/27 03:37:30 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/27 03:37:30 ERROR : 測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-sagecaq2dowo' 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 1 files missing 2025/05/27 03:37:30 NOTICE: 1 hashes missing 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 2 differences found 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/27 03:37:30 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:30 ERROR : 測試_русский___ě_áñ: file not in OpenDrive root 'rclone-test-sagecaq2dowo' 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 1 files missing 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 2 differences found 2025/05/27 03:37:30 NOTICE: OpenDrive root 'rclone-test-sagecaq2dowo': 2 errors while checking check_test.go:591: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:591 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:599 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms Messages: unexpected error for NFC checkfile vs. NFD remote (with normalization) 測試_Русский___ě_áñ 測試_Русский___ě_áñ run.go:180: Remote "OpenDrive root 'rclone-test-cipepux3yime'", Local "Local file system at /tmp/rclone284981020", Modify Window "1s" check_test.go:568: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:568 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:600 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms NFDx2 checkfile vs. both remote (without normalization) 2025/05/27 03:37:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/27 03:37:33 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-cipepux3yime' 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 1 files missing 2025/05/27 03:37:33 NOTICE: 1 hashes missing 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 2 differences found 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/27 03:37:33 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:33 ERROR : 測試_русский___ě_áñ測試_русский___ě_áñ: file not in OpenDrive root 'rclone-test-cipepux3yime' 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 1 files missing 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 2 differences found 2025/05/27 03:37:33 NOTICE: OpenDrive root 'rclone-test-cipepux3yime': 2 errors while checking check_test.go:591: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:591 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:600 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms Messages: unexpected error for NFDx2 checkfile vs. both remote (with normalization) 測試_Русский___ě_áñ測試_Русский___ě_áñ 測試_Русский___ě_áñ測試_Русский___ě_áñ run.go:180: Remote "OpenDrive root 'rclone-test-pudoyos6hopi'", Local "Local file system at /tmp/rclone4141634348", Modify Window "1s" check_test.go:568: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:568 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:601 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms NFCx2 checkfile vs. both remote (without normalization) 2025/05/27 03:37:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/27 03:37:36 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-pudoyos6hopi' 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 1 files missing 2025/05/27 03:37:36 NOTICE: 1 hashes missing 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 2 differences found 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/27 03:37:36 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:36 ERROR : 測試_русский___ě_áñ測試_русский___ě_áñ: file not in OpenDrive root 'rclone-test-pudoyos6hopi' 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 1 files missing 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 2 differences found 2025/05/27 03:37:36 NOTICE: OpenDrive root 'rclone-test-pudoyos6hopi': 2 errors while checking check_test.go:591: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:591 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:601 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms Messages: unexpected error for NFCx2 checkfile vs. both remote (with normalization) 測試_Русский___ě_áñ測試_Русский___ě_áñ 測試_Русский___ě_áñ測試_Русский___ě_áñ run.go:180: Remote "OpenDrive root 'rclone-test-laxayuk2xapa'", Local "Local file system at /tmp/rclone4011659459", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2025/05/27 03:37:39 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:39 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-laxayuk2xapa' 2025/05/27 03:37:39 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 1 files missing 2025/05/27 03:37:39 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 2 differences found 2025/05/27 03:37:39 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/27 03:37:40 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:37:40 ERROR : 測試_русский___ě_áñ測試_русский___ě_áñ: file not in OpenDrive root 'rclone-test-laxayuk2xapa' 2025/05/27 03:37:40 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 1 files missing 2025/05/27 03:37:40 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 2 differences found 2025/05/27 03:37:40 NOTICE: OpenDrive root 'rclone-test-laxayuk2xapa': 2 errors while checking check_test.go:591: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:591 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/check_test.go:602 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestApplyTransforms Messages: unexpected error for both checkfile vs. NFDx2 remote (with normalization) 測試_Русский___ě_áñ測試_Русский___ě_áñ 測試_Русский___ě_áñ測試_Русский___ě_áñ run.go:180: Remote "OpenDrive root 'rclone-test-tilimuw2yuja'", Local "Local file system at /tmp/rclone1999575339", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2025/05/27 03:37:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/27 03:37:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in OpenDrive root 'rclone-test-tilimuw2yuja' 2025/05/27 03:37:43 NOTICE: OpenDrive root 'rclone-test-tilimuw2yuja': 1 files missing 2025/05/27 03:37:43 NOTICE: 1 hashes missing 2025/05/27 03:37:43 NOTICE: OpenDrive root 'rclone-test-tilimuw2yuja': 2 differences found 2025/05/27 03:37:43 NOTICE: OpenDrive root 'rclone-test-tilimuw2yuja': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/27 03:37:43 NOTICE: OpenDrive root 'rclone-test-tilimuw2yuja': 0 differences found 2025/05/27 03:37:43 NOTICE: OpenDrive root 'rclone-test-tilimuw2yuja': 1 matching files 2025/05/27 03:37:44 NOTICE: purge failed: Directory doesn't exist (Error 404) 2025/05/27 03:37:44 NOTICE: purge failed: Directory doesn't exist (Error 404) 2025/05/27 03:37:45 NOTICE: purge failed: Directory doesn't exist (Error 404) 2025/05/27 03:37:46 NOTICE: purge failed: Directory doesn't exist (Error 404) --- FAIL: TestApplyTransforms (36.55s) === RUN TestCopyFile run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:37:46 ERROR : file1: Failed to copy: failed to get folder list: Directory doesn't exist (Error 404) copy_test.go:113: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:113 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFile 2025/05/27 03:37:47 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:113 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFile --- FAIL: TestCopyFile (0.82s) === RUN TestCopyFileBackupDir run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:179 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want dst/file1 (14) got dst/file1 (14), file1 (14) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:179 Error: Should be true Test: TestCopyFileBackupDir Messages: Unexpected file "file1" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:37:57 ERROR : error listing: directory not found fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:37:59 ERROR : error listing: directory not found fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:182 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want dst/file1 (18) got fstest.go:197: Not found "dst/file1" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:182 Error: Not equal: expected: 0 actual : 1 Test: TestCopyFileBackupDir Messages: 1 objects not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:186 Error: Should be true Test: TestCopyFileBackupDir Messages: listing wrong, want dst/file1 (14) got dst/file1 (14), file1 (14) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:186 Error: Should be true Test: TestCopyFileBackupDir Messages: Unexpected file "file1" 2025/05/27 03:38:13 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:13 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:188 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileBackupDir --- FAIL: TestCopyFileBackupDir (26.84s) === RUN TestCopyFileCompareDest run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" copy_test.go:199: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:199 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileCompareDest 2025/05/27 03:38:15 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:15 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:199 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileCompareDest --- FAIL: TestCopyFileCompareDest (1.46s) === RUN TestCopyFileCopyDest run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:286 Error: Should be true Test: TestCopyFileCopyDest Messages: listing wrong, want one (3) got dst/file1 (14), file1 (14), one (3) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:286 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:286 Error: Should be true Test: TestCopyFileCopyDest Messages: Unexpected file "dst/file1" copy_test.go:289: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:289 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileCopyDest 2025/05/27 03:38:24 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:24 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:289 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileCopyDest --- FAIL: TestCopyFileCopyDest (8.68s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" copy_test.go:464: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:464 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileMaxTransfer 2025/05/27 03:38:24 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:464 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyFileMaxTransfer --- FAIL: TestCopyFileMaxTransfer (0.67s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:38:33 ERROR : error listing: directory not found fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2025/05/27 03:38:35 ERROR : error listing: directory not found fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:159 Error: Should be true Test: TestDeduplicateNewestByHash Messages: listing wrong, want also/one (100), another (100), not-one (5), one (100) got fstest.go:197: Not found "one" fstest.go:197: Not found "also/one" fstest.go:197: Not found "another" fstest.go:197: Not found "not-one" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:159 Error: Not equal: expected: 0 actual : 4 Test: TestDeduplicateNewestByHash Messages: 4 objects not found 2025/05/27 03:38:39 NOTICE: 8672a78c9f2397db1e74a270c22d8900: Found 3 files with duplicate md5 hashes 2025/05/27 03:38:40 NOTICE: 8672a78c9f2397db1e74a270c22d8900: Deleted 2 extra copies 2025/05/27 03:38:40 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:40 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:164 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestDeduplicateNewestByHash --- FAIL: TestDeduplicateNewestByHash (15.71s) === RUN TestDeduplicateOldest run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/05/27 03:38:41 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:169 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestDeduplicateOldest --- FAIL: TestDeduplicateOldest (0.69s) === RUN TestListDirSorted run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:38:54 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:54 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:54 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:38:54 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:36 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:111 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestListDirSorted --- FAIL: TestListDirSorted (13.25s) === RUN TestListDirSortedFn run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" run.go:285: Failed to put "sub dir/hello world" to "OpenDrive root 'rclone-test-yivekeb2fela'": failed to create file: File with such a name already exists. (Error 409) 2025/05/27 03:38:57 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:30 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:125 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestListDirSortedFn --- FAIL: TestListDirSortedFn (2.86s) === RUN TestListJSON run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:01 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:02 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:02 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:02 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:43 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestListJSON --- FAIL: TestListJSON (5.20s) === RUN TestStatJSON run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" run.go:285: Failed to put "sub/file2" to "OpenDrive root 'rclone-test-yivekeb2fela'": failed to create file: File with such a name already exists. (Error 409) 2025/05/27 03:39:05 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:285 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:292 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:261 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestStatJSON --- FAIL: TestStatJSON (3.25s) === RUN TestMkdir run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:06 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMkdir --- FAIL: TestMkdir (0.70s) === RUN TestLsd run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:08 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) operations_test.go:85: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:85 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestLsd 2025/05/27 03:39:08 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:85 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestLsd --- FAIL: TestLsd (2.47s) === RUN TestLsWithFilesFrom run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:12 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:12 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:13 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:113 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestLsWithFilesFrom --- FAIL: TestLsWithFilesFrom (4.79s) === RUN TestHashSums run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:17 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:17 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:17 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:18 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:186 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestHashSums --- FAIL: TestHashSums (4.75s) === RUN TestCount run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:23 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) operations_test.go:403: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:403 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCount 2025/05/27 03:39:24 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:24 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:24 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:403 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCount --- FAIL: TestCount (6.43s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:30 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:30 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:30 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:31 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:31 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:31 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:468 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMaxDeleteSizeLargeFile 2025/05/27 03:39:31 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:31 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:468 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMaxDeleteSizeLargeFile --- FAIL: TestMaxDeleteSizeLargeFile (6.92s) === RUN TestMaxDeleteSize run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:37 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:38 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:486 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMaxDeleteSize 2025/05/27 03:39:38 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:486 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMaxDeleteSize --- FAIL: TestMaxDeleteSize (6.71s) === RUN TestReadFile run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:40 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:40 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:40 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:41 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:41 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:502 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestReadFile 2025/05/27 03:39:41 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:41 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:502 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestReadFile --- FAIL: TestReadFile (3.14s) === RUN TestPurge run.go:180: Remote "OpenDrive root 'rclone-test-yudogaq6ceca'", Local "Local file system at /tmp/rclone3149956750", Modify Window "1s" run.go:285: Failed to put "A1/B1/C1/one" to "OpenDrive root 'rclone-test-yudogaq6ceca'": failed to make directory: Directory doesn't exist (Error 404) --- FAIL: TestPurge (2.50s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" operations_test.go:654: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:654 Error: Received unexpected error: failed to make directory: Directory doesn't exist (Error 404) Test: TestRmdirsNoLeaveRoot 2025/05/27 03:39:47 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:654 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRmdirsNoLeaveRoot --- FAIL: TestRmdirsNoLeaveRoot (3.66s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:48 ERROR : A1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:48 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:750 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRmdirsLeaveRoot --- FAIL: TestRmdirsLeaveRoot (1.41s) === RUN TestRmdirsWithFilter run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:49 ERROR : A2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:49 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:49 ERROR : A1/B1: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:49 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:789 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRmdirsWithFilter --- FAIL: TestRmdirsWithFilter (0.69s) === RUN TestCopyURL run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:39:50 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:50 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:51 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:51 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:51 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:51 ERROR : A1/B1/C1: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:823 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCopyURL --- FAIL: TestCopyURL (1.51s) === RUN TestMoveFile run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: listing wrong, want file1 (14) got TestCopyFileMaxTransfer/file1 (14), TestCopyFileMaxTransfer/file2 (2062), TestCopyFileMaxTransfer/file3 (2062), TestCopyFileMaxTransfer/file4 (2062), dst/file1 (14), empty space (1), file1 (14), file2 (14), one (3), potato2 (60), sub dir/potato3 (5), sub/file2 (9) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "empty space" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "one" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "potato2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "sub dir/potato3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "sub/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "dst/file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:934 Error: Should be true Test: TestMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file4" operations_test.go:940: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:940 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMoveFile 2025/05/27 03:39:58 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:58 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:58 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:39:59 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:940 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMoveFile --- FAIL: TestMoveFile (7.93s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: listing wrong, want file1 (14) got TestCopyFileMaxTransfer/file1 (14), TestCopyFileMaxTransfer/file2 (2062), TestCopyFileMaxTransfer/file3 (2062), TestCopyFileMaxTransfer/file4 (2062), dst/file1 (14), empty space (1), file1 (14), file2 (14), one (3), potato2 (60), sub dir/potato3 (5), sub/file2 (9) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "empty space" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "one" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "potato2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "sub dir/potato3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "sub/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "dst/file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:991 Error: Should be true Test: TestCaseInsensitiveMoveFile Messages: Unexpected file "TestCopyFileMaxTransfer/file4" operations_test.go:997: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:997 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCaseInsensitiveMoveFile 2025/05/27 03:40:06 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:997 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCaseInsensitiveMoveFile --- FAIL: TestCaseInsensitiveMoveFile (7.34s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:08 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:08 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1027 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestCaseInsensitiveMoveFileDryRun --- FAIL: TestCaseInsensitiveMoveFileDryRun (1.94s) === RUN TestMoveFileBackupDir run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: listing wrong, want dst/file1 (14) got TestCopyFileMaxTransfer/file1 (14), TestCopyFileMaxTransfer/file2 (2062), TestCopyFileMaxTransfer/file3 (2062), TestCopyFileMaxTransfer/file4 (2062), dst/file1 (14), empty space (1), file1 (14), file2 (14), one (3), potato2 (60), sub dir/potato3 (5), sub/file2 (9) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "empty space" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "one" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "potato2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "sub dir/potato3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "sub/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "TestCopyFileMaxTransfer/file1" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "TestCopyFileMaxTransfer/file2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "TestCopyFileMaxTransfer/file3" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1046 Error: Should be true Test: TestMoveFileBackupDir Messages: Unexpected file "TestCopyFileMaxTransfer/file4" 2025/05/27 03:40:17 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:17 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:17 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:18 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:18 ERROR : A1/B1/C1: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1049 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestMoveFileBackupDir --- FAIL: TestMoveFileBackupDir (10.23s) === RUN TestDirMove run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:28 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : A2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : A1/B1/C3: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : A1/B1/C2: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:28 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1365 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestDirMove --- FAIL: TestDirMove (9.71s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:28 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:29 ERROR : A2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:29 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:29 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1498 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:30 ERROR : A2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:30 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:30 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:30 ERROR : A1/B1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:30 ERROR : A1/B2: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:31 ERROR : sub dir/ignore dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:31 ERROR : A1/B1/C1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:31 ERROR : A1/B1/C2: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1498 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:31 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:31 ERROR : A1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:31 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:32 ERROR : also: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:32 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:32 ERROR : A1/B1/C1: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1498 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1523 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRcat/withChecksum=true,ignoreChecksum=true --- FAIL: TestRcat (4.39s) --- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (1.74s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=false (1.24s) --- FAIL: TestRcat/withChecksum=true,ignoreChecksum=true (1.40s) === RUN TestRcatSize run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:36 ERROR : A2: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:36 ERROR : sub: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:36 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:37 ERROR : A1/B1/C1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:37 ERROR : A1/B1/C2: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:37 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1606 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRcatSize --- FAIL: TestRcatSize (4.35s) === RUN TestTouchDir run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:42 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:42 ERROR : sub dir/sub sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:42 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1671 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestTouchDir --- FAIL: TestTouchDir (5.57s) === RUN TestRemoveExisting run.go:180: Remote "OpenDrive root 'rclone-test-yivekeb2fela'", Local "Local file system at /tmp/rclone1400196061", Modify Window "1s" 2025/05/27 03:40:46 ERROR : error listing: failed to get folder list: Directory doesn't exist (Error 404) fstest.go:276: Error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:47 ERROR : sub dir: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:47 ERROR : dst: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:47 ERROR : A1: error listing: failed to get folder list: Directory doesn't exist (Error 404) 2025/05/27 03:40:47 ERROR : data: error listing: failed to get folder list: Directory doesn't exist (Error 404) run.go:164: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:164 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1090 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:276 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1898 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestRemoveExisting --- FAIL: TestRemoveExisting (4.35s) FAIL "./operations.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestApplyTransforms|TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCheck|TestCheckSum|TestCheckSumDownload|TestCopyFile|TestCopyFileBackupDir|TestCopyFileCompareDest|TestCopyFileCopyDest|TestCopyFileMaxTransfer|TestCopyURL|TestCount|TestDeduplicateNewestByHash|TestDeduplicateOldest|TestDirMove|TestHashSums|TestListDirSorted|TestListDirSortedFn|TestListJSON|TestLsWithFilesFrom|TestLsd|TestMaxDeleteSize|TestMaxDeleteSizeLargeFile|TestMkdir|TestMoveFile|TestMoveFileBackupDir|TestPurge|TestRcatSize|TestReadFile|TestRemoveExisting|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter|TestStatJSON|TestTouchDir)$|^TestCheckDownload$/^1$|^TestCheckSizeOnly$/^1$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 4m25.455415546s (try 5/5): exit status 1: Failed [TestCheck/2 TestCheckDownload/1 TestCheckSizeOnly TestCheckSum TestCheckSumDownload TestApplyTransforms TestCopyFile TestCopyFileBackupDir TestCopyFileCompareDest TestCopyFileCopyDest TestCopyFileMaxTransfer TestDeduplicateNewestByHash TestDeduplicateOldest TestListDirSorted TestListDirSortedFn TestListJSON TestStatJSON TestMkdir TestLsd TestLsWithFilesFrom TestHashSums TestCount TestMaxDeleteSizeLargeFile TestMaxDeleteSize TestReadFile TestPurge TestRmdirsNoLeaveRoot TestRmdirsLeaveRoot TestRmdirsWithFilter TestCopyURL TestMoveFile TestCaseInsensitiveMoveFile TestCaseInsensitiveMoveFileDryRun TestMoveFileBackupDir TestDirMove TestRcat/withChecksum=false,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=true TestRcatSize TestTouchDir TestRemoveExisting]