"./operations.test -test.v -test.timeout 30m0s -remote TestOpenDrive: -verbose -test.run '^(TestCopyFileMaxTransfer|TestDirMove)$'" - Starting (try 2/5) 2020/03/09 05:39:59 DEBUG : Starting OpenDrive session with ID: a7985d2cde642a683a7d5562e291581518570b55959d7595315abc6924d03663 === RUN TestDirMove 2020/03/09 05:40:04 DEBUG : A1/one: Uploading chunk 0, size=3, remain=0 2020/03/09 05:40:09 DEBUG : A1/two: Uploading chunk 0, size=3, remain=0 2020/03/09 05:40:14 DEBUG : A1/B1/three: Uploading chunk 0, size=5, remain=0 2020/03/09 05:40:20 DEBUG : A1/B1/C1/four: Uploading chunk 0, size=4, remain=0 2020/03/09 05:40:26 DEBUG : A1/B1/C2/five: Uploading chunk 0, size=4, remain=0 2020/03/09 05:40:29 DEBUG : A1/B2: Making directory 2020/03/09 05:40:30 DEBUG : A1/B1/C3: Making directory 2020/03/09 05:40:58 INFO : A2/B1/C1/four: Moved (server side) 2020/03/09 05:40:58 INFO : A2/one: Moved (server side) 2020/03/09 05:40:58 INFO : A2/B1/C2/five: Moved (server side) 2020/03/09 05:40:59 INFO : A2/two: Moved (server side) 2020/03/09 05:41:00 INFO : A2/B1/three: Moved (server side) --- PASS: TestDirMove (80.91s) run.go:176: Remote "OpenDrive root 'rclone-test-webozun8yabatun7yerahat8'", Local "Local file system at /tmp/rclone493059963", Modify Window "1s" === RUN TestCopyFileMaxTransfer 2020/03/09 05:41:22 DEBUG : file1: Need to transfer - File not found at Destination 2020/03/09 05:41:24 DEBUG : sub/file1: Uploading chunk 0, size=14, remain=0 2020/03/09 05:41:27 INFO : file1: Copied (new) 2020/03/09 05:41:29 DEBUG : file2: Need to transfer - File not found at Destination 2020/03/09 05:41:31 DEBUG : sub/file2: Uploading chunk 0, size=25, remain=0 2020/03/09 05:41:34 INFO : file2: Copied (new) --- FAIL: TestCopyFileMaxTransfer (90.68s) run.go:176: Remote "OpenDrive root 'rclone-test-webozun8yabatun7yerahat8'", Local "Local file system at /tmp/rclone493059963", Modify Window "1s" fstest.go:289: Sleeping for 1s for list eventual consistency: 1/6 fstest.go:292: Flushing the directory cache fstest.go:289: Sleeping for 2s for list eventual consistency: 2/6 fstest.go:292: Flushing the directory cache fstest.go:289: Sleeping for 4s for list eventual consistency: 3/6 fstest.go:292: Flushing the directory cache fstest.go:289: Sleeping for 8s for list eventual consistency: 4/6 fstest.go:292: Flushing the directory cache fstest.go:289: Sleeping for 16s for list eventual consistency: 5/6 fstest.go:292: Flushing the directory cache fstest.go:289: Sleeping for 32s for list eventual consistency: 6/6 fstest.go:292: Flushing the directory cache fstest.go:296: Error Trace: fstest.go:296 fstest.go:329 fstest.go:341 operations_test.go:1565 Error: Should be true Test: TestCopyFileMaxTransfer Messages: listing wrong, want sub/file1 (14) got sub/file1 (14), sub/file2 (25) fstest.go:182: Error Trace: fstest.go:182 fstest.go:299 fstest.go:329 fstest.go:341 operations_test.go:1565 Error: Should be true Test: TestCopyFileMaxTransfer Messages: Unexpected file "sub/file2" 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=0x18 pc=0x11c082d] goroutine 1366 [running]: testing.tRunner.func1(0xc00011e100) /usr/local/go/src/testing/testing.go:874 +0x3a3 panic(0x1377560, 0x22dab60) /usr/local/go/src/runtime/panic.go:679 +0x1b2 github.com/rclone/rclone/fs/operations_test.TestCopyFileMaxTransfer(0xc00011e100) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1566 +0x77d testing.tRunner(0xc00011e100, 0x15fe100) /usr/local/go/src/testing/testing.go:909 +0xc9 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:960 +0x350 "./operations.test -test.v -test.timeout 30m0s -remote TestOpenDrive: -verbose -test.run '^(TestCopyFileMaxTransfer|TestDirMove)$'" - Finished ERROR in 2m53.483314632s (try 2/5): exit status 2: Failed [TestCopyFileMaxTransfer]