"./sync.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose -test.run '^(TestCopyAfterDelete|TestMoveNoEmptyDirectories|TestSyncEmptyDirectories|TestSyncNoEmptyDirectories)$'" - Starting (try 2/5) 2025/03/25 06:02:55 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-qanuziq1powa" 2025/03/25 06:02:55 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/25 06:02:55 DEBUG : Creating backend with remote "/tmp/rclone108045311" === RUN TestMoveNoEmptyDirectories run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:55 INFO : sub dir2: Making directory 2025/03/25 06:02:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for checks to finish 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for transfers to finish 2025/03/25 06:02:55 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2025/03/25 06:02:55 INFO : sub dir/hello world: Copied (new) 2025/03/25 06:02:55 INFO : sub dir/hello world: Deleted 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:55 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world --- PASS: TestMoveNoEmptyDirectories (0.60s) === RUN TestSyncEmptyDirectories run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:56 DEBUG : sub dir2: Making directory with metadata 2025/03/25 06:02:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/25 06:02:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/25 06:02:56 INFO : sub dir: Making directory 2025/03/25 06:02:56 INFO : sub dir2: Making directory 2025/03/25 06:02:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for checks to finish 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for transfers to finish 2025/03/25 06:02:56 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2025/03/25 06:02:56 INFO : sub dir/hello world: Copied (new) 2025/03/25 06:02:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir2 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir2 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world --- PASS: TestSyncEmptyDirectories (0.69s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:56 INFO : sub dir2: Making directory 2025/03/25 06:02:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for checks to finish 2025/03/25 06:02:56 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for transfers to finish 2025/03/25 06:02:57 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2025/03/25 06:02:57 INFO : sub dir/hello world: Copied (new) 2025/03/25 06:02:57 DEBUG : Waiting for deletions to finish 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world --- PASS: TestSyncNoEmptyDirectories (0.54s) === RUN TestCopyAfterDelete run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:57 ERROR : : error listing: directory not found 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:57 INFO : Local file system at /tmp/rclone108045311: Making directory 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for checks to finish 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Waiting for transfers to finish run.go:180: Remote "HiDrive root 'rclone-test-qanuziq1powa'", Local "Local file system at /tmp/rclone108045311", Modify Window "1s" 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name sub dir 2025/03/25 06:02:57 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': found directory-element with name hello world --- PASS: TestCopyAfterDelete (0.75s) PASS 2025/03/25 06:02:58 DEBUG : HiDrive root 'rclone-test-qanuziq1powa': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose -test.run '^(TestCopyAfterDelete|TestMoveNoEmptyDirectories|TestSyncEmptyDirectories|TestSyncNoEmptyDirectories)$'" - Finished OK in 2.883371949s (try 2/5)