"./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^(TestCheckSumDownload|TestDeduplicateOldest)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=true,ignoreChecksum=false)$'" - Starting (try 2/5) 2026/04/30 02:34:22 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tekopef0yiva" 2026/04/30 02:34:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/30 02:34:22 DEBUG : Creating backend with remote "/tmp/rclone1170634584" === RUN TestCheckSumDownload run.go:185: Remote "FileLu root 'rclone-test-tekopef0yiva'", Local "Local file system at /tmp/rclone1170634584", Modify Window "876000h0m0s" 2026/04/30 02:34:22 DEBUG : Creating backend with remote "TestFileLu:rclone-test-tekopef0yiva/data" 2026/04/30 02:34:23 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully created folder "rclone-test-tekopef0yiva" with ID 3705721 2026/04/30 02:34:24 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully created folder "rclone-test-tekopef0yiva/data" with ID 3705722 === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 2026/04/30 02:35:29 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/test.sum 2026/04/30 02:35:30 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/data/banana 2026/04/30 02:35:31 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/data/potato 2026/04/30 02:35:32 INFO : FileLu root 'rclone-test-tekopef0yiva': Rmdir: successfully deleted "/rclone-test-tekopef0yiva/data" --- PASS: TestCheckSumDownload (70.25s) --- PASS: TestCheckSumDownload/subtest1 (3.88s) --- PASS: TestCheckSumDownload/subtest2 (5.08s) --- PASS: TestCheckSumDownload/subtest3 (3.77s) --- PASS: TestCheckSumDownload/subtest4 (3.75s) --- PASS: TestCheckSumDownload/subtest5 (3.74s) --- PASS: TestCheckSumDownload/subtest6 (3.80s) --- PASS: TestCheckSumDownload/subtest7 (4.13s) === RUN TestDeduplicateOldest run.go:185: Remote "FileLu root 'rclone-test-tekopef0yiva'", Local "Local file system at /tmp/rclone1170634584", Modify Window "876000h0m0s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (0.97s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-tekopef0yiva'", Local "Local file system at /tmp/rclone1170634584", Modify Window "876000h0m0s" 2026/04/30 02:35:34 DEBUG : FileLu root 'rclone-test-tekopef0yiva': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 02:35:36 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 02:35:36 NOTICE: FileLu root 'rclone-test-tekopef0yiva': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/04/30 02:35:36 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/30 02:35:36 DEBUG : FileLu root 'rclone-test-tekopef0yiva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 02:35:40 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 02:35:40 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/30 02:35:41 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/no_checksum_big_file_from_pipe 2026/04/30 02:35:41 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/no_checksum_small_file_from_pipe === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "FileLu root 'rclone-test-tekopef0yiva'", Local "Local file system at /tmp/rclone1170634584", Modify Window "876000h0m0s" 2026/04/30 02:35:42 DEBUG : FileLu root 'rclone-test-tekopef0yiva': File to upload is small (34 bytes), uploading instead of streaming 2026/04/30 02:35:45 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/04/30 02:35:45 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/04/30 02:35:45 DEBUG : FileLu root 'rclone-test-tekopef0yiva': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2026/04/30 02:35:47 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/04/30 02:35:47 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/04/30 02:35:48 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/with_checksum_big_file_from_pipe 2026/04/30 02:35:49 INFO : FileLu root 'rclone-test-tekopef0yiva': Successfully deleted file: /rclone-test-tekopef0yiva/with_checksum_small_file_from_pipe --- PASS: TestRcat (15.98s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (8.67s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (7.31s) PASS 2026/04/30 02:35:49 DEBUG : FileLu root 'rclone-test-tekopef0yiva': Purge remote 2026/04/30 02:35:50 INFO : FileLu root 'rclone-test-tekopef0yiva': Rmdir: successfully deleted "/rclone-test-tekopef0yiva" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFileLu: -verbose -test.run '^(TestCheckSumDownload|TestDeduplicateOldest)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=true,ignoreChecksum=false)$'" - Finished OK in 1m27.739075217s (try 2/5)