"./sync.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose -test.run '^(TestMoveWithoutDeleteEmptySrcDirs|TestNothingToTransferWithoutEmptyDirs|TestSyncEmptyDirectories|TestSyncNoEmptyDirectories|TestSyncNoTraverse)$'" - Starting (try 2/5) 2024/11/29 01:32:39 DEBUG : Creating backend with remote "TestHiDrive:rclone-test-tayulot9dari" 2024/11/29 01:32:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/29 01:32:39 DEBUG : Creating backend with remote "/tmp/rclone877135511" === RUN TestSyncNoTraverse run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:39 ERROR : Ignoring --no-traverse with sync 2024/11/29 01:32:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/29 01:32:39 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for checks to finish 2024/11/29 01:32:39 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for transfers to finish 2024/11/29 01:32:40 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2024/11/29 01:32:40 INFO : sub dir/hello world: Copied (new) 2024/11/29 01:32:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world --- PASS: TestSyncNoTraverse (0.67s) === RUN TestSyncEmptyDirectories run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:40 DEBUG : sub dir2: Making directory with metadata 2024/11/29 01:32:40 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/29 01:32:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/29 01:32:40 DEBUG : sub dir: Making directory 2024/11/29 01:32:40 DEBUG : sub dir2: Making directory 2024/11/29 01:32:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for checks to finish 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for transfers to finish 2024/11/29 01:32:40 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2024/11/29 01:32:40 INFO : sub dir/hello world: Copied (new) 2024/11/29 01:32:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir2 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir2 2024/11/29 01:32:40 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world --- PASS: TestSyncEmptyDirectories (0.73s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:41 DEBUG : sub dir2: Making directory 2024/11/29 01:32:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for checks to finish 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for transfers to finish 2024/11/29 01:32:41 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2024/11/29 01:32:41 INFO : sub dir/hello world: Copied (new) 2024/11/29 01:32:41 DEBUG : Waiting for deletions to finish 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world --- PASS: TestSyncNoEmptyDirectories (0.59s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/29 01:32:41 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for checks to finish 2024/11/29 01:32:41 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Waiting for transfers to finish 2024/11/29 01:32:42 DEBUG : sub dir/hello world: hidrive = 456dc90e1c9b8b010bdf5c02a7cb4b435173eb4b OK 2024/11/29 01:32:42 INFO : sub dir/hello world: Copied (new) 2024/11/29 01:32:42 INFO : sub dir/hello world: Deleted 2024/11/29 01:32:42 DEBUG : nested/sub dir/file: hidrive = 54b20b890e6c9c33aec6c581948147995a664bb2 OK 2024/11/29 01:32:42 INFO : nested/sub dir/file: Copied (new) 2024/11/29 01:32:42 INFO : nested/sub dir/file: Deleted run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name nested 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name file 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name nested 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:42 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name file --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.03s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/29 01:32:42 DEBUG : sub dir: Making directory 2024/11/29 01:32:42 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" run.go:180: Remote "HiDrive root 'rclone-test-tayulot9dari'", Local "Local file system at /tmp/rclone877135511", Modify Window "1s" 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name sub dir2 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name very 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name very 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name very 2024/11/29 01:32:44 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name very 2024/11/29 01:32:45 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name very 2024/11/29 01:32:45 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name nested 2024/11/29 01:32:45 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name subdir 2024/11/29 01:32:45 DEBUG : HiDrive root 'rclone-test-tayulot9dari': found directory-element with name hello world --- PASS: TestNothingToTransferWithoutEmptyDirs (3.07s) PASS 2024/11/29 01:32:45 DEBUG : HiDrive root 'rclone-test-tayulot9dari': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestHiDrive: -verbose -test.run '^(TestMoveWithoutDeleteEmptySrcDirs|TestNothingToTransferWithoutEmptyDirs|TestSyncEmptyDirectories|TestSyncNoEmptyDirectories|TestSyncNoTraverse)$'" - Finished OK in 6.371207566s (try 2/5)