"./bisync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestBisyncLocalRemote$/^(equal|rclone_args|resync_modes)$|^TestBisyncRemoteLocal$/^(basic|createemptysrcdirs|dry_run|filtersfile_checks|max_delete_path2_force|resolve)$|^TestBisyncRemoteRemote$/^(changes|check_access|check_access_filters|createemptysrcdirs|ext_paths|filtersfile_checks)$'" - Starting (try 3/5) === RUN TestBisyncRemoteLocal 2025/06/07 08:11:30 NOTICE: remote: TestOpenDrive:rclone-test-doworeg1riwu === RUN TestBisyncRemoteLocal/basic 2025/06/07 08:11:34 ERROR : error listing: directory not found 2025/06/07 08:11:34 ERROR : error listing: directory not found 2025/06/07 08:11:34 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_basic-zaxocus6 2025/06/07 08:11:39 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/basic/path1' 2025/06/07 08:11:40 NOTICE: checking path2 Local file system at /tmp/081130ze/basic/path2 2025/06/07 08:11:40 NOTICE: (01) : test basic 2025/06/07 08:11:40 NOTICE: (02) : test initial bisync 2025/06/07 08:11:40 NOTICE: (03) : bisync resync 2025/06/07 08:11:42 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:11:42 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:11:42 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/" with Path2 "/tmp/081130ze/basic/path2/" 2025/06/07 08:11:42 INFO : Copying Path2 files to Path1 2025/06/07 08:11:42 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:11:42 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:11:42 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:11:42 INFO : Resync updating listings 2025/06/07 08:11:42 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/" vs Path2 "/tmp/081130ze/basic/path2/" 2025/06/07 08:11:42 INFO : Bisync successful 2025/06/07 08:11:42 NOTICE: (04) : test place newer files on both paths 2025/06/07 08:11:42 NOTICE: (05) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_basic-dadijel0/file1.txt /tmp/081130ze/basic/path2/ 2025/06/07 08:11:42 NOTICE: (06) : copy-as /tmp/081130ze/datadir/test_basic-dadijel0/file1.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/subdir file20.txt 2025/06/07 08:11:45 NOTICE: (07) : test bisync run 2025/06/07 08:11:45 NOTICE: (08) : bisync 2025/06/07 08:11:47 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:11:47 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:11:47 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/" with Path2 "/tmp/081130ze/basic/path2/" 2025/06/07 08:11:47 INFO : Building Path1 and Path2 listings 2025/06/07 08:11:47 INFO : Path1 checking for diffs 2025/06/07 08:11:47 INFO : - Path1 File changed: size (larger), time (newer) - subdir/file20.txt 2025/06/07 08:11:47 INFO : Path1: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:11:47 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:11:47 INFO : Path2 checking for diffs 2025/06/07 08:11:47 INFO : - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:11:47 INFO : Path2: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:11:47 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:11:47 INFO : Applying changes 2025/06/07 08:11:47 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/basic/path2/subdir/file20.txt 2025/06/07 08:11:47 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/file1.txt 2025/06/07 08:11:47 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:11:48 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:11:48 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:11:49 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:11:49 INFO : subdir/file20.txt: Copied (replaced existing) 2025/06/07 08:11:49 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:11:49 INFO : Updating listings 2025/06/07 08:11:49 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/basic/path1/" vs Path2 "/tmp/081130ze/basic/path2/" 2025/06/07 08:11:49 INFO : Bisync successful bisync_test.go:560: TEST basic PASSED === RUN TestBisyncRemoteLocal/createemptysrcdirs 2025/06/07 08:11:51 ERROR : error listing: directory not found 2025/06/07 08:11:51 ERROR : error listing: directory not found 2025/06/07 08:11:51 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_createemptysrcdirs-konoluf0 2025/06/07 08:11:56 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1' 2025/06/07 08:11:56 NOTICE: checking path2 Local file system at /tmp/081130ze/createemptysrcdirs/path2 2025/06/07 08:11:56 NOTICE: (01) : test createemptysrcdirs 2025/06/07 08:11:56 NOTICE: (02) : test initial bisync 2025/06/07 08:11:56 NOTICE: (03) : touch-glob 2001-01-02 /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/ placeholder.txt 2025/06/07 08:11:56 NOTICE: (04) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:11:59 NOTICE: (05) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:12:01 NOTICE: (06) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:12:03 NOTICE: (07) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:12:05 NOTICE: (08) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:12:08 NOTICE: (09) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:12:10 NOTICE: (10) : bisync resync 2025/06/07 08:12:12 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:12:12 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:12:12 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:12 INFO : Copying Path2 files to Path1 2025/06/07 08:12:12 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:12:12 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:12:13 INFO : file1.copy1.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : file1.copy3.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : file1.copy4.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : file1.copy2.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : file1.copy5.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : file1.txt: Updated modification time in destination 2025/06/07 08:12:13 INFO : Resync updating listings 2025/06/07 08:12:13 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:13 INFO : Bisync successful 2025/06/07 08:12:13 NOTICE: (11) : test 1. Create an empty dir on Path1 by creating subdir/placeholder.txt and then deleting the placeholder 2025/06/07 08:12:13 NOTICE: (12) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ subdir/placeholder.txt 2025/06/07 08:12:16 NOTICE: (13) : touch-glob 2001-01-02 TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ subdir 2025/06/07 08:12:17 NOTICE: (14) : delete-file TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/subdir/placeholder.txt 2025/06/07 08:12:19 NOTICE: (15) : test 2. Run bisync without --create-empty-src-dirs 2025/06/07 08:12:19 NOTICE: (16) : bisync 2025/06/07 08:12:21 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:12:21 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:12:21 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:21 INFO : Building Path1 and Path2 listings 2025/06/07 08:12:21 INFO : Path1 checking for diffs 2025/06/07 08:12:21 INFO : Path2 checking for diffs 2025/06/07 08:12:21 INFO : No changes found 2025/06/07 08:12:21 INFO : Updating listings 2025/06/07 08:12:21 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:21 INFO : Bisync successful 2025/06/07 08:12:21 NOTICE: (17) : test 3. Confirm the subdir exists only on Path1 and not Path2 2025/06/07 08:12:21 NOTICE: (18) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:21 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:21 NOTICE: (19) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:12:21 NOTICE: (20) : test 4.Run bisync WITH --create-empty-src-dirs 2025/06/07 08:12:21 NOTICE: (21) : bisync create-empty-src-dirs 2025/06/07 08:12:23 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:12:23 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:12:23 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:23 INFO : Building Path1 and Path2 listings 2025/06/07 08:12:24 INFO : Path1 checking for diffs 2025/06/07 08:12:24 INFO : - Path1 File is new - subdir 2025/06/07 08:12:24 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:12:24 INFO : Path2 checking for diffs 2025/06/07 08:12:24 INFO : Applying changes 2025/06/07 08:12:24 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/createemptysrcdirs/path2/subdir 2025/06/07 08:12:24 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:12:24 INFO : subdir: Making directory 2025/06/07 08:12:24 INFO : Updating listings 2025/06/07 08:12:24 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:24 INFO : Bisync successful 2025/06/07 08:12:24 NOTICE: (22) : test 5. Confirm the subdir exists on both paths 2025/06/07 08:12:24 NOTICE: (23) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:24 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:24 NOTICE: (24) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:12:24 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:24 NOTICE: (25) : test 6. Delete the empty dir on Path1 using purge-children (and also add files so the path isn't empty) 2025/06/07 08:12:24 NOTICE: (26) : purge-children TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:26 NOTICE: (27) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:12:29 NOTICE: (28) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:12:31 NOTICE: (29) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:12:34 NOTICE: (30) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:12:37 NOTICE: (31) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:12:39 NOTICE: (32) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:12:42 NOTICE: (33) : test 7. Run bisync without --create-empty-src-dirs 2025/06/07 08:12:42 NOTICE: (34) : bisync 2025/06/07 08:12:44 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:12:44 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:12:44 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:44 INFO : Building Path1 and Path2 listings 2025/06/07 08:12:44 INFO : Path1 checking for diffs 2025/06/07 08:12:44 INFO : - Path1 File was deleted - RCLONE_TEST 2025/06/07 08:12:44 INFO : - Path1 File was deleted - subdir 2025/06/07 08:12:44 INFO : Path1: 2 changes:  0 new,  0 modified,  2 deleted 2025/06/07 08:12:44 INFO : Path2 checking for diffs 2025/06/07 08:12:44 INFO : - Path2 File was deleted - subdir 2025/06/07 08:12:44 INFO : Path2: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:12:44 INFO : Applying changes 2025/06/07 08:12:44 INFO : - Path2 Queue delete - /tmp/081130ze/createemptysrcdirs/path2/RCLONE_TEST 2025/06/07 08:12:44 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:12:44 INFO : RCLONE_TEST: Deleted 2025/06/07 08:12:44 INFO : Updating listings 2025/06/07 08:12:44 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:44 INFO : Bisync successful 2025/06/07 08:12:44 NOTICE: (35) : test 8. Confirm the subdir exists only on Path2 and not Path1 2025/06/07 08:12:44 NOTICE: (36) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:45 NOTICE: (37) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:12:45 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:45 NOTICE: (38) : test 9. Reset, do the delete again, and run bisync WITH --create-empty-src-dirs 2025/06/07 08:12:45 NOTICE: (39) : bisync resync create-empty-src-dirs 2025/06/07 08:12:47 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:12:47 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:12:47 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:47 INFO : Copying Path2 files to Path1 2025/06/07 08:12:47 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:12:47 INFO : subdir: Making directory 2025/06/07 08:12:47 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:12:47 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:12:47 INFO : Resync updating listings 2025/06/07 08:12:47 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:12:47 INFO : Bisync successful 2025/06/07 08:12:47 NOTICE: (40) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:48 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:48 NOTICE: (41) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:12:48 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:12:48 NOTICE: (42) : purge-children TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:12:49 NOTICE: (43) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:12:52 NOTICE: (44) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:12:55 NOTICE: (45) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:12:57 NOTICE: (46) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:13:00 NOTICE: (47) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:13:03 NOTICE: (48) : copy-as /tmp/081130ze/datadir/test_createemptysrcdirs-licoxoc2/placeholder.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:13:06 NOTICE: (49) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:13:06 NOTICE: (50) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:13:06 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:13:06 NOTICE: (51) : bisync create-empty-src-dirs 2025/06/07 08:13:08 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:08 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:08 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:13:08 INFO : Building Path1 and Path2 listings 2025/06/07 08:13:08 INFO : Path1 checking for diffs 2025/06/07 08:13:08 INFO : - Path1 File was deleted - subdir 2025/06/07 08:13:08 INFO : Path1: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:13:08 INFO : Path2 checking for diffs 2025/06/07 08:13:08 INFO : Applying changes 2025/06/07 08:13:08 INFO : - Path2 Queue delete - /tmp/081130ze/createemptysrcdirs/path2/subdir 2025/06/07 08:13:08 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:13:08 INFO : subdir: Removing directory 2025/06/07 08:13:08 INFO : Updating listings 2025/06/07 08:13:08 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:13:08 INFO : Bisync successful 2025/06/07 08:13:08 NOTICE: (52) : test 10. Confirm the subdir has been removed on both paths 2025/06/07 08:13:08 NOTICE: (53) : list-dirs TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/ 2025/06/07 08:13:08 NOTICE: (54) : list-dirs /tmp/081130ze/createemptysrcdirs/path2/ 2025/06/07 08:13:08 NOTICE: (55) : test 11. bisync again (because if we leave subdir in listings, test will fail due to mismatched modtime) 2025/06/07 08:13:08 NOTICE: (56) : bisync create-empty-src-dirs 2025/06/07 08:13:10 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:10 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:10 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" with Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:13:10 INFO : Building Path1 and Path2 listings 2025/06/07 08:13:10 INFO : Path1 checking for diffs 2025/06/07 08:13:10 INFO : Path2 checking for diffs 2025/06/07 08:13:10 INFO : No changes found 2025/06/07 08:13:10 INFO : Updating listings 2025/06/07 08:13:10 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/createemptysrcdirs/path1/" vs Path2 "/tmp/081130ze/createemptysrcdirs/path2/" 2025/06/07 08:13:10 INFO : Bisync successful bisync_test.go:560: TEST createemptysrcdirs PASSED === RUN TestBisyncRemoteLocal/dry_run 2025/06/07 08:13:13 ERROR : error listing: directory not found 2025/06/07 08:13:13 ERROR : error listing: directory not found 2025/06/07 08:13:13 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_dry_run-noziraz7 2025/06/07 08:13:18 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/dry_run/path1' 2025/06/07 08:13:19 NOTICE: checking path2 Local file system at /tmp/081130ze/dry_run/path2 2025/06/07 08:13:19 NOTICE: (01) : test dry-run 2025/06/07 08:13:19 NOTICE: (02) : test initial bisync 2025/06/07 08:13:19 NOTICE: (03) : bisync resync 2025/06/07 08:13:21 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:21 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:21 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" with Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:21 INFO : Copying Path2 files to Path1 2025/06/07 08:13:21 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:13:21 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:13:21 INFO : Resync updating listings 2025/06/07 08:13:21 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" vs Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:21 INFO : Bisync successful 2025/06/07 08:13:21 NOTICE: (04) : test new on path2 - file10 2025/06/07 08:13:21 NOTICE: (05) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file10.txt /tmp/081130ze/dry_run/path2/ 2025/06/07 08:13:21 NOTICE: (06) : test newer on path2 - file1 2025/06/07 08:13:21 NOTICE: (07) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file1.txt /tmp/081130ze/dry_run/path2/ 2025/06/07 08:13:21 NOTICE: (08) : test new on path1 - file11 2025/06/07 08:13:21 NOTICE: (09) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file11.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/ 2025/06/07 08:13:24 NOTICE: (10) : test newer on path1 - file2 2025/06/07 08:13:24 NOTICE: (11) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file2.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/ 2025/06/07 08:13:26 NOTICE: (12) : test deleted on path2 - file3 2025/06/07 08:13:26 NOTICE: (13) : delete-file /tmp/081130ze/dry_run/path2/file3.txt 2025/06/07 08:13:26 NOTICE: (14) : test deleted on path1 - file4 2025/06/07 08:13:26 NOTICE: (15) : delete-file TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file4.txt 2025/06/07 08:13:28 NOTICE: (16) : test changed on path2 and on path1 - file5 (file5R, file5L) 2025/06/07 08:13:28 NOTICE: (17) : touch-glob 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/ file5R.txt 2025/06/07 08:13:28 NOTICE: (18) : copy-as /tmp/081130ze/datadir/test_dry_run-saruzor9/file5R.txt /tmp/081130ze/dry_run/path2/ file5.txt 2025/06/07 08:13:28 NOTICE: (19) : touch-glob 2001-03-04 /tmp/081130ze/datadir/test_dry_run-saruzor9/ file5L.txt 2025/06/07 08:13:28 NOTICE: (20) : copy-as /tmp/081130ze/datadir/test_dry_run-saruzor9/file5L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/ file5.txt 2025/06/07 08:13:30 NOTICE: (21) : test newer on path2 and deleted on path1 - file6 2025/06/07 08:13:30 NOTICE: (22) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file6.txt /tmp/081130ze/dry_run/path2/ 2025/06/07 08:13:30 NOTICE: (23) : delete-file TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file6.txt 2025/06/07 08:13:30 NOTICE: (24) : test newer on path1 and deleted on path2 - file7 2025/06/07 08:13:30 NOTICE: (25) : touch-copy 2001-01-02 /tmp/081130ze/datadir/test_dry_run-saruzor9/file7.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/ 2025/06/07 08:13:33 NOTICE: (26) : delete-file /tmp/081130ze/dry_run/path2/file7.txt 2025/06/07 08:13:33 NOTICE: (27) : test sync with dry-run and resync 2025/06/07 08:13:33 NOTICE: (28) : bisync dry-run resync 2025/06/07 08:13:35 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:35 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:35 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" with Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:35 INFO : Copying Path2 files to Path1 2025/06/07 08:13:35 NOTICE: - Path2 Resync is copying files to - Path1 2025/06/07 08:13:35 NOTICE: file10.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:35 NOTICE: file4.txt: Skipped copy as --dry-run is set (size 0) 2025/06/07 08:13:35 NOTICE: file6.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:35 NOTICE: - Path1 Resync is copying files to - Path2 2025/06/07 08:13:35 NOTICE: file11.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:35 NOTICE: file1.txt: Skipped copy as --dry-run is set (size 0) 2025/06/07 08:13:35 NOTICE: file3.txt: Skipped copy as --dry-run is set (size 0) 2025/06/07 08:13:35 NOTICE: file2.txt: Skipped copy as --dry-run is set (size 13) 2025/06/07 08:13:35 NOTICE: file7.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:35 NOTICE: file5.txt: Skipped copy as --dry-run is set (size 39) 2025/06/07 08:13:35 INFO : Resync updating listings 2025/06/07 08:13:36 INFO : Bisync successful 2025/06/07 08:13:36 NOTICE: (29) : copy-listings dryrun-resync 2025/06/07 08:13:36 NOTICE: (30) : test sync with dry-run 2025/06/07 08:13:36 NOTICE: (31) : bisync dry-run 2025/06/07 08:13:38 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:38 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:38 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" with Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:38 INFO : Building Path1 and Path2 listings 2025/06/07 08:13:38 INFO : Path1 checking for diffs 2025/06/07 08:13:38 NOTICE: - Path1 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:13:38 NOTICE: - Path1 File was deleted - file4.txt 2025/06/07 08:13:38 NOTICE: - Path1 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:13:38 NOTICE: - Path1 File was deleted - file6.txt 2025/06/07 08:13:38 NOTICE: - Path1 File changed: size (larger), time (newer) - file7.txt 2025/06/07 08:13:38 NOTICE: - Path1 File is new - file11.txt 2025/06/07 08:13:38 INFO : Path1: 6 changes:  1 new,  3 modified,  2 deleted 2025/06/07 08:13:38 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:13:38 INFO : Path2 checking for diffs 2025/06/07 08:13:38 NOTICE: - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:13:38 NOTICE: - Path2 File was deleted - file3.txt 2025/06/07 08:13:38 NOTICE: - Path2 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:13:38 NOTICE: - Path2 File changed: size (larger), time (newer) - file6.txt 2025/06/07 08:13:38 NOTICE: - Path2 File was deleted - file7.txt 2025/06/07 08:13:38 NOTICE: - Path2 File is new - file10.txt 2025/06/07 08:13:38 INFO : Path2: 6 changes:  1 new,  3 modified,  2 deleted 2025/06/07 08:13:38 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:13:38 INFO : Applying changes 2025/06/07 08:13:38 INFO : Checking potential conflicts... 2025/06/07 08:13:38 ERROR : file5.txt: md5 differ 2025/06/07 08:13:38 NOTICE: Local file system at /tmp/081130ze/dry_run/path2: 1 differences found 2025/06/07 08:13:38 NOTICE: Local file system at /tmp/081130ze/dry_run/path2: 1 errors while checking 2025/06/07 08:13:38 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:13:38 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file11.txt 2025/06/07 08:13:38 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file2.txt 2025/06/07 08:13:38 NOTICE: - Path2 Queue delete - /tmp/081130ze/dry_run/path2/file4.txt 2025/06/07 08:13:38 NOTICE: - WARNING New or changed in both paths - file5.txt 2025/06/07 08:13:38 NOTICE: file5.txt: Skipped rename as --dry-run is set 2025/06/07 08:13:38 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file5.txt.conflict1 2025/06/07 08:13:38 NOTICE: file5.txt: Skipped rename as --dry-run is set 2025/06/07 08:13:38 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file5.txt.conflict2 2025/06/07 08:13:38 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file6.txt 2025/06/07 08:13:38 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file7.txt 2025/06/07 08:13:38 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file1.txt 2025/06/07 08:13:38 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file10.txt 2025/06/07 08:13:38 NOTICE: - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file3.txt 2025/06/07 08:13:38 NOTICE: - Path2 Do queued copies to - Path1 2025/06/07 08:13:39 NOTICE: file10.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:39 NOTICE: file6.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:39 NOTICE: file1.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:39 NOTICE: file3.txt: Skipped delete as --dry-run is set (size 0) 2025/06/07 08:13:39 NOTICE: - Path1 Do queued copies to - Path2 2025/06/07 08:13:39 NOTICE: file11.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:39 NOTICE: file2.txt: Skipped copy as --dry-run is set (size 13) 2025/06/07 08:13:39 NOTICE: file7.txt: Skipped copy as --dry-run is set (size 19) 2025/06/07 08:13:39 NOTICE: file4.txt: Skipped delete as --dry-run is set (size 0) 2025/06/07 08:13:39 INFO : Updating listings 2025/06/07 08:13:39 INFO : Bisync successful 2025/06/07 08:13:39 NOTICE: (32) : copy-listings dryrun 2025/06/07 08:13:39 NOTICE: (33) : test sync without dry-run 2025/06/07 08:13:39 NOTICE: (34) : bisync 2025/06/07 08:13:41 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:41 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:41 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" with Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:41 INFO : Building Path1 and Path2 listings 2025/06/07 08:13:41 INFO : Path1 checking for diffs 2025/06/07 08:13:41 INFO : - Path1 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:13:41 INFO : - Path1 File was deleted - file4.txt 2025/06/07 08:13:41 INFO : - Path1 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:13:41 INFO : - Path1 File was deleted - file6.txt 2025/06/07 08:13:41 INFO : - Path1 File changed: size (larger), time (newer) - file7.txt 2025/06/07 08:13:41 INFO : - Path1 File is new - file11.txt 2025/06/07 08:13:41 INFO : Path1: 6 changes:  1 new,  3 modified,  2 deleted 2025/06/07 08:13:41 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:13:41 INFO : Path2 checking for diffs 2025/06/07 08:13:41 INFO : - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:13:41 INFO : - Path2 File was deleted - file3.txt 2025/06/07 08:13:41 INFO : - Path2 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:13:41 INFO : - Path2 File changed: size (larger), time (newer) - file6.txt 2025/06/07 08:13:41 INFO : - Path2 File was deleted - file7.txt 2025/06/07 08:13:41 INFO : - Path2 File is new - file10.txt 2025/06/07 08:13:41 INFO : Path2: 6 changes:  1 new,  3 modified,  2 deleted 2025/06/07 08:13:41 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:13:41 INFO : Applying changes 2025/06/07 08:13:41 INFO : Checking potential conflicts... 2025/06/07 08:13:42 ERROR : file5.txt: md5 differ 2025/06/07 08:13:42 NOTICE: Local file system at /tmp/081130ze/dry_run/path2: 1 differences found 2025/06/07 08:13:42 NOTICE: Local file system at /tmp/081130ze/dry_run/path2: 1 errors while checking 2025/06/07 08:13:42 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:13:42 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file11.txt 2025/06/07 08:13:42 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file2.txt 2025/06/07 08:13:42 INFO : - Path2 Queue delete - /tmp/081130ze/dry_run/path2/file4.txt 2025/06/07 08:13:42 NOTICE: - WARNING New or changed in both paths - file5.txt 2025/06/07 08:13:42 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file5.txt.conflict1 2025/06/07 08:13:42 INFO : file5.txt: Moved (server-side) to: file5.txt.conflict1 2025/06/07 08:13:42 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file5.txt.conflict1 2025/06/07 08:13:42 NOTICE: - Path2 Renaming Path2 copy - /tmp/081130ze/dry_run/path2/file5.txt.conflict2 2025/06/07 08:13:42 INFO : file5.txt: Moved (server-side) to: file5.txt.conflict2 2025/06/07 08:13:42 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file5.txt.conflict2 2025/06/07 08:13:42 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file6.txt 2025/06/07 08:13:42 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/dry_run/path2/file7.txt 2025/06/07 08:13:42 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file1.txt 2025/06/07 08:13:42 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file10.txt 2025/06/07 08:13:42 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/file3.txt 2025/06/07 08:13:42 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:13:44 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:13:44 INFO : file10.txt: Copied (new) 2025/06/07 08:13:44 INFO : file5.txt.conflict2: Copied (new) 2025/06/07 08:13:46 INFO : file6.txt: Copied (new) 2025/06/07 08:13:46 INFO : file3.txt: Deleted 2025/06/07 08:13:46 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:13:46 INFO : file11.txt: Copied (new) 2025/06/07 08:13:46 INFO : file7.txt: Copied (new) 2025/06/07 08:13:46 INFO : file2.txt: Copied (replaced existing) 2025/06/07 08:13:46 INFO : file5.txt.conflict1: Copied (new) 2025/06/07 08:13:46 INFO : file4.txt: Deleted 2025/06/07 08:13:46 INFO : Updating listings 2025/06/07 08:13:46 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/dry_run/path1/" vs Path2 "/tmp/081130ze/dry_run/path2/" 2025/06/07 08:13:46 INFO : Bisync successful bisync_test.go:560: TEST dry_run PASSED === RUN TestBisyncRemoteLocal/filtersfile_checks 2025/06/07 08:13:49 ERROR : error listing: directory not found 2025/06/07 08:13:49 ERROR : error listing: directory not found 2025/06/07 08:13:49 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_filtersfile_checks-nipajox9 bisync_test.go:1943: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:1943 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:458 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:358 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestBisyncRemoteLocal/filtersfile_checks Messages: setting up path1 2025/06/07 08:13:52 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1' 2025/06/07 08:13:52 NOTICE: checking path2 Local file system at /tmp/081130ze/filtersfile_checks/path2 2025/06/07 08:13:52 NOTICE: (01) : test filtersfile-checks 2025/06/07 08:13:52 NOTICE: (02) : test initial bisync 2025/06/07 08:13:52 NOTICE: (03) : bisync resync 2025/06/07 08:13:54 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:54 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:54 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:13:54 INFO : Copying Path2 files to Path1 2025/06/07 08:13:54 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:13:54 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:13:55 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:13:55 INFO : Resync updating listings 2025/06/07 08:13:55 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" vs Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:13:55 INFO : Bisync successful 2025/06/07 08:13:55 NOTICE: (04) : test 1. inject filters file in workdir. 2025/06/07 08:13:55 NOTICE: (05) : copy-file /tmp/081130ze/datadir/test_filtersfile_checks-jupeniv4/filtersfile.txt /tmp/081130ze/workdir/ 2025/06/07 08:13:55 NOTICE: (06) : test 2. run with filters-file but without md5. should abort. 2025/06/07 08:13:55 NOTICE: (07) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:13:57 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:57 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:57 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:13:57 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:13:57 ERROR : Bisync critical error: filters file md5 hash not found (must run --resync): /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:13:57 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:13:57 NOTICE: Bisync error: bisync aborted 2025/06/07 08:13:57 NOTICE: (08) : test 3. run without filters-file. should be blocked due to prior abort. 2025/06/07 08:13:57 NOTICE: (09) : bisync 2025/06/07 08:13:59 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:13:59 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:13:59 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:13:59 ERROR : Bisync critical error: cannot find prior Path1 or Path2 listings, likely due to critical error on prior run Tip: here are the filenames we were looking for. Do they exist? Path1: /tmp/081130ze/workdir/TestOpenDrive_rclone-test-doworeg1riwu_081130ze_filtersfile_checks_path1..tmp_081130ze_filtersfile_checks_path2.path1.lst Path2: /tmp/081130ze/workdir/TestOpenDrive_rclone-test-doworeg1riwu_081130ze_filtersfile_checks_path1..tmp_081130ze_filtersfile_checks_path2.path2.lst Try running this command to inspect the work dir: rclone lsl "/tmp/081130ze/workdir" 2025/06/07 08:13:59 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:13:59 NOTICE: Bisync error: bisync aborted 2025/06/07 08:13:59 NOTICE: (10) : test 4. run with filters-file and resync. 2025/06/07 08:13:59 NOTICE: (11) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt resync 2025/06/07 08:14:01 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:01 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:01 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:01 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:01 INFO : Storing filters file hash to /tmp/081130ze/workdir/filtersfile.txt.md5 2025/06/07 08:14:01 INFO : Copying Path2 files to Path1 2025/06/07 08:14:01 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:14:01 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:14:01 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:14:02 INFO : Resync updating listings 2025/06/07 08:14:02 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" vs Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:02 INFO : Bisync successful 2025/06/07 08:14:02 NOTICE: (12) : test 5. run with filters-file alone. should run. 2025/06/07 08:14:02 NOTICE: (13) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:03 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:03 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:03 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:03 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:03 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:04 INFO : Path1 checking for diffs 2025/06/07 08:14:04 INFO : Path2 checking for diffs 2025/06/07 08:14:04 INFO : No changes found 2025/06/07 08:14:04 INFO : Updating listings 2025/06/07 08:14:04 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" vs Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:04 INFO : Bisync successful 2025/06/07 08:14:04 NOTICE: (14) : test 6. push changed filters-file to workdir. 2025/06/07 08:14:04 NOTICE: (15) : copy-as /tmp/081130ze/datadir/test_filtersfile_checks-jupeniv4/filtersfile2.txt /tmp/081130ze/workdir/ filtersfile.txt 2025/06/07 08:14:04 NOTICE: (16) : test 7. run with filters-file alone. should abort. 2025/06/07 08:14:04 NOTICE: (17) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:06 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:06 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:06 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:06 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:06 ERROR : Bisync critical error: filters file has changed (must run --resync): /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:06 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:14:06 NOTICE: Bisync error: bisync aborted 2025/06/07 08:14:06 NOTICE: (18) : test 8. run with filters-file and resync and dry-run. should do the dry-run but still cause next non-resync run to abort. 2025/06/07 08:14:06 NOTICE: (19) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt resync dry-run 2025/06/07 08:14:08 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:08 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:08 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:08 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:08 INFO : Skipped storing filters file hash to /tmp/081130ze/workdir/filtersfile.txt.md5 as --dry-run is set 2025/06/07 08:14:08 INFO : Copying Path2 files to Path1 2025/06/07 08:14:08 NOTICE: - Path2 Resync is copying files to - Path1 2025/06/07 08:14:08 NOTICE: - Path1 Resync is copying files to - Path2 2025/06/07 08:14:08 NOTICE: subdir: Skipped set directory modification time as --dry-run is set (size 4Ki) 2025/06/07 08:14:08 INFO : Resync updating listings 2025/06/07 08:14:08 INFO : Bisync successful 2025/06/07 08:14:08 NOTICE: (20) : test 9. run with filters-file alone. should abort. 2025/06/07 08:14:08 NOTICE: (21) : bisync filters-file=/tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:10 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:10 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:10 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/filtersfile_checks/path1/" with Path2 "/tmp/081130ze/filtersfile_checks/path2/" 2025/06/07 08:14:10 INFO : Using filters file /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:10 ERROR : Bisync critical error: filters file has changed (must run --resync): /tmp/081130ze/workdir/filtersfile.txt 2025/06/07 08:14:10 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:14:10 NOTICE: Bisync error: bisync aborted bisync_test.go:560: TEST filtersfile_checks PASSED === RUN TestBisyncRemoteLocal/max_delete_path2_force 2025/06/07 08:14:13 ERROR : error listing: directory not found 2025/06/07 08:14:13 ERROR : error listing: directory not found 2025/06/07 08:14:13 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_max_delete_path2_force-gumuzid3 2025/06/07 08:14:19 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1' 2025/06/07 08:14:19 NOTICE: checking path2 Local file system at /tmp/081130ze/max_delete_path2_force/path2 2025/06/07 08:14:19 NOTICE: (01) : test max-delete-path2-force 2025/06/07 08:14:19 NOTICE: (02) : test initial bisync 2025/06/07 08:14:19 NOTICE: (03) : bisync resync 2025/06/07 08:14:21 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:21 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:21 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/" with Path2 "/tmp/081130ze/max_delete_path2_force/path2/" 2025/06/07 08:14:21 INFO : Copying Path2 files to Path1 2025/06/07 08:14:21 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:14:21 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:14:21 INFO : Resync updating listings 2025/06/07 08:14:21 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/" vs Path2 "/tmp/081130ze/max_delete_path2_force/path2/" 2025/06/07 08:14:21 INFO : Bisync successful 2025/06/07 08:14:21 NOTICE: (04) : test delete >50% of remote files 2025/06/07 08:14:21 NOTICE: (05) : delete-file /tmp/081130ze/max_delete_path2_force/path2/file1.txt 2025/06/07 08:14:21 NOTICE: (06) : delete-file /tmp/081130ze/max_delete_path2_force/path2/file2.txt 2025/06/07 08:14:21 NOTICE: (07) : delete-file /tmp/081130ze/max_delete_path2_force/path2/file3.txt 2025/06/07 08:14:21 NOTICE: (08) : delete-file /tmp/081130ze/max_delete_path2_force/path2/file4.txt 2025/06/07 08:14:21 NOTICE: (09) : delete-file /tmp/081130ze/max_delete_path2_force/path2/file5.txt 2025/06/07 08:14:21 NOTICE: (10) : test sync should fail due to too many path2 deletes 2025/06/07 08:14:21 NOTICE: (11) : bisync 2025/06/07 08:14:23 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:23 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:23 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/" with Path2 "/tmp/081130ze/max_delete_path2_force/path2/" 2025/06/07 08:14:23 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:23 INFO : Path1 checking for diffs 2025/06/07 08:14:23 INFO : Path2 checking for diffs 2025/06/07 08:14:23 INFO : - Path2 File was deleted - file1.txt 2025/06/07 08:14:23 INFO : - Path2 File was deleted - file2.txt 2025/06/07 08:14:23 INFO : - Path2 File was deleted - file3.txt 2025/06/07 08:14:23 INFO : - Path2 File was deleted - file4.txt 2025/06/07 08:14:23 INFO : - Path2 File was deleted - file5.txt 2025/06/07 08:14:23 INFO : Path2: 5 changes:  0 new,  0 modified,  5 deleted 2025/06/07 08:14:23 ERROR : Safety abort: too many deletes (>50%, 5 of 9) on Path2 "/tmp/081130ze/max_delete_path2_force/path2/". Run with --force if desired. 2025/06/07 08:14:23 NOTICE: Bisync aborted. Please try again. 2025/06/07 08:14:23 NOTICE: Bisync error: too many deletes 2025/06/07 08:14:23 NOTICE: (12) : copy-listings initial-fail 2025/06/07 08:14:23 NOTICE: (13) : test apply force option. sync should run. 2025/06/07 08:14:23 NOTICE: (14) : bisync force 2025/06/07 08:14:25 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:25 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:25 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/" with Path2 "/tmp/081130ze/max_delete_path2_force/path2/" 2025/06/07 08:14:25 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:26 INFO : Path1 checking for diffs 2025/06/07 08:14:26 INFO : - Path1 File is new - modtime_write_test 2025/06/07 08:14:26 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:26 INFO : Path2 checking for diffs 2025/06/07 08:14:26 INFO : - Path2 File was deleted - file1.txt 2025/06/07 08:14:26 INFO : - Path2 File was deleted - file2.txt 2025/06/07 08:14:26 INFO : - Path2 File was deleted - file3.txt 2025/06/07 08:14:26 INFO : - Path2 File was deleted - file4.txt 2025/06/07 08:14:26 INFO : - Path2 File was deleted - file5.txt 2025/06/07 08:14:26 INFO : Path2: 5 changes:  0 new,  0 modified,  5 deleted 2025/06/07 08:14:26 INFO : Applying changes 2025/06/07 08:14:26 INFO : - Path1 Queue copy to Path2 - /tmp/081130ze/max_delete_path2_force/path2/modtime_write_test 2025/06/07 08:14:26 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/file1.txt 2025/06/07 08:14:26 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/file2.txt 2025/06/07 08:14:26 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/file3.txt 2025/06/07 08:14:26 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/file4.txt 2025/06/07 08:14:26 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/file5.txt 2025/06/07 08:14:26 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:14:26 INFO : file5.txt: Deleted 2025/06/07 08:14:26 INFO : file1.txt: Deleted 2025/06/07 08:14:26 INFO : file4.txt: Deleted 2025/06/07 08:14:26 INFO : file3.txt: Deleted 2025/06/07 08:14:26 INFO : file2.txt: Deleted 2025/06/07 08:14:26 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:14:26 INFO : Updating listings 2025/06/07 08:14:26 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/max_delete_path2_force/path1/" vs Path2 "/tmp/081130ze/max_delete_path2_force/path2/" 2025/06/07 08:14:26 INFO : Bisync successful 2025/06/07 08:14:26 NOTICE: ---------------------------------------------------------- 2025/06/07 08:14:26 NOTICE: MISCOMPARE - Number of Golden and Results files do not match: 2025/06/07 08:14:26 NOTICE: Golden count: 13 2025/06/07 08:14:26 NOTICE: Result count: 14 2025/06/07 08:14:26 NOTICE: Golden files: _testdir_path1.._testdir_path2.copy2to1.que, _testdir_path1.._testdir_path2.delete1.que, _testdir_path1.._testdir_path2.path1.lst, _testdir_path1.._testdir_path2.path1.lst-new, _testdir_path1.._testdir_path2.path1.lst-old, _testdir_path1.._testdir_path2.path2.lst, _testdir_path1.._testdir_path2.path2.lst-new, _testdir_path1.._testdir_path2.path2.lst-old, initial-fail._testdir_path1.._testdir_path2.path1.lst, initial-fail._testdir_path1.._testdir_path2.path1.lst-new, initial-fail._testdir_path1.._testdir_path2.path2.lst, initial-fail._testdir_path1.._testdir_path2.path2.lst-new, test.log 2025/06/07 08:14:26 NOTICE: Result files: _testdir_path1.._testdir_path2.copy1to2.que, _testdir_path1.._testdir_path2.copy2to1.que, _testdir_path1.._testdir_path2.delete1.que, _testdir_path1.._testdir_path2.path1.lst, _testdir_path1.._testdir_path2.path1.lst-new, _testdir_path1.._testdir_path2.path1.lst-old, _testdir_path1.._testdir_path2.path2.lst, _testdir_path1.._testdir_path2.path2.lst-new, _testdir_path1.._testdir_path2.path2.lst-old, initial-fail._testdir_path1.._testdir_path2.path1.lst, initial-fail._testdir_path1.._testdir_path2.path1.lst-new, initial-fail._testdir_path1.._testdir_path2.path2.lst, initial-fail._testdir_path1.._testdir_path2.path2.lst-new, test.log 2025/06/07 08:14:26 NOTICE: File found in Results but not in Golden: _testdir_path1.._testdir_path2.copy1to2.que 2025/06/07 08:14:26 NOTICE: ---------------------------------------------------------- 2025/06/07 08:14:26 NOTICE: | MISCOMPARE -Golden vs +Results for _testdir_path1.._testdir_path2.path1.lst-new 2025/06/07 08:14:26 NOTICE: | @@ -18,0 +19,2 @@ 2025/06/07 08:14:26 NOTICE: | +- 18 - - 2000-01-01 00:00:00 +0000 UTC "\"modtime_write_test\"" 2025/06/07 08:14:26 NOTICE: | + 2025/06/07 08:14:26 NOTICE: ---------------------------------------------------------- 2025/06/07 08:14:26 NOTICE: | MISCOMPARE -Golden vs +Results for test.log 2025/06/07 08:14:26 NOTICE: | @@ -67,0 +68,2 @@ 2025/06/07 08:14:26 NOTICE: | +INFO : - Path1 File is new - modtime_write_test 2025/06/07 08:14:26 NOTICE: | +INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:26 NOTICE: | @@ -75,0 +78 @@ 2025/06/07 08:14:26 NOTICE: | +INFO : - Path1 Queue copy to Path2 - {path2/}modtime_write_test 2025/06/07 08:14:26 NOTICE: | @@ -81,0 +85 @@ 2025/06/07 08:14:26 NOTICE: | +INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:14:26 NOTICE: ---------------------------------------------------------- bisync_test.go:560: TEST max_delete_path2_force FAILED - 3 MISCOMPARED FILES === RUN TestBisyncRemoteLocal/resolve 2025/06/07 08:14:29 ERROR : error listing: directory not found 2025/06/07 08:14:29 ERROR : error listing: directory not found 2025/06/07 08:14:29 NOTICE: checking initFs Local file system at /tmp/081130ze/initdir/test_resolve-xufeben0 2025/06/07 08:14:32 NOTICE: checking Path1 OpenDrive root 'rclone-test-doworeg1riwu/081130ze/resolve/path1' 2025/06/07 08:14:32 NOTICE: checking path2 Local file system at /tmp/081130ze/resolve/path2 2025/06/07 08:14:32 NOTICE: (01) : test resolve 2025/06/07 08:14:32 NOTICE: (02) : test initial bisync 2025/06/07 08:14:32 NOTICE: (03) : bisync resync 2025/06/07 08:14:34 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:34 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:34 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:34 INFO : Copying Path2 files to Path1 2025/06/07 08:14:34 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:14:34 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:14:34 INFO : Resync updating listings 2025/06/07 08:14:34 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:34 INFO : Bisync successful 2025/06/07 08:14:34 NOTICE: (04) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:14:34 NOTICE: (05) : touch-glob 2001-01-02 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:14:34 NOTICE: (06) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:14:34 NOTICE: (07) : touch-glob 2001-03-04 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:14:34 NOTICE: (08) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:14:37 NOTICE: (09) : test bisync run with --conflict-resolve=newer --conflict-loser=delete --conflict-suffix=potato 2025/06/07 08:14:37 NOTICE: (10) : bisync conflict-resolve=newer conflict-loser=delete conflict-suffix=potato 2025/06/07 08:14:39 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:39 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:39 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:39 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:39 INFO : Path1 checking for diffs 2025/06/07 08:14:39 INFO : - Path1 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:14:39 INFO : Path1: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:14:39 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:14:39 INFO : Path2 checking for diffs 2025/06/07 08:14:39 INFO : - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:14:39 INFO : Path2: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:14:39 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:14:39 INFO : Applying changes 2025/06/07 08:14:39 INFO : Checking potential conflicts... 2025/06/07 08:14:39 ERROR : file1.txt: md5 differ 2025/06/07 08:14:39 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 differences found 2025/06/07 08:14:39 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 errors while checking 2025/06/07 08:14:39 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:14:39 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:14:39 INFO : file1.txt: Path1 is newer. Path1: 2001-03-04 00:00:00 +0000 UTC, Path2: 2001-01-02 00:00:00 +0000 UTC, Difference: 1464h0m0s 2025/06/07 08:14:39 INFO : file1.txt: The winner is: Path1 2025/06/07 08:14:39 NOTICE: - Path2 Deleting Path2 copy - /tmp/081130ze/resolve/path2/file1.txt 2025/06/07 08:14:39 INFO : file1.txt: Deleted 2025/06/07 08:14:39 INFO : - Path1 Queue copy to Path2 - file1.txt 2025/06/07 08:14:39 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:14:39 INFO : file1.txt: Copied (new) 2025/06/07 08:14:39 INFO : Updating listings 2025/06/07 08:14:39 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:39 INFO : Bisync successful 2025/06/07 08:14:39 NOTICE: (11) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:14:39 NOTICE: (12) : touch-glob 2001-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:14:39 NOTICE: (13) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:14:39 NOTICE: (14) : touch-glob 2001-08-26 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:14:39 NOTICE: (15) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:14:42 NOTICE: (16) : test bisync run with --conflict-resolve=path2 --conflict-loser=num --conflict-suffix=dinosaur 2025/06/07 08:14:42 NOTICE: (17) : bisync conflict-resolve=path2 conflict-loser=num conflict-suffix=dinosaur 2025/06/07 08:14:43 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:43 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:43 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:43 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:44 INFO : Path1 checking for diffs 2025/06/07 08:14:44 INFO : - Path1 File changed: time (newer) - file1.txt 2025/06/07 08:14:44 INFO : Path1: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:14:44 INFO : (Modified:  1 newer,  0 older) 2025/06/07 08:14:44 INFO : Path2 checking for diffs 2025/06/07 08:14:44 INFO : - Path2 File changed: time (newer) - file1.txt 2025/06/07 08:14:44 INFO : Path2: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:14:44 INFO : (Modified:  1 newer,  0 older) 2025/06/07 08:14:44 INFO : Applying changes 2025/06/07 08:14:44 INFO : Checking potential conflicts... 2025/06/07 08:14:44 ERROR : file1.txt: md5 differ 2025/06/07 08:14:44 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 differences found 2025/06/07 08:14:44 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 errors while checking 2025/06/07 08:14:44 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:14:44 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:14:44 INFO : file1.txt: The winner is: Path2 2025/06/07 08:14:44 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt.dinosaur1 2025/06/07 08:14:44 INFO : file1.txt: Moved (server-side) to: file1.txt.dinosaur1 2025/06/07 08:14:44 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/resolve/path2/file1.txt.dinosaur1 2025/06/07 08:14:44 NOTICE: - Path2 Not renaming Path2 copy, as it was determined the winner - /tmp/081130ze/resolve/path2/file1.txt 2025/06/07 08:14:44 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt 2025/06/07 08:14:44 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:14:46 INFO : file1.txt: Copied (new) 2025/06/07 08:14:46 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:14:47 INFO : file1.txt.dinosaur1: Copied (new) 2025/06/07 08:14:47 INFO : Updating listings 2025/06/07 08:14:47 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:47 INFO : Bisync successful 2025/06/07 08:14:47 NOTICE: (18) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:14:47 NOTICE: (19) : touch-glob 2002-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:14:47 NOTICE: (20) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:14:47 NOTICE: (21) : touch-glob 2002-08-26 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:14:47 NOTICE: (22) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:14:49 NOTICE: (23) : test bisync run with --conflict-resolve=larger --conflict-loser=num --conflict-suffix=apple 2025/06/07 08:14:49 NOTICE: (24) : bisync conflict-resolve=larger conflict-loser=num conflict-suffix=apple 2025/06/07 08:14:51 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:51 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:51 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:51 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:51 INFO : Path1 checking for diffs 2025/06/07 08:14:51 INFO : - Path1 File is new - file1.txt 2025/06/07 08:14:51 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:51 INFO : Path2 checking for diffs 2025/06/07 08:14:51 INFO : - Path2 File is new - file1.txt 2025/06/07 08:14:51 INFO : Path2: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:51 INFO : Applying changes 2025/06/07 08:14:51 INFO : Checking potential conflicts... 2025/06/07 08:14:52 ERROR : file1.txt: md5 differ 2025/06/07 08:14:52 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 differences found 2025/06/07 08:14:52 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 errors while checking 2025/06/07 08:14:52 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:14:52 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:14:52 INFO : file1.txt: Winner cannot be determined as sizes are equal. Path1: 33, Path2: 33, Difference: 0 2025/06/07 08:14:52 INFO : file1.txt: A winner could not be determined. 2025/06/07 08:14:52 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt.apple1 2025/06/07 08:14:52 INFO : file1.txt: Moved (server-side) to: file1.txt.apple1 2025/06/07 08:14:52 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/resolve/path2/file1.txt.apple1 2025/06/07 08:14:52 NOTICE: - Path2 Renaming Path2 copy - /tmp/081130ze/resolve/path2/file1.txt.apple2 2025/06/07 08:14:52 INFO : file1.txt: Moved (server-side) to: file1.txt.apple2 2025/06/07 08:14:52 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt.apple2 2025/06/07 08:14:52 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:14:54 INFO : file1.txt.apple2: Copied (new) 2025/06/07 08:14:54 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:14:54 INFO : file1.txt.apple1: Copied (new) 2025/06/07 08:14:54 INFO : Updating listings 2025/06/07 08:14:54 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:54 INFO : Bisync successful 2025/06/07 08:14:54 NOTICE: (25) : test different suffixes 2025/06/07 08:14:54 NOTICE: (26) : touch-glob 2003-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:14:54 NOTICE: (27) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:14:54 NOTICE: (28) : touch-glob 2003-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:14:54 NOTICE: (29) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:14:57 NOTICE: (30) : test bisync run with --conflict-resolve=older --conflict-loser=num --conflict-suffix=cloud,local 2025/06/07 08:14:57 NOTICE: (31) : bisync conflict-resolve=older conflict-loser=num conflict-suffix=cloud,local 2025/06/07 08:14:59 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:14:59 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:14:59 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:14:59 INFO : Building Path1 and Path2 listings 2025/06/07 08:14:59 INFO : Path1 checking for diffs 2025/06/07 08:14:59 INFO : - Path1 File is new - file1.txt 2025/06/07 08:14:59 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:59 INFO : Path2 checking for diffs 2025/06/07 08:14:59 INFO : - Path2 File is new - file1.txt 2025/06/07 08:14:59 INFO : Path2: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:14:59 INFO : Applying changes 2025/06/07 08:14:59 INFO : Checking potential conflicts... 2025/06/07 08:15:00 ERROR : file1.txt: md5 differ 2025/06/07 08:15:00 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 differences found 2025/06/07 08:15:00 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 errors while checking 2025/06/07 08:15:00 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:15:00 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:15:00 INFO : file1.txt: Winner cannot be determined as times are equal. Path1: 2003-07-23 00:00:00 +0000 UTC, Path2: 2003-07-23 00:00:00 +0000 UTC, Difference: 0s 2025/06/07 08:15:00 INFO : file1.txt: A winner could not be determined. 2025/06/07 08:15:00 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt.cloud1 2025/06/07 08:15:00 INFO : file1.txt: Moved (server-side) to: file1.txt.cloud1 2025/06/07 08:15:00 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/resolve/path2/file1.txt.cloud1 2025/06/07 08:15:00 NOTICE: - Path2 Renaming Path2 copy - /tmp/081130ze/resolve/path2/file1.txt.local1 2025/06/07 08:15:00 INFO : file1.txt: Moved (server-side) to: file1.txt.local1 2025/06/07 08:15:00 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt.local1 2025/06/07 08:15:00 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:15:02 INFO : file1.txt.local1: Copied (new) 2025/06/07 08:15:02 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:15:02 INFO : file1.txt.cloud1: Copied (new) 2025/06/07 08:15:02 INFO : Updating listings 2025/06/07 08:15:02 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:15:02 INFO : Bisync successful 2025/06/07 08:15:02 NOTICE: (32) : test legacy 2025/06/07 08:15:02 NOTICE: (33) : touch-glob 2004-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:15:02 NOTICE: (34) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:15:02 NOTICE: (35) : touch-glob 2004-07-23 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:15:02 NOTICE: (36) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:15:05 NOTICE: (37) : test bisync run with --conflict-resolve=none --conflict-loser=pathname --conflict-suffix=.path 2025/06/07 08:15:05 NOTICE: (38) : bisync conflict-resolve=none conflict-loser=pathname conflict-suffix=.path 2025/06/07 08:15:07 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:15:07 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:15:07 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:15:07 INFO : Building Path1 and Path2 listings 2025/06/07 08:15:08 INFO : Path1 checking for diffs 2025/06/07 08:15:08 INFO : - Path1 File is new - file1.txt 2025/06/07 08:15:08 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:15:08 INFO : Path2 checking for diffs 2025/06/07 08:15:08 INFO : - Path2 File is new - file1.txt 2025/06/07 08:15:08 INFO : Path2: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:15:08 INFO : Applying changes 2025/06/07 08:15:08 INFO : Checking potential conflicts... 2025/06/07 08:15:08 ERROR : file1.txt: md5 differ 2025/06/07 08:15:08 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 differences found 2025/06/07 08:15:08 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 1 errors while checking 2025/06/07 08:15:08 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:15:08 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:15:08 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt..path1 2025/06/07 08:15:08 INFO : file1.txt: Moved (server-side) to: file1.txt..path1 2025/06/07 08:15:08 NOTICE: - Path1 Queue copy to Path2 - /tmp/081130ze/resolve/path2/file1.txt..path1 2025/06/07 08:15:08 NOTICE: - Path2 Renaming Path2 copy - /tmp/081130ze/resolve/path2/file1.txt..path2 2025/06/07 08:15:08 INFO : file1.txt: Moved (server-side) to: file1.txt..path2 2025/06/07 08:15:08 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file1.txt..path2 2025/06/07 08:15:08 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:15:10 INFO : file1.txt..path2: Copied (new) 2025/06/07 08:15:10 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:15:10 INFO : file1.txt..path1: Copied (new) 2025/06/07 08:15:10 INFO : Updating listings 2025/06/07 08:15:10 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:15:10 INFO : Bisync successful 2025/06/07 08:15:10 NOTICE: (39) : test deletes on both sides with default suffix 2025/06/07 08:15:10 NOTICE: (40) : touch-glob 2005-01-02 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1R.txt 2025/06/07 08:15:10 NOTICE: (41) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt /tmp/081130ze/resolve/path2/ file1.txt 2025/06/07 08:15:10 NOTICE: (42) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1R.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file2.txt 2025/06/07 08:15:13 NOTICE: (43) : touch-glob 2006-03-04 /tmp/081130ze/datadir/test_resolve-hoyunob0/ file1L.txt 2025/06/07 08:15:13 NOTICE: (44) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/ file1.txt 2025/06/07 08:15:16 NOTICE: (45) : copy-as /tmp/081130ze/datadir/test_resolve-hoyunob0/file1L.txt /tmp/081130ze/resolve/path2/ file2.txt 2025/06/07 08:15:16 NOTICE: (46) : test bisync run with --conflict-resolve=newer --conflict-loser=delete 2025/06/07 08:15:16 NOTICE: (47) : bisync conflict-resolve=newer conflict-loser=delete 2025/06/07 08:15:18 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:15:18 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:15:18 INFO : Synching Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" with Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:15:18 INFO : Building Path1 and Path2 listings 2025/06/07 08:15:18 INFO : Path1 checking for diffs 2025/06/07 08:15:18 INFO : - Path1 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:15:18 INFO : - Path1 File is new - file1.txt 2025/06/07 08:15:18 INFO : Path1: 2 changes:  1 new,  1 modified,  0 deleted 2025/06/07 08:15:18 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:15:18 INFO : Path2 checking for diffs 2025/06/07 08:15:18 INFO : - Path2 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:15:18 INFO : - Path2 File is new - file1.txt 2025/06/07 08:15:18 INFO : Path2: 2 changes:  1 new,  1 modified,  0 deleted 2025/06/07 08:15:18 INFO : (Modified:  1 newer,  0 older,  1 larger,  0 smaller) 2025/06/07 08:15:18 INFO : Applying changes 2025/06/07 08:15:18 INFO : Checking potential conflicts... 2025/06/07 08:15:18 ERROR : file1.txt: md5 differ 2025/06/07 08:15:18 ERROR : file2.txt: md5 differ 2025/06/07 08:15:18 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 2 differences found 2025/06/07 08:15:18 NOTICE: Local file system at /tmp/081130ze/resolve/path2: 2 errors while checking 2025/06/07 08:15:18 INFO : Finished checking the potential conflicts. 2 differences found 2025/06/07 08:15:18 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:15:18 INFO : file1.txt: Path1 is newer. Path1: 2006-03-04 00:00:00 +0000 UTC, Path2: 2005-01-02 00:00:00 +0000 UTC, Difference: 10224h0m0s 2025/06/07 08:15:18 INFO : file1.txt: The winner is: Path1 2025/06/07 08:15:18 NOTICE: - Path2 Deleting Path2 copy - /tmp/081130ze/resolve/path2/file1.txt 2025/06/07 08:15:18 INFO : file1.txt: Deleted 2025/06/07 08:15:18 INFO : - Path1 Queue copy to Path2 - file1.txt 2025/06/07 08:15:18 NOTICE: - WARNING New or changed in both paths - file2.txt 2025/06/07 08:15:18 INFO : file2.txt: Path2 is newer. Path1: 2005-01-02 00:00:00 +0000 UTC, Path2: 2006-03-04 00:00:00 +0000 UTC, Difference: 10224h0m0s 2025/06/07 08:15:18 INFO : file2.txt: The winner is: Path2 2025/06/07 08:15:18 NOTICE: - Path1 Deleting Path1 copy - TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/file2.txt 2025/06/07 08:15:18 INFO : file2.txt: Deleted 2025/06/07 08:15:18 INFO : - Path2 Queue copy to Path1 - file2.txt 2025/06/07 08:15:18 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:15:20 INFO : file2.txt: Copied (new) 2025/06/07 08:15:20 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:15:20 INFO : file1.txt: Copied (new) 2025/06/07 08:15:20 INFO : Updating listings 2025/06/07 08:15:21 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-doworeg1riwu/081130ze/resolve/path1/" vs Path2 "/tmp/081130ze/resolve/path2/" 2025/06/07 08:15:21 INFO : Bisync successful bisync_test.go:560: TEST resolve PASSED --- FAIL: TestBisyncRemoteLocal (233.04s) --- PASS: TestBisyncRemoteLocal/basic (19.66s) --- PASS: TestBisyncRemoteLocal/createemptysrcdirs (81.26s) --- PASS: TestBisyncRemoteLocal/dry_run (35.91s) --- FAIL: TestBisyncRemoteLocal/filtersfile_checks (24.08s) --- FAIL: TestBisyncRemoteLocal/max_delete_path2_force (15.88s) --- PASS: TestBisyncRemoteLocal/resolve (54.53s) === RUN TestBisyncLocalRemote 2025/06/07 08:15:23 NOTICE: remote: TestOpenDrive:rclone-test-sapepob3gori === RUN TestBisyncLocalRemote/equal 2025/06/07 08:15:26 ERROR : error listing: directory not found 2025/06/07 08:15:27 ERROR : error listing: directory not found 2025/06/07 08:15:27 NOTICE: checking initFs Local file system at /tmp/081523bi/initdir/test_equal-tasipos9 2025/06/07 08:15:27 NOTICE: checking Path1 Local file system at /tmp/081523bi/equal/path1 2025/06/07 08:15:30 NOTICE: checking path2 OpenDrive root 'rclone-test-sapepob3gori/081523bi/equal/path2' 2025/06/07 08:15:30 NOTICE: (01) : test equal 2025/06/07 08:15:30 NOTICE: (02) : test initial bisync 2025/06/07 08:15:30 NOTICE: (03) : bisync resync 2025/06/07 08:15:32 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:15:32 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:15:32 INFO : Synching Path1 "/tmp/081523bi/equal/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/" 2025/06/07 08:15:32 INFO : Copying Path2 files to Path1 2025/06/07 08:15:32 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:15:32 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:15:32 INFO : Resync updating listings 2025/06/07 08:15:32 INFO : Validating listings for Path1 "/tmp/081523bi/equal/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/" 2025/06/07 08:15:32 INFO : Bisync successful 2025/06/07 08:15:32 NOTICE: (04) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:15:32 NOTICE: (05) : touch-glob 2001-01-02 /tmp/081523bi/datadir/test_equal-sewojef1/ file1R.txt 2025/06/07 08:15:32 NOTICE: (06) : copy-as /tmp/081523bi/datadir/test_equal-sewojef1/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/ file1.txt 2025/06/07 08:15:35 NOTICE: (07) : touch-glob 2001-03-04 /tmp/081523bi/datadir/test_equal-sewojef1/ file1L.txt 2025/06/07 08:15:35 NOTICE: (08) : copy-as /tmp/081523bi/datadir/test_equal-sewojef1/file1L.txt /tmp/081523bi/equal/path1/ file1.txt 2025/06/07 08:15:35 NOTICE: (09) : test changed on both paths and identical - file2 2025/06/07 08:15:35 NOTICE: (10) : touch-glob 2001-01-02 /tmp/081523bi/datadir/test_equal-sewojef1/ file2.txt 2025/06/07 08:15:35 NOTICE: (11) : copy-as /tmp/081523bi/datadir/test_equal-sewojef1/file2.txt /tmp/081523bi/equal/path1/ file2.txt 2025/06/07 08:15:35 NOTICE: (12) : copy-as /tmp/081523bi/datadir/test_equal-sewojef1/file2.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/ file2.txt 2025/06/07 08:15:37 NOTICE: (13) : test bisync run 2025/06/07 08:15:37 NOTICE: (14) : bisync 2025/06/07 08:15:39 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:15:39 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:15:39 INFO : Synching Path1 "/tmp/081523bi/equal/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/" 2025/06/07 08:15:39 INFO : Building Path1 and Path2 listings 2025/06/07 08:15:39 INFO : Path1 checking for diffs 2025/06/07 08:15:39 INFO : - Path1 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:15:39 INFO : - Path1 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:15:39 INFO : Path1: 2 changes:  0 new,  2 modified,  0 deleted 2025/06/07 08:15:39 INFO : (Modified:  2 newer,  0 older,  2 larger,  0 smaller) 2025/06/07 08:15:39 INFO : Path2 checking for diffs 2025/06/07 08:15:39 INFO : - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:15:39 INFO : - Path2 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:15:39 INFO : Path2: 2 changes:  0 new,  2 modified,  0 deleted 2025/06/07 08:15:39 INFO : (Modified:  2 newer,  0 older,  2 larger,  0 smaller) 2025/06/07 08:15:39 INFO : Applying changes 2025/06/07 08:15:39 INFO : Checking potential conflicts... 2025/06/07 08:15:40 ERROR : file1.txt: md5 differ 2025/06/07 08:15:40 NOTICE: OpenDrive root 'rclone-test-sapepob3gori/081523bi/equal/path2': 1 differences found 2025/06/07 08:15:40 NOTICE: OpenDrive root 'rclone-test-sapepob3gori/081523bi/equal/path2': 1 errors while checking 2025/06/07 08:15:40 NOTICE: OpenDrive root 'rclone-test-sapepob3gori/081523bi/equal/path2': 1 matching files 2025/06/07 08:15:40 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:15:40 NOTICE: - WARNING New or changed in both paths - file1.txt 2025/06/07 08:15:40 NOTICE: - Path1 Renaming Path1 copy - /tmp/081523bi/equal/path1/file1.txt.conflict1 2025/06/07 08:15:40 INFO : file1.txt: Moved (server-side) to: file1.txt.conflict1 2025/06/07 08:15:40 NOTICE: - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/file1.txt.conflict1 2025/06/07 08:15:40 NOTICE: - Path2 Renaming Path2 copy - TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/file1.txt.conflict2 2025/06/07 08:15:40 INFO : file1.txt: Moved (server-side) to: file1.txt.conflict2 2025/06/07 08:15:40 NOTICE: - Path2 Queue copy to Path1 - /tmp/081523bi/equal/path1/file1.txt.conflict2 2025/06/07 08:15:40 NOTICE: - WARNING New or changed in both paths - file2.txt 2025/06/07 08:15:40 INFO : Files are equal! Skipping: file2.txt 2025/06/07 08:15:40 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:15:41 INFO : file1.txt.conflict2: Copied (new) 2025/06/07 08:15:41 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:15:43 INFO : file1.txt.conflict1: Copied (new) 2025/06/07 08:15:43 INFO : Updating listings 2025/06/07 08:15:43 INFO : Validating listings for Path1 "/tmp/081523bi/equal/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/equal/path2/" 2025/06/07 08:15:43 INFO : Bisync successful bisync_test.go:560: TEST equal PASSED === RUN TestBisyncLocalRemote/rclone_args 2025/06/07 08:15:45 ERROR : error listing: directory not found 2025/06/07 08:15:45 ERROR : error listing: directory not found 2025/06/07 08:15:45 NOTICE: checking initFs Local file system at /tmp/081523bi/initdir/test_rclone_args-wanaquq9 2025/06/07 08:15:45 NOTICE: checking Path1 Local file system at /tmp/081523bi/rclone_args/path1 2025/06/07 08:15:50 NOTICE: checking path2 OpenDrive root 'rclone-test-sapepob3gori/081523bi/rclone_args/path2' 2025/06/07 08:15:50 NOTICE: (01) : test rclone-args 2025/06/07 08:15:50 NOTICE: (02) : touch-glob 2001-01-02 /tmp/081523bi/datadir/test_rclone_args-siluvun6/ * 2025/06/07 08:15:50 NOTICE: (03) : test initial bisync 2025/06/07 08:15:50 NOTICE: (04) : bisync resync checksum 2025/06/07 08:15:52 INFO : Bisyncing with Comparison Settings: { "Modtime": false, "Size": true, "Checksum": true, "HashType1": 1, "HashType2": 1, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": true } 2025/06/07 08:15:52 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:15:52 INFO : Copying Path2 files to Path1 2025/06/07 08:15:52 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:15:52 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:15:53 INFO : Resync updating listings 2025/06/07 08:15:53 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:15:53 INFO : Bisync successful 2025/06/07 08:15:53 NOTICE: (05) : test place newer files on both paths 2025/06/07 08:15:53 NOTICE: (06) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file1.txt /tmp/081523bi/rclone_args/path1/ 2025/06/07 08:15:53 NOTICE: (07) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file2.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ 2025/06/07 08:15:55 NOTICE: (08) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file20.txt /tmp/081523bi/rclone_args/path1/subdir 2025/06/07 08:15:55 NOTICE: (09) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file21.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir 2025/06/07 08:15:58 NOTICE: (10) : touch-glob 2001-01-02 /tmp/081523bi/rclone_args/path1/ file1.txt 2025/06/07 08:15:58 NOTICE: (11) : touch-glob 2001-01-02 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file2.txt 2025/06/07 08:15:59 NOTICE: (12) : touch-glob 2001-01-02 /tmp/081523bi/rclone_args/path1/subdir/ file20.txt 2025/06/07 08:15:59 NOTICE: (13) : touch-glob 2001-01-02 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir/ file21.txt 2025/06/07 08:16:01 NOTICE: (14) : test run bisync with custom options 2025/06/07 08:16:01 NOTICE: (15) : bisync checksum 2025/06/07 08:16:03 INFO : Bisyncing with Comparison Settings: { "Modtime": false, "Size": true, "Checksum": true, "HashType1": 1, "HashType2": 1, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": true } 2025/06/07 08:16:03 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:03 INFO : Building Path1 and Path2 listings 2025/06/07 08:16:03 INFO : Path1 checking for diffs 2025/06/07 08:16:03 INFO : - Path1 File changed: hash - file1.txt 2025/06/07 08:16:03 INFO : Path1: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:16:03 INFO : (Modified:  1 hash differs) 2025/06/07 08:16:03 INFO : Path2 checking for diffs 2025/06/07 08:16:03 INFO : - Path2 File changed: size (larger), hash - file2.txt 2025/06/07 08:16:03 INFO : Path2: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:16:03 INFO : (Modified:  1 larger,  0 smaller,  1 hash differs) 2025/06/07 08:16:03 INFO : Applying changes 2025/06/07 08:16:03 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/file1.txt 2025/06/07 08:16:03 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/file2.txt 2025/06/07 08:16:03 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:16:04 INFO : file2.txt: Copied (replaced existing) 2025/06/07 08:16:04 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:16:05 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:16:05 INFO : Updating listings 2025/06/07 08:16:05 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:05 INFO : Bisync successful 2025/06/07 08:16:05 NOTICE: (16) : touch-glob 2007-07-23 /tmp/081523bi/datadir/test_rclone_args-siluvun6/ * 2025/06/07 08:16:05 NOTICE: (17) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file1.txt /tmp/081523bi/rclone_args/path1/ 2025/06/07 08:16:05 NOTICE: (18) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file2.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ 2025/06/07 08:16:07 NOTICE: (19) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file20.txt /tmp/081523bi/rclone_args/path1/subdir 2025/06/07 08:16:07 NOTICE: (20) : copy-as /tmp/081523bi/datadir/test_rclone_args-siluvun6/file21.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file1.txt 2025/06/07 08:16:09 NOTICE: (21) : touch-glob 2007-07-23 /tmp/081523bi/rclone_args/path1/ file1.txt 2025/06/07 08:16:09 NOTICE: (22) : touch-glob 2007-07-23 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file2.txt 2025/06/07 08:16:10 NOTICE: (23) : touch-glob 2007-07-23 /tmp/081523bi/rclone_args/path1/subdir/ file20.txt 2025/06/07 08:16:10 NOTICE: (24) : touch-glob 2007-07-23 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir/ file21.txt 2025/06/07 08:16:10 NOTICE: (25) : bisync size-only 2025/06/07 08:16:12 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:16:12 INFO : Bisyncing with Comparison Settings: { "Modtime": false, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:16:12 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:12 INFO : Building Path1 and Path2 listings 2025/06/07 08:16:12 INFO : Path1 checking for diffs 2025/06/07 08:16:12 INFO : Path2 checking for diffs 2025/06/07 08:16:12 INFO : - Path2 File changed: size (smaller) - file1.txt 2025/06/07 08:16:12 INFO : Path2: 1 changes:  0 new,  1 modified,  0 deleted 2025/06/07 08:16:12 INFO : (Modified:  0 larger,  1 smaller) 2025/06/07 08:16:12 INFO : Applying changes 2025/06/07 08:16:12 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/file1.txt 2025/06/07 08:16:12 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:16:13 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:16:13 INFO : Updating listings 2025/06/07 08:16:13 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:13 INFO : Bisync successful 2025/06/07 08:16:13 NOTICE: (26) : bisync resync 2025/06/07 08:16:15 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:16:15 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:16:15 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:15 INFO : Copying Path2 files to Path1 2025/06/07 08:16:15 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:16:15 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:16:15 INFO : file2.txt: Updated modification time in destination 2025/06/07 08:16:16 INFO : subdir/file20.txt: Updated modification time in destination 2025/06/07 08:16:16 INFO : subdir/file21.txt: Updated modification time in destination 2025/06/07 08:16:16 INFO : Resync updating listings 2025/06/07 08:16:16 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:16 INFO : Bisync successful 2025/06/07 08:16:16 NOTICE: (27) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file1.txt /tmp/081523bi/rclone_args/path1/ 2025/06/07 08:16:16 NOTICE: (28) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file2.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ 2025/06/07 08:16:18 NOTICE: (29) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file20.txt /tmp/081523bi/rclone_args/path1/subdir 2025/06/07 08:16:18 NOTICE: (30) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file21.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir 2025/06/07 08:16:20 NOTICE: (31) : touch-glob 2007-07-23 /tmp/081523bi/rclone_args/path1/ file1.txt 2025/06/07 08:16:20 NOTICE: (32) : touch-glob 2007-07-23 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file2.txt 2025/06/07 08:16:21 NOTICE: (33) : touch-glob 2007-07-23 /tmp/081523bi/rclone_args/path1/subdir/ file20.txt 2025/06/07 08:16:21 NOTICE: (34) : touch-glob 2007-07-23 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir/ file21.txt 2025/06/07 08:16:21 NOTICE: (35) : bisync ignore-size 2025/06/07 08:16:23 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:16:23 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": false, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:16:23 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:23 INFO : Building Path1 and Path2 listings 2025/06/07 08:16:23 INFO : Path1 checking for diffs 2025/06/07 08:16:23 INFO : Path2 checking for diffs 2025/06/07 08:16:23 INFO : - Path2 File changed: time (newer) - file2.txt 2025/06/07 08:16:23 INFO : - Path2 File changed: time (newer) - subdir/file21.txt 2025/06/07 08:16:23 INFO : Path2: 2 changes:  0 new,  2 modified,  0 deleted 2025/06/07 08:16:23 INFO : (Modified:  2 newer,  0 older) 2025/06/07 08:16:23 INFO : Applying changes 2025/06/07 08:16:23 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/file2.txt 2025/06/07 08:16:23 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/subdir/file21.txt 2025/06/07 08:16:23 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:16:24 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:16:24 INFO : file2.txt: Updated modification time in destination 2025/06/07 08:16:24 INFO : subdir/file21.txt: Updated modification time in destination 2025/06/07 08:16:24 INFO : Updating listings 2025/06/07 08:16:24 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:24 INFO : Bisync successful 2025/06/07 08:16:24 NOTICE: (36) : bisync resync compare-all 2025/06/07 08:16:26 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": true, "HashType1": 1, "HashType2": 1, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": true } 2025/06/07 08:16:26 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:26 INFO : Copying Path2 files to Path1 2025/06/07 08:16:26 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:16:26 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:16:27 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:16:27 INFO : Resync updating listings 2025/06/07 08:16:27 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:27 INFO : Bisync successful 2025/06/07 08:16:27 NOTICE: (37) : copy-as /tmp/081523bi/datadir/test_rclone_args-siluvun6/file21.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file2.txt 2025/06/07 08:16:30 NOTICE: (38) : touch-glob 2023-08-26 /tmp/081523bi/datadir/test_rclone_args-siluvun6/ * 2025/06/07 08:16:30 NOTICE: (39) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file1.txt /tmp/081523bi/rclone_args/path1/ 2025/06/07 08:16:30 NOTICE: (40) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file20.txt /tmp/081523bi/rclone_args/path1/subdir 2025/06/07 08:16:30 NOTICE: (41) : copy-file /tmp/081523bi/datadir/test_rclone_args-siluvun6/file21.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir 2025/06/07 08:16:32 NOTICE: (42) : touch-glob 2007-07-23 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/ file2.txt 2025/06/07 08:16:32 NOTICE: (43) : touch-glob 2023-08-26 /tmp/081523bi/rclone_args/path1/ file1.txt 2025/06/07 08:16:32 NOTICE: (44) : touch-glob 2023-08-26 /tmp/081523bi/rclone_args/path1/subdir/ file20.txt 2025/06/07 08:16:32 NOTICE: (45) : touch-glob 2023-08-26 TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir/ file21.txt 2025/06/07 08:16:33 NOTICE: (46) : bisync compare-all 2025/06/07 08:16:35 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": true, "HashType1": 1, "HashType2": 1, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": true } 2025/06/07 08:16:35 INFO : Synching Path1 "/tmp/081523bi/rclone_args/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:35 INFO : Building Path1 and Path2 listings 2025/06/07 08:16:35 INFO : Path1 checking for diffs 2025/06/07 08:16:35 INFO : - Path1 File changed: time (newer) - file1.txt 2025/06/07 08:16:35 INFO : - Path1 File changed: time (newer) - subdir/file20.txt 2025/06/07 08:16:35 INFO : Path1: 2 changes:  0 new,  2 modified,  0 deleted 2025/06/07 08:16:35 INFO : (Modified:  2 newer,  0 older) 2025/06/07 08:16:35 INFO : Path2 checking for diffs 2025/06/07 08:16:35 INFO : - Path2 File changed: size (smaller), hash - file2.txt 2025/06/07 08:16:35 INFO : - Path2 File changed: time (newer) - subdir/file21.txt 2025/06/07 08:16:35 INFO : Path2: 2 changes:  0 new,  2 modified,  0 deleted 2025/06/07 08:16:35 INFO : (Modified:  1 newer,  0 older,  0 larger,  1 smaller,  1 hash differs) 2025/06/07 08:16:35 INFO : Applying changes 2025/06/07 08:16:35 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/file1.txt 2025/06/07 08:16:35 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/subdir/file20.txt 2025/06/07 08:16:35 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/file2.txt 2025/06/07 08:16:35 INFO : - Path2 Queue copy to Path1 - /tmp/081523bi/rclone_args/path1/subdir/file21.txt 2025/06/07 08:16:35 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:16:35 INFO : subdir: Set directory modification time (using SetModTime) 2025/06/07 08:16:35 INFO : subdir/file21.txt: Updated modification time in destination 2025/06/07 08:16:35 INFO : file2.txt: Copied (replaced existing) 2025/06/07 08:16:35 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:16:36 INFO : file1.txt: Updated modification time in destination 2025/06/07 08:16:36 INFO : subdir/file20.txt: Updated modification time in destination 2025/06/07 08:16:36 INFO : Updating listings 2025/06/07 08:16:36 INFO : Validating listings for Path1 "/tmp/081523bi/rclone_args/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/rclone_args/path2/" 2025/06/07 08:16:36 INFO : Bisync successful bisync_test.go:560: TEST rclone_args PASSED === RUN TestBisyncLocalRemote/resync_modes 2025/06/07 08:16:38 ERROR : error listing: directory not found 2025/06/07 08:16:38 ERROR : error listing: directory not found 2025/06/07 08:16:38 NOTICE: checking initFs Local file system at /tmp/081523bi/initdir/test_resync_modes-mipumuz8 2025/06/07 08:16:38 NOTICE: checking Path1 Local file system at /tmp/081523bi/resync_modes/path1 2025/06/07 08:16:42 NOTICE: checking path2 OpenDrive root 'rclone-test-sapepob3gori/081523bi/resync_modes/path2' fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure 2025/06/07 08:16:50 NOTICE: (01) : test resync-mode 2025/06/07 08:16:50 NOTICE: (02) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:16:50 NOTICE: (03) : touch-glob 2001-01-02 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:16:50 NOTICE: (04) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:16:52 NOTICE: (05) : touch-glob 2001-03-04 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:16:52 NOTICE: (06) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:16:52 NOTICE: (07) : test bisync run with --resync-mode=newer 2025/06/07 08:16:52 NOTICE: (08) : bisync resync resync-mode=newer 2025/06/07 08:16:54 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:16:54 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:16:54 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:16:54 INFO : Copying Path2 files to Path1 2025/06/07 08:16:54 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:16:54 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:16:56 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:16:56 INFO : Resync updating listings 2025/06/07 08:16:56 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:16:56 INFO : Bisync successful 2025/06/07 08:16:56 NOTICE: (09) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:16:56 NOTICE: (10) : touch-glob 2001-07-23 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:16:56 NOTICE: (11) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:16:58 NOTICE: (12) : touch-glob 2001-08-26 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:16:58 NOTICE: (13) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:16:58 NOTICE: (14) : test bisync run with --resync-mode=path2 2025/06/07 08:16:58 NOTICE: (15) : bisync resync resync-mode=path2 2025/06/07 08:17:00 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:00 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:00 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:00 INFO : Copying Path2 files to Path1 2025/06/07 08:17:00 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:00 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:00 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:01 INFO : Resync updating listings 2025/06/07 08:17:01 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:01 INFO : Bisync successful 2025/06/07 08:17:01 NOTICE: (16) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:17:01 NOTICE: (17) : touch-glob 2002-07-23 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:17:01 NOTICE: (18) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:17:03 NOTICE: (19) : touch-glob 2002-08-26 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:17:03 NOTICE: (20) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:17:03 NOTICE: (21) : test bisync run with --resync-mode=larger 2025/06/07 08:17:03 NOTICE: (22) : bisync resync resync-mode=larger 2025/06/07 08:17:05 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:05 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:05 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:05 INFO : Copying Path2 files to Path1 2025/06/07 08:17:05 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:05 INFO : file1.txt: Path2 is larger. Path1: 33, Path2: 42, Difference: 9 2025/06/07 08:17:06 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:06 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:06 INFO : Resync updating listings 2025/06/07 08:17:06 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:06 INFO : Bisync successful 2025/06/07 08:17:06 NOTICE: (23) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:17:06 NOTICE: (24) : touch-glob 2003-07-23 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:17:06 NOTICE: (25) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:17:08 NOTICE: (26) : touch-glob 2003-09-04 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:17:08 NOTICE: (27) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:17:08 NOTICE: (28) : test bisync run with --resync-mode=older 2025/06/07 08:17:08 NOTICE: (29) : bisync resync resync-mode=older 2025/06/07 08:17:10 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:10 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:10 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:10 INFO : Copying Path2 files to Path1 2025/06/07 08:17:10 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:11 INFO : file1.txt: Path2 is older. Path1: 2003-09-04 00:00:00 +0000 UTC, Path2: 2003-07-23 00:00:00 +0000 UTC, Difference: 1032h0m0s 2025/06/07 08:17:11 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:11 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:11 INFO : Resync updating listings 2025/06/07 08:17:11 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:11 INFO : Bisync successful 2025/06/07 08:17:11 NOTICE: (30) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:17:11 NOTICE: (31) : touch-glob 2004-07-23 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:17:11 NOTICE: (32) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:17:13 NOTICE: (33) : touch-glob 2004-07-23 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:17:13 NOTICE: (34) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:17:13 NOTICE: (35) : test bisync run with --resync-mode=smaller 2025/06/07 08:17:13 NOTICE: (36) : bisync resync resync-mode=smaller 2025/06/07 08:17:15 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:15 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:15 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:15 INFO : Copying Path2 files to Path1 2025/06/07 08:17:15 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:16 INFO : file1.txt: Path1 is smaller. Path1: 33, Path2: 42, Difference: 9 2025/06/07 08:17:16 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:16 INFO : file1.txt: Path1 is smaller. Path1: 33, Path2: 42, Difference: 9 2025/06/07 08:17:17 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:17 INFO : Resync updating listings 2025/06/07 08:17:17 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:17 INFO : Bisync successful 2025/06/07 08:17:17 NOTICE: (37) : test changed on both paths and NOT identical - file1 (file1R, file1L) 2025/06/07 08:17:17 NOTICE: (38) : touch-glob 2005-01-02 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:17:17 NOTICE: (39) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:17:19 NOTICE: (40) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt /tmp/081523bi/resync_modes/path1/ file2.txt 2025/06/07 08:17:19 NOTICE: (41) : touch-glob 2006-03-04 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:17:19 NOTICE: (42) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:17:19 NOTICE: (43) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file2.txt 2025/06/07 08:17:22 NOTICE: (44) : test bisync run with --resync-mode=path1 2025/06/07 08:17:22 NOTICE: (45) : bisync resync resync-mode=path1 2025/06/07 08:17:24 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:24 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:24 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:24 INFO : Copying Path2 files to Path1 2025/06/07 08:17:24 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:24 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:25 INFO : file2.txt: Copied (replaced existing) 2025/06/07 08:17:25 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:25 INFO : Resync updating listings 2025/06/07 08:17:25 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:25 INFO : Bisync successful 2025/06/07 08:17:25 NOTICE: (46) : test no winner 2025/06/07 08:17:25 NOTICE: (47) : touch-glob 2022-02-22 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1R.txt 2025/06/07 08:17:25 NOTICE: (48) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file1.txt 2025/06/07 08:17:28 NOTICE: (49) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1R.txt /tmp/081523bi/resync_modes/path1/ file2.txt 2025/06/07 08:17:28 NOTICE: (50) : touch-glob 2022-02-22 /tmp/081523bi/datadir/test_resync_modes-tuhimac8/ file1L.txt 2025/06/07 08:17:28 NOTICE: (51) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt /tmp/081523bi/resync_modes/path1/ file1.txt 2025/06/07 08:17:28 NOTICE: (52) : copy-as /tmp/081523bi/datadir/test_resync_modes-tuhimac8/file1L.txt TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/ file2.txt 2025/06/07 08:17:30 NOTICE: (53) : test bisync run with --resync-mode=newer 2025/06/07 08:17:30 NOTICE: (54) : bisync resync resync-mode=newer 2025/06/07 08:17:32 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:32 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": true, "DownloadHash": false } 2025/06/07 08:17:32 INFO : Synching Path1 "/tmp/081523bi/resync_modes/path1/" with Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:32 INFO : Copying Path2 files to Path1 2025/06/07 08:17:32 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:33 INFO : file1.txt: Copied (replaced existing) 2025/06/07 08:17:33 INFO : file2.txt: Copied (replaced existing) 2025/06/07 08:17:33 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:33 INFO : Resync updating listings 2025/06/07 08:17:33 INFO : Validating listings for Path1 "/tmp/081523bi/resync_modes/path1/" vs Path2 "TestOpenDrive:rclone-test-sapepob3gori/081523bi/resync_modes/path2/" 2025/06/07 08:17:33 INFO : Bisync successful bisync_test.go:560: TEST resync_modes PASSED --- PASS: TestBisyncLocalRemote (132.14s) --- PASS: TestBisyncLocalRemote/equal (20.27s) --- PASS: TestBisyncLocalRemote/rclone_args (53.07s) --- PASS: TestBisyncLocalRemote/resync_modes (57.09s) === RUN TestBisyncRemoteRemote 2025/06/07 08:17:35 NOTICE: remote: TestOpenDrive:rclone-test-tokepav8sazo === RUN TestBisyncRemoteRemote/changes 2025/06/07 08:17:41 ERROR : error listing: directory not found 2025/06/07 08:17:41 ERROR : error listing: directory not found 2025/06/07 08:17:41 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_changes-payalaj7 2025/06/07 08:17:47 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/changes/path1' 2025/06/07 08:17:54 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/changes/path2' 2025/06/07 08:17:54 NOTICE: (01) : test changes 2025/06/07 08:17:54 NOTICE: (02) : test initial bisync 2025/06/07 08:17:54 NOTICE: (03) : bisync resync 2025/06/07 08:17:58 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:17:58 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:17:58 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/" 2025/06/07 08:17:58 INFO : Copying Path2 files to Path1 2025/06/07 08:17:58 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:17:58 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:17:58 INFO : Resync updating listings 2025/06/07 08:17:58 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/" 2025/06/07 08:17:58 INFO : Bisync successful 2025/06/07 08:17:58 NOTICE: (04) : test make modifications on both paths 2025/06/07 08:17:58 NOTICE: (05) : test new on path2 - file10 2025/06/07 08:17:58 NOTICE: (06) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file10.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/ 2025/06/07 08:18:01 NOTICE: (07) : test newer on path2 - file1 2025/06/07 08:18:01 NOTICE: (08) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file1.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/ 2025/06/07 08:18:03 NOTICE: (09) : test new on path1 - file11 2025/06/07 08:18:03 NOTICE: (10) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file11.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/ 2025/06/07 08:18:06 NOTICE: (11) : test newer on path1 - file2 2025/06/07 08:18:06 NOTICE: (12) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file2.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/ 2025/06/07 08:18:09 NOTICE: (13) : test deleted on path2 - file3 2025/06/07 08:18:09 NOTICE: (14) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file3.txt 2025/06/07 08:18:10 NOTICE: (15) : test deleted on path1 - file4 2025/06/07 08:18:10 NOTICE: (16) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file4.txt 2025/06/07 08:18:12 NOTICE: (17) : test deleted on both paths - file8 2025/06/07 08:18:12 NOTICE: (18) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file8.txt 2025/06/07 08:18:12 NOTICE: (19) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file8.txt 2025/06/07 08:18:12 NOTICE: (20) : test changed on both paths - file5 (file5R, file5L) 2025/06/07 08:18:12 NOTICE: (21) : touch-glob 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/ file5R.txt 2025/06/07 08:18:12 NOTICE: (22) : copy-as /tmp/081735de/datadir/test_changes-pujocij7/file5R.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/ file5.txt 2025/06/07 08:18:15 NOTICE: (23) : touch-glob 2001-03-04 /tmp/081735de/datadir/test_changes-pujocij7/ file5L.txt 2025/06/07 08:18:15 NOTICE: (24) : copy-as /tmp/081735de/datadir/test_changes-pujocij7/file5L.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/ file5.txt 2025/06/07 08:18:17 NOTICE: (25) : test newer on path2 and deleted on path1 - file6 2025/06/07 08:18:17 NOTICE: (26) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file6.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/ 2025/06/07 08:18:19 NOTICE: (27) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file6.txt 2025/06/07 08:18:20 NOTICE: (28) : test newer on path1 and deleted on path2 - file7 2025/06/07 08:18:20 NOTICE: (29) : touch-copy 2001-01-02 /tmp/081735de/datadir/test_changes-pujocij7/file7.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/ 2025/06/07 08:18:22 NOTICE: (30) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file7.txt 2025/06/07 08:18:22 NOTICE: (31) : test bisync run 2025/06/07 08:18:22 NOTICE: (32) : bisync 2025/06/07 08:18:26 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:18:26 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:18:26 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/" 2025/06/07 08:18:26 INFO : Building Path1 and Path2 listings 2025/06/07 08:18:27 INFO : Path1 checking for diffs 2025/06/07 08:18:27 INFO : - Path1 File changed: size (larger), time (newer) - file2.txt 2025/06/07 08:18:27 INFO : - Path1 File was deleted - file4.txt 2025/06/07 08:18:27 INFO : - Path1 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:18:27 INFO : - Path1 File was deleted - file6.txt 2025/06/07 08:18:27 INFO : - Path1 File changed: size (larger), time (newer) - file7.txt 2025/06/07 08:18:27 INFO : - Path1 File was deleted - file8.txt 2025/06/07 08:18:27 INFO : - Path1 File is new - file11.txt 2025/06/07 08:18:27 INFO : Path1: 7 changes:  1 new,  3 modified,  3 deleted 2025/06/07 08:18:27 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:18:27 INFO : Path2 checking for diffs 2025/06/07 08:18:27 INFO : - Path2 File changed: size (larger), time (newer) - file1.txt 2025/06/07 08:18:27 INFO : - Path2 File was deleted - file3.txt 2025/06/07 08:18:27 INFO : - Path2 File changed: size (larger), time (newer) - file5.txt 2025/06/07 08:18:27 INFO : - Path2 File changed: size (larger), time (newer) - file6.txt 2025/06/07 08:18:27 INFO : - Path2 File was deleted - file7.txt 2025/06/07 08:18:27 INFO : - Path2 File was deleted - file8.txt 2025/06/07 08:18:27 INFO : - Path2 File is new - file10.txt 2025/06/07 08:18:27 INFO : Path2: 7 changes:  1 new,  3 modified,  3 deleted 2025/06/07 08:18:27 INFO : (Modified:  3 newer,  0 older,  3 larger,  0 smaller) 2025/06/07 08:18:27 INFO : Applying changes 2025/06/07 08:18:27 INFO : Checking potential conflicts... 2025/06/07 08:18:27 ERROR : file5.txt: md5 differ 2025/06/07 08:18:27 NOTICE: OpenDrive root 'rclone-test-tokepav8sazo/081735de/changes/path2': 1 differences found 2025/06/07 08:18:27 NOTICE: OpenDrive root 'rclone-test-tokepav8sazo/081735de/changes/path2': 1 errors while checking 2025/06/07 08:18:27 INFO : Finished checking the potential conflicts. 1 differences found 2025/06/07 08:18:27 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file11.txt 2025/06/07 08:18:27 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file2.txt 2025/06/07 08:18:27 INFO : - Path2 Queue delete - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file4.txt 2025/06/07 08:18:27 NOTICE: - WARNING New or changed in both paths - file5.txt 2025/06/07 08:18:27 NOTICE: - Path1 Renaming Path1 copy - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file5.txt.conflict1 2025/06/07 08:18:27 INFO : file5.txt: Moved (server-side) to: file5.txt.conflict1 2025/06/07 08:18:27 NOTICE: - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file5.txt.conflict1 2025/06/07 08:18:27 NOTICE: - Path2 Renaming Path2 copy - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file5.txt.conflict2 2025/06/07 08:18:28 INFO : file5.txt: Moved (server-side) to: file5.txt.conflict2 2025/06/07 08:18:28 NOTICE: - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file5.txt.conflict2 2025/06/07 08:18:28 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file6.txt 2025/06/07 08:18:28 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/file7.txt 2025/06/07 08:18:28 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file1.txt 2025/06/07 08:18:28 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file10.txt 2025/06/07 08:18:28 INFO : - Path1 Queue delete - TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/file3.txt 2025/06/07 08:18:28 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:18:29 INFO : file10.txt: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file5.txt.conflict2: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file6.txt: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file1.txt: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file3.txt: Deleted 2025/06/07 08:18:29 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:18:29 INFO : file11.txt: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file7.txt: Copied (server-side copy) 2025/06/07 08:18:29 INFO : file5.txt.conflict1: Copied (server-side copy) 2025/06/07 08:18:30 INFO : file2.txt: Copied (server-side copy) 2025/06/07 08:18:30 INFO : file4.txt: Deleted 2025/06/07 08:18:30 INFO : Updating listings 2025/06/07 08:18:30 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/changes/path2/" 2025/06/07 08:18:30 INFO : Bisync successful bisync_test.go:560: TEST changes PASSED === RUN TestBisyncRemoteRemote/check_access 2025/06/07 08:18:35 ERROR : error listing: directory not found 2025/06/07 08:18:35 ERROR : error listing: directory not found 2025/06/07 08:18:35 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_check_access-licoduc8 2025/06/07 08:18:40 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/check_access/path1' 2025/06/07 08:18:45 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/check_access/path2' 2025/06/07 08:18:45 NOTICE: (01) : test check-access 2025/06/07 08:18:45 NOTICE: (02) : test initial bisync 2025/06/07 08:18:45 NOTICE: (03) : bisync resync 2025/06/07 08:18:49 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:18:49 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:18:49 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:18:49 INFO : Copying Path2 files to Path1 2025/06/07 08:18:49 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:18:50 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:18:50 INFO : Resync updating listings 2025/06/07 08:18:50 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:18:50 INFO : Bisync successful 2025/06/07 08:18:50 NOTICE: (04) : test 1. see that check-access passes with the initial setup 2025/06/07 08:18:50 NOTICE: (05) : bisync check-access 2025/06/07 08:18:54 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:18:54 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:18:54 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:18:54 INFO : Building Path1 and Path2 listings 2025/06/07 08:18:54 INFO : Path1 checking for diffs 2025/06/07 08:18:54 INFO : Path2 checking for diffs 2025/06/07 08:18:54 INFO : Checking access health 2025/06/07 08:18:54 INFO : Found 2 matching "RCLONE_TEST" files on both paths 2025/06/07 08:18:54 INFO : No changes found 2025/06/07 08:18:54 INFO : Updating listings 2025/06/07 08:18:54 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:18:54 INFO : Bisync successful 2025/06/07 08:18:54 NOTICE: (06) : test 2. delete the path2 subdir RCLONE_TEST and run sync. should fail critical. 2025/06/07 08:18:54 NOTICE: (07) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/subdir/RCLONE_TEST 2025/06/07 08:18:56 NOTICE: (08) : bisync check-access 2025/06/07 08:19:00 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:00 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:00 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:00 INFO : Building Path1 and Path2 listings 2025/06/07 08:19:01 INFO : Path1 checking for diffs 2025/06/07 08:19:01 INFO : Path2 checking for diffs 2025/06/07 08:19:01 INFO : - Path2 File was deleted - subdir/RCLONE_TEST 2025/06/07 08:19:01 INFO : Path2: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:19:01 INFO : Checking access health 2025/06/07 08:19:01 ERROR : Access test failed: Path1 count 2, Path2 count 1 - RCLONE_TEST 2025/06/07 08:19:01 ERROR : -  Access test failed: Path1 file not found in Path2 - subdir/RCLONE_TEST 2025/06/07 08:19:01 ERROR : Bisync critical error: check file check failed 2025/06/07 08:19:01 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:19:01 NOTICE: Bisync error: bisync aborted 2025/06/07 08:19:01 NOTICE: (09) : copy-listings path2-missing 2025/06/07 08:19:01 NOTICE: (10) : test 3. put the path2 subdir RCLONE_TEST back, resync. 2025/06/07 08:19:01 NOTICE: (11) : copy-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/subdir/RCLONE_TEST TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/ 2025/06/07 08:19:05 NOTICE: (12) : bisync resync 2025/06/07 08:19:09 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:09 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:09 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:09 INFO : Copying Path2 files to Path1 2025/06/07 08:19:09 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:19:09 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:19:10 INFO : subdir/RCLONE_TEST: Copied (server-side copy) 2025/06/07 08:19:10 INFO : Resync updating listings 2025/06/07 08:19:10 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:10 INFO : Bisync successful 2025/06/07 08:19:10 NOTICE: (13) : test 4. run sync with check-access. should pass. 2025/06/07 08:19:10 NOTICE: (14) : bisync check-access 2025/06/07 08:19:14 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:14 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:14 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:14 INFO : Building Path1 and Path2 listings 2025/06/07 08:19:14 INFO : Path1 checking for diffs 2025/06/07 08:19:14 INFO : Path2 checking for diffs 2025/06/07 08:19:14 INFO : Checking access health 2025/06/07 08:19:14 INFO : Found 2 matching "RCLONE_TEST" files on both paths 2025/06/07 08:19:14 INFO : No changes found 2025/06/07 08:19:14 INFO : Updating listings 2025/06/07 08:19:14 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:14 INFO : Bisync successful 2025/06/07 08:19:14 NOTICE: (15) : test 5. delete path1 top level RCLONE_TEST, run sync. should fail critical. 2025/06/07 08:19:14 NOTICE: (16) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/RCLONE_TEST 2025/06/07 08:19:16 NOTICE: (17) : bisync check-access 2025/06/07 08:19:20 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:20 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:20 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:20 INFO : Building Path1 and Path2 listings 2025/06/07 08:19:20 INFO : Path1 checking for diffs 2025/06/07 08:19:20 INFO : - Path1 File was deleted - RCLONE_TEST 2025/06/07 08:19:20 INFO : Path1: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:19:20 INFO : Path2 checking for diffs 2025/06/07 08:19:20 INFO : Checking access health 2025/06/07 08:19:20 ERROR : Access test failed: Path1 count 1, Path2 count 2 - RCLONE_TEST 2025/06/07 08:19:20 ERROR : -  Access test failed: Path2 file not found in Path1 - RCLONE_TEST 2025/06/07 08:19:20 ERROR : Bisync critical error: check file check failed 2025/06/07 08:19:20 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:19:20 NOTICE: Bisync error: bisync aborted 2025/06/07 08:19:20 NOTICE: (18) : copy-listings path1-missing 2025/06/07 08:19:20 NOTICE: (19) : test 6. run again. should fail critical due to missing listings. 2025/06/07 08:19:20 NOTICE: (20) : bisync check-access 2025/06/07 08:19:24 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:24 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:24 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:24 ERROR : Bisync critical error: cannot find prior Path1 or Path2 listings, likely due to critical error on prior run Tip: here are the filenames we were looking for. Do they exist? Path1: /tmp/081735de/workdir/TestOpenDrive_rclone-test-tokepav8sazo_081735de_check_access_path1..TestOpenDrive_rclone-test-tokepav8sazo_081735de_check_access_path2.path1.lst Path2: /tmp/081735de/workdir/TestOpenDrive_rclone-test-tokepav8sazo_081735de_check_access_path1..TestOpenDrive_rclone-test-tokepav8sazo_081735de_check_access_path2.path2.lst Try running this command to inspect the work dir: rclone lsl "/tmp/081735de/workdir" 2025/06/07 08:19:24 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:19:24 NOTICE: Bisync error: bisync aborted 2025/06/07 08:19:24 NOTICE: (21) : move-listings missing-listings 2025/06/07 08:19:24 NOTICE: (22) : test 7. run resync, which will copy the path2 top level back to path1. 2025/06/07 08:19:24 NOTICE: (23) : bisync resync 2025/06/07 08:19:29 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:29 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:29 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:29 INFO : Copying Path2 files to Path1 2025/06/07 08:19:29 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:19:29 INFO : RCLONE_TEST: Copied (server-side copy) 2025/06/07 08:19:29 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:19:29 INFO : Resync updating listings 2025/06/07 08:19:29 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:29 INFO : Bisync successful 2025/06/07 08:19:29 NOTICE: (24) : test 8. run sync with --check-access. should pass. 2025/06/07 08:19:29 NOTICE: (25) : bisync check-access 2025/06/07 08:19:33 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:19:33 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:19:33 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:33 INFO : Building Path1 and Path2 listings 2025/06/07 08:19:34 INFO : Path1 checking for diffs 2025/06/07 08:19:34 INFO : Path2 checking for diffs 2025/06/07 08:19:34 INFO : Checking access health 2025/06/07 08:19:34 INFO : Found 2 matching "RCLONE_TEST" files on both paths 2025/06/07 08:19:34 INFO : No changes found 2025/06/07 08:19:34 INFO : Updating listings 2025/06/07 08:19:34 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access/path2/" 2025/06/07 08:19:34 INFO : Bisync successful bisync_test.go:560: TEST check_access PASSED === RUN TestBisyncRemoteRemote/check_access_filters 2025/06/07 08:19:38 ERROR : error listing: directory not found 2025/06/07 08:19:38 ERROR : error listing: directory not found 2025/06/07 08:19:38 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_check_access_filters-mulicoh2 2025/06/07 08:19:50 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/check_access_filters/path1' bisync_test.go:1943: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:1943 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:461 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bisync_test.go:358 Error: Received unexpected error: failed to get folder list: Directory doesn't exist (Error 404) Test: TestBisyncRemoteRemote/check_access_filters Messages: setting up path2 2025/06/07 08:20:01 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/check_access_filters/path2' 2025/06/07 08:20:02 NOTICE: (01) : test check-access-filters 2025/06/07 08:20:02 NOTICE: (02) : test EXCLUDE - OTHER TESTS 2025/06/07 08:20:02 NOTICE: (03) : copy-file /tmp/081735de/datadir/test_check_access_filters-mudamid0/exclude-other-filtersfile.txt /tmp/081735de/workdir/ 2025/06/07 08:20:02 NOTICE: (04) : test resync to get the filters file md5 built. 2025/06/07 08:20:02 NOTICE: (05) : bisync resync filters-file=/tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:06 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:06 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:06 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:06 INFO : Using filters file /tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:06 INFO : Storing filters file hash to /tmp/081735de/workdir/exclude-other-filtersfile.txt.md5 2025/06/07 08:20:06 INFO : Copying Path2 files to Path1 2025/06/07 08:20:06 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:20:06 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:20:07 INFO : Resync updating listings 2025/06/07 08:20:07 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:07 INFO : Bisync successful 2025/06/07 08:20:07 NOTICE: (06) : test EXCLUDE - test filters for check access 2025/06/07 08:20:07 NOTICE: (07) : bisync check-access filters-file=/tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:11 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:11 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:11 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:11 INFO : Using filters file /tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:11 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:11 INFO : Path1 checking for diffs 2025/06/07 08:20:11 INFO : Path2 checking for diffs 2025/06/07 08:20:11 INFO : Checking access health 2025/06/07 08:20:11 INFO : Found 3 matching "RCLONE_TEST" files on both paths 2025/06/07 08:20:11 INFO : No changes found 2025/06/07 08:20:11 INFO : Updating listings 2025/06/07 08:20:11 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:11 INFO : Bisync successful 2025/06/07 08:20:11 NOTICE: (08) : copy-listings exclude-initial 2025/06/07 08:20:11 NOTICE: (09) : test EXCLUDE - delete RCLONE_TEST files in excluded directories 2025/06/07 08:20:11 NOTICE: (10) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/subdir/subdirA/RCLONE_TEST 2025/06/07 08:20:13 NOTICE: (11) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdir-not/RCLONE_TEST 2025/06/07 08:20:14 NOTICE: (12) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/subdir-not/subdir-not2/RCLONE_TEST 2025/06/07 08:20:16 NOTICE: (13) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdirX/RCLONE_TEST 2025/06/07 08:20:18 NOTICE: (14) : test EXCLUDE - test should PASS 2025/06/07 08:20:18 NOTICE: (15) : bisync check-access filters-file=/tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:22 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:22 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:22 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:22 INFO : Using filters file /tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:22 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:23 INFO : Path1 checking for diffs 2025/06/07 08:20:23 INFO : Path2 checking for diffs 2025/06/07 08:20:23 INFO : Checking access health 2025/06/07 08:20:23 INFO : Found 3 matching "RCLONE_TEST" files on both paths 2025/06/07 08:20:23 INFO : No changes found 2025/06/07 08:20:23 INFO : Updating listings 2025/06/07 08:20:23 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:23 INFO : Bisync successful 2025/06/07 08:20:23 NOTICE: (16) : copy-listings exclude-pass-run 2025/06/07 08:20:23 NOTICE: (17) : test EXCLUDE - delete RCLONE_TEST files in included directories 2025/06/07 08:20:23 NOTICE: (18) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/RCLONE_TEST 2025/06/07 08:20:24 NOTICE: (19) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdir/RCLONE_TEST 2025/06/07 08:20:26 NOTICE: (20) : test EXCLUDE - test should ABORT 2025/06/07 08:20:26 NOTICE: (21) : bisync check-access filters-file=/tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:30 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:30 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:30 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:30 INFO : Using filters file /tmp/081735de/workdir/exclude-other-filtersfile.txt 2025/06/07 08:20:30 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:30 INFO : Path1 checking for diffs 2025/06/07 08:20:30 INFO : - Path1 File was deleted - subdir/RCLONE_TEST 2025/06/07 08:20:30 INFO : Path1: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:20:30 INFO : Path2 checking for diffs 2025/06/07 08:20:30 INFO : - Path2 File was deleted - RCLONE_TEST 2025/06/07 08:20:30 INFO : Path2: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:20:30 INFO : Checking access health 2025/06/07 08:20:30 ERROR : -  Access test failed: Path1 file not found in Path2 - RCLONE_TEST 2025/06/07 08:20:30 ERROR : -  Access test failed: Path2 file not found in Path1 - subdir/RCLONE_TEST 2025/06/07 08:20:30 ERROR : Bisync critical error: check file check failed 2025/06/07 08:20:30 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:20:30 NOTICE: Bisync error: bisync aborted 2025/06/07 08:20:30 NOTICE: (22) : move-listings exclude-error-run 2025/06/07 08:20:30 NOTICE: (23) : test INCLUDE - OTHER TESTS 2025/06/07 08:20:30 NOTICE: (24) : test reset to the initial state 2025/06/07 08:20:30 NOTICE: (25) : copy-dir /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/testdata/test_check_access_filters/initial TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/ 2025/06/07 08:20:34 NOTICE: (26) : sync-dir TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/ TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/ 2025/06/07 08:20:35 NOTICE: (27) : copy-file /tmp/081735de/datadir/test_check_access_filters-mudamid0/include-other-filtersfile.txt /tmp/081735de/workdir/ 2025/06/07 08:20:35 NOTICE: (28) : bisync resync filters-file=/tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:39 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:39 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:39 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:39 INFO : Using filters file /tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:39 INFO : Storing filters file hash to /tmp/081735de/workdir/include-other-filtersfile.txt.md5 2025/06/07 08:20:39 INFO : Copying Path2 files to Path1 2025/06/07 08:20:39 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:20:39 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:20:40 INFO : Resync updating listings 2025/06/07 08:20:40 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:40 INFO : Bisync successful 2025/06/07 08:20:40 NOTICE: (29) : test INCLUDE - test include/exclude filters for check access 2025/06/07 08:20:40 NOTICE: (30) : bisync check-access filters-file=/tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:44 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:44 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:44 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:44 INFO : Using filters file /tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:44 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:45 INFO : Path1 checking for diffs 2025/06/07 08:20:45 INFO : Path2 checking for diffs 2025/06/07 08:20:45 INFO : Checking access health 2025/06/07 08:20:45 INFO : Found 5 matching "RCLONE_TEST" files on both paths 2025/06/07 08:20:45 INFO : No changes found 2025/06/07 08:20:45 INFO : Updating listings 2025/06/07 08:20:45 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:45 INFO : Bisync successful 2025/06/07 08:20:45 NOTICE: (31) : copy-listings include-initial 2025/06/07 08:20:45 NOTICE: (32) : test INCLUDE - delete RCLONE_TEST files in excluded directories 2025/06/07 08:20:45 NOTICE: (33) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/subdir/subdirA/RCLONE_TEST 2025/06/07 08:20:45 NOTICE: (34) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdir-not/RCLONE_TEST 2025/06/07 08:20:45 NOTICE: (35) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/subdir-not/subdir-not2/RCLONE_TEST 2025/06/07 08:20:46 NOTICE: (36) : test INCLUDE - test should PASS 2025/06/07 08:20:46 NOTICE: (37) : bisync check-access filters-file=/tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:50 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:50 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:50 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:50 INFO : Using filters file /tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:50 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:50 INFO : Path1 checking for diffs 2025/06/07 08:20:50 INFO : Path2 checking for diffs 2025/06/07 08:20:50 INFO : Checking access health 2025/06/07 08:20:50 INFO : Found 5 matching "RCLONE_TEST" files on both paths 2025/06/07 08:20:50 INFO : No changes found 2025/06/07 08:20:50 INFO : Updating listings 2025/06/07 08:20:50 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:50 INFO : Bisync successful 2025/06/07 08:20:50 NOTICE: (38) : copy-listings include-pass-run 2025/06/07 08:20:50 NOTICE: (39) : test INCLUDE - delete RCLONE_TEST files in included directories 2025/06/07 08:20:50 NOTICE: (40) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/RCLONE_TEST 2025/06/07 08:20:51 NOTICE: (41) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdir/RCLONE_TEST 2025/06/07 08:20:51 NOTICE: (42) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/subdirX/subdirX1/RCLONE_TEST 2025/06/07 08:20:53 NOTICE: (43) : test INCLUDE - test should ABORT 2025/06/07 08:20:53 NOTICE: (44) : bisync check-access filters-file=/tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:57 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:20:57 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:20:57 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/check_access_filters/path2/" 2025/06/07 08:20:57 INFO : Using filters file /tmp/081735de/workdir/include-other-filtersfile.txt 2025/06/07 08:20:57 INFO : Building Path1 and Path2 listings 2025/06/07 08:20:57 INFO : Path1 checking for diffs 2025/06/07 08:20:57 INFO : - Path1 File was deleted - subdir/RCLONE_TEST 2025/06/07 08:20:57 INFO : - Path1 File was deleted - subdirX/subdirX1/RCLONE_TEST 2025/06/07 08:20:57 INFO : Path1: 2 changes:  0 new,  0 modified,  2 deleted 2025/06/07 08:20:57 INFO : Path2 checking for diffs 2025/06/07 08:20:57 INFO : - Path2 File was deleted - RCLONE_TEST 2025/06/07 08:20:57 INFO : Path2: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:20:57 INFO : Checking access health 2025/06/07 08:20:57 ERROR : Access test failed: Path1 count 3, Path2 count 4 - RCLONE_TEST 2025/06/07 08:20:57 ERROR : -  Access test failed: Path1 file not found in Path2 - RCLONE_TEST 2025/06/07 08:20:57 ERROR : -  Access test failed: Path2 file not found in Path1 - subdirX/subdirX1/RCLONE_TEST 2025/06/07 08:20:57 ERROR : -  Access test failed: Path2 file not found in Path1 - subdir/RCLONE_TEST 2025/06/07 08:20:57 ERROR : Bisync critical error: check file check failed 2025/06/07 08:20:57 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:20:57 NOTICE: Bisync error: bisync aborted 2025/06/07 08:20:57 NOTICE: (45) : move-listings include-error-run bisync_test.go:560: TEST check_access_filters PASSED === RUN TestBisyncRemoteRemote/createemptysrcdirs 2025/06/07 08:21:02 ERROR : error listing: directory not found 2025/06/07 08:21:02 ERROR : error listing: directory not found 2025/06/07 08:21:02 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_createemptysrcdirs-fekihid7 2025/06/07 08:21:08 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1' 2025/06/07 08:21:12 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2' 2025/06/07 08:21:12 NOTICE: (01) : test createemptysrcdirs 2025/06/07 08:21:12 NOTICE: (02) : test initial bisync 2025/06/07 08:21:12 NOTICE: (03) : touch-glob 2001-01-02 /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/ placeholder.txt 2025/06/07 08:21:12 NOTICE: (04) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:21:15 NOTICE: (05) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:21:17 NOTICE: (06) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:21:19 NOTICE: (07) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:21:22 NOTICE: (08) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:21:24 NOTICE: (09) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:21:26 NOTICE: (10) : bisync resync 2025/06/07 08:21:30 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:21:30 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:21:30 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:30 INFO : Copying Path2 files to Path1 2025/06/07 08:21:30 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:21:30 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:21:30 INFO : file1.copy4.txt: Updated modification time in destination 2025/06/07 08:21:30 INFO : file1.copy1.txt: Updated modification time in destination 2025/06/07 08:21:30 INFO : file1.copy3.txt: Updated modification time in destination 2025/06/07 08:21:30 INFO : file1.copy5.txt: Updated modification time in destination 2025/06/07 08:21:30 INFO : file1.txt: Updated modification time in destination 2025/06/07 08:21:31 INFO : file1.copy2.txt: Updated modification time in destination 2025/06/07 08:21:31 INFO : Resync updating listings 2025/06/07 08:21:31 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:31 INFO : Bisync successful 2025/06/07 08:21:31 NOTICE: (11) : test 1. Create an empty dir on Path1 by creating subdir/placeholder.txt and then deleting the placeholder 2025/06/07 08:21:31 NOTICE: (12) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ subdir/placeholder.txt 2025/06/07 08:21:34 NOTICE: (13) : touch-glob 2001-01-02 TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ subdir 2025/06/07 08:21:35 NOTICE: (14) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/subdir/placeholder.txt 2025/06/07 08:21:37 NOTICE: (15) : test 2. Run bisync without --create-empty-src-dirs 2025/06/07 08:21:37 NOTICE: (16) : bisync 2025/06/07 08:21:41 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:21:41 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:21:41 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:41 INFO : Building Path1 and Path2 listings 2025/06/07 08:21:41 INFO : Path1 checking for diffs 2025/06/07 08:21:41 INFO : Path2 checking for diffs 2025/06/07 08:21:41 INFO : No changes found 2025/06/07 08:21:41 INFO : Updating listings 2025/06/07 08:21:41 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:41 INFO : Bisync successful 2025/06/07 08:21:41 NOTICE: (17) : test 3. Confirm the subdir exists only on Path1 and not Path2 2025/06/07 08:21:41 NOTICE: (18) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:21:42 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:21:42 NOTICE: (19) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:21:43 NOTICE: (20) : test 4.Run bisync WITH --create-empty-src-dirs 2025/06/07 08:21:43 NOTICE: (21) : bisync create-empty-src-dirs 2025/06/07 08:21:47 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:21:47 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:21:47 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:47 INFO : Building Path1 and Path2 listings 2025/06/07 08:21:47 INFO : Path1 checking for diffs 2025/06/07 08:21:47 INFO : - Path1 File is new - subdir 2025/06/07 08:21:47 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:21:47 INFO : Path2 checking for diffs 2025/06/07 08:21:47 INFO : Applying changes 2025/06/07 08:21:47 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/subdir 2025/06/07 08:21:47 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:21:47 INFO : subdir: Making directory 2025/06/07 08:21:48 INFO : Updating listings 2025/06/07 08:21:48 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:21:48 INFO : Bisync successful 2025/06/07 08:21:48 NOTICE: (22) : test 5. Confirm the subdir exists on both paths 2025/06/07 08:21:48 NOTICE: (23) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:21:48 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:21:48 NOTICE: (24) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:21:48 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:21:48 NOTICE: (25) : test 6. Delete the empty dir on Path1 using purge-children (and also add files so the path isn't empty) 2025/06/07 08:21:48 NOTICE: (26) : purge-children TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:21:50 NOTICE: (27) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:21:53 NOTICE: (28) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:21:56 NOTICE: (29) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:21:58 NOTICE: (30) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:22:01 NOTICE: (31) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:22:04 NOTICE: (32) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:22:07 NOTICE: (33) : test 7. Run bisync without --create-empty-src-dirs 2025/06/07 08:22:07 NOTICE: (34) : bisync 2025/06/07 08:22:10 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:22:10 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:22:10 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:10 INFO : Building Path1 and Path2 listings 2025/06/07 08:22:11 INFO : Path1 checking for diffs 2025/06/07 08:22:11 INFO : - Path1 File was deleted - RCLONE_TEST 2025/06/07 08:22:11 INFO : - Path1 File was deleted - subdir 2025/06/07 08:22:11 INFO : Path1: 2 changes:  0 new,  0 modified,  2 deleted 2025/06/07 08:22:11 INFO : Path2 checking for diffs 2025/06/07 08:22:11 INFO : - Path2 File was deleted - subdir 2025/06/07 08:22:11 INFO : - Path2 File is new - modtime_write_test 2025/06/07 08:22:11 INFO : Path2: 2 changes:  1 new,  0 modified,  1 deleted 2025/06/07 08:22:11 INFO : Applying changes 2025/06/07 08:22:11 INFO : - Path2 Queue delete - TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/RCLONE_TEST 2025/06/07 08:22:11 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/modtime_write_test 2025/06/07 08:22:11 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:22:11 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:22:11 INFO : RCLONE_TEST: Deleted 2025/06/07 08:22:11 INFO : Updating listings 2025/06/07 08:22:12 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:12 INFO : Bisync successful 2025/06/07 08:22:12 NOTICE: (35) : test 8. Confirm the subdir exists only on Path2 and not Path1 2025/06/07 08:22:12 NOTICE: (36) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:22:12 NOTICE: (37) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:22:12 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:22:12 NOTICE: (38) : test 9. Reset, do the delete again, and run bisync WITH --create-empty-src-dirs 2025/06/07 08:22:12 NOTICE: (39) : bisync resync create-empty-src-dirs 2025/06/07 08:22:16 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:22:16 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:22:16 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:16 INFO : Copying Path2 files to Path1 2025/06/07 08:22:16 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:22:16 INFO : subdir: Making directory 2025/06/07 08:22:17 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:22:17 INFO : Resync updating listings 2025/06/07 08:22:17 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:17 INFO : Bisync successful 2025/06/07 08:22:17 NOTICE: (40) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:22:17 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:22:17 NOTICE: (41) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:22:18 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:22:18 NOTICE: (42) : purge-children TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:22:19 NOTICE: (43) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.txt 2025/06/07 08:22:22 NOTICE: (44) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy1.txt 2025/06/07 08:22:25 NOTICE: (45) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy2.txt 2025/06/07 08:22:27 NOTICE: (46) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy3.txt 2025/06/07 08:22:30 NOTICE: (47) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy4.txt 2025/06/07 08:22:33 NOTICE: (48) : copy-as /tmp/081735de/datadir/test_createemptysrcdirs-mubibiz4/placeholder.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ file1.copy5.txt 2025/06/07 08:22:36 NOTICE: (49) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:22:36 NOTICE: (50) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:22:36 NOTICE: subdir/ - filename hash: 86ae37b338459868804e9697025ba4c2 2025/06/07 08:22:36 NOTICE: (51) : bisync create-empty-src-dirs 2025/06/07 08:22:40 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:22:40 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:22:40 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:40 INFO : Building Path1 and Path2 listings 2025/06/07 08:22:40 INFO : Path1 checking for diffs 2025/06/07 08:22:40 INFO : - Path1 File was deleted - subdir 2025/06/07 08:22:40 INFO : Path1: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:22:40 INFO : Path2 checking for diffs 2025/06/07 08:22:40 INFO : Applying changes 2025/06/07 08:22:40 INFO : - Path2 Queue delete - TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/subdir 2025/06/07 08:22:40 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:22:41 INFO : subdir: Removing directory 2025/06/07 08:22:41 INFO : Updating listings 2025/06/07 08:22:41 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:41 INFO : Bisync successful 2025/06/07 08:22:41 NOTICE: (52) : test 10. Confirm the subdir has been removed on both paths 2025/06/07 08:22:41 NOTICE: (53) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/ 2025/06/07 08:22:41 NOTICE: (54) : list-dirs TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/ 2025/06/07 08:22:41 NOTICE: (55) : test 11. bisync again (because if we leave subdir in listings, test will fail due to mismatched modtime) 2025/06/07 08:22:41 NOTICE: (56) : bisync create-empty-src-dirs 2025/06/07 08:22:45 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:22:45 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:22:45 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:45 INFO : Building Path1 and Path2 listings 2025/06/07 08:22:45 INFO : Path1 checking for diffs 2025/06/07 08:22:45 INFO : Path2 checking for diffs 2025/06/07 08:22:45 INFO : No changes found 2025/06/07 08:22:45 INFO : Updating listings 2025/06/07 08:22:45 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/createemptysrcdirs/path2/" 2025/06/07 08:22:45 INFO : Bisync successful 2025/06/07 08:22:45 NOTICE: ---------------------------------------------------------- 2025/06/07 08:22:45 NOTICE: MISCOMPARE - Number of Golden and Results files do not match: 2025/06/07 08:22:45 NOTICE: Golden count: 9 2025/06/07 08:22:45 NOTICE: Result count: 10 2025/06/07 08:22:45 NOTICE: Golden files: _testdir_path1.._testdir_path2.copy1to2.que, _testdir_path1.._testdir_path2.delete2.que, _testdir_path1.._testdir_path2.path1.lst, _testdir_path1.._testdir_path2.path1.lst-new, _testdir_path1.._testdir_path2.path1.lst-old, _testdir_path1.._testdir_path2.path2.lst, _testdir_path1.._testdir_path2.path2.lst-new, _testdir_path1.._testdir_path2.path2.lst-old, test.log 2025/06/07 08:22:45 NOTICE: Result files: _testdir_path1.._testdir_path2.copy1to2.que, _testdir_path1.._testdir_path2.copy2to1.que, _testdir_path1.._testdir_path2.delete2.que, _testdir_path1.._testdir_path2.path1.lst, _testdir_path1.._testdir_path2.path1.lst-new, _testdir_path1.._testdir_path2.path1.lst-old, _testdir_path1.._testdir_path2.path2.lst, _testdir_path1.._testdir_path2.path2.lst-new, _testdir_path1.._testdir_path2.path2.lst-old, test.log 2025/06/07 08:22:45 NOTICE: File found in Results but not in Golden: _testdir_path1.._testdir_path2.copy2to1.que 2025/06/07 08:22:45 NOTICE: ---------------------------------------------------------- 2025/06/07 08:22:45 NOTICE: | MISCOMPARE -Golden vs +Results for test.log 2025/06/07 08:22:45 NOTICE: | @@ -113 +113,2 @@ 2025/06/07 08:22:45 NOTICE: | -INFO : Path2: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:22:45 NOTICE: | +INFO : - Path2 File is new - modtime_write_test 2025/06/07 08:22:45 NOTICE: | +INFO : Path2: 2 changes:  1 new,  0 modified,  1 deleted 2025/06/07 08:22:45 NOTICE: | @@ -115,0 +117,2 @@ 2025/06/07 08:22:45 NOTICE: | +INFO : - Path2 Queue copy to Path1 - {path1/}modtime_write_test 2025/06/07 08:22:45 NOTICE: | +INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:22:45 NOTICE: ---------------------------------------------------------- bisync_test.go:560: TEST createemptysrcdirs FAILED - 2 MISCOMPARED FILES === RUN TestBisyncRemoteRemote/ext_paths 2025/06/07 08:22:50 ERROR : error listing: directory not found 2025/06/07 08:22:50 ERROR : error listing: directory not found 2025/06/07 08:22:50 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_ext_paths-lapeloj8 2025/06/07 08:22:56 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path1' 2025/06/07 08:23:04 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path2' 2025/06/07 08:23:04 NOTICE: (01) : test extended-char-paths 2025/06/07 08:23:04 NOTICE: (02) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ/ 2025/06/07 08:23:09 ERROR : OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ-rclone-move-supuqat8': Server side directory move failed: directory not found 2025/06/07 08:23:11 ERROR : OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ-rclone-move-supuqat8': error reading source root directory: directory not found 2025/06/07 08:23:11 NOTICE: (03) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский{spc}{spc}ěáñ/ 2025/06/07 08:23:15 ERROR : OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ-rclone-move-xuhunom0': Server side directory move failed: directory not found 2025/06/07 08:23:17 ERROR : OpenDrive root 'rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ-rclone-move-xuhunom0': error reading source root directory: directory not found 2025/06/07 08:23:17 NOTICE: (04) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ/測試_check{spc}file 2025/06/07 08:23:18 NOTICE: (05) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский{spc}{spc}ěáñ/測試_check{spc}file 2025/06/07 08:23:20 NOTICE: (06) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ/filename_contains_ě_.txt 2025/06/07 08:23:21 NOTICE: (07) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский{spc}{spc}ěáñ/filename_contains_ě_.txt 2025/06/07 08:23:21 NOTICE: (08) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試_check{spc}file 2025/06/07 08:23:22 NOTICE: (09) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試_check{spc}file 2025/06/07 08:23:23 NOTICE: (10) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ/測試_check{spc}file 2025/06/07 08:23:24 NOTICE: (11) : fix-names TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский{spc}{spc}ěáñ/測試_check{spc}file 2025/06/07 08:23:25 NOTICE: (12) : test resync subdirs with extended chars 2025/06/07 08:23:25 NOTICE: (13) : bisync subdir=測試Русский{spc}{spc}ěáñ resync 2025/06/07 08:23:29 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:29 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:29 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ/" 2025/06/07 08:23:29 INFO : Copying Path2 files to Path1 2025/06/07 08:23:29 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:23:29 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:23:29 INFO : Resync updating listings 2025/06/07 08:23:29 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ/" 2025/06/07 08:23:29 INFO : Bisync successful 2025/06/07 08:23:29 NOTICE: (14) : copy-listings resync 2025/06/07 08:23:29 NOTICE: (15) : test place new files with extended chars on each side 2025/06/07 08:23:29 NOTICE: (16) : touch-glob 2001-01-02 /tmp/081735de/datadir/test_ext_paths-gisoxub9/ file1.txt 2025/06/07 08:23:29 NOTICE: (17) : copy-as /tmp/081735de/datadir/test_ext_paths-gisoxub9/file1.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ 測試_file1p1 2025/06/07 08:23:32 NOTICE: (18) : copy-as /tmp/081735de/datadir/test_ext_paths-gisoxub9/file1.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский{spc}{spc}ěáñ 測試_file1p2 2025/06/07 08:23:35 NOTICE: (19) : test normal sync of subdirs with extended chars 2025/06/07 08:23:35 NOTICE: (20) : bisync subdir=測試Русский{spc}{spc}ěáñ 2025/06/07 08:23:39 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:39 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:39 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ/" 2025/06/07 08:23:39 INFO : Building Path1 and Path2 listings 2025/06/07 08:23:39 INFO : Path1 checking for diffs 2025/06/07 08:23:39 INFO : - Path1 File is new - 測試_file1p1 2025/06/07 08:23:39 INFO : Path1: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:23:39 INFO : Path2 checking for diffs 2025/06/07 08:23:39 INFO : - Path2 File is new - 測試_file1p2 2025/06/07 08:23:39 INFO : Path2: 1 changes:  1 new,  0 modified,  0 deleted 2025/06/07 08:23:39 INFO : Applying changes 2025/06/07 08:23:39 INFO : - Path1 Queue copy to Path2 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ/測試_file1p1 2025/06/07 08:23:39 INFO : - Path2 Queue copy to Path1 - TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ/測試_file1p2 2025/06/07 08:23:39 INFO : - Path2 Do queued copies to - Path1 2025/06/07 08:23:40 INFO : 測試_file1p2: Copied (server-side copy) 2025/06/07 08:23:40 INFO : - Path1 Do queued copies to - Path2 2025/06/07 08:23:40 INFO : 測試_file1p1: Copied (server-side copy) 2025/06/07 08:23:40 INFO : Updating listings 2025/06/07 08:23:40 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский ěáñ/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/測試Русский ěáñ/" 2025/06/07 08:23:40 INFO : Bisync successful 2025/06/07 08:23:40 NOTICE: (21) : move-listings normal-sync 2025/06/07 08:23:40 NOTICE: (22) : test check-filename with extended chars. check should fail. 2025/06/07 08:23:40 NOTICE: (23) : bisync resync 2025/06/07 08:23:44 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:44 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:44 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:44 INFO : Copying Path2 files to Path1 2025/06/07 08:23:44 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:23:45 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:23:45 INFO : Resync updating listings 2025/06/07 08:23:45 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:45 INFO : Bisync successful 2025/06/07 08:23:45 NOTICE: (24) : delete-file TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/測試Русский{spc}{spc}ěáñ/測試_check{spc}file 2025/06/07 08:23:45 NOTICE: (25) : bisync check-access check-filename=測試_check{spc}file 2025/06/07 08:23:49 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:49 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:49 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:49 INFO : Building Path1 and Path2 listings 2025/06/07 08:23:50 INFO : Path1 checking for diffs 2025/06/07 08:23:50 INFO : - Path1 File was deleted - 測試Русский ěáñ/測試_check file 2025/06/07 08:23:50 INFO : Path1: 1 changes:  0 new,  0 modified,  1 deleted 2025/06/07 08:23:50 INFO : Path2 checking for diffs 2025/06/07 08:23:50 INFO : Checking access health 2025/06/07 08:23:50 ERROR : Access test failed: Path1 count 1, Path2 count 2 - 測試_check file 2025/06/07 08:23:50 ERROR : -  Access test failed: Path2 file not found in Path1 - 測試Русский ěáñ/測試_check file 2025/06/07 08:23:50 ERROR : Bisync critical error: check file check failed 2025/06/07 08:23:50 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:23:50 NOTICE: Bisync error: bisync aborted 2025/06/07 08:23:50 NOTICE: (26) : copy-listings check-access-fail 2025/06/07 08:23:50 NOTICE: (27) : test check-filename with extended chars. check should pass. 2025/06/07 08:23:50 NOTICE: (28) : bisync resync 2025/06/07 08:23:54 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:54 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:54 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:54 INFO : Copying Path2 files to Path1 2025/06/07 08:23:54 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:23:55 INFO : 測試Русский ěáñ/測試_check file: Copied (server-side copy) 2025/06/07 08:23:55 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:23:55 INFO : Resync updating listings 2025/06/07 08:23:55 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:55 INFO : Bisync successful 2025/06/07 08:23:55 NOTICE: (29) : bisync check-access check-filename=測試_check{spc}file 2025/06/07 08:23:59 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:23:59 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:23:59 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:59 INFO : Building Path1 and Path2 listings 2025/06/07 08:23:59 INFO : Path1 checking for diffs 2025/06/07 08:23:59 INFO : Path2 checking for diffs 2025/06/07 08:23:59 INFO : Checking access health 2025/06/07 08:23:59 INFO : Found 2 matching "測試_check file" files on both paths 2025/06/07 08:23:59 INFO : No changes found 2025/06/07 08:23:59 INFO : Updating listings 2025/06/07 08:23:59 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:23:59 INFO : Bisync successful 2025/06/07 08:23:59 NOTICE: (30) : move-listings check-access-pass 2025/06/07 08:23:59 NOTICE: (31) : test filters-file path with extended chars - masks /fileZ.txt 2025/06/07 08:23:59 NOTICE: (32) : copy-file /tmp/081735de/datadir/test_ext_paths-gisoxub9/測試_filtersfile.txt /tmp/081735de/workdir/ 2025/06/07 08:23:59 NOTICE: (33) : bisync filters-file=/tmp/081735de/workdir/測試_filtersfile.txt resync 2025/06/07 08:24:03 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:03 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:03 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:24:03 INFO : Using filters file /tmp/081735de/workdir/測試_filtersfile.txt 2025/06/07 08:24:03 INFO : Storing filters file hash to /tmp/081735de/workdir/測試_filtersfile.txt.md5 2025/06/07 08:24:03 INFO : Copying Path2 files to Path1 2025/06/07 08:24:03 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:24:04 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:24:04 INFO : Resync updating listings 2025/06/07 08:24:04 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:24:04 INFO : Bisync successful 2025/06/07 08:24:04 NOTICE: (34) : copy-as /tmp/081735de/datadir/test_ext_paths-gisoxub9/file1.txt TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/ fileZ.txt 2025/06/07 08:24:07 NOTICE: (35) : bisync filters-file=/tmp/081735de/workdir/測試_filtersfile.txt 2025/06/07 08:24:11 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:11 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:11 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:24:11 INFO : Using filters file /tmp/081735de/workdir/測試_filtersfile.txt 2025/06/07 08:24:11 INFO : Building Path1 and Path2 listings 2025/06/07 08:24:11 INFO : Path1 checking for diffs 2025/06/07 08:24:11 INFO : Path2 checking for diffs 2025/06/07 08:24:11 INFO : No changes found 2025/06/07 08:24:11 INFO : Updating listings 2025/06/07 08:24:11 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/ext_paths/path2/" 2025/06/07 08:24:11 INFO : Bisync successful bisync_test.go:560: TEST ext_paths PASSED === RUN TestBisyncRemoteRemote/filtersfile_checks 2025/06/07 08:24:16 ERROR : error listing: directory not found 2025/06/07 08:24:16 ERROR : error listing: directory not found 2025/06/07 08:24:16 NOTICE: checking initFs Local file system at /tmp/081735de/initdir/test_filtersfile_checks-dudulas2 2025/06/07 08:24:20 NOTICE: checking Path1 OpenDrive root 'rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1' fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure 2025/06/07 08:24:32 NOTICE: checking path2 OpenDrive root 'rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2' 2025/06/07 08:24:32 NOTICE: (01) : test filtersfile-checks 2025/06/07 08:24:32 NOTICE: (02) : test initial bisync 2025/06/07 08:24:32 NOTICE: (03) : bisync resync 2025/06/07 08:24:36 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:36 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:36 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:36 INFO : Copying Path2 files to Path1 2025/06/07 08:24:36 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:24:36 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:24:37 INFO : Resync updating listings 2025/06/07 08:24:37 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:37 INFO : Bisync successful 2025/06/07 08:24:37 NOTICE: (04) : test 1. inject filters file in workdir. 2025/06/07 08:24:37 NOTICE: (05) : copy-file /tmp/081735de/datadir/test_filtersfile_checks-muxodez7/filtersfile.txt /tmp/081735de/workdir/ 2025/06/07 08:24:37 NOTICE: (06) : test 2. run with filters-file but without md5. should abort. 2025/06/07 08:24:37 NOTICE: (07) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:41 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:41 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:41 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:41 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:41 ERROR : Bisync critical error: filters file md5 hash not found (must run --resync): /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:41 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:24:41 NOTICE: Bisync error: bisync aborted 2025/06/07 08:24:41 NOTICE: (08) : test 3. run without filters-file. should be blocked due to prior abort. 2025/06/07 08:24:41 NOTICE: (09) : bisync 2025/06/07 08:24:45 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:45 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:45 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:45 ERROR : Bisync critical error: cannot find prior Path1 or Path2 listings, likely due to critical error on prior run Tip: here are the filenames we were looking for. Do they exist? Path1: /tmp/081735de/workdir/TestOpenDrive_rclone-test-tokepav8sazo_081735de_filtersfile_checks_path1..TestOpenDrive_rclone-test-tokepav8sazo_081735de_filtersfile_checks_path2.path1.lst Path2: /tmp/081735de/workdir/TestOpenDrive_rclone-test-tokepav8sazo_081735de_filtersfile_checks_path1..TestOpenDrive_rclone-test-tokepav8sazo_081735de_filtersfile_checks_path2.path2.lst Try running this command to inspect the work dir: rclone lsl "/tmp/081735de/workdir" 2025/06/07 08:24:45 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:24:45 NOTICE: Bisync error: bisync aborted 2025/06/07 08:24:45 NOTICE: (10) : test 4. run with filters-file and resync. 2025/06/07 08:24:45 NOTICE: (11) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt resync 2025/06/07 08:24:49 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:49 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:49 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:49 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:49 INFO : Storing filters file hash to /tmp/081735de/workdir/filtersfile.txt.md5 2025/06/07 08:24:49 INFO : Copying Path2 files to Path1 2025/06/07 08:24:49 INFO : - Path2 Resync is copying files to - Path1 2025/06/07 08:24:49 INFO : - Path1 Resync is copying files to - Path2 2025/06/07 08:24:50 INFO : Resync updating listings 2025/06/07 08:24:50 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:50 INFO : Bisync successful 2025/06/07 08:24:50 NOTICE: (12) : test 5. run with filters-file alone. should run. 2025/06/07 08:24:50 NOTICE: (13) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:54 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:54 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:54 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:54 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:54 INFO : Building Path1 and Path2 listings 2025/06/07 08:24:54 INFO : Path1 checking for diffs 2025/06/07 08:24:54 INFO : Path2 checking for diffs 2025/06/07 08:24:54 INFO : No changes found 2025/06/07 08:24:54 INFO : Updating listings 2025/06/07 08:24:54 INFO : Validating listings for Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" vs Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:54 INFO : Bisync successful 2025/06/07 08:24:54 NOTICE: (14) : test 6. push changed filters-file to workdir. 2025/06/07 08:24:54 NOTICE: (15) : copy-as /tmp/081735de/datadir/test_filtersfile_checks-muxodez7/filtersfile2.txt /tmp/081735de/workdir/ filtersfile.txt 2025/06/07 08:24:54 NOTICE: (16) : test 7. run with filters-file alone. should abort. 2025/06/07 08:24:54 NOTICE: (17) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:58 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:24:58 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:24:58 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:24:58 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:58 ERROR : Bisync critical error: filters file has changed (must run --resync): /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:24:58 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:24:58 NOTICE: Bisync error: bisync aborted 2025/06/07 08:24:58 NOTICE: (18) : test 8. run with filters-file and resync and dry-run. should do the dry-run but still cause next non-resync run to abort. 2025/06/07 08:24:58 NOTICE: (19) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt resync dry-run 2025/06/07 08:25:02 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:25:02 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:25:02 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:25:02 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:25:02 INFO : Skipped storing filters file hash to /tmp/081735de/workdir/filtersfile.txt.md5 as --dry-run is set 2025/06/07 08:25:02 INFO : Copying Path2 files to Path1 2025/06/07 08:25:02 NOTICE: - Path2 Resync is copying files to - Path1 2025/06/07 08:25:02 NOTICE: - Path1 Resync is copying files to - Path2 2025/06/07 08:25:03 INFO : Resync updating listings 2025/06/07 08:25:03 INFO : Bisync successful 2025/06/07 08:25:03 NOTICE: (20) : test 9. run with filters-file alone. should abort. 2025/06/07 08:25:03 NOTICE: (21) : bisync filters-file=/tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:25:07 INFO : Setting --ignore-listing-checksum as neither --checksum nor --compare checksum are set. 2025/06/07 08:25:07 INFO : Bisyncing with Comparison Settings: { "Modtime": true, "Size": true, "Checksum": false, "HashType1": 0, "HashType2": 0, "NoSlowHash": false, "SlowHashSyncOnly": false, "SlowHashDetected": false, "DownloadHash": false } 2025/06/07 08:25:07 INFO : Synching Path1 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path1/" with Path2 "TestOpenDrive:rclone-test-tokepav8sazo/081735de/filtersfile_checks/path2/" 2025/06/07 08:25:07 INFO : Using filters file /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:25:07 ERROR : Bisync critical error: filters file has changed (must run --resync): /tmp/081735de/workdir/filtersfile.txt 2025/06/07 08:25:07 ERROR : Bisync aborted. Must run --resync to recover. 2025/06/07 08:25:07 NOTICE: Bisync error: bisync aborted bisync_test.go:560: TEST filtersfile_checks PASSED --- FAIL: TestBisyncRemoteRemote (454.39s) --- PASS: TestBisyncRemoteRemote/changes (55.92s) --- PASS: TestBisyncRemoteRemote/check_access (63.62s) --- FAIL: TestBisyncRemoteRemote/check_access_filters (83.63s) --- FAIL: TestBisyncRemoteRemote/createemptysrcdirs (107.78s) --- PASS: TestBisyncRemoteRemote/ext_paths (86.24s) --- PASS: TestBisyncRemoteRemote/filtersfile_checks (55.22s) FAIL 2025/06/07 08:25:09 NOTICE: purge failed: directory not found "./bisync.test -test.v -test.timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestBisyncLocalRemote$/^(equal|rclone_args|resync_modes)$|^TestBisyncRemoteLocal$/^(basic|createemptysrcdirs|dry_run|filtersfile_checks|max_delete_path2_force|resolve)$|^TestBisyncRemoteRemote$/^(changes|check_access|check_access_filters|createemptysrcdirs|ext_paths|filtersfile_checks)$'" - Finished ERROR in 13m40.937256435s (try 3/5): exit status 1: Failed [TestBisyncRemoteLocal/filtersfile_checks TestBisyncRemoteLocal/max_delete_path2_force TestBisyncRemoteRemote/check_access_filters TestBisyncRemoteRemote/createemptysrcdirs]