"./operations.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -fast-list -test.run '^(TestApplyTransforms|TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestDirMove|TestGetFsInfo|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$|^TestMultithreadCopy$/^(upload=true,size=134217727,streams=2|upload=true,size=134217728,streams=2|upload=true,size=134217729,streams=2)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Starting (try 2/5) 2025/02/05 02:50:21 DEBUG : Creating backend with remote "TestPcloud:rclone-test-tanihil2yinu" 2025/02/05 02:50:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 02:50:22 DEBUG : Creating backend with remote "/tmp/rclone3452484642" === RUN TestMultithreadCopy run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" === RUN TestMultithreadCopy/upload=true,size=134217727,streams=2 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: write buffer set to 131072 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: Starting multi-thread copy with 2 chunks of size 64Mi with 2 parallel streams 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: chunk 2/2 (67108864-134217727) size 64.000Mi starting 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: writing chunk 1 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: chunk 1/2 (0-67108864) size 64Mi starting 2025/02/05 02:50:32 DEBUG : test-multithread-copy-true-134217727-2: writing chunk 0 2025/02/05 02:51:52 DEBUG : pacer: low level retry 1/1 (error pcloud error: Internal upload error. (5001)) 2025/02/05 02:51:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/05 02:51:52 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: chunk 1/2 failed: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) 2025/02/05 02:51:54 DEBUG : pacer: Reducing sleep to 15ms 2025/02/05 02:51:54 DEBUG : pacer: Reducing sleep to 11.25ms 2025/02/05 02:51:54 DEBUG : pacer: Reducing sleep to 10ms 2025/02/05 02:51:54 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: chunk 2/2 failed: multi-thread copy: failed to write chunk: context canceled 2025/02/05 02:51:54 DEBUG : test-multithread-copy-true-134217727-2: multi-thread copy: cancelling transfer on exit 2025/02/05 02:51:54 DEBUG : test-multithread-copy-true-134217727-2: checking file size: try 0/5 2025/02/05 02:51:55 DEBUG : test-multithread-copy-true-134217727-2: checking file size: try 1/5 2025/02/05 02:51:56 DEBUG : test-multithread-copy-true-134217727-2: checking file size: try 2/5 2025/02/05 02:51:57 DEBUG : test-multithread-copy-true-134217727-2: checking file size: try 3/5 2025/02/05 02:51:58 DEBUG : test-multithread-copy-true-134217727-2: checking file size: try 4/5 2025/02/05 02:51:59 ERROR : test-multithread-copy-true-134217727-2: multi-thread copy: failed to close file before aborting: incorrect size after upload: got 68288512, want 134217727 multithread_test.go:220: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:220 Error: Received unexpected error: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) Test: TestMultithreadCopy/upload=true,size=134217727,streams=2 === RUN TestMultithreadCopy/upload=true,size=134217728,streams=2 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:189 Error: Should be true Test: TestMultithreadCopy/upload=true,size=134217728,streams=2 Messages: listing wrong, want test-multithread-copy-true-134217728-2 (134217728) got test-multithread-copy-true-134217727-2 (134217727), test-multithread-copy-true-134217728-2 (134217728) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:189 Error: Should be true Test: TestMultithreadCopy/upload=true,size=134217728,streams=2 Messages: Unexpected file "test-multithread-copy-true-134217727-2" 2025/02/05 02:52:15 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: write buffer set to 131072 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: number of streams 4 was bigger than number of chunks 2 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: Starting multi-thread copy with 2 chunks of size 64Mi with 2 parallel streams 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: chunk 2/2 (67108864-134217728) size 64Mi starting 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: writing chunk 1 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: chunk 1/2 (0-67108864) size 64Mi starting 2025/02/05 02:52:16 DEBUG : test-multithread-copy-true-134217728-2: writing chunk 0 2025/02/05 03:03:38 DEBUG : pacer: low level retry 1/1 (error pcloud error: Internal upload error. (5001)) 2025/02/05 03:03:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/05 03:03:38 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: chunk 1/2 failed: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) 2025/02/05 03:03:50 DEBUG : pacer: Reducing sleep to 15ms 2025/02/05 03:03:50 DEBUG : pacer: Reducing sleep to 11.25ms 2025/02/05 03:03:50 DEBUG : pacer: Reducing sleep to 10ms 2025/02/05 03:03:50 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: chunk 2/2 failed: multi-thread copy: failed to write chunk: context canceled 2025/02/05 03:03:50 DEBUG : test-multithread-copy-true-134217728-2: multi-thread copy: cancelling transfer on exit 2025/02/05 03:03:50 DEBUG : test-multithread-copy-true-134217728-2: checking file size: try 0/5 2025/02/05 03:03:51 DEBUG : test-multithread-copy-true-134217728-2: checking file size: try 1/5 2025/02/05 03:03:52 DEBUG : test-multithread-copy-true-134217728-2: checking file size: try 2/5 2025/02/05 03:03:53 DEBUG : test-multithread-copy-true-134217728-2: checking file size: try 3/5 2025/02/05 03:03:54 DEBUG : test-multithread-copy-true-134217728-2: checking file size: try 4/5 2025/02/05 03:03:56 ERROR : test-multithread-copy-true-134217728-2: multi-thread copy: failed to close file before aborting: incorrect size after upload: got 109707264, want 134217728 multithread_test.go:220: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:220 Error: Received unexpected error: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) Test: TestMultithreadCopy/upload=true,size=134217728,streams=2 === RUN TestMultithreadCopy/upload=true,size=134217729,streams=2 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:189 Error: Should be true Test: TestMultithreadCopy/upload=true,size=134217729,streams=2 Messages: listing wrong, want test-multithread-copy-true-134217729-2 (134217729) got test-multithread-copy-true-134217727-2 (134217727), test-multithread-copy-true-134217728-2 (134217728), test-multithread-copy-true-134217729-2 (134217729) fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:189 Error: Should be true Test: TestMultithreadCopy/upload=true,size=134217729,streams=2 Messages: Unexpected file "test-multithread-copy-true-134217727-2" fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:334 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:189 Error: Should be true Test: TestMultithreadCopy/upload=true,size=134217729,streams=2 Messages: Unexpected file "test-multithread-copy-true-134217728-2" 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: write buffer set to 131072 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: number of streams 4 was bigger than number of chunks 3 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: Starting multi-thread copy with 3 chunks of size 64Mi with 3 parallel streams 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 3/3 (134217728-134217729) size 1 starting 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 1/3 (0-67108864) size 64Mi starting 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: writing chunk 2 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: writing chunk 0 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 2/3 (67108864-134217728) size 64Mi starting 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: writing chunk 1 2025/02/05 03:04:12 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 3/3 (134217728-134217729) size 1 finished 2025/02/05 03:04:41 DEBUG : pacer: low level retry 1/1 (error pcloud error: Internal upload error. (5001)) 2025/02/05 03:04:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/05 03:04:41 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 2/3 failed: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) 2025/02/05 03:04:41 DEBUG : pacer: low level retry 1/1 (error pcloud error: Internal upload error. (5001)) 2025/02/05 03:04:41 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/02/05 03:04:41 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: chunk 1/3 failed: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) 2025/02/05 03:04:41 DEBUG : test-multithread-copy-true-134217729-2: multi-thread copy: cancelling transfer on exit 2025/02/05 03:04:41 DEBUG : test-multithread-copy-true-134217729-2: checking file size: try 0/5 2025/02/05 03:04:41 DEBUG : pacer: Reducing sleep to 30ms 2025/02/05 03:04:41 DEBUG : pacer: Reducing sleep to 22.5ms 2025/02/05 03:04:41 DEBUG : pacer: Reducing sleep to 16.875ms multithread_test.go:220: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:220 Error: Received unexpected error: multi-thread copy: failed to write chunk: open file: open new file descriptor: pcloud error: Internal upload error. (5001) Test: TestMultithreadCopy/upload=true,size=134217729,streams=2 2025/02/05 03:04:41 DEBUG : pacer: Reducing sleep to 12.65625ms 2025/02/05 03:04:41 DEBUG : pacer: Reducing sleep to 10ms --- FAIL: TestMultithreadCopy (859.30s) --- FAIL: TestMultithreadCopy/upload=true,size=134217727,streams=2 (97.27s) --- FAIL: TestMultithreadCopy/upload=true,size=134217728,streams=2 (716.30s) --- FAIL: TestMultithreadCopy/upload=true,size=134217729,streams=2 (45.57s) === RUN TestApplyTransforms 2025/02/05 03:04:41 DEBUG : Creating backend with remote "TestPcloud:rclone-test-mocucip9vihe" 2025/02/05 03:04:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:42 DEBUG : Creating backend with remote "/tmp/rclone3826517858" run.go:180: Remote "pcloud root 'rclone-test-mocucip9vihe'", Local "Local file system at /tmp/rclone3826517858", Modify Window "1s" upper checkfile vs. lower remote (without normalization) 2025/02/05 03:04:43 ERROR : hello, world!: sum not found 2025/02/05 03:04:43 ERROR : HELLO, WORLD!: file not in pcloud root 'rclone-test-mocucip9vihe' 2025/02/05 03:04:43 NOTICE: pcloud root 'rclone-test-mocucip9vihe': 1 files missing 2025/02/05 03:04:43 NOTICE: 1 hashes missing 2025/02/05 03:04:43 NOTICE: pcloud root 'rclone-test-mocucip9vihe': 2 differences found 2025/02/05 03:04:43 NOTICE: pcloud root 'rclone-test-mocucip9vihe': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/02/05 03:04:43 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:43 +0000": parsing time "Wed, 05 Feb 2025 03:04:43 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:43 +0000" as " " 2025/02/05 03:04:43 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:43 NOTICE: pcloud root 'rclone-test-mocucip9vihe': 0 differences found 2025/02/05 03:04:43 NOTICE: pcloud root 'rclone-test-mocucip9vihe': 1 matching files 2025/02/05 03:04:43 DEBUG : Creating backend with remote "TestPcloud:rclone-test-lupopow7pera" 2025/02/05 03:04:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:44 DEBUG : Creating backend with remote "/tmp/rclone795534092" run.go:180: Remote "pcloud root 'rclone-test-lupopow7pera'", Local "Local file system at /tmp/rclone795534092", Modify Window "1s" lower checkfile vs. upper remote (without normalization) 2025/02/05 03:04:44 ERROR : HELLO, WORLD!: sum not found 2025/02/05 03:04:44 ERROR : hello, world!: file not in pcloud root 'rclone-test-lupopow7pera' 2025/02/05 03:04:44 NOTICE: pcloud root 'rclone-test-lupopow7pera': 1 files missing 2025/02/05 03:04:44 NOTICE: 1 hashes missing 2025/02/05 03:04:44 NOTICE: pcloud root 'rclone-test-lupopow7pera': 2 differences found 2025/02/05 03:04:44 NOTICE: pcloud root 'rclone-test-lupopow7pera': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/02/05 03:04:45 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:45 +0000": parsing time "Wed, 05 Feb 2025 03:04:45 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:45 +0000" as " " 2025/02/05 03:04:45 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:45 NOTICE: pcloud root 'rclone-test-lupopow7pera': 0 differences found 2025/02/05 03:04:45 NOTICE: pcloud root 'rclone-test-lupopow7pera': 1 matching files 2025/02/05 03:04:45 DEBUG : Creating backend with remote "TestPcloud:rclone-test-nicuyir6jedu" 2025/02/05 03:04:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:46 DEBUG : Creating backend with remote "/tmp/rclone2420361770" run.go:180: Remote "pcloud root 'rclone-test-nicuyir6jedu'", Local "Local file system at /tmp/rclone2420361770", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/02/05 03:04:46 ERROR : HeLlO, wOrLd!: sum not found 2025/02/05 03:04:46 ERROR : hello, world!: file not in pcloud root 'rclone-test-nicuyir6jedu' 2025/02/05 03:04:46 NOTICE: pcloud root 'rclone-test-nicuyir6jedu': 1 files missing 2025/02/05 03:04:46 NOTICE: 1 hashes missing 2025/02/05 03:04:46 NOTICE: pcloud root 'rclone-test-nicuyir6jedu': 2 differences found 2025/02/05 03:04:46 NOTICE: pcloud root 'rclone-test-nicuyir6jedu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/02/05 03:04:47 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:46 +0000": parsing time "Wed, 05 Feb 2025 03:04:46 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:46 +0000" as " " 2025/02/05 03:04:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:47 NOTICE: pcloud root 'rclone-test-nicuyir6jedu': 0 differences found 2025/02/05 03:04:47 NOTICE: pcloud root 'rclone-test-nicuyir6jedu': 1 matching files 2025/02/05 03:04:47 DEBUG : Creating backend with remote "TestPcloud:rclone-test-qebugah7kuha" 2025/02/05 03:04:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:47 DEBUG : Creating backend with remote "/tmp/rclone2026405033" run.go:180: Remote "pcloud root 'rclone-test-qebugah7kuha'", Local "Local file system at /tmp/rclone2026405033", Modify Window "1s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/02/05 03:04:48 ERROR : HELLO, WORLD!: sum not found 2025/02/05 03:04:48 ERROR : HeLlO, wOrLd!: file not in pcloud root 'rclone-test-qebugah7kuha' 2025/02/05 03:04:48 NOTICE: pcloud root 'rclone-test-qebugah7kuha': 1 files missing 2025/02/05 03:04:48 NOTICE: 1 hashes missing 2025/02/05 03:04:48 NOTICE: pcloud root 'rclone-test-qebugah7kuha': 2 differences found 2025/02/05 03:04:48 NOTICE: pcloud root 'rclone-test-qebugah7kuha': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/02/05 03:04:48 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:48 +0000": parsing time "Wed, 05 Feb 2025 03:04:48 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:48 +0000" as " " 2025/02/05 03:04:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:48 NOTICE: pcloud root 'rclone-test-qebugah7kuha': 0 differences found 2025/02/05 03:04:48 NOTICE: pcloud root 'rclone-test-qebugah7kuha': 1 matching files 2025/02/05 03:04:48 DEBUG : Creating backend with remote "TestPcloud:rclone-test-piripol9hofu" 2025/02/05 03:04:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:49 DEBUG : Creating backend with remote "/tmp/rclone2237713013" run.go:180: Remote "pcloud root 'rclone-test-piripol9hofu'", Local "Local file system at /tmp/rclone2237713013", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2025/02/05 03:04:50 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/05 03:04:50 ERROR : 測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-piripol9hofu' 2025/02/05 03:04:50 NOTICE: pcloud root 'rclone-test-piripol9hofu': 1 files missing 2025/02/05 03:04:50 NOTICE: 1 hashes missing 2025/02/05 03:04:50 NOTICE: pcloud root 'rclone-test-piripol9hofu': 2 differences found 2025/02/05 03:04:50 NOTICE: pcloud root 'rclone-test-piripol9hofu': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/02/05 03:04:50 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:50 +0000": parsing time "Wed, 05 Feb 2025 03:04:50 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:50 +0000" as " " 2025/02/05 03:04:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:50 NOTICE: pcloud root 'rclone-test-piripol9hofu': 0 differences found 2025/02/05 03:04:50 NOTICE: pcloud root 'rclone-test-piripol9hofu': 1 matching files 2025/02/05 03:04:50 DEBUG : Creating backend with remote "TestPcloud:rclone-test-cabomes1cice" 2025/02/05 03:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:51 DEBUG : Creating backend with remote "/tmp/rclone1445569874" run.go:180: Remote "pcloud root 'rclone-test-cabomes1cice'", Local "Local file system at /tmp/rclone1445569874", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2025/02/05 03:04:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/02/05 03:04:52 ERROR : 測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-cabomes1cice' 2025/02/05 03:04:52 NOTICE: pcloud root 'rclone-test-cabomes1cice': 1 files missing 2025/02/05 03:04:52 NOTICE: 1 hashes missing 2025/02/05 03:04:52 NOTICE: pcloud root 'rclone-test-cabomes1cice': 2 differences found 2025/02/05 03:04:52 NOTICE: pcloud root 'rclone-test-cabomes1cice': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/02/05 03:04:52 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:52 +0000": parsing time "Wed, 05 Feb 2025 03:04:52 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:52 +0000" as " " 2025/02/05 03:04:52 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:52 NOTICE: pcloud root 'rclone-test-cabomes1cice': 0 differences found 2025/02/05 03:04:52 NOTICE: pcloud root 'rclone-test-cabomes1cice': 1 matching files 2025/02/05 03:04:52 DEBUG : Creating backend with remote "TestPcloud:rclone-test-comofoc2wowo" 2025/02/05 03:04:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:53 DEBUG : Creating backend with remote "/tmp/rclone1502129547" run.go:180: Remote "pcloud root 'rclone-test-comofoc2wowo'", Local "Local file system at /tmp/rclone1502129547", Modify Window "1s" NFDx2 checkfile vs. both remote (without normalization) 2025/02/05 03:04:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/05 03:04:54 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-comofoc2wowo' 2025/02/05 03:04:54 NOTICE: pcloud root 'rclone-test-comofoc2wowo': 1 files missing 2025/02/05 03:04:54 NOTICE: 1 hashes missing 2025/02/05 03:04:54 NOTICE: pcloud root 'rclone-test-comofoc2wowo': 2 differences found 2025/02/05 03:04:54 NOTICE: pcloud root 'rclone-test-comofoc2wowo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/02/05 03:04:54 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:54 +0000": parsing time "Wed, 05 Feb 2025 03:04:54 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:54 +0000" as " " 2025/02/05 03:04:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:54 NOTICE: pcloud root 'rclone-test-comofoc2wowo': 0 differences found 2025/02/05 03:04:54 NOTICE: pcloud root 'rclone-test-comofoc2wowo': 1 matching files 2025/02/05 03:04:54 DEBUG : Creating backend with remote "TestPcloud:rclone-test-nahumix1quso" 2025/02/05 03:04:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:55 DEBUG : Creating backend with remote "/tmp/rclone1444275288" run.go:180: Remote "pcloud root 'rclone-test-nahumix1quso'", Local "Local file system at /tmp/rclone1444275288", Modify Window "1s" NFCx2 checkfile vs. both remote (without normalization) 2025/02/05 03:04:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/05 03:04:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-nahumix1quso' 2025/02/05 03:04:56 NOTICE: pcloud root 'rclone-test-nahumix1quso': 1 files missing 2025/02/05 03:04:56 NOTICE: 1 hashes missing 2025/02/05 03:04:56 NOTICE: pcloud root 'rclone-test-nahumix1quso': 2 differences found 2025/02/05 03:04:56 NOTICE: pcloud root 'rclone-test-nahumix1quso': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/02/05 03:04:56 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:56 +0000": parsing time "Wed, 05 Feb 2025 03:04:56 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:56 +0000" as " " 2025/02/05 03:04:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:56 NOTICE: pcloud root 'rclone-test-nahumix1quso': 0 differences found 2025/02/05 03:04:56 NOTICE: pcloud root 'rclone-test-nahumix1quso': 1 matching files 2025/02/05 03:04:56 DEBUG : Creating backend with remote "TestPcloud:rclone-test-pujidix4yexe" 2025/02/05 03:04:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:57 DEBUG : Creating backend with remote "/tmp/rclone1189351511" run.go:180: Remote "pcloud root 'rclone-test-pujidix4yexe'", Local "Local file system at /tmp/rclone1189351511", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2025/02/05 03:04:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/05 03:04:58 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-pujidix4yexe' 2025/02/05 03:04:58 NOTICE: pcloud root 'rclone-test-pujidix4yexe': 1 files missing 2025/02/05 03:04:58 NOTICE: 1 hashes missing 2025/02/05 03:04:58 NOTICE: pcloud root 'rclone-test-pujidix4yexe': 2 differences found 2025/02/05 03:04:58 NOTICE: pcloud root 'rclone-test-pujidix4yexe': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/02/05 03:04:58 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:04:58 +0000": parsing time "Wed, 05 Feb 2025 03:04:58 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:04:58 +0000" as " " 2025/02/05 03:04:58 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:04:58 NOTICE: pcloud root 'rclone-test-pujidix4yexe': 0 differences found 2025/02/05 03:04:58 NOTICE: pcloud root 'rclone-test-pujidix4yexe': 1 matching files 2025/02/05 03:04:58 DEBUG : Creating backend with remote "TestPcloud:rclone-test-xejesiq5jora" 2025/02/05 03:04:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/05 03:04:59 DEBUG : Creating backend with remote "/tmp/rclone1977586231" run.go:180: Remote "pcloud root 'rclone-test-xejesiq5jora'", Local "Local file system at /tmp/rclone1977586231", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2025/02/05 03:05:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/02/05 03:05:00 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in pcloud root 'rclone-test-xejesiq5jora' 2025/02/05 03:05:00 NOTICE: pcloud root 'rclone-test-xejesiq5jora': 1 files missing 2025/02/05 03:05:00 NOTICE: 1 hashes missing 2025/02/05 03:05:00 NOTICE: pcloud root 'rclone-test-xejesiq5jora': 2 differences found 2025/02/05 03:05:00 NOTICE: pcloud root 'rclone-test-xejesiq5jora': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/02/05 03:05:00 DEBUG : Couldn't parse Date: from server edef11.pcloud.com: "Wed, 05 Feb 2025 03:05:00 +0000": parsing time "Wed, 05 Feb 2025 03:05:00 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 05 Feb 2025 03:05:00 +0000" as " " 2025/02/05 03:05:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/02/05 03:05:00 NOTICE: pcloud root 'rclone-test-xejesiq5jora': 0 differences found 2025/02/05 03:05:00 NOTICE: pcloud root 'rclone-test-xejesiq5jora': 1 matching files 2025/02/05 03:05:00 DEBUG : pcloud root 'rclone-test-xejesiq5jora': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-pujidix4yexe': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-nahumix1quso': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-comofoc2wowo': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-cabomes1cice': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-piripol9hofu': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-qebugah7kuha': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-nicuyir6jedu': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-lupopow7pera': Purge remote 2025/02/05 03:05:01 DEBUG : pcloud root 'rclone-test-mocucip9vihe': Purge remote --- PASS: TestApplyTransforms (20.00s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:02 INFO : A2: Making directory 2025/02/05 03:05:03 INFO : A1/B2: Making directory 2025/02/05 03:05:03 INFO : A1/B2/C2: Making directory 2025/02/05 03:05:03 INFO : A1/B1/C3: Making directory 2025/02/05 03:05:03 INFO : A3: Making directory 2025/02/05 03:05:04 INFO : A3/B3: Making directory 2025/02/05 03:05:04 INFO : A3/B3/C4: Making directory 2025/02/05 03:05:05 DEBUG : removing 1 level 3 directories 2025/02/05 03:05:05 INFO : A3/B3/C4: Removing directory 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/02/05 03:05:13 DEBUG : removing 2 level 3 directories 2025/02/05 03:05:13 INFO : A1/B2/C2: Removing directory 2025/02/05 03:05:13 INFO : A1/B1/C3: Removing directory 2025/02/05 03:05:13 DEBUG : removing 2 level 2 directories 2025/02/05 03:05:13 INFO : A3/B3: Removing directory 2025/02/05 03:05:13 INFO : A1/B2: Removing directory 2025/02/05 03:05:13 DEBUG : removing 2 level 1 directories 2025/02/05 03:05:13 INFO : A3: Removing directory 2025/02/05 03:05:13 INFO : A2: Removing directory 2025/02/05 03:05:14 DEBUG : removing 1 level 3 directories 2025/02/05 03:05:14 INFO : A1/B1/C1: Removing directory 2025/02/05 03:05:14 DEBUG : removing 1 level 2 directories 2025/02/05 03:05:14 INFO : A1/B1: Removing directory 2025/02/05 03:05:14 DEBUG : removing 1 level 1 directories 2025/02/05 03:05:14 INFO : A1: Removing directory 2025/02/05 03:05:14 DEBUG : removing 1 level 0 directories 2025/02/05 03:05:14 INFO : pcloud root 'rclone-test-tanihil2yinu': Removing directory --- PASS: TestRmdirsNoLeaveRoot (13.31s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:15 INFO : A1: Making directory 2025/02/05 03:05:15 INFO : A1/B1: Making directory 2025/02/05 03:05:16 INFO : A1/B1/C1: Making directory 2025/02/05 03:05:16 DEBUG : removing 1 level 3 directories 2025/02/05 03:05:16 INFO : A1/B1/C1: Removing directory 2025/02/05 03:05:16 DEBUG : removing 1 level 2 directories 2025/02/05 03:05:16 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (1.58s) === RUN TestRmdirsWithFilter run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:16 INFO : A1: Making directory 2025/02/05 03:05:17 INFO : A1/B1: Making directory 2025/02/05 03:05:17 INFO : A1/B1/C1: Making directory 2025/02/05 03:05:17 DEBUG : removing 1 level 3 directories 2025/02/05 03:05:17 INFO : A1/B1/C1: Removing directory 2025/02/05 03:05:17 DEBUG : removing 1 level 2 directories 2025/02/05 03:05:17 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (1.14s) === RUN TestCopyURL run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:18 DEBUG : filename.txt: File name found in url 2025/02/05 03:05:18 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (1.58s) === RUN TestMoveFile run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/05 03:05:19 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/02/05 03:05:19 DEBUG : sub/file2.53508f02.partial: renamed to: sub/file2 2025/02/05 03:05:19 INFO : file1: Copied (new) to: sub/file2 2025/02/05 03:05:19 INFO : file1: Deleted 2025/02/05 03:05:20 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/02/05 03:05:20 DEBUG : file1: Unchanged skipping 2025/02/05 03:05:20 INFO : file1: Deleted 2025/02/05 03:05:20 DEBUG : pcloud root 'rclone-test-tanihil2yinu': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.30s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:20 DEBUG : file1: Need to transfer - File not found at Destination 2025/02/05 03:05:21 DEBUG : file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/02/05 03:05:21 DEBUG : file1.53508f02.partial: renamed to: file1 2025/02/05 03:05:21 INFO : file1: Copied (new) 2025/02/05 03:05:21 INFO : file1: Deleted 2025/02/05 03:05:21 DEBUG : file1: Destination exists, skipping 2025/02/05 03:05:21 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (0.95s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.16s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.16s) === RUN TestMoveFileBackupDir run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:22 DEBUG : Creating backend with remote "TestPcloud:rclone-test-tanihil2yinu/backup" 2025/02/05 03:05:23 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/02/05 03:05:24 INFO : dst/file1: Moved (server-side) 2025/02/05 03:05:24 DEBUG : dst/file1: sha1 = a379624177abc4679cafafa8eae1d73e1478aaa6 OK 2025/02/05 03:05:24 DEBUG : dst/file1.53508f02.partial: renamed to: dst/file1 2025/02/05 03:05:24 INFO : dst/file1: Copied (new) 2025/02/05 03:05:24 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (2.90s) === RUN TestDirMove run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:26 INFO : A1/B2: Making directory 2025/02/05 03:05:26 INFO : A1/B1/C3: Making directory 2025/02/05 03:05:28 INFO : A2/one: Moved (server-side) to: A3/one 2025/02/05 03:05:28 INFO : A2/two: Moved (server-side) to: A3/two 2025/02/05 03:05:28 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/02/05 03:05:28 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/02/05 03:05:28 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/02/05 03:05:29 INFO : pcloud root 'rclone-test-tanihil2yinu': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/02/05 03:05:31 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/02/05 03:05:31 INFO : A3/one: Moved (server-side) to: A4/one 2025/02/05 03:05:31 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/02/05 03:05:31 INFO : A3/two: Moved (server-side) to: A4/two 2025/02/05 03:05:31 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four --- PASS: TestDirMove (8.15s) === RUN TestGetFsInfo run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" --- PASS: TestGetFsInfo (0.16s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:33 DEBUG : pcloud root 'rclone-test-tanihil2yinu': File to upload is small (34 bytes), uploading instead of streaming 2025/02/05 03:05:33 DEBUG : no_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2025/02/05 03:05:33 DEBUG : no_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2025/02/05 03:05:33 DEBUG : pcloud root 'rclone-test-tanihil2yinu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/02/05 03:05:33 DEBUG : no_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2025/02/05 03:05:33 DEBUG : no_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:34 DEBUG : pcloud root 'rclone-test-tanihil2yinu': File to upload is small (34 bytes), uploading instead of streaming 2025/02/05 03:05:34 DEBUG : with_checksum_small_file_from_pipe: sha1 = 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 OK 2025/02/05 03:05:34 DEBUG : with_checksum_small_file_from_pipe: Size and sha1 of src and dst objects identical 2025/02/05 03:05:34 DEBUG : pcloud root 'rclone-test-tanihil2yinu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/02/05 03:05:34 DEBUG : with_checksum_big_file_from_pipe: sha1 = d0080f73aa8b494570ad63df1beb25c01ea9eea2 OK 2025/02/05 03:05:34 DEBUG : with_checksum_big_file_from_pipe: Size and sha1 of src and dst objects identical === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:35 DEBUG : pcloud root 'rclone-test-tanihil2yinu': File to upload is small (34 bytes), uploading instead of streaming 2025/02/05 03:05:35 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/02/05 03:05:35 DEBUG : pcloud root 'rclone-test-tanihil2yinu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/02/05 03:05:35 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:36 DEBUG : pcloud root 'rclone-test-tanihil2yinu': File to upload is small (34 bytes), uploading instead of streaming 2025/02/05 03:05:36 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/02/05 03:05:36 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/02/05 03:05:36 DEBUG : pcloud root 'rclone-test-tanihil2yinu': Target remote doesn't support streaming uploads, creating temporary local FS to spool file 2025/02/05 03:05:36 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/02/05 03:05:36 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (4.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.90s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (1.32s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.92s) === RUN TestRcatMetadata run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" operations_test.go:1532: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (0.16s) === RUN TestRcatSize run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" 2025/02/05 03:05:37 DEBUG : pcloud root 'rclone-test-tanihil2yinu': File to upload is small (60 bytes), uploading instead of streaming 2025/02/05 03:05:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/05 03:05:37 DEBUG : potato2: Size and sha1 of src and dst objects identical --- PASS: TestRcatSize (0.79s) === RUN TestRcatSizeMetadata run.go:180: Remote "pcloud root 'rclone-test-tanihil2yinu'", Local "Local file system at /tmp/rclone3452484642", Modify Window "1s" operations_test.go:1613: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (0.16s) FAIL 2025/02/05 03:05:38 DEBUG : pcloud root 'rclone-test-tanihil2yinu': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestPcloud: -verbose -fast-list -test.run '^(TestApplyTransforms|TestCaseInsensitiveMoveFile|TestCaseInsensitiveMoveFileDryRun|TestCopyURL|TestDirMove|TestGetFsInfo|TestMoveFile|TestMoveFileBackupDir|TestMoveFileWithIgnoreExisting|TestRcatMetadata|TestRcatSize|TestRcatSizeMetadata|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$|^TestMultithreadCopy$/^(upload=true,size=134217727,streams=2|upload=true,size=134217728,streams=2|upload=true,size=134217729,streams=2)$|^TestRcat$/^(withChecksum=false,ignoreChecksum=false|withChecksum=false,ignoreChecksum=true|withChecksum=true,ignoreChecksum=false|withChecksum=true,ignoreChecksum=true)$'" - Finished ERROR in 15m16.866739418s (try 2/5): exit status 1: Failed [TestMultithreadCopy/upload=true,size=134217727,streams=2 TestMultithreadCopy/upload=true,size=134217728,streams=2 TestMultithreadCopy/upload=true,size=134217729,streams=2]