"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose" - Starting (try 1/5)
2025/05/15 03:45:57 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa"
2025/05/15 03:45:57 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:45:57 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:45:57 DEBUG : Azure container rclone-test-qutaxac2sasa: Using directory markers
2025/05/15 03:45:57 DEBUG : Creating backend with remote "/tmp/rclone650066004"
=== 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 "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:45:57 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/15 03:45:57 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/15 03:45:57 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/15 03:45:57 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/15 03:45:57 DEBUG : chunksize-probe: Removing empty object
=== RUN TestMultithreadCopy/upload=false,size=8388607,streams=2
2025/05/15 03:45:57 DEBUG : test-multithread-copy-false-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/15 03:45:57 DEBUG : test-multithread-copy-false-8388607-2: open chunk writer: started multipart upload
2025/05/15 03:45:57 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/15 03:45:57 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 1 size 4.000Mi offset 4Mi/8.000Mi
2025/05/15 03:45:57 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multipart upload finished
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: write buffer set to 131072
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi starting
2025/05/15 03:45:58 DEBUG : test-multithread-copy-false-8388607-2: writing chunk 0
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi finished
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388607-2: Finished multi-thread copy with 1 parts of size 8.000Mi
=== RUN TestMultithreadCopy/upload=false,size=8388608,streams=2
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388608-2: open chunk writer: started multipart upload
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 0 size 4Mi offset 0/8Mi
2025/05/15 03:45:59 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8Mi
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multipart upload finished
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: write buffer set to 131072
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8Mi
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: Starting multi-thread copy with 1 chunks of size 8Mi with 1 parallel streams
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi starting
2025/05/15 03:46:00 DEBUG : test-multithread-copy-false-8388608-2: writing chunk 0
2025/05/15 03:46:01 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi finished
2025/05/15 03:46:01 DEBUG : test-multithread-copy-false-8388608-2: Finished multi-thread copy with 1 parts of size 8Mi
=== RUN TestMultithreadCopy/upload=false,size=8388609,streams=2
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: open chunk writer: started multipart upload
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 2 size 1 offset 8Mi/8.000Mi
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8.000Mi
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload finished
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: write buffer set to 131072
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi starting
2025/05/15 03:46:02 DEBUG : test-multithread-copy-false-8388609-2: writing chunk 0
2025/05/15 03:46:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi finished
2025/05/15 03:46:03 DEBUG : test-multithread-copy-false-8388609-2: Finished multi-thread copy with 1 parts of size 8.000Mi
=== RUN TestMultithreadCopy/upload=true,size=8388607,streams=2
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: disabling buffering because source is local disk
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: open chunk writer: started multipart upload
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi starting
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194304 to 0
2025/05/15 03:46:04 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194303 to 0
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi finished
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: multipart upload finished
2025/05/15 03:46:05 DEBUG : test-multithread-copy-true-8388607-2: Finished multi-thread copy with 2 parts of size 4Mi
=== RUN TestMultithreadCopy/upload=true,size=8388608,streams=2
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: disabling buffering because source is local disk
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: open chunk writer: started multipart upload
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi starting
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/15 03:46:06 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi finished
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: multipart upload finished
2025/05/15 03:46:07 DEBUG : test-multithread-copy-true-8388608-2: Finished multi-thread copy with 2 parts of size 4Mi
=== RUN TestMultithreadCopy/upload=true,size=8388609,streams=2
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: disabling buffering because source is local disk
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: open chunk writer: started multipart upload
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: Seek from 1 to 0
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 finished
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/15 03:46:08 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/15 03:46:09 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:09 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/15 03:46:09 DEBUG : test-multithread-copy-true-8388609-2: multipart upload finished
2025/05/15 03:46:09 DEBUG : test-multithread-copy-true-8388609-2: Finished multi-thread copy with 3 parts of size 4Mi
--- PASS: TestMultithreadCopy (12.82s)
--- PASS: TestMultithreadCopy/upload=false,size=8388607,streams=2 (2.30s)
--- PASS: TestMultithreadCopy/upload=false,size=8388608,streams=2 (2.19s)
--- PASS: TestMultithreadCopy/upload=false,size=8388609,streams=2 (1.83s)
--- PASS: TestMultithreadCopy/upload=true,size=8388607,streams=2 (2.03s)
--- PASS: TestMultithreadCopy/upload=true,size=8388608,streams=2 (1.94s)
--- PASS: TestMultithreadCopy/upload=true,size=8388609,streams=2 (2.03s)
=== RUN TestMultithreadCopyAbort
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:09 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/15 03:46:09 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/15 03:46:09 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/15 03:46:09 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/15 03:46:09 DEBUG : chunksize-probe: Removing empty object
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk
2025/05/15 03:46:10 DEBUG : test-multithread-abort: Multipart upload session started for 3 parts of size 4Mi
2025/05/15 03:46:10 DEBUG : test-multithread-abort: open chunk writer: started multipart upload
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 1
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/15 03:46:10 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/15 03:46:10 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/15 03:46:10 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/15 03:46:10 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/15 03:46:10 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/15 03:46:10 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/15 03:46:10 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/15 03:46:10 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/15 03:46:10 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/15 03:46:11 DEBUG : test-multithread-abort: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/15 03:46:11 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/15 03:46:11 DEBUG : test-multithread-abort: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/15 03:46:11 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/15 03:46:11 DEBUG : Returning error reader
2025/05/15 03:46:11 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:11 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure
2025/05/15 03:46:11 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:12 DEBUG : Returning error reader
2025/05/15 03:46:12 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:12 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure
2025/05/15 03:46:12 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:13 DEBUG : Returning error reader
2025/05/15 03:46:13 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:13 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure
2025/05/15 03:46:13 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:14 DEBUG : Returning error reader
2025/05/15 03:46:14 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:14 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure
2025/05/15 03:46:14 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:15 DEBUG : Returning error reader
2025/05/15 03:46:15 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:15 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure
2025/05/15 03:46:15 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:16 DEBUG : Returning error reader
2025/05/15 03:46:16 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:16 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure
2025/05/15 03:46:16 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:17 DEBUG : Returning error reader
2025/05/15 03:46:17 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:17 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure
2025/05/15 03:46:17 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:18 DEBUG : Returning error reader
2025/05/15 03:46:18 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:18 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure
2025/05/15 03:46:18 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:19 DEBUG : Returning error reader
2025/05/15 03:46:19 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:19 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure
2025/05/15 03:46:19 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/15 03:46:20 DEBUG : Returning error reader
2025/05/15 03:46:20 DEBUG : BOOM: simulated read failure
2025/05/15 03:46:20 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure
2025/05/15 03:46:20 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries
2025/05/15 03:46:20 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: BOOM: simulated read failure
2025/05/15 03:46:20 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit
2025/05/15 03:46:20 DEBUG : test-multithread-abort: Clearing uncommitted blocks
2025/05/15 03:46:20 DEBUG : test-multithread-abort: 2 Uncommitted blocks found
2025/05/15 03:46:20 DEBUG : test-multithread-abort: Committing 0 blocks to remove uncommitted blocks
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:340
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:330
Error: Should be true
Test: TestMultithreadCopyAbort
Messages: listing wrong, want
test-multithread-abort (100) got
test-multithread-abort (0)
fstest.go:144:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
/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:340
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:330
Error: Not equal:
expected: 100
actual : 0
Test: TestMultithreadCopyAbort
Messages: test-multithread-abort: size incorrect file=100 vs obj=0
--- FAIL: TestMultithreadCopyAbort (18.44s)
=== RUN TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN TestReOpen
=== RUN TestReOpen/Normal
=== RUN TestReOpen/Normal/Basics
2025/05/15 03:46:28 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/ErrorAtStart
=== RUN TestReOpen/Normal/WithErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/Normal/TooManyErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/Normal/Seek
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Seek from 5 to 2
=== RUN TestReOpen/Normal/AccountRead
=== RUN TestReOpen/Normal/AccountReadDelay
2025/05/15 03:46:28 DEBUG : potato: Seek from 10 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 10 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/AccountReadError
=== RUN TestReOpen/WithRangeOption
=== RUN TestReOpen/WithRangeOption/Basics
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/ErrorAtStart
=== RUN TestReOpen/WithRangeOption/WithErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithRangeOption/TooManyErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithRangeOption/Seek
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Seek from 5 to 2
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 4
=== RUN TestReOpen/WithRangeOption/AccountRead
=== RUN TestReOpen/WithRangeOption/AccountReadDelay
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/AccountReadError
=== RUN TestReOpen/WithSeekOption
=== RUN TestReOpen/WithSeekOption/Basics
2025/05/15 03:46:28 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/ErrorAtStart
=== RUN TestReOpen/WithSeekOption/WithErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithSeekOption/TooManyErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithSeekOption/Seek
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Seek from 5 to 2
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 5
=== RUN TestReOpen/WithSeekOption/AccountRead
=== RUN TestReOpen/WithSeekOption/AccountReadDelay
2025/05/15 03:46:28 DEBUG : potato: Seek from 8 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 8 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/AccountReadError
=== RUN TestReOpen/UnknownSize
=== RUN TestReOpen/UnknownSize/Basics
2025/05/15 03:46:28 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/ErrorAtStart
=== RUN TestReOpen/UnknownSize/WithErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/UnknownSize/TooManyErrors
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/15 03:46:28 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/UnknownSize/Seek
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/15 03:46:28 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/15 03:46:28 DEBUG : potato: Seek from 5 to 2
2025/05/15 03:46:28 DEBUG : potato: Seek from 7 to 6
=== RUN TestReOpen/UnknownSize/AccountRead
=== RUN TestReOpen/UnknownSize/AccountReadDelay
2025/05/15 03:46:28 DEBUG : potato: Seek from 9 to 0
2025/05/15 03:46:28 DEBUG : potato: Seek from 9 to 0
2025/05/15 03:46:28 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 "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
=== RUN TestCheck/1
=== RUN TestCheck/2
=== RUN TestCheck/3
=== RUN TestCheck/4
=== RUN TestCheck/5
=== RUN TestCheck/6
=== RUN TestCheck/7
--- PASS: TestCheck (1.22s)
--- PASS: TestCheck/1 (0.04s)
--- PASS: TestCheck/2 (0.04s)
--- PASS: TestCheck/3 (0.04s)
--- PASS: TestCheck/4 (0.07s)
--- PASS: TestCheck/5 (0.07s)
--- PASS: TestCheck/6 (0.07s)
--- PASS: TestCheck/7 (0.07s)
=== RUN TestCheckFsError
2025/05/15 03:46:29 DEBUG : Creating backend with remote "nonexistent"
2025/05/15 03:46:29 DEBUG : Creating backend with remote "nonexistent"
2025/05/15 03:46:29 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/05/15 03:46:29 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found
2025/05/15 03:46:29 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/05/15 03:46:29 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 "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
=== RUN TestCheckDownload/1
=== RUN TestCheckDownload/2
=== RUN TestCheckDownload/3
=== RUN TestCheckDownload/4
=== RUN TestCheckDownload/5
=== RUN TestCheckDownload/6
=== RUN TestCheckDownload/7
--- PASS: TestCheckDownload (1.50s)
--- PASS: TestCheckDownload/1 (0.08s)
--- PASS: TestCheckDownload/2 (0.08s)
--- PASS: TestCheckDownload/3 (0.08s)
--- PASS: TestCheckDownload/4 (0.11s)
--- PASS: TestCheckDownload/5 (0.11s)
--- PASS: TestCheckDownload/6 (0.11s)
--- PASS: TestCheckDownload/7 (0.11s)
=== RUN TestCheckSizeOnly
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
=== RUN TestCheckSizeOnly/1
=== RUN TestCheckSizeOnly/2
=== RUN TestCheckSizeOnly/3
=== RUN TestCheckSizeOnly/4
=== RUN TestCheckSizeOnly/5
=== RUN TestCheckSizeOnly/6
=== RUN TestCheckSizeOnly/7
--- PASS: TestCheckSizeOnly (1.26s)
--- PASS: TestCheckSizeOnly/1 (0.04s)
--- PASS: TestCheckSizeOnly/2 (0.04s)
--- PASS: TestCheckSizeOnly/3 (0.04s)
--- PASS: TestCheckSizeOnly/4 (0.07s)
--- PASS: TestCheckSizeOnly/5 (0.07s)
--- PASS: TestCheckSizeOnly/6 (0.07s)
--- PASS: TestCheckSizeOnly/7 (0.07s)
=== RUN TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN TestParseSumFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/15 03:46:32 NOTICE: test.sum: 2 warning(s) suppressed...
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/15 03:46:32 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/15 03:46:32 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (0.42s)
=== RUN TestCheckSum
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:32 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/data"
2025/05/15 03:46:32 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:32 DEBUG : Azure container rclone-test-qutaxac2sasa path data: Using directory markers
2025/05/15 03:46:32 DEBUG : data/: Creating directory marker
=== RUN TestCheckSum/subtest1
=== RUN TestCheckSum/subtest2
=== RUN TestCheckSum/subtest3
=== RUN TestCheckSum/subtest4
=== RUN TestCheckSum/subtest5
=== RUN TestCheckSum/subtest6
=== RUN TestCheckSum/subtest7
2025/05/15 03:46:35 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSum (2.88s)
--- PASS: TestCheckSum/subtest1 (0.11s)
--- PASS: TestCheckSum/subtest2 (0.15s)
--- PASS: TestCheckSum/subtest3 (0.15s)
--- PASS: TestCheckSum/subtest4 (0.15s)
--- PASS: TestCheckSum/subtest5 (0.15s)
--- PASS: TestCheckSum/subtest6 (0.15s)
--- PASS: TestCheckSum/subtest7 (0.15s)
=== RUN TestCheckSumDownload
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:35 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/data"
2025/05/15 03:46:35 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:35 DEBUG : Azure container rclone-test-qutaxac2sasa path data: Using directory markers
2025/05/15 03:46:35 DEBUG : data/: Creating directory marker
=== RUN TestCheckSumDownload/subtest1
=== RUN TestCheckSumDownload/subtest2
=== RUN TestCheckSumDownload/subtest3
=== RUN TestCheckSumDownload/subtest4
=== RUN TestCheckSumDownload/subtest5
=== RUN TestCheckSumDownload/subtest6
=== RUN TestCheckSumDownload/subtest7
2025/05/15 03:46:38 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSumDownload (3.15s)
--- PASS: TestCheckSumDownload/subtest1 (0.15s)
--- PASS: TestCheckSumDownload/subtest2 (0.19s)
--- PASS: TestCheckSumDownload/subtest3 (0.19s)
--- PASS: TestCheckSumDownload/subtest4 (0.18s)
--- PASS: TestCheckSumDownload/subtest5 (0.19s)
--- PASS: TestCheckSumDownload/subtest6 (0.19s)
--- PASS: TestCheckSumDownload/subtest7 (0.19s)
=== RUN TestApplyTransforms
2025/05/15 03:46:38 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-jubulik6genu"
2025/05/15 03:46:38 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:38 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:38 DEBUG : Azure container rclone-test-jubulik6genu: Using directory markers
2025/05/15 03:46:38 DEBUG : Creating backend with remote "/tmp/rclone3242181086"
run.go:180: Remote "Azure container rclone-test-jubulik6genu", Local "Local file system at /tmp/rclone3242181086", Modify Window "1ns"
upper checkfile vs. lower remote (without normalization)
2025/05/15 03:46:38 ERROR : hello, world!: sum not found
2025/05/15 03:46:38 ERROR : HELLO, WORLD!: file not in Azure container rclone-test-jubulik6genu
2025/05/15 03:46:38 NOTICE: Azure container rclone-test-jubulik6genu: 1 files missing
2025/05/15 03:46:38 NOTICE: 1 hashes missing
2025/05/15 03:46:38 NOTICE: Azure container rclone-test-jubulik6genu: 2 differences found
2025/05/15 03:46:38 NOTICE: Azure container rclone-test-jubulik6genu: 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/05/15 03:46:38 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:38 NOTICE: Azure container rclone-test-jubulik6genu: 0 differences found
2025/05/15 03:46:38 NOTICE: Azure container rclone-test-jubulik6genu: 1 matching files
2025/05/15 03:46:38 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-coqowan0gebe"
2025/05/15 03:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:39 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:39 DEBUG : Azure container rclone-test-coqowan0gebe: Using directory markers
2025/05/15 03:46:39 DEBUG : Creating backend with remote "/tmp/rclone215203703"
run.go:180: Remote "Azure container rclone-test-coqowan0gebe", Local "Local file system at /tmp/rclone215203703", Modify Window "1ns"
lower checkfile vs. upper remote (without normalization)
2025/05/15 03:46:39 ERROR : HELLO, WORLD!: sum not found
2025/05/15 03:46:39 ERROR : hello, world!: file not in Azure container rclone-test-coqowan0gebe
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-coqowan0gebe: 1 files missing
2025/05/15 03:46:39 NOTICE: 1 hashes missing
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-coqowan0gebe: 2 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-coqowan0gebe: 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/05/15 03:46:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-coqowan0gebe: 0 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-coqowan0gebe: 1 matching files
2025/05/15 03:46:39 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-cadogol7gayu"
2025/05/15 03:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:39 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:39 DEBUG : Azure container rclone-test-cadogol7gayu: Using directory markers
2025/05/15 03:46:39 DEBUG : Creating backend with remote "/tmp/rclone2630792666"
run.go:180: Remote "Azure container rclone-test-cadogol7gayu", Local "Local file system at /tmp/rclone2630792666", Modify Window "1ns"
lower checkfile vs. upperlowermixed remote (without normalization)
2025/05/15 03:46:39 ERROR : HeLlO, wOrLd!: sum not found
2025/05/15 03:46:39 ERROR : hello, world!: file not in Azure container rclone-test-cadogol7gayu
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-cadogol7gayu: 1 files missing
2025/05/15 03:46:39 NOTICE: 1 hashes missing
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-cadogol7gayu: 2 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-cadogol7gayu: 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/05/15 03:46:39 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-cadogol7gayu: 0 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-cadogol7gayu: 1 matching files
2025/05/15 03:46:39 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-jikinut4beme"
2025/05/15 03:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:39 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:39 DEBUG : Azure container rclone-test-jikinut4beme: Using directory markers
2025/05/15 03:46:39 DEBUG : Creating backend with remote "/tmp/rclone3423796754"
run.go:180: Remote "Azure container rclone-test-jikinut4beme", Local "Local file system at /tmp/rclone3423796754", Modify Window "1ns"
upperlowermixed checkfile vs. upper remote (without normalization)
2025/05/15 03:46:39 ERROR : HELLO, WORLD!: sum not found
2025/05/15 03:46:39 ERROR : HeLlO, wOrLd!: file not in Azure container rclone-test-jikinut4beme
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-jikinut4beme: 1 files missing
2025/05/15 03:46:39 NOTICE: 1 hashes missing
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-jikinut4beme: 2 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-jikinut4beme: 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/05/15 03:46:39 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-jikinut4beme: 0 differences found
2025/05/15 03:46:39 NOTICE: Azure container rclone-test-jikinut4beme: 1 matching files
2025/05/15 03:46:39 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-wimolow0tawo"
2025/05/15 03:46:39 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:39 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:39 DEBUG : Azure container rclone-test-wimolow0tawo: Using directory markers
2025/05/15 03:46:39 DEBUG : Creating backend with remote "/tmp/rclone2538330431"
run.go:180: Remote "Azure container rclone-test-wimolow0tawo", Local "Local file system at /tmp/rclone2538330431", Modify Window "1ns"
NFD checkfile vs. NFC remote (without normalization)
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-wimolow0tawo
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-wimolow0tawo: 1 files missing
2025/05/15 03:46:40 NOTICE: 1 hashes missing
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-wimolow0tawo: 2 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-wimolow0tawo: 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/05/15 03:46:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-wimolow0tawo: 0 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-wimolow0tawo: 1 matching files
2025/05/15 03:46:40 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-higabib3kojo"
2025/05/15 03:46:40 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:40 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:40 DEBUG : Azure container rclone-test-higabib3kojo: Using directory markers
2025/05/15 03:46:40 DEBUG : Creating backend with remote "/tmp/rclone3962798832"
run.go:180: Remote "Azure container rclone-test-higabib3kojo", Local "Local file system at /tmp/rclone3962798832", Modify Window "1ns"
NFC checkfile vs. NFD remote (without normalization)
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-higabib3kojo
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-higabib3kojo: 1 files missing
2025/05/15 03:46:40 NOTICE: 1 hashes missing
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-higabib3kojo: 2 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-higabib3kojo: 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/05/15 03:46:40 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-higabib3kojo: 0 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-higabib3kojo: 1 matching files
2025/05/15 03:46:40 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qadafuc5hija"
2025/05/15 03:46:40 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:40 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:40 DEBUG : Azure container rclone-test-qadafuc5hija: Using directory markers
2025/05/15 03:46:40 DEBUG : Creating backend with remote "/tmp/rclone1022523820"
run.go:180: Remote "Azure container rclone-test-qadafuc5hija", Local "Local file system at /tmp/rclone1022523820", Modify Window "1ns"
NFDx2 checkfile vs. both remote (without normalization)
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-qadafuc5hija
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qadafuc5hija: 1 files missing
2025/05/15 03:46:40 NOTICE: 1 hashes missing
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qadafuc5hija: 2 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qadafuc5hija: 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/05/15 03:46:40 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qadafuc5hija: 0 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qadafuc5hija: 1 matching files
2025/05/15 03:46:40 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qocijaf5qubo"
2025/05/15 03:46:40 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:40 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:40 DEBUG : Azure container rclone-test-qocijaf5qubo: Using directory markers
2025/05/15 03:46:40 DEBUG : Creating backend with remote "/tmp/rclone526115233"
run.go:180: Remote "Azure container rclone-test-qocijaf5qubo", Local "Local file system at /tmp/rclone526115233", Modify Window "1ns"
NFCx2 checkfile vs. both remote (without normalization)
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-qocijaf5qubo
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qocijaf5qubo: 1 files missing
2025/05/15 03:46:40 NOTICE: 1 hashes missing
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qocijaf5qubo: 2 differences found
2025/05/15 03:46:40 NOTICE: Azure container rclone-test-qocijaf5qubo: 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/05/15 03:46:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-qocijaf5qubo: 0 differences found
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-qocijaf5qubo: 1 matching files
2025/05/15 03:46:41 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-nekepec1yase"
2025/05/15 03:46:41 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:41 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-nekepec1yase: Using directory markers
2025/05/15 03:46:41 DEBUG : Creating backend with remote "/tmp/rclone696599144"
run.go:180: Remote "Azure container rclone-test-nekepec1yase", Local "Local file system at /tmp/rclone696599144", Modify Window "1ns"
both checkfile vs. NFDx2 remote (without normalization)
2025/05/15 03:46:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-nekepec1yase
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-nekepec1yase: 1 files missing
2025/05/15 03:46:41 NOTICE: 1 hashes missing
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-nekepec1yase: 2 differences found
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-nekepec1yase: 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/05/15 03:46:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-nekepec1yase: 0 differences found
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-nekepec1yase: 1 matching files
2025/05/15 03:46:41 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-woserek5mehi"
2025/05/15 03:46:41 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:46:41 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-woserek5mehi: Using directory markers
2025/05/15 03:46:41 DEBUG : Creating backend with remote "/tmp/rclone3479580163"
run.go:180: Remote "Azure container rclone-test-woserek5mehi", Local "Local file system at /tmp/rclone3479580163", Modify Window "1ns"
both checkfile vs. NFCx2 remote (without normalization)
2025/05/15 03:46:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/15 03:46:41 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-woserek5mehi
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-woserek5mehi: 1 files missing
2025/05/15 03:46:41 NOTICE: 1 hashes missing
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-woserek5mehi: 2 differences found
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-woserek5mehi: 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/05/15 03:46:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-woserek5mehi: 0 differences found
2025/05/15 03:46:41 NOTICE: Azure container rclone-test-woserek5mehi: 1 matching files
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-woserek5mehi: Purge remote
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-nekepec1yase: Purge remote
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-qocijaf5qubo: Purge remote
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-qadafuc5hija: Purge remote
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-higabib3kojo: Purge remote
2025/05/15 03:46:41 DEBUG : Azure container rclone-test-wimolow0tawo: Purge remote
2025/05/15 03:46:42 DEBUG : Azure container rclone-test-jikinut4beme: Purge remote
2025/05/15 03:46:42 DEBUG : Azure container rclone-test-cadogol7gayu: Purge remote
2025/05/15 03:46:42 DEBUG : Azure container rclone-test-coqowan0gebe: Purge remote
2025/05/15 03:46:42 DEBUG : Azure container rclone-test-jubulik6genu: Purge remote
--- PASS: TestApplyTransforms (3.62s)
=== RUN TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN TestCopyFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:42 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/15 03:46:42 DEBUG : sub/: Creating directory marker
2025/05/15 03:46:42 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:46:42 INFO : file1: Copied (new) to: sub/file2
2025/05/15 03:46:42 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:46:42 DEBUG : file1: Unchanged skipping
2025/05/15 03:46:42 DEBUG : Azure container rclone-test-qutaxac2sasa: don't need to copy/move sub/file2, it is already at target location
2025/05/15 03:46:42 DEBUG : sub/: Removing directory marker
--- PASS: TestCopyFile (0.54s)
=== RUN TestCopyLongFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (0.08s)
=== RUN TestCopyFileBackupDir
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:42 DEBUG : dst/: Creating directory marker
2025/05/15 03:46:43 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/backup"
2025/05/15 03:46:43 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:43 DEBUG : Azure container rclone-test-qutaxac2sasa path backup: Using directory markers
2025/05/15 03:46:43 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/backup"
2025/05/15 03:46:43 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/15 03:46:43 DEBUG : dst/: Creating directory marker
2025/05/15 03:46:43 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/15 03:46:43 INFO : dst/file1: Copied (server-side copy)
2025/05/15 03:46:43 INFO : dst/file1: Deleted
2025/05/15 03:46:43 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:46:43 INFO : dst/file1: Copied (new)
2025/05/15 03:46:43 DEBUG : dst/: Removing directory marker
2025/05/15 03:46:43 DEBUG : backup/dst/: Removing directory marker
2025/05/15 03:46:43 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666680c4-c01e-0069-5b4b-c585b1000000
Time:2025-05-15T03:46:43.9588265Z
--------------------------------------------------------------------------------
2025/05/15 03:46:44 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66668270-c01e-0069-654b-c585b1000000
Time:2025-05-15T03:46:44.9980264Z
--------------------------------------------------------------------------------
2025/05/15 03:46:46 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666844d-c01e-0069-174b-c585b1000000
Time:2025-05-15T03:46:46.0363267Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666844d-c01e-0069-174b-c585b1000000
Time:2025-05-15T03:46:46.0363267Z
--------------------------------------------------------------------------------
--- PASS: TestCopyFileBackupDir (4.14s)
=== RUN TestCopyFileCompareDest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:47 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/dst"
2025/05/15 03:46:47 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:47 DEBUG : Azure container rclone-test-qutaxac2sasa path dst: Using directory markers
2025/05/15 03:46:47 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:47 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:47 DEBUG : Azure container rclone-test-qutaxac2sasa path CompareDest: Using directory markers
2025/05/15 03:46:47 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:47 DEBUG : one: Need to transfer - File not found at Destination
2025/05/15 03:46:47 DEBUG : /: Creating directory marker
2025/05/15 03:46:47 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:46:47 INFO : one: Copied (new)
2025/05/15 03:46:47 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:47 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/15 03:46:47 DEBUG : /: Creating directory marker
2025/05/15 03:46:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/15 03:46:47 INFO : one: Copied (replaced existing)
2025/05/15 03:46:47 DEBUG : dst/: Creating directory marker
2025/05/15 03:46:47 DEBUG : CompareDest/: Creating directory marker
2025/05/15 03:46:48 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:48 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/15 03:46:48 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:46:48 DEBUG : one: Destination found in --compare-dest, skipping
2025/05/15 03:46:48 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:48 DEBUG : two: Need to transfer - File not found at Destination
2025/05/15 03:46:48 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:46:48 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/15 03:46:48 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:48 DEBUG : two: Need to transfer - File not found at Destination
2025/05/15 03:46:48 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:46:48 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/15 03:46:48 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CompareDest"
2025/05/15 03:46:48 DEBUG : two: Need to transfer - File not found at Destination
2025/05/15 03:46:48 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/05/15 03:46:49 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/05/15 03:46:49 INFO : two: Copied (new)
2025/05/15 03:46:49 DEBUG : dst/: Removing directory marker
2025/05/15 03:46:49 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66668a8e-c01e-0069-7f4b-c585b1000000
Time:2025-05-15T03:46:49.4761776Z
--------------------------------------------------------------------------------
2025/05/15 03:46:50 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66668cac-c01e-0069-6a4b-c585b1000000
Time:2025-05-15T03:46:50.5136873Z
--------------------------------------------------------------------------------
2025/05/15 03:46:51 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66668eff-c01e-0069-084b-c585b1000000
Time:2025-05-15T03:46:51.5515041Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66668eff-c01e-0069-084b-c585b1000000
Time:2025-05-15T03:46:51.5515041Z
--------------------------------------------------------------------------------
2025/05/15 03:46:52 DEBUG : CompareDest/: Removing directory marker
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) {
+([]string) (len=1) {
+ (string) (len=3) "dst"
}
Test: TestCopyFileCompareDest
Messages: directories
--- FAIL: TestCopyFileCompareDest (12.63s)
=== RUN TestCopyFileCopyDest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:46:59 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/dst"
2025/05/15 03:46:59 DEBUG : Config file has changed externally - reloading
2025/05/15 03:46:59 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:59 DEBUG : Azure container rclone-test-qutaxac2sasa path dst: Using directory markers
2025/05/15 03:46:59 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:46:59 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:46:59 DEBUG : Azure container rclone-test-qutaxac2sasa path CopyDest: Using directory markers
2025/05/15 03:46:59 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:46:59 DEBUG : one: Need to transfer - File not found at Destination
2025/05/15 03:46:59 DEBUG : /: Creating directory marker
2025/05/15 03:47:00 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:47:00 INFO : one: Copied (new)
2025/05/15 03:47:00 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:47:00 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/15 03:47:00 DEBUG : /: Creating directory marker
2025/05/15 03:47:00 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/15 03:47:00 INFO : one: Copied (replaced existing)
2025/05/15 03:47:00 DEBUG : dst/: Creating directory marker
2025/05/15 03:47:00 DEBUG : CopyDest/: Creating directory marker
2025/05/15 03:47:00 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/BackupDir"
2025/05/15 03:47:00 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:47:00 DEBUG : Azure container rclone-test-qutaxac2sasa path BackupDir: Using directory markers
2025/05/15 03:47:00 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/BackupDir" to be canonical "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/BackupDir"
2025/05/15 03:47:00 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:47:00 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/15 03:47:00 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:47:00 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/15 03:47:01 DEBUG : /: Creating directory marker
2025/05/15 03:47:01 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:47:01 INFO : one: Copied (server-side copy)
2025/05/15 03:47:01 INFO : one: Deleted
2025/05/15 03:47:01 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/15 03:47:01 INFO : one: Copied (server-side copy)
2025/05/15 03:47:01 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/05/15 03:47:01 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:47:01 DEBUG : two: Need to transfer - File not found at Destination
2025/05/15 03:47:01 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:47:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/15 03:47:01 INFO : two: Copied (server-side copy)
2025/05/15 03:47:01 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/05/15 03:47:01 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:47:01 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:47:01 DEBUG : two: Unchanged skipping
2025/05/15 03:47:02 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/CopyDest"
2025/05/15 03:47:02 DEBUG : three: Need to transfer - File not found at Destination
2025/05/15 03:47:02 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/05/15 03:47:02 DEBUG : three: Destination not found in --copy-dest
2025/05/15 03:47:02 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/05/15 03:47:02 INFO : three: Copied (new)
2025/05/15 03:47:02 DEBUG : dst/: Removing directory marker
2025/05/15 03:47:02 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666a317-c01e-0069-664c-c585b1000000
Time:2025-05-15T03:47:02.9009020Z
--------------------------------------------------------------------------------
2025/05/15 03:47:03 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666a51f-c01e-0069-354c-c585b1000000
Time:2025-05-15T03:47:03.9385231Z
--------------------------------------------------------------------------------
2025/05/15 03:47:04 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666a6c8-c01e-0069-304c-c585b1000000
Time:2025-05-15T03:47:04.9770337Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666a6c8-c01e-0069-304c-c585b1000000
Time:2025-05-15T03:47:04.9770337Z
--------------------------------------------------------------------------------
2025/05/15 03:47:05 DEBUG : CopyDest/: Removing directory marker
2025/05/15 03:47:06 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666a915-c01e-0069-3f4c-c585b1000000
Time:2025-05-15T03:47:06.0530908Z
--------------------------------------------------------------------------------
2025/05/15 03:47:07 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666ab6d-c01e-0069-624c-c585b1000000
Time:2025-05-15T03:47:07.0939275Z
--------------------------------------------------------------------------------
2025/05/15 03:47:08 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666ace9-c01e-0069-314c-c585b1000000
Time:2025-05-15T03:47:08.1317753Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666ace9-c01e-0069-314c-c585b1000000
Time:2025-05-15T03:47:08.1317753Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyFileCopyDest
Messages: directories
--- FAIL: TestCopyFileCopyDest (16.55s)
=== RUN TestCopyInplace
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
copy_test.go:370: Partial uploads not supported
2025/05/15 03:47:16 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666bb3b-c01e-0069-604c-c585b1000000
Time:2025-05-15T03:47:16.3276371Z
--------------------------------------------------------------------------------
2025/05/15 03:47:17 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666bd9b-c01e-0069-054c-c585b1000000
Time:2025-05-15T03:47:17.3661400Z
--------------------------------------------------------------------------------
2025/05/15 03:47:18 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666bf84-c01e-0069-354c-c585b1000000
Time:2025-05-15T03:47:18.4049067Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666bf84-c01e-0069-354c-c585b1000000
Time:2025-05-15T03:47:18.4049067Z
--------------------------------------------------------------------------------
2025/05/15 03:47:19 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666c14f-c01e-0069-484c-c585b1000000
Time:2025-05-15T03:47:19.4431528Z
--------------------------------------------------------------------------------
2025/05/15 03:47:20 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666c363-c01e-0069-3d4c-c585b1000000
Time:2025-05-15T03:47:20.4814523Z
--------------------------------------------------------------------------------
2025/05/15 03:47:21 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666c517-c01e-0069-4e4c-c585b1000000
Time:2025-05-15T03:47:21.5206030Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666c517-c01e-0069-4e4c-c585b1000000
Time:2025-05-15T03:47:21.5206030Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:370
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyInplace
Messages: directories
--- FAIL: TestCopyInplace (13.39s)
=== RUN TestCopyLongFileName
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
copy_test.go:403: Partial uploads not supported
2025/05/15 03:47:29 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666d58f-c01e-0069-554c-c585b1000000
Time:2025-05-15T03:47:29.7159971Z
--------------------------------------------------------------------------------
2025/05/15 03:47:30 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666d814-c01e-0069-734c-c585b1000000
Time:2025-05-15T03:47:30.7555584Z
--------------------------------------------------------------------------------
2025/05/15 03:47:31 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666da6e-c01e-0069-154c-c585b1000000
Time:2025-05-15T03:47:31.7935671Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666da6e-c01e-0069-154c-c585b1000000
Time:2025-05-15T03:47:31.7935671Z
--------------------------------------------------------------------------------
2025/05/15 03:47:32 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666dc89-c01e-0069-774c-c585b1000000
Time:2025-05-15T03:47:32.8332356Z
--------------------------------------------------------------------------------
2025/05/15 03:47:33 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666dec4-c01e-0069-024c-c585b1000000
Time:2025-05-15T03:47:33.8723404Z
--------------------------------------------------------------------------------
2025/05/15 03:47:34 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666e122-c01e-0069-2f4c-c585b1000000
Time:2025-05-15T03:47:34.9102141Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666e122-c01e-0069-2f4c-c585b1000000
Time:2025-05-15T03:47:34.9102141Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:403
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyLongFileName
Messages: directories
--- FAIL: TestCopyLongFileName (13.39s)
=== RUN TestCopyFileMaxTransfer
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/: Creating directory marker
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:47:43 INFO : TestCopyFileMaxTransfer/file1: Copied (new)
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/05/15 03:47:43 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: single part upload read failed: max transfer limit reached as set by --max-transfer
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2025/05/15 03:47:43 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 8824827aa5cccbc8bf6c267d597abb71 OK
2025/05/15 03:47:43 INFO : TestCopyFileMaxTransfer/file4: Copied (new)
2025/05/15 03:47:44 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6666fd19-c01e-0069-5d4c-c585b1000000
Time:2025-05-15T03:47:44.0652501Z
--------------------------------------------------------------------------------
2025/05/15 03:47:45 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666701ad-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:47:45.1032099Z
--------------------------------------------------------------------------------
2025/05/15 03:47:46 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66670637-c01e-0069-604c-c585b1000000
Time:2025-05-15T03:47:46.1412757Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66670637-c01e-0069-604c-c585b1000000
Time:2025-05-15T03:47:46.1412757Z
--------------------------------------------------------------------------------
2025/05/15 03:47:47 DEBUG : TestCopyFileMaxTransfer/: Removing directory marker
2025/05/15 03:47:47 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66670a54-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:47:47.2184138Z
--------------------------------------------------------------------------------
2025/05/15 03:47:48 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66670e7c-c01e-0069-724c-c585b1000000
Time:2025-05-15T03:47:48.2606991Z
--------------------------------------------------------------------------------
2025/05/15 03:47:49 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667115f-c01e-0069-644c-c585b1000000
Time:2025-05-15T03:47:49.3004365Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667115f-c01e-0069-644c-c585b1000000
Time:2025-05-15T03:47:49.3004365Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyFileMaxTransfer
Messages: directories
--- FAIL: TestCopyFileMaxTransfer (14.39s)
=== RUN TestDeduplicateInteractive
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:47:57 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666723a0-c01e-0069-524c-c585b1000000
Time:2025-05-15T03:47:57.4976345Z
--------------------------------------------------------------------------------
2025/05/15 03:47:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666725b9-c01e-0069-454c-c585b1000000
Time:2025-05-15T03:47:58.5355170Z
--------------------------------------------------------------------------------
2025/05/15 03:47:59 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666727b0-c01e-0069-0c4c-c585b1000000
Time:2025-05-15T03:47:59.5735420Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666727b0-c01e-0069-0c4c-c585b1000000
Time:2025-05-15T03:47:59.5735420Z
--------------------------------------------------------------------------------
2025/05/15 03:48:00 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66672a19-c01e-0069-594c-c585b1000000
Time:2025-05-15T03:48:00.6121871Z
--------------------------------------------------------------------------------
2025/05/15 03:48:01 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66672c57-c01e-0069-434c-c585b1000000
Time:2025-05-15T03:48:01.6575406Z
--------------------------------------------------------------------------------
2025/05/15 03:48:02 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66672ea8-c01e-0069-584c-c585b1000000
Time:2025-05-15T03:48:02.6982357Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66672ea8-c01e-0069-584c-c585b1000000
Time:2025-05-15T03:48:02.6982357Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:48
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateInteractive
Messages: directories
--- FAIL: TestDeduplicateInteractive (13.40s)
=== RUN TestDeduplicateSkip
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:48:10 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66673e08-c01e-0069-164c-c585b1000000
Time:2025-05-15T03:48:10.8966106Z
--------------------------------------------------------------------------------
2025/05/15 03:48:11 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66673fac-c01e-0069-1a4c-c585b1000000
Time:2025-05-15T03:48:11.9347592Z
--------------------------------------------------------------------------------
2025/05/15 03:48:12 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666741a4-c01e-0069-5c4c-c585b1000000
Time:2025-05-15T03:48:12.9729384Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666741a4-c01e-0069-5c4c-c585b1000000
Time:2025-05-15T03:48:12.9729384Z
--------------------------------------------------------------------------------
2025/05/15 03:48:13 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667431d-c01e-0069-2c4c-c585b1000000
Time:2025-05-15T03:48:14.0116772Z
--------------------------------------------------------------------------------
2025/05/15 03:48:15 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666744fd-c01e-0069-5f4c-c585b1000000
Time:2025-05-15T03:48:15.0508595Z
--------------------------------------------------------------------------------
2025/05/15 03:48:16 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666746d2-c01e-0069-0a4c-c585b1000000
Time:2025-05-15T03:48:16.0964672Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666746d2-c01e-0069-0a4c-c585b1000000
Time:2025-05-15T03:48:16.0964672Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:64
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateSkip
Messages: directories
--- FAIL: TestDeduplicateSkip (13.40s)
=== RUN TestDeduplicateSizeOnly
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:48:24 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666754a2-c01e-0069-0d4c-c585b1000000
Time:2025-05-15T03:48:24.2948873Z
--------------------------------------------------------------------------------
2025/05/15 03:48:25 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666755f0-c01e-0069-1f4c-c585b1000000
Time:2025-05-15T03:48:25.3340775Z
--------------------------------------------------------------------------------
2025/05/15 03:48:26 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66675760-c01e-0069-554c-c585b1000000
Time:2025-05-15T03:48:26.3733654Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66675760-c01e-0069-554c-c585b1000000
Time:2025-05-15T03:48:26.3733654Z
--------------------------------------------------------------------------------
2025/05/15 03:48:27 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666758cc-c01e-0069-7d4c-c585b1000000
Time:2025-05-15T03:48:27.4113272Z
--------------------------------------------------------------------------------
2025/05/15 03:48:28 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66675a04-c01e-0069-044c-c585b1000000
Time:2025-05-15T03:48:28.4506884Z
--------------------------------------------------------------------------------
2025/05/15 03:48:29 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66675ba1-c01e-0069-6f4c-c585b1000000
Time:2025-05-15T03:48:29.4887718Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66675ba1-c01e-0069-6f4c-c585b1000000
Time:2025-05-15T03:48:29.4887718Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:85
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateSizeOnly
Messages: directories
--- FAIL: TestDeduplicateSizeOnly (13.40s)
=== RUN TestDeduplicateFirst
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:48:37 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666767cc-c01e-0069-094c-c585b1000000
Time:2025-05-15T03:48:37.6955882Z
--------------------------------------------------------------------------------
2025/05/15 03:48:38 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676923-c01e-0069-3a4c-c585b1000000
Time:2025-05-15T03:48:38.7336691Z
--------------------------------------------------------------------------------
2025/05/15 03:48:39 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676a84-c01e-0069-754c-c585b1000000
Time:2025-05-15T03:48:39.7721149Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676a84-c01e-0069-754c-c585b1000000
Time:2025-05-15T03:48:39.7721149Z
--------------------------------------------------------------------------------
2025/05/15 03:48:40 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676bd2-c01e-0069-144c-c585b1000000
Time:2025-05-15T03:48:40.8107064Z
--------------------------------------------------------------------------------
2025/05/15 03:48:41 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676d43-c01e-0069-504c-c585b1000000
Time:2025-05-15T03:48:41.8494859Z
--------------------------------------------------------------------------------
2025/05/15 03:48:42 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676ede-c01e-0069-404c-c585b1000000
Time:2025-05-15T03:48:42.8877220Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66676ede-c01e-0069-404c-c585b1000000
Time:2025-05-15T03:48:42.8877220Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:107
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateFirst
Messages: directories
--- FAIL: TestDeduplicateFirst (13.39s)
=== RUN TestDeduplicateNewest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:48:51 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66677c63-c01e-0069-3e4c-c585b1000000
Time:2025-05-15T03:48:51.0851930Z
--------------------------------------------------------------------------------
2025/05/15 03:48:52 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66677dda-c01e-0069-0d4c-c585b1000000
Time:2025-05-15T03:48:52.1244090Z
--------------------------------------------------------------------------------
2025/05/15 03:48:53 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66677eff-c01e-0069-074c-c585b1000000
Time:2025-05-15T03:48:53.1623960Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66677eff-c01e-0069-074c-c585b1000000
Time:2025-05-15T03:48:53.1623960Z
--------------------------------------------------------------------------------
2025/05/15 03:48:54 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66678093-c01e-0069-4b4c-c585b1000000
Time:2025-05-15T03:48:54.2011307Z
--------------------------------------------------------------------------------
2025/05/15 03:48:55 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666781d5-c01e-0069-5e4c-c585b1000000
Time:2025-05-15T03:48:55.2433870Z
--------------------------------------------------------------------------------
2025/05/15 03:48:56 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66678377-c01e-0069-4a4c-c585b1000000
Time:2025-05-15T03:48:56.2817379Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66678377-c01e-0069-4a4c-c585b1000000
Time:2025-05-15T03:48:56.2817379Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:135
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateNewest
Messages: directories
--- FAIL: TestDeduplicateNewest (13.39s)
=== RUN TestDeduplicateNewestByHash
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:49:04 DEBUG : also/: Creating directory marker
2025/05/15 03:49:04 INFO : Azure container rclone-test-qutaxac2sasa: Looking for duplicate md5 hashes using newest mode.
2025/05/15 03:49:04 NOTICE: ff50de655e2e8ee1a3c88beab781642b: Found 3 files with duplicate md5 hashes
2025/05/15 03:49:05 INFO : one: Deleted
2025/05/15 03:49:05 INFO : also/one: Deleted
2025/05/15 03:49:05 NOTICE: ff50de655e2e8ee1a3c88beab781642b: Deleted 2 extra copies
2025/05/15 03:49:05 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66679153-c01e-0069-044c-c585b1000000
Time:2025-05-15T03:49:05.3212479Z
--------------------------------------------------------------------------------
2025/05/15 03:49:06 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666792d4-c01e-0069-534c-c585b1000000
Time:2025-05-15T03:49:06.3600373Z
--------------------------------------------------------------------------------
2025/05/15 03:49:07 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66679452-c01e-0069-244c-c585b1000000
Time:2025-05-15T03:49:07.4034592Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66679452-c01e-0069-244c-c585b1000000
Time:2025-05-15T03:49:07.4034592Z
--------------------------------------------------------------------------------
2025/05/15 03:49:08 DEBUG : also/: Removing directory marker
2025/05/15 03:49:08 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66679593-c01e-0069-334c-c585b1000000
Time:2025-05-15T03:49:08.4817638Z
--------------------------------------------------------------------------------
2025/05/15 03:49:09 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666796d4-c01e-0069-5b4c-c585b1000000
Time:2025-05-15T03:49:09.5202332Z
--------------------------------------------------------------------------------
2025/05/15 03:49:10 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666797f8-c01e-0069-4e4c-c585b1000000
Time:2025-05-15T03:49:10.5586577Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666797f8-c01e-0069-4e4c-c585b1000000
Time:2025-05-15T03:49:10.5586577Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateNewestByHash
Messages: directories
--- FAIL: TestDeduplicateNewestByHash (14.28s)
=== RUN TestDeduplicateOldest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:49:18 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a226-c01e-0069-674c-c585b1000000
Time:2025-05-15T03:49:18.7559717Z
--------------------------------------------------------------------------------
2025/05/15 03:49:19 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a3a4-c01e-0069-244c-c585b1000000
Time:2025-05-15T03:49:19.7937932Z
--------------------------------------------------------------------------------
2025/05/15 03:49:20 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a4fe-c01e-0069-394c-c585b1000000
Time:2025-05-15T03:49:20.8314513Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a4fe-c01e-0069-394c-c585b1000000
Time:2025-05-15T03:49:20.8314513Z
--------------------------------------------------------------------------------
2025/05/15 03:49:21 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a657-c01e-0069-4a4c-c585b1000000
Time:2025-05-15T03:49:21.8710490Z
--------------------------------------------------------------------------------
2025/05/15 03:49:22 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a7b1-c01e-0069-6c4c-c585b1000000
Time:2025-05-15T03:49:22.9105832Z
--------------------------------------------------------------------------------
2025/05/15 03:49:23 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a971-c01e-0069-724c-c585b1000000
Time:2025-05-15T03:49:23.9494897Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667a971-c01e-0069-724c-c585b1000000
Time:2025-05-15T03:49:23.9494897Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:169
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateOldest
Messages: directories
--- FAIL: TestDeduplicateOldest (13.39s)
=== RUN TestDeduplicateLargest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:49:32 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667b753-c01e-0069-504c-c585b1000000
Time:2025-05-15T03:49:32.1438321Z
--------------------------------------------------------------------------------
2025/05/15 03:49:33 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667b8ea-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:49:33.1824429Z
--------------------------------------------------------------------------------
2025/05/15 03:49:34 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667ba04-c01e-0069-184c-c585b1000000
Time:2025-05-15T03:49:34.2208225Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667ba04-c01e-0069-184c-c585b1000000
Time:2025-05-15T03:49:34.2208225Z
--------------------------------------------------------------------------------
2025/05/15 03:49:35 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667baf6-c01e-0069-6f4c-c585b1000000
Time:2025-05-15T03:49:35.2591797Z
--------------------------------------------------------------------------------
2025/05/15 03:49:36 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667bc21-c01e-0069-6d4c-c585b1000000
Time:2025-05-15T03:49:36.2975980Z
--------------------------------------------------------------------------------
2025/05/15 03:49:37 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667bd75-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:49:37.3361237Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667bd75-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:49:37.3361237Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:184
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateLargest
Messages: directories
--- FAIL: TestDeduplicateLargest (13.39s)
=== RUN TestDeduplicateSmallest
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:49:45 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667c911-c01e-0069-2d4c-c585b1000000
Time:2025-05-15T03:49:45.5309244Z
--------------------------------------------------------------------------------
2025/05/15 03:49:46 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667ca9d-c01e-0069-184c-c585b1000000
Time:2025-05-15T03:49:46.5693231Z
--------------------------------------------------------------------------------
2025/05/15 03:49:47 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667cbb7-c01e-0069-104c-c585b1000000
Time:2025-05-15T03:49:47.6079096Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667cbb7-c01e-0069-104c-c585b1000000
Time:2025-05-15T03:49:47.6079096Z
--------------------------------------------------------------------------------
2025/05/15 03:49:48 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667cd39-c01e-0069-454c-c585b1000000
Time:2025-05-15T03:49:48.6467364Z
--------------------------------------------------------------------------------
2025/05/15 03:49:49 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667cf7f-c01e-0069-1f4c-c585b1000000
Time:2025-05-15T03:49:49.6846837Z
--------------------------------------------------------------------------------
2025/05/15 03:49:50 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667d188-c01e-0069-774c-c585b1000000
Time:2025-05-15T03:49:50.7232371Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667d188-c01e-0069-774c-c585b1000000
Time:2025-05-15T03:49:50.7232371Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:199
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateSmallest
Messages: directories
--- FAIL: TestDeduplicateSmallest (13.39s)
=== RUN TestDeduplicateRename
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/15 03:49:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667dbcd-c01e-0069-1b4c-c585b1000000
Time:2025-05-15T03:49:58.9190592Z
--------------------------------------------------------------------------------
2025/05/15 03:49:59 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667dd71-c01e-0069-7d4c-c585b1000000
Time:2025-05-15T03:49:59.9569609Z
--------------------------------------------------------------------------------
2025/05/15 03:50:00 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667dfb1-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:50:00.9949100Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667dfb1-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:50:00.9949100Z
--------------------------------------------------------------------------------
2025/05/15 03:50:02 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667e17c-c01e-0069-2e4c-c585b1000000
Time:2025-05-15T03:50:02.0338170Z
--------------------------------------------------------------------------------
2025/05/15 03:50:03 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667e318-c01e-0069-194c-c585b1000000
Time:2025-05-15T03:50:03.0731271Z
--------------------------------------------------------------------------------
2025/05/15 03:50:04 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667e510-c01e-0069-524c-c585b1000000
Time:2025-05-15T03:50:04.1125344Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667e510-c01e-0069-524c-c585b1000000
Time:2025-05-15T03:50:04.1125344Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:214
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateRename
Messages: directories
--- FAIL: TestDeduplicateRename (13.39s)
=== RUN TestMergeDirs
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
dedupe_test.go:256: Can't merge directories
2025/05/15 03:50:12 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f21e-c01e-0069-5d4c-c585b1000000
Time:2025-05-15T03:50:12.3089235Z
--------------------------------------------------------------------------------
2025/05/15 03:50:13 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f3f6-c01e-0069-024c-c585b1000000
Time:2025-05-15T03:50:13.3481463Z
--------------------------------------------------------------------------------
2025/05/15 03:50:14 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f56c-c01e-0069-3f4c-c585b1000000
Time:2025-05-15T03:50:14.3868322Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f56c-c01e-0069-3f4c-c585b1000000
Time:2025-05-15T03:50:14.3868322Z
--------------------------------------------------------------------------------
2025/05/15 03:50:15 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f6fa-c01e-0069-114c-c585b1000000
Time:2025-05-15T03:50:15.4255920Z
--------------------------------------------------------------------------------
2025/05/15 03:50:16 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f83f-c01e-0069-214c-c585b1000000
Time:2025-05-15T03:50:16.4640013Z
--------------------------------------------------------------------------------
2025/05/15 03:50:17 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f958-c01e-0069-134c-c585b1000000
Time:2025-05-15T03:50:17.5026367Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6667f958-c01e-0069-134c-c585b1000000
Time:2025-05-15T03:50:17.5026367Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:256
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMergeDirs
Messages: directories
--- FAIL: TestMergeDirs (13.39s)
=== RUN TestListDirSorted
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:50:25 DEBUG : sub dir/: Creating directory marker
2025/05/15 03:50:26 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/15 03:50:26 DEBUG : sub dir/sub sub dir/: Creating directory marker
listdirsorted_test.go:57:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:111
Error: "[BackupDir a.txt dst sub dir zend.txt]" should have 3 item(s), but has 5
Test: TestListDirSorted
2025/05/15 03:50:27 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/15 03:50:27 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/15 03:50:27 DEBUG : sub dir/: Removing directory marker
2025/05/15 03:50:27 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666803f9-c01e-0069-4c4c-c585b1000000
Time:2025-05-15T03:50:27.1911875Z
--------------------------------------------------------------------------------
2025/05/15 03:50:28 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668053b-c01e-0069-684c-c585b1000000
Time:2025-05-15T03:50:28.2303957Z
--------------------------------------------------------------------------------
2025/05/15 03:50:29 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668067c-c01e-0069-7c4c-c585b1000000
Time:2025-05-15T03:50:29.2699351Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668067c-c01e-0069-7c4c-c585b1000000
Time:2025-05-15T03:50:29.2699351Z
--------------------------------------------------------------------------------
2025/05/15 03:50:30 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66680806-c01e-0069-574c-c585b1000000
Time:2025-05-15T03:50:30.3099647Z
--------------------------------------------------------------------------------
2025/05/15 03:50:31 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668095d-c01e-0069-3f4c-c585b1000000
Time:2025-05-15T03:50:31.3504455Z
--------------------------------------------------------------------------------
2025/05/15 03:50:32 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66680a45-c01e-0069-764c-c585b1000000
Time:2025-05-15T03:50:32.3899178Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66680a45-c01e-0069-764c-c585b1000000
Time:2025-05-15T03:50:32.3899178Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:111
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestListDirSorted
Messages: directories
--- FAIL: TestListDirSorted (14.89s)
=== RUN TestListDirSortedFn
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:50:40 DEBUG : sub dir/: Creating directory marker
2025/05/15 03:50:40 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/15 03:50:41 DEBUG : sub dir/sub sub dir/: Creating directory marker
listdirsorted_test.go:57:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:125
Error: "[BackupDir a.txt dst sub dir zend.txt]" should have 3 item(s), but has 5
Test: TestListDirSortedFn
2025/05/15 03:50:41 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/15 03:50:41 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/15 03:50:42 DEBUG : sub dir/: Removing directory marker
2025/05/15 03:50:42 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668148f-c01e-0069-604c-c585b1000000
Time:2025-05-15T03:50:42.0659825Z
--------------------------------------------------------------------------------
2025/05/15 03:50:43 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666815dd-c01e-0069-794c-c585b1000000
Time:2025-05-15T03:50:43.1048664Z
--------------------------------------------------------------------------------
2025/05/15 03:50:44 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668172e-c01e-0069-134c-c585b1000000
Time:2025-05-15T03:50:44.1429402Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668172e-c01e-0069-134c-c585b1000000
Time:2025-05-15T03:50:44.1429402Z
--------------------------------------------------------------------------------
2025/05/15 03:50:45 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666817ea-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:50:45.1825241Z
--------------------------------------------------------------------------------
2025/05/15 03:50:46 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666818e1-c01e-0069-794c-c585b1000000
Time:2025-05-15T03:50:46.2213892Z
--------------------------------------------------------------------------------
2025/05/15 03:50:47 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66681a29-c01e-0069-094c-c585b1000000
Time:2025-05-15T03:50:47.2595843Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66681a29-c01e-0069-094c-c585b1000000
Time:2025-05-15T03:50:47.2595843Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:125
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestListDirSortedFn
Messages: directories
--- FAIL: TestListDirSortedFn (14.87s)
=== RUN TestListJSON
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:50:55 DEBUG : sub/: Creating directory marker
=== RUN TestListJSON/Default
lsjson_test.go:202:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:202
Error: Not equal:
expected: 2
actual : 4
Test: TestListJSON/Default
Messages: Wrong number of results
=== RUN TestListJSON/FilesOnly
=== RUN TestListJSON/DirsOnly
lsjson_test.go:202:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:202
Error: Not equal:
expected: 1
actual : 3
Test: TestListJSON/DirsOnly
Messages: Wrong number of results
=== RUN TestListJSON/Recurse
lsjson_test.go:202:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:202
Error: Not equal:
expected: 3
actual : 5
Test: TestListJSON/Recurse
Messages: Wrong number of results
=== RUN TestListJSON/SubDir
=== RUN TestListJSON/NoModTime
=== RUN TestListJSON/NoMimeType
=== RUN TestListJSON/ShowHash
=== RUN TestListJSON/HashTypes
=== RUN TestListJSON/Metadata
lsjson_test.go:202:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/lsjson_test.go:202
Error: Not equal:
expected: 2
actual : 4
Test: TestListJSON/Metadata
Messages: Wrong number of results
2025/05/15 03:50:56 DEBUG : sub/: Removing directory marker
2025/05/15 03:50:56 DEBUG : dst/: Removing directory marker
=== NAME TestListJSON
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66682585-c01e-0069-5a4c-c585b1000000
Time:2025-05-15T03:50:56.3452921Z
--------------------------------------------------------------------------------
2025/05/15 03:50:57 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666826af-c01e-0069-5c4c-c585b1000000
Time:2025-05-15T03:50:57.3841322Z
--------------------------------------------------------------------------------
2025/05/15 03:50:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666827a6-c01e-0069-1f4c-c585b1000000
Time:2025-05-15T03:50:58.4228495Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666827a6-c01e-0069-1f4c-c585b1000000
Time:2025-05-15T03:50:58.4228495Z
--------------------------------------------------------------------------------
2025/05/15 03:50:59 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668294e-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:50:59.4616306Z
--------------------------------------------------------------------------------
2025/05/15 03:51:00 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66682b47-c01e-0069-014c-c585b1000000
Time:2025-05-15T03:51:00.5006026Z
--------------------------------------------------------------------------------
2025/05/15 03:51:01 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66682d12-c01e-0069-5d4c-c585b1000000
Time:2025-05-15T03:51:01.5390108Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66682d12-c01e-0069-5d4c-c585b1000000
Time:2025-05-15T03:51:01.5390108Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestListJSON
Messages: directories
--- FAIL: TestListJSON (14.29s)
--- FAIL: TestListJSON/Default (0.04s)
--- PASS: TestListJSON/FilesOnly (0.04s)
--- FAIL: TestListJSON/DirsOnly (0.04s)
--- FAIL: TestListJSON/Recurse (0.07s)
--- PASS: TestListJSON/SubDir (0.04s)
--- PASS: TestListJSON/NoModTime (0.04s)
--- PASS: TestListJSON/NoMimeType (0.04s)
--- PASS: TestListJSON/ShowHash (0.04s)
--- PASS: TestListJSON/HashTypes (0.04s)
--- FAIL: TestListJSON/Metadata (0.04s)
=== RUN TestStatJSON
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:51:09 DEBUG : sub/: Creating directory marker
=== RUN TestStatJSON/Root
=== RUN TestStatJSON/RootFilesOnly
=== RUN TestStatJSON/RootDirsOnly
=== RUN TestStatJSON/Dir
=== RUN TestStatJSON/DirWithTrailingSlash
=== RUN TestStatJSON/File
=== RUN TestStatJSON/NotFound
=== RUN TestStatJSON/DirFilesOnly
=== RUN TestStatJSON/FileFilesOnly
=== RUN TestStatJSON/NotFoundFilesOnly
=== RUN TestStatJSON/DirDirsOnly
=== RUN TestStatJSON/FileDirsOnly
=== RUN TestStatJSON/NotFoundDirsOnly
=== RUN TestStatJSON/RootNotFound
2025/05/15 03:51:10 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/notfound"
2025/05/15 03:51:10 DEBUG : Config file has changed externally - reloading
2025/05/15 03:51:10 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:51:10 DEBUG : Azure container rclone-test-qutaxac2sasa path notfound: Using directory markers
2025/05/15 03:51:10 DEBUG : sub/: Removing directory marker
2025/05/15 03:51:10 DEBUG : dst/: Removing directory marker
=== NAME TestStatJSON
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668388c-c01e-0069-1f4c-c585b1000000
Time:2025-05-15T03:51:10.8548397Z
--------------------------------------------------------------------------------
2025/05/15 03:51:11 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666839f9-c01e-0069-4f4c-c585b1000000
Time:2025-05-15T03:51:11.8927429Z
--------------------------------------------------------------------------------
2025/05/15 03:51:12 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683b58-c01e-0069-704c-c585b1000000
Time:2025-05-15T03:51:12.9309804Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683b58-c01e-0069-704c-c585b1000000
Time:2025-05-15T03:51:12.9309804Z
--------------------------------------------------------------------------------
2025/05/15 03:51:13 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683ca3-c01e-0069-7d4c-c585b1000000
Time:2025-05-15T03:51:13.9699407Z
--------------------------------------------------------------------------------
2025/05/15 03:51:14 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683e25-c01e-0069-494c-c585b1000000
Time:2025-05-15T03:51:15.0083107Z
--------------------------------------------------------------------------------
2025/05/15 03:51:16 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683f62-c01e-0069-434c-c585b1000000
Time:2025-05-15T03:51:16.0469094Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66683f62-c01e-0069-434c-c585b1000000
Time:2025-05-15T03:51:16.0469094Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestStatJSON
Messages: directories
--- FAIL: TestStatJSON (14.50s)
--- PASS: TestStatJSON/Root (0.04s)
--- PASS: TestStatJSON/RootFilesOnly (0.00s)
--- PASS: TestStatJSON/RootDirsOnly (0.04s)
--- PASS: TestStatJSON/Dir (0.08s)
--- PASS: TestStatJSON/DirWithTrailingSlash (0.04s)
--- PASS: TestStatJSON/File (0.04s)
--- PASS: TestStatJSON/NotFound (0.08s)
--- PASS: TestStatJSON/DirFilesOnly (0.04s)
--- PASS: TestStatJSON/FileFilesOnly (0.04s)
--- PASS: TestStatJSON/NotFoundFilesOnly (0.04s)
--- PASS: TestStatJSON/DirDirsOnly (0.04s)
--- PASS: TestStatJSON/FileDirsOnly (0.04s)
--- PASS: TestStatJSON/NotFoundDirsOnly (0.04s)
--- PASS: TestStatJSON/RootNotFound (0.11s)
=== RUN TestMkdir
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:51:24 INFO : Azure container rclone-test-qutaxac2sasa: Making directory
2025/05/15 03:51:24 INFO : Azure container rclone-test-qutaxac2sasa: Making directory
2025/05/15 03:51:24 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668484d-c01e-0069-274c-c585b1000000
Time:2025-05-15T03:51:24.2814375Z
--------------------------------------------------------------------------------
2025/05/15 03:51:25 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668496b-c01e-0069-124c-c585b1000000
Time:2025-05-15T03:51:25.3194710Z
--------------------------------------------------------------------------------
2025/05/15 03:51:26 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684aab-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:51:26.3583113Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684aab-c01e-0069-204c-c585b1000000
Time:2025-05-15T03:51:26.3583113Z
--------------------------------------------------------------------------------
2025/05/15 03:51:27 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684bdd-c01e-0069-0a4c-c585b1000000
Time:2025-05-15T03:51:27.3970884Z
--------------------------------------------------------------------------------
2025/05/15 03:51:28 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684d0f-c01e-0069-1a4c-c585b1000000
Time:2025-05-15T03:51:28.4352591Z
--------------------------------------------------------------------------------
2025/05/15 03:51:29 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684dde-c01e-0069-444c-c585b1000000
Time:2025-05-15T03:51:29.4731857Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66684dde-c01e-0069-444c-c585b1000000
Time:2025-05-15T03:51:29.4731857Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMkdir
Messages: directories
--- FAIL: TestMkdir (13.43s)
=== RUN TestLsd
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:51:37 DEBUG : sub dir/: Creating directory marker
2025/05/15 03:51:37 DEBUG : sub dir/: Removing directory marker
2025/05/15 03:51:38 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685855-c01e-0069-554c-c585b1000000
Time:2025-05-15T03:51:38.0534952Z
--------------------------------------------------------------------------------
2025/05/15 03:51:39 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685987-c01e-0069-574c-c585b1000000
Time:2025-05-15T03:51:39.0930574Z
--------------------------------------------------------------------------------
2025/05/15 03:51:40 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685b14-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:51:40.1308684Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685b14-c01e-0069-324c-c585b1000000
Time:2025-05-15T03:51:40.1308684Z
--------------------------------------------------------------------------------
2025/05/15 03:51:41 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685c67-c01e-0069-4a4c-c585b1000000
Time:2025-05-15T03:51:41.1692482Z
--------------------------------------------------------------------------------
2025/05/15 03:51:42 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685d6d-c01e-0069-214c-c585b1000000
Time:2025-05-15T03:51:42.2073324Z
--------------------------------------------------------------------------------
2025/05/15 03:51:43 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685ea1-c01e-0069-314c-c585b1000000
Time:2025-05-15T03:51:43.2452541Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66685ea1-c01e-0069-314c-c585b1000000
Time:2025-05-15T03:51:43.2452541Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsd
Messages: directories
--- FAIL: TestLsd (13.78s)
=== RUN TestLs
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:51:51 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66686a03-c01e-0069-364c-c585b1000000
Time:2025-05-15T03:51:51.8764488Z
--------------------------------------------------------------------------------
2025/05/15 03:51:52 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66686bf8-c01e-0069-7c4c-c585b1000000
Time:2025-05-15T03:51:52.9144656Z
--------------------------------------------------------------------------------
2025/05/15 03:51:53 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66686da6-c01e-0069-654c-c585b1000000
Time:2025-05-15T03:51:53.9529540Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66686da6-c01e-0069-654c-c585b1000000
Time:2025-05-15T03:51:53.9529540Z
--------------------------------------------------------------------------------
2025/05/15 03:51:54 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66686ef7-c01e-0069-024c-c585b1000000
Time:2025-05-15T03:51:54.9915840Z
--------------------------------------------------------------------------------
2025/05/15 03:51:56 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66687068-c01e-0069-404c-c585b1000000
Time:2025-05-15T03:51:56.0301426Z
--------------------------------------------------------------------------------
2025/05/15 03:51:57 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66687242-c01e-0069-5b4c-c585b1000000
Time:2025-05-15T03:51:57.0695651Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66687242-c01e-0069-5b4c-c585b1000000
Time:2025-05-15T03:51:57.0695651Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLs
Messages: directories
--- FAIL: TestLs (13.81s)
=== RUN TestLsWithFilesFrom
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:52:05 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/05/15 03:52:05 DEBUG : empty space: Excluded
2025/05/15 03:52:05 DEBUG : BackupDir: Excluded
2025/05/15 03:52:05 DEBUG : dst: Excluded
2025/05/15 03:52:05 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66687daa-c01e-0069-264c-c585b1000000
Time:2025-05-15T03:52:05.7236970Z
--------------------------------------------------------------------------------
2025/05/15 03:52:06 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66687f6c-c01e-0069-3b4c-c585b1000000
Time:2025-05-15T03:52:06.7614352Z
--------------------------------------------------------------------------------
2025/05/15 03:52:07 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668811a-c01e-0069-394c-c585b1000000
Time:2025-05-15T03:52:07.7997817Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668811a-c01e-0069-394c-c585b1000000
Time:2025-05-15T03:52:07.7997817Z
--------------------------------------------------------------------------------
2025/05/15 03:52:08 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66688265-c01e-0069-514c-c585b1000000
Time:2025-05-15T03:52:08.8386094Z
--------------------------------------------------------------------------------
2025/05/15 03:52:09 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666883a1-c01e-0069-614c-c585b1000000
Time:2025-05-15T03:52:09.8772030Z
--------------------------------------------------------------------------------
2025/05/15 03:52:10 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666884d1-c01e-0069-5a4c-c585b1000000
Time:2025-05-15T03:52:10.9154798Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666884d1-c01e-0069-5a4c-c585b1000000
Time:2025-05-15T03:52:10.9154798Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsWithFilesFrom
Messages: directories
--- FAIL: TestLsWithFilesFrom (13.85s)
=== RUN TestLsLong
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:52:19 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689229-c01e-0069-5d4c-c585b1000000
Time:2025-05-15T03:52:19.5385705Z
--------------------------------------------------------------------------------
2025/05/15 03:52:20 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668945f-c01e-0069-5e4c-c585b1000000
Time:2025-05-15T03:52:20.5771502Z
--------------------------------------------------------------------------------
2025/05/15 03:52:21 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689670-c01e-0069-224c-c585b1000000
Time:2025-05-15T03:52:21.6151471Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689670-c01e-0069-224c-c585b1000000
Time:2025-05-15T03:52:21.6151471Z
--------------------------------------------------------------------------------
2025/05/15 03:52:22 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666898d5-c01e-0069-4a4c-c585b1000000
Time:2025-05-15T03:52:22.6527447Z
--------------------------------------------------------------------------------
2025/05/15 03:52:23 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689aaf-c01e-0069-704c-c585b1000000
Time:2025-05-15T03:52:23.6910215Z
--------------------------------------------------------------------------------
2025/05/15 03:52:24 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689c3c-c01e-0069-474c-c585b1000000
Time:2025-05-15T03:52:24.7292197Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66689c3c-c01e-0069-474c-c585b1000000
Time:2025-05-15T03:52:24.7292197Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsLong
Messages: directories
--- FAIL: TestLsLong (13.81s)
=== RUN TestHashSums
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
=== RUN TestHashSums/Md5
=== RUN TestHashSums/Md5Download
2025/05/15 03:52:33 DEBUG : dst/: Removing directory marker
=== NAME TestHashSums
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659cfaa-e01e-007e-1d4c-c52cba000000
Time:2025-05-15T03:52:33.4470700Z
--------------------------------------------------------------------------------
2025/05/15 03:52:34 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d0c6-e01e-007e-034c-c52cba000000
Time:2025-05-15T03:52:34.4837854Z
--------------------------------------------------------------------------------
2025/05/15 03:52:35 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d1c6-e01e-007e-454c-c52cba000000
Time:2025-05-15T03:52:35.5210926Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d1c6-e01e-007e-454c-c52cba000000
Time:2025-05-15T03:52:35.5210926Z
--------------------------------------------------------------------------------
2025/05/15 03:52:36 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d288-e01e-007e-6e4c-c52cba000000
Time:2025-05-15T03:52:36.5584173Z
--------------------------------------------------------------------------------
2025/05/15 03:52:37 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d390-e01e-007e-464c-c52cba000000
Time:2025-05-15T03:52:37.5957161Z
--------------------------------------------------------------------------------
2025/05/15 03:52:38 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d533-e01e-007e-344c-c52cba000000
Time:2025-05-15T03:52:38.6332411Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659d533-e01e-007e-344c-c52cba000000
Time:2025-05-15T03:52:38.6332411Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestHashSums
Messages: directories
--- FAIL: TestHashSums (13.91s)
--- PASS: TestHashSums/Md5 (0.07s)
--- PASS: TestHashSums/Md5Download (0.11s)
=== RUN TestHashSumsWithErrors
2025/05/15 03:52:46 DEBUG : Creating backend with remote ":memory:"
2025/05/15 03:52:46 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN TestHashStream
2025/05/15 03:52:46 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/05/15 03:52:46 DEBUG : Creating sha1 hash of 12 bytes read from input stream
--- PASS: TestHashStream (0.00s)
=== RUN TestSuffixName
--- PASS: TestSuffixName (0.00s)
=== RUN TestCount
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:52:46 DEBUG : sub dir/: Creating directory marker
2025/05/15 03:52:47 DEBUG : sub dir/: Removing directory marker
2025/05/15 03:52:47 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659dfd3-e01e-007e-514c-c52cba000000
Time:2025-05-15T03:52:47.4281972Z
--------------------------------------------------------------------------------
2025/05/15 03:52:48 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e1d4-e01e-007e-414c-c52cba000000
Time:2025-05-15T03:52:48.4653090Z
--------------------------------------------------------------------------------
2025/05/15 03:52:49 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e339-e01e-007e-6c4c-c52cba000000
Time:2025-05-15T03:52:49.5028587Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e339-e01e-007e-6c4c-c52cba000000
Time:2025-05-15T03:52:49.5028587Z
--------------------------------------------------------------------------------
2025/05/15 03:52:50 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e4e1-e01e-007e-354c-c52cba000000
Time:2025-05-15T03:52:50.5402663Z
--------------------------------------------------------------------------------
2025/05/15 03:52:51 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e69b-e01e-007e-644c-c52cba000000
Time:2025-05-15T03:52:51.5773848Z
--------------------------------------------------------------------------------
2025/05/15 03:52:52 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e929-e01e-007e-084c-c52cba000000
Time:2025-05-15T03:52:52.6150844Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c659e929-e01e-007e-084c-c52cba000000
Time:2025-05-15T03:52:52.6150844Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCount
Messages: directories
--- FAIL: TestCount (13.98s)
=== RUN TestDelete
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:53:01 DEBUG : Waiting for deletions to finish
2025/05/15 03:53:01 DEBUG : large: Excluded (Size Filter)
2025/05/15 03:53:01 INFO : medium: Deleted
2025/05/15 03:53:01 INFO : small: Deleted
2025/05/15 03:53:01 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d014-c01e-0069-4f4c-c585b1000000
Time:2025-05-15T03:53:01.3741322Z
--------------------------------------------------------------------------------
2025/05/15 03:53:02 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d100-c01e-0069-0b4c-c585b1000000
Time:2025-05-15T03:53:02.4123343Z
--------------------------------------------------------------------------------
2025/05/15 03:53:03 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d21b-c01e-0069-6a4c-c585b1000000
Time:2025-05-15T03:53:03.4511667Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d21b-c01e-0069-6a4c-c585b1000000
Time:2025-05-15T03:53:03.4511667Z
--------------------------------------------------------------------------------
2025/05/15 03:53:04 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d331-c01e-0069-494c-c585b1000000
Time:2025-05-15T03:53:04.4897987Z
--------------------------------------------------------------------------------
2025/05/15 03:53:05 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d452-c01e-0069-394c-c585b1000000
Time:2025-05-15T03:53:05.5286164Z
--------------------------------------------------------------------------------
2025/05/15 03:53:06 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d5ea-c01e-0069-0c4c-c585b1000000
Time:2025-05-15T03:53:06.5674297Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668d5ea-c01e-0069-0c4c-c585b1000000
Time:2025-05-15T03:53:06.5674297Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDelete
Messages: directories
--- FAIL: TestDelete (13.95s)
=== RUN TestMaxDelete
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:53:15 DEBUG : Waiting for deletions to finish
2025/05/15 03:53:15 ERROR : small: Got fatal error on delete: --max-delete threshold reached
2025/05/15 03:53:15 INFO : medium: Deleted
2025/05/15 03:53:15 INFO : large: Deleted
2025/05/15 03:53:15 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668df3e-c01e-0069-534c-c585b1000000
Time:2025-05-15T03:53:15.3307428Z
--------------------------------------------------------------------------------
2025/05/15 03:53:16 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e070-c01e-0069-444c-c585b1000000
Time:2025-05-15T03:53:16.3687615Z
--------------------------------------------------------------------------------
2025/05/15 03:53:17 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e16b-c01e-0069-1a4c-c585b1000000
Time:2025-05-15T03:53:17.4068258Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e16b-c01e-0069-1a4c-c585b1000000
Time:2025-05-15T03:53:17.4068258Z
--------------------------------------------------------------------------------
2025/05/15 03:53:18 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e263-c01e-0069-624c-c585b1000000
Time:2025-05-15T03:53:18.4446510Z
--------------------------------------------------------------------------------
2025/05/15 03:53:19 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e356-c01e-0069-2e4c-c585b1000000
Time:2025-05-15T03:53:19.4825436Z
--------------------------------------------------------------------------------
2025/05/15 03:53:20 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e468-c01e-0069-1b4c-c585b1000000
Time:2025-05-15T03:53:20.5210889Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668e468-c01e-0069-1b4c-c585b1000000
Time:2025-05-15T03:53:20.5210889Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:454
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDelete
Messages: directories
2025/05/15 03:53:28 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668ef2b-c01e-0069-274c-c585b1000000
Time:2025-05-15T03:53:28.7157864Z
--------------------------------------------------------------------------------
2025/05/15 03:53:29 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f056-c01e-0069-1a4c-c585b1000000
Time:2025-05-15T03:53:29.7539317Z
--------------------------------------------------------------------------------
2025/05/15 03:53:30 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f1d8-c01e-0069-224c-c585b1000000
Time:2025-05-15T03:53:30.7920375Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f1d8-c01e-0069-224c-c585b1000000
Time:2025-05-15T03:53:30.7920375Z
--------------------------------------------------------------------------------
2025/05/15 03:53:31 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f346-c01e-0069-554c-c585b1000000
Time:2025-05-15T03:53:31.8320233Z
--------------------------------------------------------------------------------
2025/05/15 03:53:32 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f49a-c01e-0069-6c4c-c585b1000000
Time:2025-05-15T03:53:32.8704355Z
--------------------------------------------------------------------------------
2025/05/15 03:53:33 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f5fe-c01e-0069-094c-c585b1000000
Time:2025-05-15T03:53:33.9089391Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6668f5fe-c01e-0069-094c-c585b1000000
Time:2025-05-15T03:53:33.9089391Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDelete
Messages: directories
--- FAIL: TestMaxDelete (27.34s)
=== RUN TestMaxDeleteSizeLargeFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:53:42 DEBUG : Waiting for deletions to finish
2025/05/15 03:53:42 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2025/05/15 03:53:42 INFO : small: Deleted
2025/05/15 03:53:42 INFO : medium: Deleted
2025/05/15 03:53:42 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a23d4-e01e-007e-1f4c-c52cba000000
Time:2025-05-15T03:53:42.6725297Z
--------------------------------------------------------------------------------
2025/05/15 03:53:43 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a2524-e01e-007e-414c-c52cba000000
Time:2025-05-15T03:53:43.7097642Z
--------------------------------------------------------------------------------
2025/05/15 03:53:44 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a260c-e01e-007e-654c-c52cba000000
Time:2025-05-15T03:53:44.7467934Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a260c-e01e-007e-654c-c52cba000000
Time:2025-05-15T03:53:44.7467934Z
--------------------------------------------------------------------------------
2025/05/15 03:53:45 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a2702-e01e-007e-114c-c52cba000000
Time:2025-05-15T03:53:45.7840033Z
--------------------------------------------------------------------------------
2025/05/15 03:53:46 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a2807-e01e-007e-5e4c-c52cba000000
Time:2025-05-15T03:53:46.8214647Z
--------------------------------------------------------------------------------
2025/05/15 03:53:47 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a291e-e01e-007e-1c4c-c52cba000000
Time:2025-05-15T03:53:47.8589242Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a291e-e01e-007e-1c4c-c52cba000000
Time:2025-05-15T03:53:47.8589242Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:473
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSizeLargeFile
Messages: directories
2025/05/15 03:53:56 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a33f0-e01e-007e-5b4c-c52cba000000
Time:2025-05-15T03:53:56.0485407Z
--------------------------------------------------------------------------------
2025/05/15 03:53:57 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a34f3-e01e-007e-284c-c52cba000000
Time:2025-05-15T03:53:57.0864535Z
--------------------------------------------------------------------------------
2025/05/15 03:53:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a3635-e01e-007e-374c-c52cba000000
Time:2025-05-15T03:53:58.1244353Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a3635-e01e-007e-374c-c52cba000000
Time:2025-05-15T03:53:58.1244353Z
--------------------------------------------------------------------------------
2025/05/15 03:53:59 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a37e6-e01e-007e-634c-c52cba000000
Time:2025-05-15T03:53:59.1622702Z
--------------------------------------------------------------------------------
2025/05/15 03:54:00 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a3938-e01e-007e-724c-c52cba000000
Time:2025-05-15T03:54:00.2042936Z
--------------------------------------------------------------------------------
2025/05/15 03:54:01 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a3a89-e01e-007e-134c-c52cba000000
Time:2025-05-15T03:54:01.2454881Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:c65a3a89-e01e-007e-134c-c52cba000000
Time:2025-05-15T03:54:01.2454881Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSizeLargeFile
Messages: directories
--- FAIL: TestMaxDeleteSizeLargeFile (27.34s)
=== RUN TestMaxDeleteSize
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:54:09 DEBUG : Waiting for deletions to finish
2025/05/15 03:54:09 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached
2025/05/15 03:54:09 INFO : large: Deleted
2025/05/15 03:54:09 INFO : medium: Deleted
2025/05/15 03:54:09 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666921d5-c01e-0069-094d-c585b1000000
Time:2025-05-15T03:54:10.0090181Z
--------------------------------------------------------------------------------
2025/05/15 03:54:11 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666922bb-c01e-0069-424d-c585b1000000
Time:2025-05-15T03:54:11.0471039Z
--------------------------------------------------------------------------------
2025/05/15 03:54:12 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666923af-c01e-0069-144d-c585b1000000
Time:2025-05-15T03:54:12.0856541Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666923af-c01e-0069-144d-c585b1000000
Time:2025-05-15T03:54:12.0856541Z
--------------------------------------------------------------------------------
2025/05/15 03:54:13 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666924dc-c01e-0069-154d-c585b1000000
Time:2025-05-15T03:54:13.1235726Z
--------------------------------------------------------------------------------
2025/05/15 03:54:14 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669268c-c01e-0069-0d4d-c585b1000000
Time:2025-05-15T03:54:14.1618011Z
--------------------------------------------------------------------------------
2025/05/15 03:54:15 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666927ab-c01e-0069-084d-c585b1000000
Time:2025-05-15T03:54:15.2009732Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666927ab-c01e-0069-084d-c585b1000000
Time:2025-05-15T03:54:15.2009732Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:493
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSize
Messages: directories
2025/05/15 03:54:23 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669311d-c01e-0069-0f4d-c585b1000000
Time:2025-05-15T03:54:23.3939073Z
--------------------------------------------------------------------------------
2025/05/15 03:54:24 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669329b-c01e-0069-484d-c585b1000000
Time:2025-05-15T03:54:24.4321285Z
--------------------------------------------------------------------------------
2025/05/15 03:54:25 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66693385-c01e-0069-0a4d-c585b1000000
Time:2025-05-15T03:54:25.4706310Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66693385-c01e-0069-0a4d-c585b1000000
Time:2025-05-15T03:54:25.4706310Z
--------------------------------------------------------------------------------
2025/05/15 03:54:26 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66693549-c01e-0069-0c4d-c585b1000000
Time:2025-05-15T03:54:26.5089526Z
--------------------------------------------------------------------------------
2025/05/15 03:54:27 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66693698-c01e-0069-194d-c585b1000000
Time:2025-05-15T03:54:27.5479576Z
--------------------------------------------------------------------------------
2025/05/15 03:54:28 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666937cb-c01e-0069-1e4d-c585b1000000
Time:2025-05-15T03:54:28.5862550Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666937cb-c01e-0069-1e4d-c585b1000000
Time:2025-05-15T03:54:28.5862550Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSize
Messages: directories
--- FAIL: TestMaxDeleteSize (27.34s)
=== RUN TestReadFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:54:37 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669424b-c01e-0069-2a4d-c585b1000000
Time:2025-05-15T03:54:37.0859519Z
--------------------------------------------------------------------------------
2025/05/15 03:54:38 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666943cc-c01e-0069-674d-c585b1000000
Time:2025-05-15T03:54:38.1248609Z
--------------------------------------------------------------------------------
2025/05/15 03:54:39 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669454c-c01e-0069-254d-c585b1000000
Time:2025-05-15T03:54:39.1628258Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669454c-c01e-0069-254d-c585b1000000
Time:2025-05-15T03:54:39.1628258Z
--------------------------------------------------------------------------------
2025/05/15 03:54:40 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66694697-c01e-0069-3b4d-c585b1000000
Time:2025-05-15T03:54:40.2022590Z
--------------------------------------------------------------------------------
2025/05/15 03:54:41 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669478a-c01e-0069-0b4d-c585b1000000
Time:2025-05-15T03:54:41.2406586Z
--------------------------------------------------------------------------------
2025/05/15 03:54:42 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666948b9-c01e-0069-064d-c585b1000000
Time:2025-05-15T03:54:42.2785325Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666948b9-c01e-0069-064d-c585b1000000
Time:2025-05-15T03:54:42.2785325Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:510
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestReadFile
Messages: directories
2025/05/15 03:54:50 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669530a-c01e-0069-0b4d-c585b1000000
Time:2025-05-15T03:54:50.4737440Z
--------------------------------------------------------------------------------
2025/05/15 03:54:51 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66695421-c01e-0069-724d-c585b1000000
Time:2025-05-15T03:54:51.5116724Z
--------------------------------------------------------------------------------
2025/05/15 03:54:52 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66695574-c01e-0069-184d-c585b1000000
Time:2025-05-15T03:54:52.5497985Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66695574-c01e-0069-184d-c585b1000000
Time:2025-05-15T03:54:52.5497985Z
--------------------------------------------------------------------------------
2025/05/15 03:54:53 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669572f-c01e-0069-134d-c585b1000000
Time:2025-05-15T03:54:53.5888092Z
--------------------------------------------------------------------------------
2025/05/15 03:54:54 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:666958dc-c01e-0069-6f4d-c585b1000000
Time:2025-05-15T03:54:54.6266806Z
--------------------------------------------------------------------------------
2025/05/15 03:54:55 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66695a1d-c01e-0069-734d-c585b1000000
Time:2025-05-15T03:54:55.6660047Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66695a1d-c01e-0069-734d-c585b1000000
Time:2025-05-15T03:54:55.6660047Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestReadFile
Messages: directories
--- FAIL: TestReadFile (27.08s)
=== RUN TestRetry
2025/05/15 03:55:03 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/05/15 03:55:03 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/05/15 03:55:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/15 03:55:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/15 03:55:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/15 03:55:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/15 03:55:03 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
--- PASS: TestRetry (0.05s)
=== RUN TestCat
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:05 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696838-c01e-0069-574d-c585b1000000
Time:2025-05-15T03:55:05.0172749Z
--------------------------------------------------------------------------------
2025/05/15 03:55:06 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:6669695e-c01e-0069-4e4d-c585b1000000
Time:2025-05-15T03:55:06.0561996Z
--------------------------------------------------------------------------------
2025/05/15 03:55:07 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696ae5-c01e-0069-244d-c585b1000000
Time:2025-05-15T03:55:07.0950103Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696ae5-c01e-0069-244d-c585b1000000
Time:2025-05-15T03:55:07.0950103Z
--------------------------------------------------------------------------------
2025/05/15 03:55:08 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696c6e-c01e-0069-6d4d-c585b1000000
Time:2025-05-15T03:55:08.1335951Z
--------------------------------------------------------------------------------
2025/05/15 03:55:09 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696dab-c01e-0069-664d-c585b1000000
Time:2025-05-15T03:55:09.1717613Z
--------------------------------------------------------------------------------
2025/05/15 03:55:10 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696f08-c01e-0069-104d-c585b1000000
Time:2025-05-15T03:55:10.2112352Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:66696f08-c01e-0069-104d-c585b1000000
Time:2025-05-15T03:55:10.2112352Z
--------------------------------------------------------------------------------
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCat
Messages: directories
--- FAIL: TestCat (14.49s)
=== RUN TestPurge
2025/05/15 03:55:18 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qawuqip1qiwu"
2025/05/15 03:55:18 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/15 03:55:18 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:55:18 DEBUG : Azure container rclone-test-qawuqip1qiwu: Using directory markers
2025/05/15 03:55:18 DEBUG : Creating backend with remote "/tmp/rclone3261841407"
run.go:180: Remote "Azure container rclone-test-qawuqip1qiwu", Local "Local file system at /tmp/rclone3261841407", Modify Window "1ns"
2025/05/15 03:55:18 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/15 03:55:18 DEBUG : A1/B1/: Creating directory marker
2025/05/15 03:55:18 DEBUG : A1/: Creating directory marker
2025/05/15 03:55:18 INFO : A2: Making directory
2025/05/15 03:55:18 DEBUG : A2/: Creating directory marker
2025/05/15 03:55:18 INFO : A1/B2: Making directory
2025/05/15 03:55:18 DEBUG : A1/B2/: Creating directory marker
2025/05/15 03:55:18 INFO : A1/B2/C2: Making directory
2025/05/15 03:55:18 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/15 03:55:19 INFO : A1/B1/C3: Making directory
2025/05/15 03:55:19 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/15 03:55:19 INFO : A3: Making directory
2025/05/15 03:55:19 DEBUG : A3/: Creating directory marker
2025/05/15 03:55:19 INFO : A3/B3: Making directory
2025/05/15 03:55:19 DEBUG : A3/B3/: Creating directory marker
2025/05/15 03:55:19 INFO : A3/B3/C4: Making directory
2025/05/15 03:55:19 DEBUG : A3/B3/C4/: Creating directory marker
2025/05/15 03:55:19 DEBUG : Waiting for deletions to finish
2025/05/15 03:55:19 INFO : A1/B1/C1/one: Deleted
2025/05/15 03:55:19 DEBUG : removing 2 level 3 directories
2025/05/15 03:55:19 INFO : A1/B1/C3: Removing directory
2025/05/15 03:55:19 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/15 03:55:19 INFO : A1/B1/C1: Removing directory
2025/05/15 03:55:19 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/15 03:55:19 DEBUG : removing 1 level 2 directories
2025/05/15 03:55:19 INFO : A1/B1: Removing directory
2025/05/15 03:55:19 DEBUG : A1/B1/: Removing directory marker
2025/05/15 03:55:20 DEBUG : Azure container rclone-test-qawuqip1qiwu: Purge remote
2025/05/15 03:55:20 NOTICE: purge failed: bucket already deleted
--- PASS: TestPurge (1.78s)
=== RUN TestRmdirsNoLeaveRoot
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:20 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/15 03:55:20 DEBUG : A1/B1/: Creating directory marker
2025/05/15 03:55:20 DEBUG : A1/: Creating directory marker
2025/05/15 03:55:20 INFO : A2: Making directory
2025/05/15 03:55:20 DEBUG : A2/: Creating directory marker
2025/05/15 03:55:20 INFO : A1/B2: Making directory
2025/05/15 03:55:20 DEBUG : A1/B2/: Creating directory marker
2025/05/15 03:55:20 INFO : A1/B2/C2: Making directory
2025/05/15 03:55:20 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/15 03:55:20 INFO : A1/B1/C3: Making directory
2025/05/15 03:55:20 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/15 03:55:20 INFO : A3: Making directory
2025/05/15 03:55:20 DEBUG : A3/: Creating directory marker
2025/05/15 03:55:20 INFO : A3/B3: Making directory
2025/05/15 03:55:20 DEBUG : A3/B3/: Creating directory marker
2025/05/15 03:55:21 INFO : A3/B3/C4: Making directory
2025/05/15 03:55:21 DEBUG : A3/B3/C4/: Creating directory marker
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:662
Error: Not equal:
expected: []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C3", "A1/B2", "A1/B2/C2", "A2", "A3", "A3/B3", "A3/B3/C4"}
actual : []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C3", "A1/B2", "A1/B2/C2", "A2", "A3", "A3/B3", "A3/B3/C4", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=10) {
+([]string) (len=12) {
(string) (len=2) "A1",
@@ -10,3 +10,5 @@
(string) (len=5) "A3/B3",
- (string) (len=8) "A3/B3/C4"
+ (string) (len=8) "A3/B3/C4",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsNoLeaveRoot
Messages: directories
2025/05/15 03:55:28 DEBUG : removing 1 level 3 directories
2025/05/15 03:55:28 INFO : A3/B3/C4: Removing directory
2025/05/15 03:55:28 DEBUG : A3/B3/C4/: Removing directory marker
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:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:685
Error: Not equal:
expected: []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C3", "A1/B2", "A1/B2/C2", "A2", "A3", "A3/B3"}
actual : []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C3", "A1/B2", "A1/B2/C2", "A2", "A3", "A3/B3", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=9) {
+([]string) (len=11) {
(string) (len=2) "A1",
@@ -9,3 +9,5 @@
(string) (len=2) "A3",
- (string) (len=5) "A3/B3"
+ (string) (len=5) "A3/B3",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsNoLeaveRoot
Messages: directories
2025/05/15 03:55:36 DEBUG : removing 2 level 3 directories
2025/05/15 03:55:36 INFO : A1/B2/C2: Removing directory
2025/05/15 03:55:36 DEBUG : A1/B2/C2/: Removing directory marker
2025/05/15 03:55:36 INFO : A1/B1/C3: Removing directory
2025/05/15 03:55:36 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/15 03:55:36 DEBUG : removing 4 level 2 directories
2025/05/15 03:55:36 INFO : dst/: Removing directory
2025/05/15 03:55:36 DEBUG : dst//: Removing directory marker
2025/05/15 03:55:36 INFO : A3/B3: Removing directory
2025/05/15 03:55:36 DEBUG : A3/B3/: Removing directory marker
2025/05/15 03:55:36 INFO : A1/B2: Removing directory
2025/05/15 03:55:36 DEBUG : A1/B2/: Removing directory marker
2025/05/15 03:55:36 INFO : BackupDir/: Removing directory
2025/05/15 03:55:36 DEBUG : BackupDir//: Removing directory marker
2025/05/15 03:55:36 DEBUG : removing 4 level 1 directories
2025/05/15 03:55:36 INFO : dst: Removing directory
2025/05/15 03:55:36 DEBUG : dst/: Removing directory marker
2025/05/15 03:55:36 INFO : A3: Removing directory
2025/05/15 03:55:36 INFO : A2: Removing directory
2025/05/15 03:55:36 DEBUG : A2/: Removing directory marker
2025/05/15 03:55:36 DEBUG : A3/: Removing directory marker
2025/05/15 03:55:36 INFO : BackupDir: Removing directory
2025/05/15 03:55:36 DEBUG : BackupDir/: Removing directory marker
2025/05/15 03:55:36 ERROR : dst: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:a39bb858-701e-007c-544d-c59202000000
Time:2025-05-15T03:55:36.1487970Z
--------------------------------------------------------------------------------
2025/05/15 03:55:36 ERROR : BackupDir: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3fa96fdc-101e-0045-134d-c5691e000000
Time:2025-05-15T03:55:36.1437799Z
--------------------------------------------------------------------------------
operations_test.go:705:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:705
Error: Received unexpected error:
failed to remove directories: 2 errors: last error: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3fa96fdc-101e-0045-134d-c5691e000000
Time:2025-05-15T03:55:36.1437799Z
--------------------------------------------------------------------------------
Test: TestRmdirsNoLeaveRoot
2025/05/15 03:55:36 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/15 03:55:36 DEBUG : A1/B1/: Removing directory marker
2025/05/15 03:55:36 DEBUG : A1/: Removing directory marker
--- FAIL: TestRmdirsNoLeaveRoot (16.35s)
=== RUN TestRmdirsLeaveRoot
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:36 INFO : A1: Making directory
2025/05/15 03:55:36 DEBUG : A1/: Creating directory marker
2025/05/15 03:55:36 INFO : A1/B1: Making directory
2025/05/15 03:55:36 DEBUG : A1/B1/: Creating directory marker
2025/05/15 03:55:36 INFO : A1/B1/C1: Making directory
2025/05/15 03:55:36 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/15 03:55:36 DEBUG : removing 1 level 3 directories
2025/05/15 03:55:36 INFO : A1/B1/C1: Removing directory
2025/05/15 03:55:36 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/15 03:55:37 DEBUG : removing 1 level 2 directories
2025/05/15 03:55:37 INFO : A1/B1: Removing directory
2025/05/15 03:55:37 DEBUG : A1/B1/: Removing directory marker
2025/05/15 03:55:37 DEBUG : A1/: Removing directory marker
--- PASS: TestRmdirsLeaveRoot (0.73s)
=== RUN TestRmdirsWithFilter
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:37 INFO : A1: Making directory
2025/05/15 03:55:37 DEBUG : A1/: Creating directory marker
2025/05/15 03:55:37 INFO : A1/B1: Making directory
2025/05/15 03:55:37 DEBUG : A1/B1/: Creating directory marker
2025/05/15 03:55:37 INFO : A1/B1/C1: Making directory
2025/05/15 03:55:37 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/15 03:55:37 DEBUG : removing 1 level 3 directories
2025/05/15 03:55:37 INFO : A1/B1/C1: Removing directory
2025/05/15 03:55:37 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/15 03:55:37 DEBUG : removing 1 level 2 directories
2025/05/15 03:55:37 INFO : A1/B1: Removing directory
2025/05/15 03:55:37 DEBUG : A1/B1/: Removing directory marker
2025/05/15 03:55:37 DEBUG : A1/: Removing directory marker
--- PASS: TestRmdirsWithFilter (0.76s)
=== RUN TestCopyURL
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:38 DEBUG : filename.txt: File name found in url
2025/05/15 03:55:38 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
--- PASS: TestCopyURL (0.78s)
=== RUN TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN TestMoveFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:38 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/15 03:55:38 DEBUG : sub/: Creating directory marker
2025/05/15 03:55:38 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:55:38 INFO : file1: Copied (new) to: sub/file2
2025/05/15 03:55:38 INFO : file1: Deleted
2025/05/15 03:55:39 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:55:39 DEBUG : file1: Unchanged skipping
2025/05/15 03:55:39 INFO : file1: Deleted
2025/05/15 03:55:39 DEBUG : Azure container rclone-test-qutaxac2sasa: don't need to copy/move sub/file2, it is already at target location
2025/05/15 03:55:39 DEBUG : sub/: Removing directory marker
--- PASS: TestMoveFile (0.51s)
=== RUN TestMoveFileWithIgnoreExisting
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:39 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/15 03:55:39 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:55:39 INFO : file1: Copied (new)
2025/05/15 03:55:39 INFO : file1: Deleted
2025/05/15 03:55:39 DEBUG : file1: Destination exists, skipping
2025/05/15 03:55:39 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (0.36s)
=== RUN TestCaseInsensitiveMoveFile
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFile (0.08s)
=== RUN TestCaseInsensitiveMoveFileDryRun
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.08s)
=== RUN TestMoveFileBackupDir
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:39 DEBUG : dst/: Creating directory marker
2025/05/15 03:55:40 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/backup"
2025/05/15 03:55:40 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/15 03:55:40 DEBUG : Azure container rclone-test-qutaxac2sasa path backup: Using directory markers
2025/05/15 03:55:40 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-qutaxac2sasa/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-qutaxac2sasa/backup"
2025/05/15 03:55:40 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/15 03:55:40 DEBUG : dst/: Creating directory marker
2025/05/15 03:55:40 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/15 03:55:40 INFO : dst/file1: Copied (server-side copy)
2025/05/15 03:55:40 INFO : dst/file1: Deleted
2025/05/15 03:55:40 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/15 03:55:40 INFO : dst/file1: Copied (new)
2025/05/15 03:55:40 INFO : dst/file1: Deleted
2025/05/15 03:55:40 DEBUG : dst/: Removing directory marker
2025/05/15 03:55:40 DEBUG : backup/dst/: Removing directory marker
2025/05/15 03:55:41 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:9d96b58f-d01e-0038-074d-c5183d000000
Time:2025-05-15T03:55:41.0250956Z
--------------------------------------------------------------------------------
2025/05/15 03:55:42 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:9d96b70b-d01e-0038-574d-c5183d000000
Time:2025-05-15T03:55:42.0646977Z
--------------------------------------------------------------------------------
2025/05/15 03:55:43 DEBUG : backup/: Removing directory marker
run.go:125: removing dir "backup" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:9d96b870-d01e-0038-0e4d-c5183d000000
Time:2025-05-15T03:55:43.1033481Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-qutaxac2sasa/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:9d96b870-d01e-0038-0e4d-c5183d000000
Time:2025-05-15T03:55:43.1033481Z
--------------------------------------------------------------------------------
--- PASS: TestMoveFileBackupDir (4.38s)
=== RUN TestSameConfig
--- PASS: TestSameConfig (0.00s)
=== RUN TestSame
--- PASS: TestSame (0.00s)
=== RUN TestOverlappingFilterCheckWithoutFilter
--- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s)
=== RUN TestOverlappingFilterCheckWithFilter
--- PASS: TestOverlappingFilterCheckWithFilter (0.00s)
=== RUN TestListFormat
--- PASS: TestListFormat (0.00s)
=== RUN TestDirMove
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:44 DEBUG : A1/: Creating directory marker
2025/05/15 03:55:44 DEBUG : A1/B1/: Creating directory marker
2025/05/15 03:55:44 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/15 03:55:44 DEBUG : A1/B1/C2/: Creating directory marker
2025/05/15 03:55:45 INFO : A1/B2: Making directory
2025/05/15 03:55:45 DEBUG : A1/B2/: Creating directory marker
2025/05/15 03:55:45 INFO : A1/B1/C3: Making directory
2025/05/15 03:55:45 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/B1/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/B1/C1/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/B1/C2/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/B1/C3/: Creating directory marker
2025/05/15 03:55:45 DEBUG : A2/B2/: Creating directory marker
2025/05/15 03:55:46 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/15 03:55:46 INFO : A1/two: Copied (server-side copy) to: A2/two
2025/05/15 03:55:46 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/15 03:55:46 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four
2025/05/15 03:55:46 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:55:46 INFO : A1/one: Copied (server-side copy) to: A2/one
2025/05/15 03:55:46 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/15 03:55:46 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three
2025/05/15 03:55:46 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/15 03:55:46 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five
2025/05/15 03:55:46 INFO : A1/two: Deleted
2025/05/15 03:55:46 INFO : A1/B1/C1/four: Deleted
2025/05/15 03:55:46 INFO : A1/one: Deleted
2025/05/15 03:55:46 INFO : A1/B1/three: Deleted
2025/05/15 03:55:46 INFO : A1/B1/C2/five: Deleted
2025/05/15 03:55:46 DEBUG : A1/B2/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A1/B1/C2/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A1/B1/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A1/: Removing directory marker
2025/05/15 03:55:46 DEBUG : A3/: Creating directory marker
2025/05/15 03:55:46 DEBUG : A3/B1/: Creating directory marker
2025/05/15 03:55:46 DEBUG : A3/B1/C1/: Creating directory marker
2025/05/15 03:55:47 DEBUG : A3/B1/C2/: Creating directory marker
2025/05/15 03:55:47 DEBUG : A3/B1/C3/: Creating directory marker
2025/05/15 03:55:47 DEBUG : A3/B2/: Creating directory marker
2025/05/15 03:55:47 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/15 03:55:47 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four
2025/05/15 03:55:47 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:55:47 INFO : A2/one: Copied (server-side copy) to: A3/one
2025/05/15 03:55:47 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/15 03:55:47 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five
2025/05/15 03:55:47 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/15 03:55:47 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three
2025/05/15 03:55:47 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/15 03:55:47 INFO : A2/two: Copied (server-side copy) to: A3/two
2025/05/15 03:55:47 INFO : A2/B1/C1/four: Deleted
2025/05/15 03:55:47 INFO : A2/one: Deleted
2025/05/15 03:55:47 INFO : A2/B1/C2/five: Deleted
2025/05/15 03:55:47 INFO : A2/B1/three: Deleted
2025/05/15 03:55:47 INFO : A2/two: Deleted
2025/05/15 03:55:47 DEBUG : A2/B2/: Removing directory marker
2025/05/15 03:55:47 DEBUG : A2/B1/C3/: Removing directory marker
2025/05/15 03:55:47 DEBUG : A2/B1/C2/: Removing directory marker
2025/05/15 03:55:47 DEBUG : A2/B1/C1/: Removing directory marker
2025/05/15 03:55:47 DEBUG : A2/B1/: Removing directory marker
2025/05/15 03:55:47 DEBUG : A2/: Removing directory marker
2025/05/15 03:55:47 INFO : Azure container rclone-test-qutaxac2sasa: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/05/15 03:55:47 DEBUG : A4/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A4/B1/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A4/B1/C1/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A4/B1/C2/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A4/B1/C3/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A4/B2/: Creating directory marker
2025/05/15 03:55:48 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/15 03:55:48 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five
2025/05/15 03:55:48 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/15 03:55:48 INFO : A3/two: Copied (server-side copy) to: A4/two
2025/05/15 03:55:48 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/15 03:55:48 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four
2025/05/15 03:55:48 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/15 03:55:48 INFO : A3/one: Copied (server-side copy) to: A4/one
2025/05/15 03:55:48 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/15 03:55:48 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three
2025/05/15 03:55:48 INFO : A3/B1/C2/five: Deleted
2025/05/15 03:55:48 INFO : A3/two: Deleted
2025/05/15 03:55:48 INFO : A3/B1/C1/four: Deleted
2025/05/15 03:55:48 INFO : A3/one: Deleted
2025/05/15 03:55:48 INFO : A3/B1/three: Deleted
2025/05/15 03:55:48 DEBUG : A3/B2/: Removing directory marker
2025/05/15 03:55:48 DEBUG : A3/B1/C3/: Removing directory marker
2025/05/15 03:55:48 DEBUG : A3/B1/C2/: Removing directory marker
2025/05/15 03:55:48 DEBUG : A3/B1/C1/: Removing directory marker
2025/05/15 03:55:48 DEBUG : A3/B1/: Removing directory marker
2025/05/15 03:55:48 DEBUG : A3/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/B2/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/B1/C3/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/B1/C2/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/B1/C1/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/B1/: Removing directory marker
2025/05/15 03:55:49 DEBUG : A4/: Removing directory marker
--- PASS: TestDirMove (5.45s)
=== RUN TestGetFsInfo
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
--- PASS: TestGetFsInfo (0.08s)
=== RUN TestRcat
=== RUN TestRcat/withChecksum=false,ignoreChecksum=false
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:49 DEBUG : Azure container rclone-test-qutaxac2sasa: File to upload is small (34 bytes), uploading instead of streaming
2025/05/15 03:55:49 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/15 03:55:49 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/15 03:55:49 NOTICE: Azure container rclone-test-qutaxac2sasa: Streaming uploads using chunk size 4Mi will have maximum file size of 195.312Gi
2025/05/15 03:55:49 DEBUG : no_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/15 03:55:49 DEBUG : no_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/15 03:55:49 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/15 03:55:49 DEBUG : no_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/15 03:55:50 DEBUG : no_checksum_big_file_from_pipe: multipart upload finished
2025/05/15 03:55:50 DEBUG : no_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/15 03:55:50 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical
=== RUN TestRcat/withChecksum=true,ignoreChecksum=false
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:50 DEBUG : Azure container rclone-test-qutaxac2sasa: File to upload is small (34 bytes), uploading instead of streaming
2025/05/15 03:55:50 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/15 03:55:50 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: multipart upload finished
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/15 03:55:50 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical
=== RUN TestRcat/withChecksum=false,ignoreChecksum=true
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:50 DEBUG : Azure container rclone-test-qutaxac2sasa: File to upload is small (34 bytes), uploading instead of streaming
2025/05/15 03:55:50 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/15 03:55:50 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
=== RUN TestRcat/withChecksum=true,ignoreChecksum=true
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:51 DEBUG : Azure container rclone-test-qutaxac2sasa: File to upload is small (34 bytes), uploading instead of streaming
2025/05/15 03:55:51 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/15 03:55:51 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/15 03:55:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (1.81s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.53s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.43s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.42s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.42s)
=== RUN TestRcatMetadata
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.07s)
=== RUN TestRcatSize
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:51 DEBUG : Azure container rclone-test-qutaxac2sasa: File to upload is small (60 bytes), uploading instead of streaming
2025/05/15 03:55:51 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/05/15 03:55:51 DEBUG : potato2: Size and md5 of src and dst objects identical
--- PASS: TestRcatSize (0.34s)
=== RUN TestRcatSizeMetadata
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.08s)
=== RUN TestTouchDir
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
2025/05/15 03:55:52 DEBUG : sub dir/: Creating directory marker
2025/05/15 03:55:52 DEBUG : Azure container rclone-test-qutaxac2sasa: Touching "sub dir/potato3"
2025/05/15 03:55:52 DEBUG : Azure container rclone-test-qutaxac2sasa: Touching "empty space"
2025/05/15 03:55:52 DEBUG : Azure container rclone-test-qutaxac2sasa: Touching "potato2"
2025/05/15 03:55:52 DEBUG : sub dir/: Removing directory marker
--- PASS: TestTouchDir (0.83s)
=== RUN TestMkdirMetadata
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.08s)
=== RUN TestMkdirModTime
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.08s)
=== RUN TestCopyDirMetadata
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.08s)
=== RUN TestSetDirModTime
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.08s)
=== RUN TestDirsEqual
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (0.08s)
=== RUN TestRemoveExisting
run.go:180: Remote "Azure container rclone-test-qutaxac2sasa", Local "Local file system at /tmp/rclone650066004", Modify Window "1ns"
operations_test.go:1892: Skipping as remote can't Move
--- SKIP: TestRemoveExisting (0.08s)
=== RUN TestRcAbout
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcAbout (0.00s)
=== RUN TestRcCleanup
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCleanup (0.00s)
=== RUN TestRcCopyfile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCopyfile (0.00s)
=== RUN TestRcCopyurl
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCopyurl (0.00s)
=== RUN TestRcDelete
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDelete (0.00s)
=== RUN TestRcDeletefile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDeletefile (0.00s)
=== RUN TestRcList
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcList (0.00s)
=== RUN TestRcStat
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcStat (0.00s)
=== RUN TestRcSetTier
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSetTier (0.00s)
=== RUN TestRcSetTierFile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSetTierFile (0.00s)
=== RUN TestRcMkdir
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcMkdir (0.00s)
=== RUN TestRcMovefile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcMovefile (0.00s)
=== RUN TestRcPurge
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcPurge (0.00s)
=== RUN TestRcRmdir
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcRmdir (0.00s)
=== RUN TestRcRmdirs
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcRmdirs (0.00s)
=== RUN TestRcSize
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcSize (0.00s)
=== RUN TestRcPublicLink
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcPublicLink (0.00s)
=== RUN TestRcFsInfo
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcFsInfo (0.00s)
=== RUN TestUploadFile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestUploadFile (0.00s)
=== RUN TestRcCommand
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCommand (0.00s)
=== RUN TestRcDu
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcDu (0.00s)
=== RUN TestRcCheck
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcCheck (0.00s)
=== RUN TestRcHashsum
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcHashsum (0.00s)
=== RUN TestRcHashsumFile
rc_test.go:30: Skipping test on non local remote
--- SKIP: TestRcHashsumFile (0.00s)
FAIL
2025/05/15 03:55:53 DEBUG : Azure container rclone-test-qutaxac2sasa: Purge remote
"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose" - Finished ERROR in 9m56.397835891s (try 1/5): exit status 1: Failed [TestMultithreadCopyAbort TestCopyFileCompareDest TestCopyFileCopyDest TestCopyInplace TestCopyLongFileName TestCopyFileMaxTransfer TestDeduplicateInteractive TestDeduplicateSkip TestDeduplicateSizeOnly TestDeduplicateFirst TestDeduplicateNewest TestDeduplicateNewestByHash TestDeduplicateOldest TestDeduplicateLargest TestDeduplicateSmallest TestDeduplicateRename TestMergeDirs TestListDirSorted TestListDirSortedFn TestListJSON/Default TestListJSON/DirsOnly TestListJSON/Recurse TestListJSON/Metadata TestStatJSON TestMkdir TestLsd TestLs TestLsWithFilesFrom TestLsLong TestHashSums TestCount TestDelete TestMaxDelete TestMaxDeleteSizeLargeFile TestMaxDeleteSize TestReadFile TestCat TestRmdirsNoLeaveRoot]