"./sync.test -test.v -test.timeout 1h0m0s -remote TestIA:rclone-integration-test -verbose -fast-list" - Starting (try 1/5) 2022/06/17 05:18:16 DEBUG : Creating backend with remote "TestIA:rclone-integration-test/rclone-test-sewucut1megaret0miwesik7" 2022/06/17 05:18:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/06/17 05:18:17 DEBUG : Creating backend with remote "/tmp/rclone3978714214" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === 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-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:18:18 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:18:18 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/06/17 05:18:18 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (1.01s) === RUN TestCopy run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:18:19 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:18:19 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:19:17 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:19:17 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (94.05s) === RUN TestCopyMissingDirectory run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:19:53 DEBUG : Creating backend with remote "/non-existing" 2022/06/17 05:19:53 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/06/17 05:19:53 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:19:53 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (1.08s) === RUN TestCopyNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:19:54 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:19:54 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:21:11 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:21:11 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (176.26s) === RUN TestCopyCheckFirst run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:22:50 INFO : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Running all checks before starting transfers 2022/06/17 05:22:50 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:22:50 INFO : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Checks finished, now starting transfers 2022/06/17 05:22:50 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:23:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:23:46 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (154.27s) === RUN TestSyncNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:25:24 ERROR : Ignoring --no-traverse with sync 2022/06/17 05:25:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:25:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:25:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:25:48 INFO : sub dir/hello world: Copied (new) 2022/06/17 05:25:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (58.57s) === RUN TestCopyWithDepth run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:26:23 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:26:23 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:26:48 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2022/06/17 05:26:48 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (61.22s) === RUN TestCopyWithFilesFrom run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:27:24 DEBUG : hello world2: Excluded 2022/06/17 05:27:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:27:24 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:28:20 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:28:20 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (144.48s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:29:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:29:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:31:06 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:31:06 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (111.84s) === RUN TestCopyEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:31:40 DEBUG : sub dir2: Making directory 2022/06/17 05:31:40 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:31:40 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:32:36 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:32:36 INFO : sub dir/hello world: Copied (new) 2022/06/17 05:32:36 DEBUG : sub dir2: Making directory 2022/06/17 05:32:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: copied 1 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestCopyEmptyDirectories (164.35s) === RUN TestMoveEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:34:25 DEBUG : sub dir2: Making directory 2022/06/17 05:34:25 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:34:25 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:34:49 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:34:49 INFO : sub dir/hello world: Copied (new) 2022/06/17 05:34:49 INFO : sub dir/hello world: Deleted 2022/06/17 05:34:49 DEBUG : sub dir: Making directory 2022/06/17 05:34:49 DEBUG : sub dir2: Making directory 2022/06/17 05:34:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: copied 2 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestMoveEmptyDirectories (70.55s) === RUN TestSyncEmptyDirectories run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:35:35 DEBUG : sub dir2: Making directory 2022/06/17 05:35:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:35:36 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:35:59 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:35:59 INFO : sub dir/hello world: Copied (new) 2022/06/17 05:35:59 DEBUG : sub dir2: Making directory 2022/06/17 05:35:59 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: copied 1 directories 2022/06/17 05:35:59 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestSyncEmptyDirectories (59.53s) === RUN TestServerSideCopy run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:37:00 DEBUG : Creating backend with remote "TestIA:rclone-integration-test/rclone-test-lobihub6tuditix8fihahah3" 2022/06/17 05:37:00 DEBUG : Config file has changed externaly - reloading sync_test.go:275: Server side copy (if possible) Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7 -> Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3 2022/06/17 05:37:01 DEBUG : Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3: Waiting for checks to finish 2022/06/17 05:37:01 DEBUG : Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3: Waiting for transfers to finish 2022/06/17 05:38:08 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:38:08 INFO : sub dir/hello world: Copied (server-side copy) 2022/06/17 05:38:09 DEBUG : Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3: Purge object "sub dir/hello world" 2022/06/17 05:39:39 DEBUG : Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3: Purge dir "sub dir" 2022/06/17 05:39:39 DEBUG : Internet Archive item rclone-integration-test path rclone-test-lobihub6tuditix8fihahah3: Purge dir "" --- PASS: TestServerSideCopy (219.68s) === RUN TestCopyAfterDelete run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:41:00 ERROR : : error listing: directory not found 2022/06/17 05:41:00 DEBUG : Local file system at /tmp/rclone3978714214: Making directory 2022/06/17 05:41:01 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:41:01 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (82.68s) === RUN TestCopyRedownload run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:42:23 DEBUG : Local file system at /tmp/rclone3978714214: Waiting for checks to finish 2022/06/17 05:42:23 DEBUG : Local file system at /tmp/rclone3978714214: Waiting for transfers to finish 2022/06/17 05:42:24 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/06/17 05:42:24 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (71.64s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:42:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:42:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:43:13 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/17 05:43:13 INFO : check sum: Copied (new) 2022/06/17 05:43:13 DEBUG : Waiting for deletions to finish 2022/06/17 05:43:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:43:14 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/17 05:43:14 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/06/17 05:43:14 DEBUG : check sum: Unchanged skipping 2022/06/17 05:43:14 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:43:14 DEBUG : Waiting for deletions to finish 2022/06/17 05:43:14 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (49.44s) === RUN TestSyncSizeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:43:38 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:43:38 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:44:13 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/17 05:44:13 INFO : sizeonly: Copied (new) 2022/06/17 05:44:13 DEBUG : Waiting for deletions to finish 2022/06/17 05:44:13 DEBUG : sizeonly: Sizes identical 2022/06/17 05:44:13 DEBUG : sizeonly: Unchanged skipping 2022/06/17 05:44:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:44:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:44:13 DEBUG : Waiting for deletions to finish 2022/06/17 05:44:13 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (80.33s) === RUN TestSyncIgnoreSize run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:44:59 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:44:59 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:45:24 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2022/06/17 05:45:24 INFO : ignore-size: Copied (new) 2022/06/17 05:45:24 DEBUG : Waiting for deletions to finish 2022/06/17 05:45:25 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:45:25 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 05:45:25 DEBUG : ignore-size: Unchanged skipping 2022/06/17 05:45:25 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:45:25 DEBUG : Waiting for deletions to finish 2022/06/17 05:45:25 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (82.41s) === RUN TestSyncIgnoreTimes run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:46:57 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:46:57 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 05:46:57 DEBUG : existing: Unchanged skipping 2022/06/17 05:46:57 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:46:57 DEBUG : Waiting for deletions to finish 2022/06/17 05:46:57 INFO : There was nothing to transfer 2022/06/17 05:46:57 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/06/17 05:46:57 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:46:57 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:47:33 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/17 05:47:33 INFO : existing: Copied (replaced existing) 2022/06/17 05:47:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (97.76s) === RUN TestSyncIgnoreExisting run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:47:59 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:47:59 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:48:34 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/06/17 05:48:34 INFO : existing: Copied (new) 2022/06/17 05:48:34 DEBUG : Waiting for deletions to finish 2022/06/17 05:48:35 DEBUG : existing: Destination exists, skipping 2022/06/17 05:48:35 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:48:35 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:48:35 DEBUG : Waiting for deletions to finish 2022/06/17 05:48:35 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (81.77s) === RUN TestSyncIgnoreErrors run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:50:50 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2022/06/17 05:50:51 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 05:50:51 DEBUG : c/non empty space: Unchanged skipping 2022/06/17 05:50:51 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:50:51 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:52:08 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/17 05:52:08 INFO : a/potato2: Copied (new) 2022/06/17 05:52:08 DEBUG : Waiting for deletions to finish 2022/06/17 05:53:24 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (302.30s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:54:48 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:54:48 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/17 05:54:48 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/17 05:54:48 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/06/17 05:54:48 DEBUG : empty space: Unchanged skipping 2022/06/17 05:54:48 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:54:48 DEBUG : Waiting for deletions to finish 2022/06/17 05:54:48 INFO : There was nothing to transfer 2022/06/17 05:54:48 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/17 05:54:48 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:54:48 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/17 05:54:49 INFO : empty space: Updated modification time in destination 2022/06/17 05:54:49 DEBUG : empty space: Unchanged skipping 2022/06/17 05:54:49 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:54:49 DEBUG : Waiting for deletions to finish 2022/06/17 05:54:49 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (113.82s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:57:02 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/17 05:57:02 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:57:02 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/06/17 05:57:02 DEBUG : empty space: Unchanged skipping 2022/06/17 05:57:02 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 05:57:02 DEBUG : Waiting for deletions to finish 2022/06/17 05:57:02 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (81.04s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 05:59:05 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 05:59:05 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/17 05:59:05 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3978714214) 2022/06/17 05:59:05 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7) 2022/06/17 05:59:05 DEBUG : foo: md5 differ 2022/06/17 05:59:05 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:00:11 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2022/06/17 06:00:11 INFO : foo: Copied (replaced existing) 2022/06/17 06:00:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (210.05s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 06:04:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 06:04:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 06:04:13 DEBUG : empty space: Unchanged skipping 2022/06/17 06:04:13 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:04:49 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/17 06:04:49 INFO : potato: Copied (new) 2022/06/17 06:04:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (290.38s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 06:06:33 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 06:06:33 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/06/17 06:06:33 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:06:57 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2022/06/17 06:06:57 INFO : potato: Copied (replaced existing) 2022/06/17 06:06:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (83.57s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 06:07:58 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 06:07:58 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/17 06:07:58 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3978714214) 2022/06/17 06:07:58 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7) 2022/06/17 06:07:58 DEBUG : potato: md5 differ 2022/06/17 06:07:58 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:08:32 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2022/06/17 06:08:32 INFO : potato: Copied (replaced existing) 2022/06/17 06:08:32 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (94.93s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 06:10:16 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 06:10:16 DEBUG : empty space: Unchanged skipping 2022/06/17 06:10:16 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 06:10:16 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:10:16 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/06/17 06:10:16 DEBUG : Waiting for deletions to finish 2022/06/17 06:10:16 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (116.98s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7", Local "Local file system at /tmp/rclone3978714214", Modify Window "1ns" 2022/06/17 06:14:05 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/06/17 06:14:05 DEBUG : empty space: Unchanged skipping 2022/06/17 06:14:05 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for checks to finish 2022/06/17 06:14:05 DEBUG : Internet Archive item rclone-integration-test path rclone-test-sewucut1megaret0miwesik7: Waiting for transfers to finish 2022/06/17 06:16:37 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/06/17 06:16:37 INFO : potato2: Copied (new) 2022/06/17 06:16:37 DEBUG : Waiting for deletions to finish 2022/06/17 06:17:11 INFO : potato: Deleted panic: test timed out after 1h0m0s goroutine 3684 [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, 7 minutes]: testing.(*T).Run(0xc00030c340, {0x19d7042, 0x46f653}, 0x1a395f8) /usr/local/go/src/testing/testing.go:1307 +0x375 testing.runTests.func1(0xc0007cc8d0) /usr/local/go/src/testing/testing.go:1598 +0x6e testing.tRunner(0xc00030c340, 0xc00089fca0) /usr/local/go/src/testing/testing.go:1259 +0x102 testing.runTests(0xc00003cb00, {0x2a8f280, 0x4b, 0x4b}, {0xf15dc0, 0xc0009a7cf8, 0x2a9dc80}) /usr/local/go/src/testing/testing.go:1596 +0x43f testing.(*M).Run(0xc00003cb00) /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 20 [select]: go.opencensus.io/stats/view.(*worker).start(0xc000127a80) /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 37 [IO wait]: internal/poll.runtime_pollWait(0x7f17729e86f0, 0x72) /usr/local/go/src/runtime/netpoll.go:234 +0x89 internal/poll.(*pollDesc).wait(0xc000586880, 0xc000600000, 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(0xc000586880, {0xc000600000, 0x107a8, 0x107a8}) /usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a net.(*netFD).Read(0xc000586880, {0xc000600000, 0xc00082b040, 0xc00060d059}) /usr/local/go/src/net/fd_posix.go:56 +0x29 net.(*conn).Read(0xc000010018, {0xc000600000, 0xc00060d059, 0x19}) /usr/local/go/src/net/net.go:183 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0003f0168, {0xc000600000, 0xd, 0x10000c0007ca020}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:104 +0x32 crypto/tls.(*atLeastReader).Read(0xc0009b41b0, {0xc000600000, 0x0, 0x40bb8d}) /usr/local/go/src/crypto/tls/conn.go:777 +0x3d bytes.(*Buffer).ReadFrom(0xc000278278, {0x1d4f540, 0xc0009b41b0}) /usr/local/go/src/bytes/buffer.go:204 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000278000, {0x7f17710a5c18, 0xc0003f0168}, 0x375c) /usr/local/go/src/crypto/tls/conn.go:799 +0xe5 crypto/tls.(*Conn).readRecordOrCCS(0xc000278000, 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(0xc000278000, {0xc000342000, 0x1000, 0x6e3cf7}) /usr/local/go/src/crypto/tls/conn.go:1277 +0x16f bufio.(*Reader).Read(0xc000833380, {0xc0009c8498, 0x9, 0xc000128630}) /usr/local/go/src/bufio/bufio.go:227 +0x1b4 io.ReadAtLeast({0x1d4f340, 0xc000833380}, {0xc0009c8498, 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({0xc0009c8498, 0x9, 0xc000856330}, {0x1d4f340, 0xc000833380}) /usr/local/go/src/net/http/h2_bundle.go:1555 +0x6e net/http.(*http2Framer).ReadFrame(0xc0009c8460) /usr/local/go/src/net/http/h2_bundle.go:1813 +0x95 net/http.(*http2clientConnReadLoop).run(0xc000073f98) /usr/local/go/src/net/http/h2_bundle.go:8583 +0x130 net/http.(*http2ClientConn).readLoop(0xc000328000) /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 3433 [select]: github.com/rclone/rclone/backend/internetarchive.(*Fs).waitDelete(0xc0000adc30, {0x1d87db0, 0xc000138000}, {0xc0006f9cc0, 0x17}, {0xc0006f9cd8, 0x2c}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:984 +0x1f4 github.com/rclone/rclone/backend/internetarchive.(*Object).Remove(0xc000709dc0, {0x1d87db0, 0xc000138000}) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:752 +0x2f9 github.com/rclone/rclone/fstest.newRunIndividual.func1.1.1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:155 +0x2a github.com/rclone/rclone/fstest.retry(0xc000682000, {0xc0009a6660, 0x17}, 0xc0008096a8) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:122 +0xe8 github.com/rclone/rclone/fstest.newRunIndividual.func1.1({0xc00094dd80, 0x2, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:155 +0x1ad github.com/rclone/rclone/fs/walk.listR.func1({0xc00094dd80, 0x2, 0x2}) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:331 +0x1e7 github.com/rclone/rclone/backend/internetarchive.(*Fs).ListR(0xc0000adc30, {0x1d87db0, 0xc000138000}, {0x0, 0x18f7ae0}, 0xc0009c4050) /home/rclone/go/src/github.com/rclone/rclone/backend/internetarchive/internetarchive.go:569 +0x1f8 github.com/rclone/rclone/fs/walk.listR({0x1d87db0, 0xc000138000}, {0x1db81c8, 0xc0000adc30}, {0x0, 0x0}, 0x1, 0x3, 0xc000abacf0, 0xc00000e8e8, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:298 +0x277 github.com/rclone/rclone/fs/walk.ListR({0x1d87db0, 0xc000138000}, {0x1db81c8, 0xc0000adc30}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0xc000abacf0) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:162 +0x1cb github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:151 +0x12a github.com/rclone/rclone/fstest.(*Run).Finalise(0xc00024d490) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:376 +0x22 github.com/rclone/rclone/fs/sync.testSyncAfterRemovingAFileAndAddingAFile({0x1d87db0, 0xc000138000}, 0x490077) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:714 +0x9db github.com/rclone/rclone/fs/sync.TestSyncAfterRemovingAFileAndAddingAFile(0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:717 +0x2a testing.tRunner(0xc000682000, 0x1a395f8) /usr/local/go/src/testing/testing.go:1259 +0x102 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:1306 +0x35a goroutine 3665 [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 "./sync.test -test.v -test.timeout 1h0m0s -remote TestIA:rclone-integration-test -verbose -fast-list" - Finished ERROR in 1h0m1.052165855s (try 1/5): exit status 2: Failed []