"./operations.test -test.v -test.timeout 1h0m0s -remote TestUlozto: -verbose -test.run '^(TestApplyTransforms|TestCheckSumDownload|TestCopyFileBackupDir|TestCopyFileCompareDest|TestMoveFileBackupDir|TestPurge|TestRmdirsNoLeaveRoot)$'" - Starting (try 2/5) 2024/04/15 02:18:40 DEBUG : Creating backend with remote "TestUlozto:rclone-test-fagihuw9peyusup2jumipeq9" 2024/04/15 02:18:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/15 02:18:41 DEBUG : Creating backend with remote "/tmp/rclone504397183" === RUN TestCheckSumDownload run.go:180: Remote "uloz.to root 'rclone-test-fagihuw9peyusup2jumipeq9'", Local "Local file system at /tmp/rclone504397183", Modify Window "1µs" 2024/04/15 02:18:41 DEBUG : Creating backend with remote "TestUlozto:rclone-test-fagihuw9peyusup2jumipeq9/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === NAME TestCheckSumDownload run.go:285: Failed to put "test.sum" to "uloz.to root 'rclone-test-fagihuw9peyusup2jumipeq9'": HTTP error 409 (409 Conflict) returned body: "{\n \"message\": \"Error 1005: File conflict\",\n \"return_code\": 409\n}" --- FAIL: TestCheckSumDownload (102.16s) --- PASS: TestCheckSumDownload/subtest1 (3.00s) --- PASS: TestCheckSumDownload/subtest2 (1.09s) --- PASS: TestCheckSumDownload/subtest3 (15.88s) --- PASS: TestCheckSumDownload/subtest4 (1.27s) === RUN TestApplyTransforms 2024/04/15 02:20:24 DEBUG : Creating backend with remote "TestUlozto:rclone-test-cifofur0riqiyaf7qunefed3" 2024/04/15 02:20:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/15 02:20:25 DEBUG : Creating backend with remote "/tmp/rclone1988358348" run.go:180: Remote "uloz.to root 'rclone-test-cifofur0riqiyaf7qunefed3'", Local "Local file system at /tmp/rclone1988358348", Modify Window "1µs" run.go:285: Failed to put "hello, world!" to "uloz.to root 'rclone-test-cifofur0riqiyaf7qunefed3'": HTTP error 409 (409 Conflict) returned body: "{\n \"message\": \"Error 1005: File conflict\",\n \"return_code\": 409\n}" 2024/04/15 02:21:13 DEBUG : uloz.to root 'rclone-test-cifofur0riqiyaf7qunefed3': Purge dir "" --- FAIL: TestApplyTransforms (64.79s) === RUN TestCopyFileBackupDir run.go:180: Remote "uloz.to root 'rclone-test-fagihuw9peyusup2jumipeq9'", Local "Local file system at /tmp/rclone504397183", Modify Window "1µs" 2024/04/15 02:22:02 DEBUG : Creating backend with remote "TestUlozto:rclone-test-fagihuw9peyusup2jumipeq9/backup" 2024/04/15 02:22:02 DEBUG : Config file has changed externally - reloading 2024/04/15 02:22:18 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) --- FAIL: TestCopyFileBackupDir (68.88s) 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=0x8 pc=0x19a6960] goroutine 542 [running]: testing.tRunner.func1.2({0x1cabae0, 0x3863290}) /usr/local/go/src/testing/testing.go:1631 +0x24a testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1634 +0x377 panic({0x1cabae0?, 0x3863290?}) /usr/local/go/src/runtime/panic.go:770 +0x132 github.com/rclone/rclone/backend/ulozto.(*Object).Remote(0x27c3938?) /home/rclone/go/src/github.com/rclone/rclone/backend/ulozto/ulozto.go:932 github.com/rclone/rclone/fs/operations.move({0x27bcc68, 0xc0008af260}, {0x27d1730, 0xc000a9a1e0}, {0x27d17a0, 0x0}, {0x209f5d8, 0x9}, {0x27d17a0, 0xc000c943c0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:449 +0x32d github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:413 github.com/rclone/rclone/fs/operations.MoveBackupDir({0x27bcc68, 0xc0008af260}, {0x27d1730, 0xc000a9a1e0}, {0x27d17a0, 0xc000c943c0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1848 +0xe7 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x27bcc68, 0xc0008af260}, {0x27d1730, 0xc0001745a0}, {0x27d0150, 0xc0001746e0}, {0x209f5d8, 0x9}, {0x209f5d8, 0x9}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1987 +0x8b0 github.com/rclone/rclone/fs/operations.CopyFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:409 github.com/rclone/rclone/fs/operations_test.TestCopyFileBackupDir(0xc0000fe9c0) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:183 +0x43c testing.tRunner(0xc0000fe9c0, 0x21d7050) /usr/local/go/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1742 +0x390 "./operations.test -test.v -test.timeout 1h0m0s -remote TestUlozto: -verbose -test.run '^(TestApplyTransforms|TestCheckSumDownload|TestCopyFileBackupDir|TestCopyFileCompareDest|TestMoveFileBackupDir|TestPurge|TestRmdirsNoLeaveRoot)$'" - Finished ERROR in 3m57.743764955s (try 2/5): exit status 2: Failed [TestCheckSumDownload TestApplyTransforms TestCopyFileBackupDir]