"./sync.test -test.v -test.timeout 1h0m0s -remote TestIA:rclone-integration-test -verbose -fast-list" - Starting (try 1/5) 2022/06/12 05:25:34 DEBUG : Creating backend with remote "TestIA:rclone-integration-test/rclone-test-jozazof7cuwixeg6filufud1" 2022/06/12 05:25:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/06/12 05:25:35 DEBUG : Creating backend with remote "/tmp/rclone3678734133" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:25:35 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:25:35 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:25:35 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (1.21s) === RUN TestCopy run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:25:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:25:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:25:49 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:25:49 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (25.78s) === RUN TestCopyMissingDirectory run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:26:02 DEBUG : Creating backend with remote "/non-existing" 2022/06/12 05:26:02 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/06/12 05:26:02 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:26:02 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.71s) === RUN TestCopyNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:26:03 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:26:03 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:26:58 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:26:58 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (79.81s) === RUN TestCopyCheckFirst run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:27:22 INFO : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Running all checks before starting transfers 2022/06/12 05:27:23 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:27:23 INFO : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Checks finished, now starting transfers 2022/06/12 05:27:23 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:28:19 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:28:19 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (81.17s) === RUN TestSyncNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:28:44 ERROR : Ignoring --no-traverse with sync 2022/06/12 05:28:44 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:28:44 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:29:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:29:39 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:29:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (79.66s) === RUN TestCopyWithDepth run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:30:04 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:30:04 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:30:48 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2022/06/12 05:30:48 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (68.97s) === RUN TestCopyWithFilesFrom run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:31:12 DEBUG : hello world2: Excluded 2022/06/12 05:31:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:31:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:32:18 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:32:18 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (89.71s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:32:42 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:32:42 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:33:38 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:33:38 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (91.54s) === RUN TestCopyEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:34:13 DEBUG : sub dir2: Making directory 2022/06/12 05:34:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:34:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:35:09 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:35:09 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:35:09 DEBUG : sub dir2: Making directory 2022/06/12 05:35:09 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: copied 1 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestCopyEmptyDirectories (70.38s) === RUN TestMoveEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:35:24 DEBUG : sub dir2: Making directory 2022/06/12 05:35:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:35:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:36:20 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:36:20 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:36:20 INFO : sub dir/hello world: Deleted 2022/06/12 05:36:20 DEBUG : sub dir: Making directory 2022/06/12 05:36:20 DEBUG : sub dir2: Making directory 2022/06/12 05:36:20 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: copied 2 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestMoveEmptyDirectories (69.92s) === RUN TestSyncEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:36:34 DEBUG : sub dir2: Making directory 2022/06/12 05:36:34 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:36:34 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:37:31 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:37:31 INFO : sub dir/hello world: Copied (new) 2022/06/12 05:37:31 DEBUG : sub dir2: Making directory 2022/06/12 05:37:31 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: copied 1 directories 2022/06/12 05:37:31 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestSyncEmptyDirectories (70.99s) === RUN TestServerSideCopy run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:38:40 DEBUG : Creating backend with remote "TestIA:rclone-integration-test/rclone-test-nuducax4niyawom3josesir4" sync_test.go:275: Server side copy (if possible) Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1 -> Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4 2022/06/12 05:38:41 DEBUG : Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4: Waiting for checks to finish 2022/06/12 05:38:41 DEBUG : Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4: Waiting for transfers to finish 2022/06/12 05:39:27 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:39:27 INFO : sub dir/hello world: Copied (server-side copy) 2022/06/12 05:39:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4: Purge object "sub dir/hello world" 2022/06/12 05:39:40 DEBUG : Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4: Purge dir "sub dir" 2022/06/12 05:39:40 DEBUG : Internet Archive item rclone-integration-test path rclone-test-nuducax4niyawom3josesir4: Purge dir "" --- PASS: TestServerSideCopy (128.15s) === RUN TestCopyAfterDelete run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:41:19 ERROR : : error listing: directory not found 2022/06/12 05:41:19 DEBUG : Local file system at /tmp/rclone3678734133: Making directory 2022/06/12 05:41:20 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:41:20 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (153.92s) === RUN TestCopyRedownload run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:43:14 DEBUG : Local file system at /tmp/rclone3678734133: Waiting for checks to finish 2022/06/12 05:43:14 DEBUG : Local file system at /tmp/rclone3678734133: Waiting for transfers to finish 2022/06/12 05:43:15 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/12 05:43:15 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (124.70s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:44:32 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:44:32 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:45:27 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/12 05:45:27 INFO : check sum: Copied (new) 2022/06/12 05:45:27 DEBUG : Waiting for deletions to finish 2022/06/12 05:45:29 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:45:29 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/12 05:45:29 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/06/12 05:45:29 DEBUG : check sum: Unchanged skipping 2022/06/12 05:45:29 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:45:29 DEBUG : Waiting for deletions to finish 2022/06/12 05:45:29 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (124.05s) === RUN TestSyncSizeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:46:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:46:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:47:00 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/12 05:47:00 INFO : sizeonly: Copied (new) 2022/06/12 05:47:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:47:00 DEBUG : sizeonly: Sizes identical 2022/06/12 05:47:00 DEBUG : sizeonly: Unchanged skipping 2022/06/12 05:47:00 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:47:00 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:47:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:47:00 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (38.12s) === RUN TestSyncIgnoreSize run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:47:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:47:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:48:08 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2022/06/12 05:48:08 INFO : ignore-size: Copied (new) 2022/06/12 05:48:08 DEBUG : Waiting for deletions to finish 2022/06/12 05:48:09 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 05:48:09 DEBUG : ignore-size: Unchanged skipping 2022/06/12 05:48:09 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:48:09 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:48:09 DEBUG : Waiting for deletions to finish 2022/06/12 05:48:09 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (78.79s) === RUN TestSyncIgnoreTimes run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:49:27 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 05:49:27 DEBUG : existing: Unchanged skipping 2022/06/12 05:49:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:49:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:49:27 DEBUG : Waiting for deletions to finish 2022/06/12 05:49:27 INFO : There was nothing to transfer 2022/06/12 05:49:27 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/06/12 05:49:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:49:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:49:40 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/12 05:49:40 INFO : existing: Copied (replaced existing) 2022/06/12 05:49:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (90.86s) === RUN TestSyncIgnoreExisting run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:50:04 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:50:04 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:50:27 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/12 05:50:27 INFO : existing: Copied (new) 2022/06/12 05:50:27 DEBUG : Waiting for deletions to finish 2022/06/12 05:50:27 DEBUG : existing: Destination exists, skipping 2022/06/12 05:50:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:50:27 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:50:27 DEBUG : Waiting for deletions to finish 2022/06/12 05:50:27 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (48.05s) === RUN TestSyncIgnoreErrors run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:52:53 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2022/06/12 05:52:54 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 05:52:54 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 05:52:54 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:52:54 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:54:00 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/12 05:54:00 INFO : a/potato2: Copied (new) 2022/06/12 05:54:00 DEBUG : Waiting for deletions to finish 2022/06/12 05:54:12 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (237.99s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:55:14 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/06/12 05:55:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:55:14 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/12 05:55:14 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/06/12 05:55:14 DEBUG : empty space: Unchanged skipping 2022/06/12 05:55:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:55:14 DEBUG : Waiting for deletions to finish 2022/06/12 05:55:14 INFO : There was nothing to transfer 2022/06/12 05:55:15 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/06/12 05:55:15 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:55:15 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/12 05:55:15 INFO : empty space: Updated modification time in destination 2022/06/12 05:55:15 DEBUG : empty space: Unchanged skipping 2022/06/12 05:55:15 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:55:15 DEBUG : Waiting for deletions to finish 2022/06/12 05:55:15 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (59.55s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:56:55 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:56:55 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/06/12 05:56:55 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/12 05:56:55 DEBUG : empty space: Unchanged skipping 2022/06/12 05:56:55 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 05:56:55 DEBUG : Waiting for deletions to finish 2022/06/12 05:56:55 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (141.18s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 05:59:30 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 05:59:30 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/06/12 05:59:30 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3678734133) 2022/06/12 05:59:30 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1) 2022/06/12 05:59:30 DEBUG : foo: md5 differ 2022/06/12 05:59:30 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:00:35 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2022/06/12 06:00:35 INFO : foo: Copied (replaced existing) 2022/06/12 06:00:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (175.97s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:01:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:01:31 DEBUG : empty space: Unchanged skipping 2022/06/12 06:01:31 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:01:31 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:02:06 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/12 06:02:06 INFO : potato: Copied (new) 2022/06/12 06:02:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (148.50s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:04:10 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/06/12 06:04:10 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:04:10 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:05:37 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2022/06/12 06:05:37 INFO : potato: Copied (replaced existing) 2022/06/12 06:05:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (147.26s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:07:19 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2022/06/12 06:07:19 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:07:19 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3678734133) 2022/06/12 06:07:19 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1) 2022/06/12 06:07:19 DEBUG : potato: md5 differ 2022/06/12 06:07:19 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:08:15 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2022/06/12 06:08:15 INFO : potato: Copied (replaced existing) 2022/06/12 06:08:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (156.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:09:38 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:09:38 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:09:38 DEBUG : empty space: Unchanged skipping 2022/06/12 06:09:38 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:09:38 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/06/12 06:09:38 DEBUG : Waiting for deletions to finish 2022/06/12 06:09:38 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (108.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:13:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:13:22 DEBUG : empty space: Unchanged skipping 2022/06/12 06:13:22 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:13:22 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:15:09 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/12 06:15:09 INFO : potato2: Copied (new) 2022/06/12 06:15:09 DEBUG : Waiting for deletions to finish 2022/06/12 06:16:24 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (383.00s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:17:37 DEBUG : d: Making directory 2022/06/12 06:17:37 DEBUG : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2022/06/12 06:17:37 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:17:37 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 06:17:37 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:17:37 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:18:11 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/12 06:18:11 INFO : a/potato2: Copied (new) 2022/06/12 06:18:11 DEBUG : Waiting for deletions to finish 2022/06/12 06:18:23 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (118.95s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:20:49 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2022/06/12 06:20:49 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:20:49 DEBUG : c/non empty space: Unchanged skipping 2022/06/12 06:20:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:20:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish 2022/06/12 06:21:44 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/12 06:21:44 INFO : a/potato2: Copied (new) 2022/06/12 06:21:44 ERROR : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: not deleting files as there were IO errors 2022/06/12 06:21:44 ERROR : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (226.73s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1", Local "Local file system at /tmp/rclone3678734133", Modify Window "1ns" 2022/06/12 06:25:31 DEBUG : Waiting for deletions to finish 2022/06/12 06:25:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/12 06:25:31 DEBUG : empty space: Unchanged skipping 2022/06/12 06:25:31 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for checks to finish 2022/06/12 06:25:31 DEBUG : Internet Archive item rclone-integration-test path rclone-test-jozazof7cuwixeg6filufud1: Waiting for transfers to finish panic: test timed out after 1h0m0s goroutine 4032 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:1788 +0x8e created by time.goFunc /usr/local/go/src/time/sleep.go:180 +0x31 goroutine 1 [chan receive, 2 minutes]: testing.(*T).Run(0xc0003c0820, {0x19a0a87, 0x46f653}, 0x1a37320) /usr/local/go/src/testing/testing.go:1307 +0x375 testing.runTests.func1(0xc00084e480) /usr/local/go/src/testing/testing.go:1598 +0x6e testing.tRunner(0xc0003c0820, 0xc00091fca0) /usr/local/go/src/testing/testing.go:1259 +0x102 testing.runTests(0xc000168980, {0x2a8b240, 0x4b, 0x4b}, {0xf15be0, 0xc000562318, 0x2a99c20}) /usr/local/go/src/testing/testing.go:1596 +0x43f testing.(*M).Run(0xc000168980) /usr/local/go/src/testing/testing.go:1504 +0x51d github.com/rclone/rclone/fstest.TestMain(0xc0000001a0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:70 +0x9e github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:36 main.main() _testmain.go:193 +0x166 goroutine 34 [select]: go.opencensus.io/stats/view.(*worker).start(0xc000548000) /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:276 +0xb9 created by go.opencensus.io/stats/view.init.0 /home/rclone/go/pkg/mod/go.opencensus.io@v0.23.0/stats/view/worker.go:34 +0x92 goroutine 15 [IO wait]: internal/poll.runtime_pollWait(0x7f9db2830ff0, 0x72) /usr/local/go/src/runtime/netpoll.go:234 +0x89 internal/poll.(*pollDesc).wait(0xc000548800, 0xc000510000, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000548800, {0xc000510000, 0xf108, 0xf108}) /usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a net.(*netFD).Read(0xc000548800, {0xc000510000, 0xc0002b6a00, 0xc000519f73}) /usr/local/go/src/net/fd_posix.go:56 +0x29 net.(*conn).Read(0xc0005500f0, {0xc000510000, 0xc000519f73, 0x19}) /usr/local/go/src/net/net.go:183 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000574048, {0xc000510000, 0xd, 0x10000c00089dd20}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:104 +0x32 crypto/tls.(*atLeastReader).Read(0xc0002304c8, {0xc000510000, 0x0, 0x40bb8d}) /usr/local/go/src/crypto/tls/conn.go:777 +0x3d bytes.(*Buffer).ReadFrom(0xc000118978, {0x1d4cc80, 0xc0002304c8}) /usr/local/go/src/bytes/buffer.go:204 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000118700, {0x7f9db07a81d8, 0xc000574048}, 0x51a2) /usr/local/go/src/crypto/tls/conn.go:799 +0xe5 crypto/tls.(*Conn).readRecordOrCCS(0xc000118700, 0x0) /usr/local/go/src/crypto/tls/conn.go:606 +0x112 crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:574 crypto/tls.(*Conn).Read(0xc000118700, {0xc000016000, 0x1000, 0x6e3c57}) /usr/local/go/src/crypto/tls/conn.go:1277 +0x16f bufio.(*Reader).Read(0xc00008ba40, {0xc0005997d8, 0x9, 0xc0002fc7b0}) /usr/local/go/src/bufio/bufio.go:227 +0x1b4 io.ReadAtLeast({0x1d4ca80, 0xc00008ba40}, {0xc0005997d8, 0x9, 0x9}, 0x9) /usr/local/go/src/io/io.go:328 +0x9a io.ReadFull(...) /usr/local/go/src/io/io.go:347 net/http.http2readFrameHeader({0xc0005997d8, 0x9, 0xc0006acb70}, {0x1d4ca80, 0xc00008ba40}) /usr/local/go/src/net/http/h2_bundle.go:1555 +0x6e net/http.(*http2Framer).ReadFrame(0xc0005997a0) /usr/local/go/src/net/http/h2_bundle.go:1813 +0x95 net/http.(*http2clientConnReadLoop).run(0xc000643f98) /usr/local/go/src/net/http/h2_bundle.go:8583 +0x130 net/http.(*http2ClientConn).readLoop(0xc0002fc900) /usr/local/go/src/net/http/h2_bundle.go:8506 +0x6f created by net/http.(*http2Transport).newClientConn /usr/local/go/src/net/http/h2_bundle.go:7317 +0xb85 goroutine 3963 [semacquire]: sync.runtime_Semacquire(0x0) /usr/local/go/src/runtime/sema.go:56 +0x25 sync.(*WaitGroup).Wait(0x192fb40) /usr/local/go/src/sync/waitgroup.go:130 +0x71 github.com/rclone/rclone/fs/sync.(*syncCopyMove).stopTransfers(0xc00056a200) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:438 +0x6a github.com/rclone/rclone/fs/sync.(*syncCopyMove).run(0xc00056a200) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:875 +0x345 github.com/rclone/rclone/fs/sync.runSyncCopyMove({0x1d85520, 0xc000664b70}, {0x1db5908, 0xc0000b9ad0}, {0x1db5ba8, 0xc00084c7e0}, 0x2, 0x0, 0x10, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1094 +0x21f github.com/rclone/rclone/fs/sync.Sync({0x1d85520, 0xc000664b70}, {0x1db5908, 0xc0000b9ad0}, {0x1db5ba8, 0xc00084c7e0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1100 +0x78 github.com/rclone/rclone/fs/sync.testSyncAfterRemovingAFileAndAddingAFile({0x1d85520, 0xc000664b70}, 0x2b0153) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:710 +0x6a5 github.com/rclone/rclone/fs/sync.TestSyncDeleteDuring(0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:868 +0x3a testing.tRunner(0xc0007fc9c0, 0x1a37320) /usr/local/go/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1306 +0x35a goroutine 4074 [semacquire]: sync.runtime_Semacquire(0x0) /usr/local/go/src/runtime/sema.go:56 +0x25 sync.(*WaitGroup).Wait(0x0) /usr/local/go/src/sync/waitgroup.go:130 +0x71 github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir({0x1d85478, 0xc000950d00}, 0xc000c92f60, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:733 +0x1f5 github.com/rclone/rclone/fs/sync.(*syncCopyMove).startDeleters.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:494 +0x85 created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startDeleters /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:492 +0x8f goroutine 4101 [chan receive]: github.com/rclone/rclone/backend/local.(*fadvise).worker(0xc000088900) /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:115 +0x4b created by github.com/rclone/rclone/backend/local.newFadvise /home/rclone/go/src/github.com/rclone/rclone/backend/local/fadvise_unix.go:75 +0x12f goroutine 4084 [select]: github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete(0xc0000b9ad0, {0x1d85478, 0xc000950d00}, {0xc0006d8370, 0x17}, {0xc0006d8388, 0x2b}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:984 +0x1f4 github.com/rclone/rclone/backend/internetarchive.(*Object).Remove(0xc0003a12d0, {0x1d85478, 0xc000950d00}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:752 +0x2f9 github.com/rclone/rclone/fs/operations.DeleteFileWithBackupDir({0x1d85478, 0xc000950d00}, {0x1db5978, 0xc0003a12d0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:685 +0x2b4 github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:720 +0x10e created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:717 +0xbf goroutine 4085 [chan receive]: github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:719 +0xd4 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:717 +0xbf goroutine 4087 [chan receive]: github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:719 +0xd4 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:717 +0xbf goroutine 4100 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc000102680) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:312 +0x16a created by github.com/rclone/rclone/fs/accounting.(*StatsInfo).startAverageLoop.func1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:341 +0x72 goroutine 4083 [chan receive]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:208 +0x45 created by github.com/rclone/rclone/fs/march.(*March).Run /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x3a5 goroutine 4073 [select]: github.com/rclone/rclone/backend/internetarchive.(*Fs).waitFileUpload(0xc0000b9ad0, {0x1d85478, 0xc000950d00}, {0xc000a26078, 0x7}, {0xc000c80160, 0x20}, 0x3c) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:943 +0x506 github.com/rclone/rclone/backend/internetarchive.(*Object).Update(0xc0005c0000, {0x1d85478, 0xc000950d00}, {0x1d53640, 0xc000568100}, {0x7f9db05f77f0, 0xc00084a660}, {0xc000a601c0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:721 +0x9c5 github.com/rclone/rclone/backend/internetarchive.(*Fs).Put(0xc0000b9ad0, {0x1d85478, 0xc000950d00}, {0x1d53640, 0xc000568100}, {0x7f9db05f77f0, 0xc00084a660}, {0xc000a601c0, 0x1, 0x1}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:444 +0x1d6 github.com/rclone/rclone/fs/operations.Copy({0x1d85478, 0xc000950d00}, {0x1db5908, 0xc0000b9ad0}, {0x0, 0x0}, {0xc000a26078, 0x8be480}, {0x1db5c18, 0xc00084a660}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:472 +0x1ab5 github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc00056a200, {0x1d85478, 0xc000950d00}, 0xc000b64778, {0x1db5908, 0xc0000b9ad0}, 0x89e846, 0xc000237200) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:403 +0x1bb created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:430 +0x47 goroutine 4086 [chan receive]: github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:719 +0xd4 created by github.com/rclone/rclone/fs/operations.DeleteFilesWithBackupDir /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:717 +0xbf goroutine 4109 [sleep]: time.Sleep(0x2540be400) /usr/local/go/src/runtime/time.go:193 +0x12e github.com/rclone/rclone/backend/internetarchive.(*Fs).waitFileUpload.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:885 +0x153 created by github.com/rclone/rclone/backend/internetarchive.(*Fs).waitFileUpload /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:879 +0x47b goroutine 4096 [sleep]: time.Sleep(0x2540be400) /usr/local/go/src/runtime/time.go:193 +0x12e github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:980 +0x85 created by github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:958 +0x191 goroutine 4102 [select]: github.com/rclone/rclone/fs/accounting.(*Account).averageLoop(0xc000568100) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:212 +0x10a created by github.com/rclone/rclone/fs/accounting.newAccountSizeName /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting.go:110 +0x44f "./sync.test -test.v -test.timeout 1h0m0s -remote TestIA:rclone-integration-test -verbose -fast-list" - Finished ERROR in 1h0m0.924919824s (try 1/5): exit status 2: Failed []