"./operations.test -test.v -test.timeout 1h0m0s -remote TestUlozto: -verbose" - Starting (try 1/5) 2024/04/16 04:38:27 DEBUG : Creating backend with remote "TestUlozto:rclone-test-hegakej9cocosil4noxepoc0" 2024/04/16 04:38:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:38:29 DEBUG : Creating backend with remote "/tmp/rclone2959567817" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" multithread_test.go:121: multithread writing not supported 2024/04/16 04:38:29 ERROR : : error listing: directory not found --- SKIP: TestMultithreadCopy (0.30s) === RUN TestMultithreadCopyAbort run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" multithread_test.go:121: multithread writing not supported 2024/04/16 04:38:29 ERROR : : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.32s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2024/04/16 04:38:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2024/04/16 04:38:29 DEBUG : potato: Seek from 10 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 10 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Seek from 5 to 2 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2024/04/16 04:38:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Seek from 5 to 2 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2024/04/16 04:38:29 DEBUG : potato: Seek from 8 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 8 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2024/04/16 04:38:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2024/04/16 04:38:29 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2024/04/16 04:38:29 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2024/04/16 04:38:29 DEBUG : potato: Seek from 5 to 2 2024/04/16 04:38:29 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2024/04/16 04:38:29 DEBUG : potato: Seek from 9 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 9 to 0 2024/04/16 04:38:29 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.00s) --- PASS: TestCheck/1 (0.26s) --- PASS: TestCheck/2 (0.26s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.29s) --- PASS: TestCheck/5 (0.28s) --- PASS: TestCheck/6 (0.29s) --- PASS: TestCheck/7 (0.29s) === RUN TestCheckFsError 2024/04/16 04:38:41 DEBUG : Creating backend with remote "nonexistent" 2024/04/16 04:38:41 DEBUG : Creating backend with remote "nonexistent" 2024/04/16 04:38:41 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2024/04/16 04:38:41 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2024/04/16 04:38:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2024/04/16 04:38:41 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (13.79s) --- PASS: TestCheckDownload/1 (0.99s) --- PASS: TestCheckDownload/2 (0.76s) --- PASS: TestCheckDownload/3 (0.51s) --- PASS: TestCheckDownload/4 (0.76s) --- PASS: TestCheckDownload/5 (0.81s) --- PASS: TestCheckDownload/6 (0.65s) --- PASS: TestCheckDownload/7 (0.60s) === RUN TestCheckSizeOnly run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (7.53s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.25s) --- PASS: TestCheckSizeOnly/3 (0.27s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.27s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" 2024/04/16 04:39:04 NOTICE: test.sum: improperly formatted checksum line 4 2024/04/16 04:39:04 NOTICE: test.sum: improperly formatted checksum line 5 2024/04/16 04:39:04 NOTICE: test.sum: improperly formatted checksum line 6 2024/04/16 04:39:04 NOTICE: test.sum: 2 warning(s) suppressed... 2024/04/16 04:39:06 NOTICE: test.sum: improperly formatted checksum line 4 2024/04/16 04:39:06 NOTICE: test.sum: improperly formatted checksum line 5 2024/04/16 04:39:06 NOTICE: test.sum: improperly formatted checksum line 6 2024/04/16 04:39:06 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (3.46s) === RUN TestCheckSum run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" 2024/04/16 04:39:06 DEBUG : Creating backend with remote "TestUlozto:rclone-test-hegakej9cocosil4noxepoc0/data" === RUN TestCheckSum/subtest1 === RUN TestCheckSum/subtest2 === RUN TestCheckSum/subtest3 === RUN TestCheckSum/subtest4 === RUN TestCheckSum/subtest5 === RUN TestCheckSum/subtest6 === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (43.42s) --- PASS: TestCheckSum/subtest1 (0.93s) --- PASS: TestCheckSum/subtest2 (0.87s) --- PASS: TestCheckSum/subtest3 (0.67s) --- PASS: TestCheckSum/subtest4 (0.71s) --- PASS: TestCheckSum/subtest5 (0.80s) --- PASS: TestCheckSum/subtest6 (0.69s) --- PASS: TestCheckSum/subtest7 (0.79s) === RUN TestCheckSumDownload run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" 2024/04/16 04:39:50 DEBUG : Creating backend with remote "TestUlozto:rclone-test-hegakej9cocosil4noxepoc0/data" === RUN TestCheckSumDownload/subtest1 === RUN TestCheckSumDownload/subtest2 === RUN TestCheckSumDownload/subtest3 === RUN TestCheckSumDownload/subtest4 === RUN TestCheckSumDownload/subtest5 === RUN TestCheckSumDownload/subtest6 === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (39.27s) --- PASS: TestCheckSumDownload/subtest1 (1.22s) --- PASS: TestCheckSumDownload/subtest2 (0.92s) --- PASS: TestCheckSumDownload/subtest3 (2.12s) --- PASS: TestCheckSumDownload/subtest4 (1.66s) --- PASS: TestCheckSumDownload/subtest5 (1.11s) --- PASS: TestCheckSumDownload/subtest6 (1.20s) --- PASS: TestCheckSumDownload/subtest7 (1.92s) === RUN TestApplyTransforms 2024/04/16 04:40:29 DEBUG : Creating backend with remote "TestUlozto:rclone-test-fatufod8zumuqaz3zogaqiw3" 2024/04/16 04:40:29 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:40:30 DEBUG : Creating backend with remote "/tmp/rclone1249827533" run.go:180: Remote "uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3'", Local "Local file system at /tmp/rclone1249827533", Modify Window "1µs" upper checkfile vs. lower remote (without normalization) 2024/04/16 04:40:34 ERROR : hello, world!: sum not found 2024/04/16 04:40:34 ERROR : HELLO, WORLD!: file not in uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3' 2024/04/16 04:40:34 NOTICE: uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': 1 files missing 2024/04/16 04:40:34 NOTICE: 1 hashes missing 2024/04/16 04:40:34 NOTICE: uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': 2 differences found 2024/04/16 04:40:34 NOTICE: uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2024/04/16 04:40:34 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:40:34 NOTICE: uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': 0 differences found 2024/04/16 04:40:34 NOTICE: uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': 1 matching files 2024/04/16 04:40:34 DEBUG : Creating backend with remote "TestUlozto:rclone-test-haqociv0bujadeb8qewadif6" 2024/04/16 04:40:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:40:36 DEBUG : Creating backend with remote "/tmp/rclone3317683587" run.go:180: Remote "uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6'", Local "Local file system at /tmp/rclone3317683587", Modify Window "1µs" lower checkfile vs. upper remote (without normalization) 2024/04/16 04:40:41 ERROR : HELLO, WORLD!: sum not found 2024/04/16 04:40:41 ERROR : hello, world!: file not in uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6' 2024/04/16 04:40:41 NOTICE: uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': 1 files missing 2024/04/16 04:40:41 NOTICE: 1 hashes missing 2024/04/16 04:40:41 NOTICE: uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': 2 differences found 2024/04/16 04:40:41 NOTICE: uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2024/04/16 04:40:41 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:40:41 NOTICE: uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': 0 differences found 2024/04/16 04:40:41 NOTICE: uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': 1 matching files 2024/04/16 04:40:41 DEBUG : Creating backend with remote "TestUlozto:rclone-test-sipogay3feyezad2yazuzey4" 2024/04/16 04:40:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:40:43 DEBUG : Creating backend with remote "/tmp/rclone4011015970" run.go:180: Remote "uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4'", Local "Local file system at /tmp/rclone4011015970", Modify Window "1µs" lower checkfile vs. upperlowermixed remote (without normalization) 2024/04/16 04:40:46 ERROR : HeLlO, wOrLd!: sum not found 2024/04/16 04:40:46 ERROR : hello, world!: file not in uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4' 2024/04/16 04:40:46 NOTICE: uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': 1 files missing 2024/04/16 04:40:46 NOTICE: 1 hashes missing 2024/04/16 04:40:46 NOTICE: uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': 2 differences found 2024/04/16 04:40:46 NOTICE: uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2024/04/16 04:40:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:40:47 NOTICE: uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': 0 differences found 2024/04/16 04:40:47 NOTICE: uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': 1 matching files 2024/04/16 04:40:47 DEBUG : Creating backend with remote "TestUlozto:rclone-test-getiguc2colamiz7qapuxof8" 2024/04/16 04:40:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:40:48 DEBUG : Creating backend with remote "/tmp/rclone488251885" run.go:180: Remote "uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8'", Local "Local file system at /tmp/rclone488251885", Modify Window "1µs" upperlowermixed checkfile vs. upper remote (without normalization) 2024/04/16 04:40:52 ERROR : HELLO, WORLD!: sum not found 2024/04/16 04:40:52 ERROR : HeLlO, wOrLd!: file not in uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8' 2024/04/16 04:40:52 NOTICE: uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': 1 files missing 2024/04/16 04:40:52 NOTICE: 1 hashes missing 2024/04/16 04:40:52 NOTICE: uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': 2 differences found 2024/04/16 04:40:52 NOTICE: uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2024/04/16 04:40:52 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:40:52 NOTICE: uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': 0 differences found 2024/04/16 04:40:52 NOTICE: uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': 1 matching files 2024/04/16 04:40:52 DEBUG : Creating backend with remote "TestUlozto:rclone-test-yaxoqoz8dakolol9gudameg4" 2024/04/16 04:40:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:40:54 DEBUG : Creating backend with remote "/tmp/rclone2689534976" run.go:180: Remote "uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4'", Local "Local file system at /tmp/rclone2689534976", Modify Window "1µs" NFD checkfile vs. NFC remote (without normalization) 2024/04/16 04:41:01 ERROR : 測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:01 ERROR : 測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4' 2024/04/16 04:41:01 NOTICE: uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': 1 files missing 2024/04/16 04:41:01 NOTICE: 1 hashes missing 2024/04/16 04:41:01 NOTICE: uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': 2 differences found 2024/04/16 04:41:01 NOTICE: uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2024/04/16 04:41:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:03 NOTICE: uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': 0 differences found 2024/04/16 04:41:03 NOTICE: uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': 1 matching files 2024/04/16 04:41:03 DEBUG : Creating backend with remote "TestUlozto:rclone-test-xetisag0yixubuy5nunobav9" 2024/04/16 04:41:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:41:04 DEBUG : Creating backend with remote "/tmp/rclone1297549859" run.go:180: Remote "uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9'", Local "Local file system at /tmp/rclone1297549859", Modify Window "1µs" NFC checkfile vs. NFD remote (without normalization) 2024/04/16 04:41:08 ERROR : 測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:08 ERROR : 測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9' 2024/04/16 04:41:08 NOTICE: uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': 1 files missing 2024/04/16 04:41:08 NOTICE: 1 hashes missing 2024/04/16 04:41:08 NOTICE: uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': 2 differences found 2024/04/16 04:41:08 NOTICE: uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2024/04/16 04:41:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:09 NOTICE: uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': 0 differences found 2024/04/16 04:41:09 NOTICE: uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': 1 matching files 2024/04/16 04:41:09 DEBUG : Creating backend with remote "TestUlozto:rclone-test-kebuwut3zapefiw6webatog3" 2024/04/16 04:41:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:41:11 DEBUG : Creating backend with remote "/tmp/rclone3267280583" run.go:180: Remote "uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3'", Local "Local file system at /tmp/rclone3267280583", Modify Window "1µs" NFDx2 checkfile vs. both remote (without normalization) 2024/04/16 04:41:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:17 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3' 2024/04/16 04:41:17 NOTICE: uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': 1 files missing 2024/04/16 04:41:17 NOTICE: 1 hashes missing 2024/04/16 04:41:17 NOTICE: uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': 2 differences found 2024/04/16 04:41:17 NOTICE: uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2024/04/16 04:41:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:18 NOTICE: uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': 0 differences found 2024/04/16 04:41:18 NOTICE: uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': 1 matching files 2024/04/16 04:41:18 DEBUG : Creating backend with remote "TestUlozto:rclone-test-nexokos8qeluliv8lezohor2" 2024/04/16 04:41:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:41:21 DEBUG : Creating backend with remote "/tmp/rclone561890947" run.go:180: Remote "uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2'", Local "Local file system at /tmp/rclone561890947", Modify Window "1µs" NFCx2 checkfile vs. both remote (without normalization) 2024/04/16 04:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:25 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2' 2024/04/16 04:41:25 NOTICE: uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': 1 files missing 2024/04/16 04:41:25 NOTICE: 1 hashes missing 2024/04/16 04:41:25 NOTICE: uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': 2 differences found 2024/04/16 04:41:25 NOTICE: uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2024/04/16 04:41:26 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:26 NOTICE: uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': 0 differences found 2024/04/16 04:41:26 NOTICE: uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': 1 matching files 2024/04/16 04:41:26 DEBUG : Creating backend with remote "TestUlozto:rclone-test-garevav5kexeqey3nesigog1" 2024/04/16 04:41:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:41:27 DEBUG : Creating backend with remote "/tmp/rclone8147122" run.go:180: Remote "uloz.to root 'rclone-test-garevav5kexeqey3nesigog1'", Local "Local file system at /tmp/rclone8147122", Modify Window "1µs" both checkfile vs. NFDx2 remote (without normalization) 2024/04/16 04:41:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-garevav5kexeqey3nesigog1' 2024/04/16 04:41:32 NOTICE: uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': 1 files missing 2024/04/16 04:41:32 NOTICE: 1 hashes missing 2024/04/16 04:41:32 NOTICE: uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': 2 differences found 2024/04/16 04:41:32 NOTICE: uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2024/04/16 04:41:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:33 NOTICE: uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': 0 differences found 2024/04/16 04:41:33 NOTICE: uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': 1 matching files 2024/04/16 04:41:33 DEBUG : Creating backend with remote "TestUlozto:rclone-test-walewif1wovinik2bakodiv4" 2024/04/16 04:41:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/04/16 04:41:34 DEBUG : Creating backend with remote "/tmp/rclone1597611751" run.go:180: Remote "uloz.to root 'rclone-test-walewif1wovinik2bakodiv4'", Local "Local file system at /tmp/rclone1597611751", Modify Window "1µs" both checkfile vs. NFCx2 remote (without normalization) 2024/04/16 04:41:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2024/04/16 04:41:38 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in uloz.to root 'rclone-test-walewif1wovinik2bakodiv4' 2024/04/16 04:41:38 NOTICE: uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': 1 files missing 2024/04/16 04:41:38 NOTICE: 1 hashes missing 2024/04/16 04:41:38 NOTICE: uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': 2 differences found 2024/04/16 04:41:38 NOTICE: uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2024/04/16 04:41:39 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2024/04/16 04:41:39 NOTICE: uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': 0 differences found 2024/04/16 04:41:39 NOTICE: uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': 1 matching files 2024/04/16 04:41:39 DEBUG : uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2024/04/16 04:41:40 DEBUG : uloz.to root 'rclone-test-walewif1wovinik2bakodiv4': Purge dir "" 2024/04/16 04:41:42 DEBUG : uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2024/04/16 04:41:42 DEBUG : uloz.to root 'rclone-test-garevav5kexeqey3nesigog1': Purge dir "" 2024/04/16 04:41:45 DEBUG : uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2024/04/16 04:41:45 DEBUG : uloz.to root 'rclone-test-nexokos8qeluliv8lezohor2': Purge dir "" 2024/04/16 04:41:47 DEBUG : uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2024/04/16 04:41:47 DEBUG : uloz.to root 'rclone-test-kebuwut3zapefiw6webatog3': Purge dir "" 2024/04/16 04:41:50 DEBUG : uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': Purge object "測試_Русский___ě_áñ" 2024/04/16 04:41:50 DEBUG : uloz.to root 'rclone-test-xetisag0yixubuy5nunobav9': Purge dir "" 2024/04/16 04:41:52 DEBUG : uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': Purge object "測試_Русский___ě_áñ" 2024/04/16 04:41:52 DEBUG : uloz.to root 'rclone-test-yaxoqoz8dakolol9gudameg4': Purge dir "" 2024/04/16 04:41:55 DEBUG : uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': Purge object "HELLO, WORLD!" 2024/04/16 04:41:55 DEBUG : uloz.to root 'rclone-test-getiguc2colamiz7qapuxof8': Purge dir "" 2024/04/16 04:41:57 DEBUG : uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': Purge object "HeLlO, wOrLd!" 2024/04/16 04:41:57 DEBUG : uloz.to root 'rclone-test-sipogay3feyezad2yazuzey4': Purge dir "" 2024/04/16 04:42:00 DEBUG : uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': Purge object "HELLO, WORLD!" 2024/04/16 04:42:00 DEBUG : uloz.to root 'rclone-test-haqociv0bujadeb8qewadif6': Purge dir "" 2024/04/16 04:42:02 DEBUG : uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': Purge object "hello, world!" 2024/04/16 04:42:02 DEBUG : uloz.to root 'rclone-test-fatufod8zumuqaz3zogaqiw3': Purge dir "" --- PASS: TestApplyTransforms (96.46s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" 2024/04/16 04:42:06 DEBUG : file1: Need to transfer - File not found at Destination 2024/04/16 04:42:10 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2024/04/16 04:42:10 INFO : file1: Copied (new) to: sub/file2 2024/04/16 04:42:11 DEBUG : file1: Size and modification time the same (differ by -999ns, within tolerance 1µs) 2024/04/16 04:42:11 DEBUG : file1: Unchanged skipping 2024/04/16 04:42:12 DEBUG : uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (9.81s) === RUN TestCopyLongFile run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" copy_test.go:152: Test only runs on local --- SKIP: TestCopyLongFile (0.48s) === RUN TestCopyFileBackupDir run.go:180: Remote "uloz.to root 'rclone-test-hegakej9cocosil4noxepoc0'", Local "Local file system at /tmp/rclone2959567817", Modify Window "1µs" 2024/04/16 04:42:19 DEBUG : Creating backend with remote "TestUlozto:rclone-test-hegakej9cocosil4noxepoc0/backup" 2024/04/16 04:42:21 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) --- FAIL: TestCopyFileBackupDir (8.35s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x19a6960] goroutine 3803 [running]: testing.tRunner.func1.2({0x1cabae0, 0x3863290}) /usr/local/go/src/testing/testing.go:1631 +0x24a testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1634 +0x377 panic({0x1cabae0?, 0x3863290?}) /usr/local/go/src/runtime/panic.go:770 +0x132 github.com/rclone/rclone/backend/ulozto.(*Object).Remote(0x27c3938?) /home/rclone/go/src/github.com/rclone/rclone/backend/ulozto/ulozto.go:932 github.com/rclone/rclone/fs/operations.move({0x27bcc68, 0xc00013b7d0}, {0x27d1730, 0xc000711720}, {0x27d17a0, 0x0}, {0x209f5d8, 0x9}, {0x27d17a0, 0xc000b76de0}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:449 +0x32d github.com/rclone/rclone/fs/operations.Move(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:413 github.com/rclone/rclone/fs/operations.MoveBackupDir({0x27bcc68, 0xc00013b7d0}, {0x27d1730, 0xc000711720}, {0x27d17a0, 0xc000b76de0}) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1848 +0xe7 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x27bcc68, 0xc00013b7d0}, {0x27d1730, 0xc000710780}, {0x27d0150, 0xc000964140}, {0x209f5d8, 0x9}, {0x209f5d8, 0x9}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:1987 +0x8b0 github.com/rclone/rclone/fs/operations.CopyFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:409 github.com/rclone/rclone/fs/operations_test.TestCopyFileBackupDir(0xc000b72680) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:183 +0x43c testing.tRunner(0xc000b72680, 0x21d7050) /usr/local/go/src/testing/testing.go:1689 +0xfb created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1742 +0x390 "./operations.test -test.v -test.timeout 1h0m0s -remote TestUlozto: -verbose" - Finished ERROR in 3m56.971052093s (try 1/5): exit status 2: Failed [TestCopyFileBackupDir]