"./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirMkdir|TestDirMkdirSub|TestDirWalk)$'" - Starting (try 3/5) === RUN TestDirWalk run.go:180: Remote "OpenDrive root 'rclone-test-zohurec9yaki'", Local "Local file system at /tmp/rclone677920874", Modify Window "1s" 2025/05/27 02:24:33 NOTICE: OpenDrive root 'rclone-test-zohurec9yaki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream --- PASS: TestDirWalk (9.33s) === RUN TestDirCreate run.go:180: Remote "OpenDrive root 'rclone-test-zohurec9yaki'", Local "Local file system at /tmp/rclone677920874", Modify Window "1s" 2025/05/27 02:24:42 NOTICE: OpenDrive root 'rclone-test-zohurec9yaki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream dir_test.go:354: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:354 Error: Should be true Test: TestDirCreate --- FAIL: TestDirCreate (5.52s) === RUN TestDirMkdir run.go:180: Remote "OpenDrive root 'rclone-test-zohurec9yaki'", Local "Local file system at /tmp/rclone677920874", Modify Window "1s" 2025/05/27 02:24:48 NOTICE: OpenDrive root 'rclone-test-zohurec9yaki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/05/27 02:24:51 ERROR : dir/: Dir.Mkdir failed to create directory: failed to make directory: File or folder with such name already exists (Error 409) dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:401 Error: Not equal: expected: []string{"file1,14,false", "sub,0,true"} actual : []string{"sub,0,true"} Diff: --- Expected +++ Actual @@ -1,3 +1,2 @@ -([]string) (len=2) { - (string) (len=14) "file1,14,false", +([]string) (len=1) { (string) (len=10) "sub,0,true" Test: TestDirMkdir --- FAIL: TestDirMkdir (5.25s) === RUN TestDirMkdirSub run.go:180: Remote "OpenDrive root 'rclone-test-zohurec9yaki'", Local "Local file system at /tmp/rclone677920874", Modify Window "1s" 2025/05/27 02:24:53 NOTICE: OpenDrive root 'rclone-test-zohurec9yaki': --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2025/05/27 02:24:56 ERROR : dir/sub/: Dir.Mkdir failed to read directory: failed to get folder list: Directory doesn't exist (Error 404) dir_test.go:422: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:422 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestDirMkdirSub dir_test.go:250: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:250 /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:426 Error: Not equal: expected: []string{"subsub,0,true"} actual : []string(nil) Diff: --- Expected +++ Actual @@ -1,4 +1,2 @@ -([]string) (len=1) { - (string) (len=13) "subsub,0,true" -} +([]string) Test: TestDirMkdirSub --- FAIL: TestDirMkdirSub (4.83s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1ebdf65] goroutine 314 [running]: testing.tRunner.func1.2({0x2228060, 0x3e1b840}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1632 +0x230 testing.tRunner.func1() /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1635 +0x35e panic({0x2228060?, 0x3e1b840?}) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:785 +0x132 github.com/rclone/rclone/vfs.(*Dir).ReadDirAll(0x0) /home/rclone/go/src/github.com/rclone/rclone/vfs/dir.go:1006 +0x25 github.com/rclone/rclone/vfs.checkListing(0xc00063e000, 0xc00063e000?, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:245 +0x45 github.com/rclone/rclone/vfs.TestDirMkdirSub(0xc00063e000) /home/rclone/go/src/github.com/rclone/rclone/vfs/dir_test.go:427 +0x23e testing.tRunner(0xc00063e000, 0x2806ef0) /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1690 +0xf4 created by testing.(*T).Run in goroutine 1 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1743 +0x390 "./vfs.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^(TestDirCreate|TestDirMkdir|TestDirMkdirSub|TestDirWalk)$'" - Finished ERROR in 25.847077583s (try 3/5): exit status 2: Failed [TestDirCreate TestDirMkdir TestDirMkdirSub]