"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose" - Starting (try 1/5)
2025/05/08 03:53:55 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere"
2025/05/08 03:53:55 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:53:55 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:53:55 DEBUG : Azure container rclone-test-zozeyof1xere: Using directory markers
2025/05/08 03:53:55 DEBUG : Creating backend with remote "/tmp/rclone1434708799"
=== 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:53:56 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/08 03:53:56 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/08 03:53:56 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/08 03:53:56 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/08 03:53:56 DEBUG : chunksize-probe: Removing empty object
=== RUN TestMultithreadCopy/upload=false,size=8388607,streams=2
2025/05/08 03:53:56 DEBUG : test-multithread-copy-false-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/08 03:53:56 DEBUG : test-multithread-copy-false-8388607-2: open chunk writer: started multipart upload
2025/05/08 03:53:56 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/08 03:53:56 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 1 size 4.000Mi offset 4Mi/8.000Mi
2025/05/08 03:53:56 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multipart upload finished
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: write buffer set to 131072
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi starting
2025/05/08 03:53:57 DEBUG : test-multithread-copy-false-8388607-2: writing chunk 0
2025/05/08 03:53:58 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi finished
2025/05/08 03:53:58 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/08 03:53:59 DEBUG : test-multithread-copy-false-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/08 03:53:59 DEBUG : test-multithread-copy-false-8388608-2: open chunk writer: started multipart upload
2025/05/08 03:53:59 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 0 size 4Mi offset 0/8Mi
2025/05/08 03:53:59 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8Mi
2025/05/08 03:53:59 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multipart upload finished
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: write buffer set to 131072
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8Mi
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: Starting multi-thread copy with 1 chunks of size 8Mi with 1 parallel streams
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi starting
2025/05/08 03:54:00 DEBUG : test-multithread-copy-false-8388608-2: writing chunk 0
2025/05/08 03:54:01 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi finished
2025/05/08 03:54: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/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: open chunk writer: started multipart upload
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 2 size 1 offset 8Mi/8.000Mi
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8.000Mi
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/08 03:54:02 DEBUG : test-multithread-copy-false-8388609-2: multipart upload finished
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: write buffer set to 131072
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi starting
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: writing chunk 0
2025/05/08 03:54:03 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi finished
2025/05/08 03:54: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/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: disabling buffering because source is local disk
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: open chunk writer: started multipart upload
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi starting
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194304 to 0
2025/05/08 03:54:05 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194303 to 0
2025/05/08 03:54:06 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:06 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/08 03:54:06 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/08 03:54:06 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi finished
2025/05/08 03:54:06 DEBUG : test-multithread-copy-true-8388607-2: multipart upload finished
2025/05/08 03:54:06 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/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: disabling buffering because source is local disk
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: open chunk writer: started multipart upload
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi starting
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi finished
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/08 03:54:08 DEBUG : test-multithread-copy-true-8388608-2: multipart upload finished
2025/05/08 03:54:08 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/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: disabling buffering because source is local disk
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: open chunk writer: started multipart upload
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: Seek from 1 to 0
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 finished
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/08 03:54:10 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/08 03:54:11 DEBUG : test-multithread-copy-true-8388609-2: multipart upload finished
2025/05/08 03:54:11 DEBUG : test-multithread-copy-true-8388609-2: Finished multi-thread copy with 3 parts of size 4Mi
--- PASS: TestMultithreadCopy (16.15s)
--- PASS: TestMultithreadCopy/upload=false,size=8388607,streams=2 (3.07s)
--- PASS: TestMultithreadCopy/upload=false,size=8388608,streams=2 (2.81s)
--- PASS: TestMultithreadCopy/upload=false,size=8388609,streams=2 (2.52s)
--- PASS: TestMultithreadCopy/upload=true,size=8388607,streams=2 (2.56s)
--- PASS: TestMultithreadCopy/upload=true,size=8388608,streams=2 (2.13s)
--- PASS: TestMultithreadCopy/upload=true,size=8388609,streams=2 (2.32s)
=== RUN TestMultithreadCopyAbort
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:11 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/08 03:54:11 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/08 03:54:11 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/08 03:54:11 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/08 03:54:12 DEBUG : chunksize-probe: Removing empty object
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk
2025/05/08 03:54:13 DEBUG : test-multithread-abort: Multipart upload session started for 3 parts of size 4Mi
2025/05/08 03:54:13 DEBUG : test-multithread-abort: open chunk writer: started multipart upload
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 1
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/08 03:54:13 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/08 03:54:13 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/08 03:54:13 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/08 03:54:13 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/08 03:54:13 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/08 03:54:13 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/08 03:54:13 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/08 03:54:13 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/08 03:54:13 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/08 03:54:14 DEBUG : Returning error reader
2025/05/08 03:54:14 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:14 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure
2025/05/08 03:54:14 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:15 DEBUG : Returning error reader
2025/05/08 03:54:15 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:15 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure
2025/05/08 03:54:15 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:16 DEBUG : Returning error reader
2025/05/08 03:54:16 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:16 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure
2025/05/08 03:54:16 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:17 DEBUG : Returning error reader
2025/05/08 03:54:17 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:17 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure
2025/05/08 03:54:17 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:18 DEBUG : Returning error reader
2025/05/08 03:54:18 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:18 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure
2025/05/08 03:54:18 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:19 DEBUG : Returning error reader
2025/05/08 03:54:19 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:19 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure
2025/05/08 03:54:19 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:20 DEBUG : Returning error reader
2025/05/08 03:54:20 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:20 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure
2025/05/08 03:54:20 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:21 DEBUG : Returning error reader
2025/05/08 03:54:21 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:21 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure
2025/05/08 03:54:21 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:22 DEBUG : Returning error reader
2025/05/08 03:54:22 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:22 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure
2025/05/08 03:54:22 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/08 03:54:23 DEBUG : Returning error reader
2025/05/08 03:54:23 DEBUG : BOOM: simulated read failure
2025/05/08 03:54:23 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure
2025/05/08 03:54:23 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries
2025/05/08 03:54:23 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: BOOM: simulated read failure
2025/05/08 03:54:23 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit
2025/05/08 03:54:23 DEBUG : test-multithread-abort: Clearing uncommitted blocks
2025/05/08 03:54:23 DEBUG : test-multithread-abort: 2 Uncommitted blocks found
2025/05/08 03:54:23 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.85s)
=== RUN TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN TestReOpen
=== RUN TestReOpen/Normal
=== RUN TestReOpen/Normal/Basics
2025/05/08 03:54:30 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/ErrorAtStart
=== RUN TestReOpen/Normal/WithErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/Normal/TooManyErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/Normal/Seek
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Seek from 5 to 2
=== RUN TestReOpen/Normal/AccountRead
=== RUN TestReOpen/Normal/AccountReadDelay
2025/05/08 03:54:30 DEBUG : potato: Seek from 10 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 10 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/AccountReadError
=== RUN TestReOpen/WithRangeOption
=== RUN TestReOpen/WithRangeOption/Basics
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/ErrorAtStart
=== RUN TestReOpen/WithRangeOption/WithErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithRangeOption/TooManyErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithRangeOption/Seek
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Seek from 5 to 2
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 4
=== RUN TestReOpen/WithRangeOption/AccountRead
=== RUN TestReOpen/WithRangeOption/AccountReadDelay
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/AccountReadError
=== RUN TestReOpen/WithSeekOption
=== RUN TestReOpen/WithSeekOption/Basics
2025/05/08 03:54:30 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/ErrorAtStart
=== RUN TestReOpen/WithSeekOption/WithErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithSeekOption/TooManyErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithSeekOption/Seek
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Seek from 5 to 2
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 5
=== RUN TestReOpen/WithSeekOption/AccountRead
=== RUN TestReOpen/WithSeekOption/AccountReadDelay
2025/05/08 03:54:30 DEBUG : potato: Seek from 8 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 8 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/AccountReadError
=== RUN TestReOpen/UnknownSize
=== RUN TestReOpen/UnknownSize/Basics
2025/05/08 03:54:30 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/ErrorAtStart
=== RUN TestReOpen/UnknownSize/WithErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/UnknownSize/TooManyErrors
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/08 03:54:30 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/UnknownSize/Seek
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/08 03:54:30 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/08 03:54:30 DEBUG : potato: Seek from 5 to 2
2025/05/08 03:54:30 DEBUG : potato: Seek from 7 to 6
=== RUN TestReOpen/UnknownSize/AccountRead
=== RUN TestReOpen/UnknownSize/AccountReadDelay
2025/05/08 03:54:30 DEBUG : potato: Seek from 9 to 0
2025/05/08 03:54:30 DEBUG : potato: Seek from 9 to 0
2025/05/08 03:54:30 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", 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.88s)
--- PASS: TestCheck/1 (0.06s)
--- PASS: TestCheck/2 (0.06s)
--- PASS: TestCheck/3 (0.06s)
--- PASS: TestCheck/4 (0.11s)
--- PASS: TestCheck/5 (0.11s)
--- PASS: TestCheck/6 (0.11s)
--- PASS: TestCheck/7 (0.11s)
=== RUN TestCheckFsError
2025/05/08 03:54:32 DEBUG : Creating backend with remote "nonexistent"
2025/05/08 03:54:32 DEBUG : Creating backend with remote "nonexistent"
2025/05/08 03:54:32 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/05/08 03:54:32 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/08 03:54:32 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/05/08 03:54:32 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", 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 (2.28s)
--- PASS: TestCheckDownload/1 (0.11s)
--- PASS: TestCheckDownload/2 (0.11s)
--- PASS: TestCheckDownload/3 (0.12s)
--- PASS: TestCheckDownload/4 (0.17s)
--- PASS: TestCheckDownload/5 (0.17s)
--- PASS: TestCheckDownload/6 (0.18s)
--- PASS: TestCheckDownload/7 (0.17s)
=== RUN TestCheckSizeOnly
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", 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.87s)
--- PASS: TestCheckSizeOnly/1 (0.06s)
--- PASS: TestCheckSizeOnly/2 (0.06s)
--- PASS: TestCheckSizeOnly/3 (0.06s)
--- PASS: TestCheckSizeOnly/4 (0.11s)
--- PASS: TestCheckSizeOnly/5 (0.11s)
--- PASS: TestCheckSizeOnly/6 (0.11s)
--- PASS: TestCheckSizeOnly/7 (0.11s)
=== RUN TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN TestParseSumFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:36 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/08 03:54:36 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/08 03:54:36 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/08 03:54:36 NOTICE: test.sum: 2 warning(s) suppressed...
2025/05/08 03:54:37 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/08 03:54:37 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/08 03:54:37 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/08 03:54:37 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (0.66s)
=== RUN TestCheckSum
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:37 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/data"
2025/05/08 03:54:37 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:37 DEBUG : Azure container rclone-test-zozeyof1xere path data: Using directory markers
2025/05/08 03:54:37 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/08 03:54:41 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSum (4.42s)
--- PASS: TestCheckSum/subtest1 (0.18s)
--- PASS: TestCheckSum/subtest2 (0.23s)
--- PASS: TestCheckSum/subtest3 (0.23s)
--- PASS: TestCheckSum/subtest4 (0.23s)
--- PASS: TestCheckSum/subtest5 (0.23s)
--- PASS: TestCheckSum/subtest6 (0.23s)
--- PASS: TestCheckSum/subtest7 (0.23s)
=== RUN TestCheckSumDownload
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:41 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/data"
2025/05/08 03:54:41 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:41 DEBUG : Azure container rclone-test-zozeyof1xere path data: Using directory markers
2025/05/08 03:54:41 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/08 03:54:46 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSumDownload (4.79s)
--- PASS: TestCheckSumDownload/subtest1 (0.23s)
--- PASS: TestCheckSumDownload/subtest2 (0.29s)
--- PASS: TestCheckSumDownload/subtest3 (0.29s)
--- PASS: TestCheckSumDownload/subtest4 (0.29s)
--- PASS: TestCheckSumDownload/subtest5 (0.29s)
--- PASS: TestCheckSumDownload/subtest6 (0.28s)
--- PASS: TestCheckSumDownload/subtest7 (0.29s)
=== RUN TestApplyTransforms
2025/05/08 03:54:46 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-monawel6fiyu"
2025/05/08 03:54:46 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:46 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:46 DEBUG : Azure container rclone-test-monawel6fiyu: Using directory markers
2025/05/08 03:54:46 DEBUG : Creating backend with remote "/tmp/rclone3721682967"
run.go:180: Remote "Azure container rclone-test-monawel6fiyu", Local "Local file system at /tmp/rclone3721682967", Modify Window "1ns"
upper checkfile vs. lower remote (without normalization)
2025/05/08 03:54:46 ERROR : hello, world!: sum not found
2025/05/08 03:54:46 ERROR : HELLO, WORLD!: file not in Azure container rclone-test-monawel6fiyu
2025/05/08 03:54:46 NOTICE: Azure container rclone-test-monawel6fiyu: 1 files missing
2025/05/08 03:54:46 NOTICE: 1 hashes missing
2025/05/08 03:54:46 NOTICE: Azure container rclone-test-monawel6fiyu: 2 differences found
2025/05/08 03:54:46 NOTICE: Azure container rclone-test-monawel6fiyu: 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/05/08 03:54:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-monawel6fiyu: 0 differences found
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-monawel6fiyu: 1 matching files
2025/05/08 03:54:47 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-teloyel5niyi"
2025/05/08 03:54:47 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:47 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:47 DEBUG : Azure container rclone-test-teloyel5niyi: Using directory markers
2025/05/08 03:54:47 DEBUG : Creating backend with remote "/tmp/rclone2421460214"
run.go:180: Remote "Azure container rclone-test-teloyel5niyi", Local "Local file system at /tmp/rclone2421460214", Modify Window "1ns"
lower checkfile vs. upper remote (without normalization)
2025/05/08 03:54:47 ERROR : HELLO, WORLD!: sum not found
2025/05/08 03:54:47 ERROR : hello, world!: file not in Azure container rclone-test-teloyel5niyi
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-teloyel5niyi: 1 files missing
2025/05/08 03:54:47 NOTICE: 1 hashes missing
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-teloyel5niyi: 2 differences found
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-teloyel5niyi: 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/05/08 03:54:47 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-teloyel5niyi: 0 differences found
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-teloyel5niyi: 1 matching files
2025/05/08 03:54:47 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xowubeh9yilo"
2025/05/08 03:54:47 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:47 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:47 DEBUG : Azure container rclone-test-xowubeh9yilo: Using directory markers
2025/05/08 03:54:47 DEBUG : Creating backend with remote "/tmp/rclone2045026361"
run.go:180: Remote "Azure container rclone-test-xowubeh9yilo", Local "Local file system at /tmp/rclone2045026361", Modify Window "1ns"
lower checkfile vs. upperlowermixed remote (without normalization)
2025/05/08 03:54:47 ERROR : HeLlO, wOrLd!: sum not found
2025/05/08 03:54:47 ERROR : hello, world!: file not in Azure container rclone-test-xowubeh9yilo
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-xowubeh9yilo: 1 files missing
2025/05/08 03:54:47 NOTICE: 1 hashes missing
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-xowubeh9yilo: 2 differences found
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-xowubeh9yilo: 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/05/08 03:54:47 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-xowubeh9yilo: 0 differences found
2025/05/08 03:54:47 NOTICE: Azure container rclone-test-xowubeh9yilo: 1 matching files
2025/05/08 03:54:47 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-mejuyoj0daqo"
2025/05/08 03:54:47 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:47 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:47 DEBUG : Azure container rclone-test-mejuyoj0daqo: Using directory markers
2025/05/08 03:54:47 DEBUG : Creating backend with remote "/tmp/rclone2231147771"
run.go:180: Remote "Azure container rclone-test-mejuyoj0daqo", Local "Local file system at /tmp/rclone2231147771", Modify Window "1ns"
upperlowermixed checkfile vs. upper remote (without normalization)
2025/05/08 03:54:48 ERROR : HELLO, WORLD!: sum not found
2025/05/08 03:54:48 ERROR : HeLlO, wOrLd!: file not in Azure container rclone-test-mejuyoj0daqo
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-mejuyoj0daqo: 1 files missing
2025/05/08 03:54:48 NOTICE: 1 hashes missing
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-mejuyoj0daqo: 2 differences found
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-mejuyoj0daqo: 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/05/08 03:54:48 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-mejuyoj0daqo: 0 differences found
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-mejuyoj0daqo: 1 matching files
2025/05/08 03:54:48 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-nutujoy7koce"
2025/05/08 03:54:48 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:48 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:48 DEBUG : Azure container rclone-test-nutujoy7koce: Using directory markers
2025/05/08 03:54:48 DEBUG : Creating backend with remote "/tmp/rclone2413086215"
run.go:180: Remote "Azure container rclone-test-nutujoy7koce", Local "Local file system at /tmp/rclone2413086215", Modify Window "1ns"
NFD checkfile vs. NFC remote (without normalization)
2025/05/08 03:54:48 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:48 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-nutujoy7koce
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-nutujoy7koce: 1 files missing
2025/05/08 03:54:48 NOTICE: 1 hashes missing
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-nutujoy7koce: 2 differences found
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-nutujoy7koce: 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/05/08 03:54:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-nutujoy7koce: 0 differences found
2025/05/08 03:54:48 NOTICE: Azure container rclone-test-nutujoy7koce: 1 matching files
2025/05/08 03:54:48 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-derifay0tubo"
2025/05/08 03:54:48 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:48 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:48 DEBUG : Azure container rclone-test-derifay0tubo: Using directory markers
2025/05/08 03:54:48 DEBUG : Creating backend with remote "/tmp/rclone2146926833"
run.go:180: Remote "Azure container rclone-test-derifay0tubo", Local "Local file system at /tmp/rclone2146926833", Modify Window "1ns"
NFC checkfile vs. NFD remote (without normalization)
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-derifay0tubo
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-derifay0tubo: 1 files missing
2025/05/08 03:54:49 NOTICE: 1 hashes missing
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-derifay0tubo: 2 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-derifay0tubo: 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/05/08 03:54:49 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-derifay0tubo: 0 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-derifay0tubo: 1 matching files
2025/05/08 03:54:49 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-ludupox6vehu"
2025/05/08 03:54:49 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:49 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:49 DEBUG : Azure container rclone-test-ludupox6vehu: Using directory markers
2025/05/08 03:54:49 DEBUG : Creating backend with remote "/tmp/rclone2861048955"
run.go:180: Remote "Azure container rclone-test-ludupox6vehu", Local "Local file system at /tmp/rclone2861048955", Modify Window "1ns"
NFDx2 checkfile vs. both remote (without normalization)
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-ludupox6vehu
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-ludupox6vehu: 1 files missing
2025/05/08 03:54:49 NOTICE: 1 hashes missing
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-ludupox6vehu: 2 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-ludupox6vehu: 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/05/08 03:54:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-ludupox6vehu: 0 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-ludupox6vehu: 1 matching files
2025/05/08 03:54:49 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-wawogoh1weza"
2025/05/08 03:54:49 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:49 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:49 DEBUG : Azure container rclone-test-wawogoh1weza: Using directory markers
2025/05/08 03:54:49 DEBUG : Creating backend with remote "/tmp/rclone1420489829"
run.go:180: Remote "Azure container rclone-test-wawogoh1weza", Local "Local file system at /tmp/rclone1420489829", Modify Window "1ns"
NFCx2 checkfile vs. both remote (without normalization)
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:49 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-wawogoh1weza
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-wawogoh1weza: 1 files missing
2025/05/08 03:54:49 NOTICE: 1 hashes missing
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-wawogoh1weza: 2 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-wawogoh1weza: 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/05/08 03:54:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-wawogoh1weza: 0 differences found
2025/05/08 03:54:49 NOTICE: Azure container rclone-test-wawogoh1weza: 1 matching files
2025/05/08 03:54:49 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-kexamor3nato"
2025/05/08 03:54:49 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:49 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:49 DEBUG : Azure container rclone-test-kexamor3nato: Using directory markers
2025/05/08 03:54:49 DEBUG : Creating backend with remote "/tmp/rclone2291947715"
run.go:180: Remote "Azure container rclone-test-kexamor3nato", Local "Local file system at /tmp/rclone2291947715", Modify Window "1ns"
both checkfile vs. NFDx2 remote (without normalization)
2025/05/08 03:54:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-kexamor3nato
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-kexamor3nato: 1 files missing
2025/05/08 03:54:50 NOTICE: 1 hashes missing
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-kexamor3nato: 2 differences found
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-kexamor3nato: 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/05/08 03:54:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-kexamor3nato: 0 differences found
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-kexamor3nato: 1 matching files
2025/05/08 03:54:50 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qakudet7tuji"
2025/05/08 03:54:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 03:54:50 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:50 DEBUG : Azure container rclone-test-qakudet7tuji: Using directory markers
2025/05/08 03:54:50 DEBUG : Creating backend with remote "/tmp/rclone44974696"
run.go:180: Remote "Azure container rclone-test-qakudet7tuji", Local "Local file system at /tmp/rclone44974696", Modify Window "1ns"
both checkfile vs. NFCx2 remote (without normalization)
2025/05/08 03:54:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/08 03:54:50 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-qakudet7tuji
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-qakudet7tuji: 1 files missing
2025/05/08 03:54:50 NOTICE: 1 hashes missing
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-qakudet7tuji: 2 differences found
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-qakudet7tuji: 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/05/08 03:54:50 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-qakudet7tuji: 0 differences found
2025/05/08 03:54:50 NOTICE: Azure container rclone-test-qakudet7tuji: 1 matching files
2025/05/08 03:54:50 DEBUG : Azure container rclone-test-qakudet7tuji: Purge remote
2025/05/08 03:54:50 DEBUG : Azure container rclone-test-kexamor3nato: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-wawogoh1weza: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-ludupox6vehu: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-derifay0tubo: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-nutujoy7koce: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-mejuyoj0daqo: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-xowubeh9yilo: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-teloyel5niyi: Purge remote
2025/05/08 03:54:51 DEBUG : Azure container rclone-test-monawel6fiyu: Purge remote
--- PASS: TestApplyTransforms (5.36s)
=== RUN TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN TestCopyFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:52 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/08 03:54:52 DEBUG : sub/: Creating directory marker
2025/05/08 03:54:52 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 03:54:52 INFO : file1: Copied (new) to: sub/file2
2025/05/08 03:54:52 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:54:52 DEBUG : file1: Unchanged skipping
2025/05/08 03:54:52 DEBUG : Azure container rclone-test-zozeyof1xere: don't need to copy/move sub/file2, it is already at target location
2025/05/08 03:54:52 DEBUG : sub/: Removing directory marker
--- PASS: TestCopyFile (0.77s)
=== RUN TestCopyLongFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (0.11s)
=== RUN TestCopyFileBackupDir
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:52 DEBUG : dst/: Creating directory marker
2025/05/08 03:54:53 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/backup"
2025/05/08 03:54:53 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:53 DEBUG : Azure container rclone-test-zozeyof1xere path backup: Using directory markers
2025/05/08 03:54:53 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/backup"
2025/05/08 03:54:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/08 03:54:53 DEBUG : dst/: Creating directory marker
2025/05/08 03:54:53 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/08 03:54:53 INFO : dst/file1: Copied (server-side copy)
2025/05/08 03:54:53 INFO : dst/file1: Deleted
2025/05/08 03:54:53 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 03:54:53 INFO : dst/file1: Copied (new)
2025/05/08 03:54:54 DEBUG : dst/: Removing directory marker
2025/05/08 03:54:54 DEBUG : backup/dst/: Removing directory marker
2025/05/08 03:54:54 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0d4ad-a01e-00a4-0dcc-bfb55b000000
Time:2025-05-08T03:54:54.3739054Z
--------------------------------------------------------------------------------
2025/05/08 03:54:55 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0d647-a01e-00a4-76cc-bfb55b000000
Time:2025-05-08T03:54:55.4317443Z
--------------------------------------------------------------------------------
2025/05/08 03:54:56 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0d775-a01e-00a4-64cc-bfb55b000000
Time:2025-05-08T03:54:56.4894936Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0d775-a01e-00a4-64cc-bfb55b000000
Time:2025-05-08T03:54:56.4894936Z
--------------------------------------------------------------------------------
--- PASS: TestCopyFileBackupDir (4.71s)
=== RUN TestCopyFileCompareDest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:54:57 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/dst"
2025/05/08 03:54:57 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:57 DEBUG : Azure container rclone-test-zozeyof1xere path dst: Using directory markers
2025/05/08 03:54:57 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:54:57 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:54:57 DEBUG : Azure container rclone-test-zozeyof1xere path CompareDest: Using directory markers
2025/05/08 03:54:57 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:54:57 DEBUG : one: Need to transfer - File not found at Destination
2025/05/08 03:54:57 DEBUG : /: Creating directory marker
2025/05/08 03:54:58 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 03:54:58 INFO : one: Copied (new)
2025/05/08 03:54:58 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:54:58 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/08 03:54:58 DEBUG : /: Creating directory marker
2025/05/08 03:54:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/08 03:54:58 INFO : one: Copied (replaced existing)
2025/05/08 03:54:58 DEBUG : dst/: Creating directory marker
2025/05/08 03:54:58 DEBUG : CompareDest/: Creating directory marker
2025/05/08 03:54:59 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:54:59 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/08 03:54:59 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:54:59 DEBUG : one: Destination found in --compare-dest, skipping
2025/05/08 03:54:59 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:54:59 DEBUG : two: Need to transfer - File not found at Destination
2025/05/08 03:54:59 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:54:59 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/08 03:55:00 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:55:00 DEBUG : two: Need to transfer - File not found at Destination
2025/05/08 03:55:00 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:55:00 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/08 03:55:00 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CompareDest"
2025/05/08 03:55:00 DEBUG : two: Need to transfer - File not found at Destination
2025/05/08 03:55:00 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/05/08 03:55:00 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/05/08 03:55:00 INFO : two: Copied (new)
2025/05/08 03:55:01 DEBUG : dst/: Removing directory marker
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0de10-a01e-00a4-10cc-bfb55b000000
Time:2025-05-08T03:55:01.1559897Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0df39-a01e-00a4-1ccc-bfb55b000000
Time:2025-05-08T03:55:02.2130273Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0e126-a01e-00a4-68cc-bfb55b000000
Time:2025-05-08T03:55:03.2703942Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0e126-a01e-00a4-68cc-bfb55b000000
Time:2025-05-08T03:55:03.2703942Z
--------------------------------------------------------------------------------
2025/05/08 03:55:04 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 (13.96s)
=== RUN TestCopyFileCopyDest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:55:11 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/dst"
2025/05/08 03:55:11 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:55:11 DEBUG : Azure container rclone-test-zozeyof1xere path dst: Using directory markers
2025/05/08 03:55:11 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:11 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:55:11 DEBUG : Azure container rclone-test-zozeyof1xere path CopyDest: Using directory markers
2025/05/08 03:55:11 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:11 DEBUG : one: Need to transfer - File not found at Destination
2025/05/08 03:55:11 DEBUG : /: Creating directory marker
2025/05/08 03:55:12 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 03:55:12 INFO : one: Copied (new)
2025/05/08 03:55:12 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:12 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/08 03:55:12 DEBUG : /: Creating directory marker
2025/05/08 03:55:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/08 03:55:12 INFO : one: Copied (replaced existing)
2025/05/08 03:55:12 DEBUG : dst/: Creating directory marker
2025/05/08 03:55:12 DEBUG : CopyDest/: Creating directory marker
2025/05/08 03:55:13 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/BackupDir"
2025/05/08 03:55:13 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:55:13 DEBUG : Azure container rclone-test-zozeyof1xere path BackupDir: Using directory markers
2025/05/08 03:55:13 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/BackupDir" to be canonical "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/BackupDir"
2025/05/08 03:55:13 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:13 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/08 03:55:13 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:55:13 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/08 03:55:13 DEBUG : /: Creating directory marker
2025/05/08 03:55:13 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 03:55:13 INFO : one: Copied (server-side copy)
2025/05/08 03:55:13 INFO : one: Deleted
2025/05/08 03:55:13 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/08 03:55:13 INFO : one: Copied (server-side copy)
2025/05/08 03:55:13 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/05/08 03:55:14 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:14 DEBUG : two: Need to transfer - File not found at Destination
2025/05/08 03:55:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:55:14 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/08 03:55:14 INFO : two: Copied (server-side copy)
2025/05/08 03:55:14 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/05/08 03:55:14 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 03:55:14 DEBUG : two: Unchanged skipping
2025/05/08 03:55:15 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/CopyDest"
2025/05/08 03:55:15 DEBUG : three: Need to transfer - File not found at Destination
2025/05/08 03:55:15 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/05/08 03:55:15 DEBUG : three: Destination not found in --copy-dest
2025/05/08 03:55:15 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/05/08 03:55:15 INFO : three: Copied (new)
2025/05/08 03:55:16 DEBUG : dst/: Removing directory marker
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0f585-a01e-00a4-02cd-bfb55b000000
Time:2025-05-08T03:55:16.2611067Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0f7b5-a01e-00a4-7ccd-bfb55b000000
Time:2025-05-08T03:55:17.3188888Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0f9ae-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:18.3758506Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0f9ae-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:18.3758506Z
--------------------------------------------------------------------------------
2025/05/08 03:55:19 DEBUG : CopyDest/: Removing directory marker
2025/05/08 03:55: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0fb5f-a01e-00a4-2bcd-bfb55b000000
Time:2025-05-08T03:55:19.4929610Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0fccf-a01e-00a4-72cd-bfb55b000000
Time:2025-05-08T03:55:20.5506630Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0fe97-a01e-00a4-67cd-bfb55b000000
Time:2025-05-08T03:55:21.6079122Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc0fe97-a01e-00a4-67cd-bfb55b000000
Time:2025-05-08T03:55:21.6079122Z
--------------------------------------------------------------------------------
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 (18.28s)
=== RUN TestCopyInplace
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
copy_test.go:370: Partial uploads not supported
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc10dcc-a01e-00a4-36cd-bfb55b000000
Time:2025-05-08T03:55:29.8974402Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc10f71-a01e-00a4-2bcd-bfb55b000000
Time:2025-05-08T03:55:30.9548797Z
--------------------------------------------------------------------------------
2025/05/08 03:55:32 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc110d4-a01e-00a4-65cd-bfb55b000000
Time:2025-05-08T03:55:32.0124211Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc110d4-a01e-00a4-65cd-bfb55b000000
Time:2025-05-08T03:55:32.0124211Z
--------------------------------------------------------------------------------
2025/05/08 03:55:33 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1139a-a01e-00a4-21cd-bfb55b000000
Time:2025-05-08T03:55:33.0697744Z
--------------------------------------------------------------------------------
2025/05/08 03:55:34 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc115bd-a01e-00a4-7ecd-bfb55b000000
Time:2025-05-08T03:55:34.1268326Z
--------------------------------------------------------------------------------
2025/05/08 03:55:35 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc11770-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T03:55:35.1849174Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc11770-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T03:55:35.1849174Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestCopyLongFileName
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
copy_test.go:403: Partial uploads not supported
2025/05/08 03:55:43 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1221a-a01e-00a4-30cd-bfb55b000000
Time:2025-05-08T03:55:43.4749053Z
--------------------------------------------------------------------------------
2025/05/08 03:55:44 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc12396-a01e-00a4-5dcd-bfb55b000000
Time:2025-05-08T03:55:44.5357472Z
--------------------------------------------------------------------------------
2025/05/08 03:55:45 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc12523-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:45.5930287Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc12523-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:45.5930287Z
--------------------------------------------------------------------------------
2025/05/08 03:55:46 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc126b8-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T03:55:46.6500763Z
--------------------------------------------------------------------------------
2025/05/08 03:55:47 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1280f-a01e-00a4-1fcd-bfb55b000000
Time:2025-05-08T03:55:47.7074559Z
--------------------------------------------------------------------------------
2025/05/08 03:55:48 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1295e-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:48.7644565Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1295e-a01e-00a4-2ccd-bfb55b000000
Time:2025-05-08T03:55:48.7644565Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestCopyFileMaxTransfer
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/: Creating directory marker
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 03:55:57 INFO : TestCopyFileMaxTransfer/file1: Copied (new)
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/05/08 03:55:57 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: single part upload read failed: max transfer limit reached as set by --max-transfer
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2025/05/08 03:55:57 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2025/05/08 03:55:58 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 930f209f6f160c47ca49f9148a3a6643 OK
2025/05/08 03:55:58 INFO : TestCopyFileMaxTransfer/file4: Copied (new)
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc135d1-a01e-00a4-11cd-bfb55b000000
Time:2025-05-08T03:55:58.4538367Z
--------------------------------------------------------------------------------
2025/05/08 03:55: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc136f3-a01e-00a4-70cd-bfb55b000000
Time:2025-05-08T03:55:59.5115543Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc137f0-a01e-00a4-2ecd-bfb55b000000
Time:2025-05-08T03:56:00.5688931Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc137f0-a01e-00a4-2ecd-bfb55b000000
Time:2025-05-08T03:56:00.5688931Z
--------------------------------------------------------------------------------
2025/05/08 03:56:01 DEBUG : TestCopyFileMaxTransfer/: Removing directory marker
2025/05/08 03:56:01 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc138ec-a01e-00a4-7bcd-bfb55b000000
Time:2025-05-08T03:56:01.6899086Z
--------------------------------------------------------------------------------
2025/05/08 03:56:02 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc13a85-a01e-00a4-17cd-bfb55b000000
Time:2025-05-08T03:56:02.7478619Z
--------------------------------------------------------------------------------
2025/05/08 03:56:03 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc13c11-a01e-00a4-51cd-bfb55b000000
Time:2025-05-08T03:56:03.8057912Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc13c11-a01e-00a4-51cd-bfb55b000000
Time:2025-05-08T03:56:03.8057912Z
--------------------------------------------------------------------------------
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 (15.04s)
=== RUN TestDeduplicateInteractive
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:56: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14725-a01e-00a4-59cd-bfb55b000000
Time:2025-05-08T03:56:12.0990876Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc148e6-a01e-00a4-31cd-bfb55b000000
Time:2025-05-08T03:56:13.1570614Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14a15-a01e-00a4-1fcd-bfb55b000000
Time:2025-05-08T03:56:14.2151971Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14a15-a01e-00a4-1fcd-bfb55b000000
Time:2025-05-08T03:56:14.2151971Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14b30-a01e-00a4-12cd-bfb55b000000
Time:2025-05-08T03:56:15.2738735Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14c5f-a01e-00a4-0acd-bfb55b000000
Time:2025-05-08T03:56:16.3307351Z
--------------------------------------------------------------------------------
2025/05/08 03:56: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14dcf-a01e-00a4-44cd-bfb55b000000
Time:2025-05-08T03:56:17.3885964Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc14dcf-a01e-00a4-44cd-bfb55b000000
Time:2025-05-08T03:56:17.3885964Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestDeduplicateSkip
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:56:25 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc15b1e-a01e-00a4-61cd-bfb55b000000
Time:2025-05-08T03:56:25.6788325Z
--------------------------------------------------------------------------------
2025/05/08 03:56:26 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc15c7d-a01e-00a4-1acd-bfb55b000000
Time:2025-05-08T03:56:26.7416830Z
--------------------------------------------------------------------------------
2025/05/08 03:56:27 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc15e61-a01e-00a4-23cd-bfb55b000000
Time:2025-05-08T03:56:27.7996459Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc15e61-a01e-00a4-23cd-bfb55b000000
Time:2025-05-08T03:56:27.7996459Z
--------------------------------------------------------------------------------
2025/05/08 03:56:28 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc15ff6-a01e-00a4-6fcd-bfb55b000000
Time:2025-05-08T03:56:28.8573404Z
--------------------------------------------------------------------------------
2025/05/08 03:56:29 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1614d-a01e-00a4-0ccd-bfb55b000000
Time:2025-05-08T03:56:29.9147576Z
--------------------------------------------------------------------------------
2025/05/08 03:56:30 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1631a-a01e-00a4-26cd-bfb55b000000
Time:2025-05-08T03:56:30.9726153Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1631a-a01e-00a4-26cd-bfb55b000000
Time:2025-05-08T03:56:30.9726153Z
--------------------------------------------------------------------------------
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.59s)
=== RUN TestDeduplicateSizeOnly
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:56:39 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc16f89-a01e-00a4-41cd-bfb55b000000
Time:2025-05-08T03:56:39.2653766Z
--------------------------------------------------------------------------------
2025/05/08 03:56:40 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1718c-a01e-00a4-18cd-bfb55b000000
Time:2025-05-08T03:56:40.3259418Z
--------------------------------------------------------------------------------
2025/05/08 03:56:41 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc17328-a01e-00a4-74cd-bfb55b000000
Time:2025-05-08T03:56:41.3832149Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc17328-a01e-00a4-74cd-bfb55b000000
Time:2025-05-08T03:56:41.3832149Z
--------------------------------------------------------------------------------
2025/05/08 03:56:42 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc17595-a01e-00a4-61cd-bfb55b000000
Time:2025-05-08T03:56:42.4410880Z
--------------------------------------------------------------------------------
2025/05/08 03:56:43 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1777f-a01e-00a4-72cd-bfb55b000000
Time:2025-05-08T03:56:43.4988091Z
--------------------------------------------------------------------------------
2025/05/08 03:56:44 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1791c-a01e-00a4-4acd-bfb55b000000
Time:2025-05-08T03:56:44.5596336Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1791c-a01e-00a4-4acd-bfb55b000000
Time:2025-05-08T03:56:44.5596336Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestDeduplicateFirst
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:56:52 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc189d0-a01e-00a4-6ccd-bfb55b000000
Time:2025-05-08T03:56:52.8480923Z
--------------------------------------------------------------------------------
2025/05/08 03:56:53 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc18c23-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T03:56:53.9047154Z
--------------------------------------------------------------------------------
2025/05/08 03:56:54 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc18e42-a01e-00a4-57cd-bfb55b000000
Time:2025-05-08T03:56:54.9615585Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc18e42-a01e-00a4-57cd-bfb55b000000
Time:2025-05-08T03:56:54.9615585Z
--------------------------------------------------------------------------------
2025/05/08 03:56:56 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc190bd-a01e-00a4-7dcd-bfb55b000000
Time:2025-05-08T03:56:56.0221527Z
--------------------------------------------------------------------------------
2025/05/08 03:56:57 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc192ba-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:56:57.0794838Z
--------------------------------------------------------------------------------
2025/05/08 03:56:58 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc194c5-a01e-00a4-62cd-bfb55b000000
Time:2025-05-08T03:56:58.1368722Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc194c5-a01e-00a4-62cd-bfb55b000000
Time:2025-05-08T03:56:58.1368722Z
--------------------------------------------------------------------------------
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.59s)
=== RUN TestDeduplicateNewest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:57:06 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1a6da-a01e-00a4-5fcd-bfb55b000000
Time:2025-05-08T03:57:06.4332140Z
--------------------------------------------------------------------------------
2025/05/08 03:57:07 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1a89a-a01e-00a4-56cd-bfb55b000000
Time:2025-05-08T03:57:07.4933546Z
--------------------------------------------------------------------------------
2025/05/08 03:57:08 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1aa5e-a01e-00a4-48cd-bfb55b000000
Time:2025-05-08T03:57:08.5512167Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1aa5e-a01e-00a4-48cd-bfb55b000000
Time:2025-05-08T03:57:08.5512167Z
--------------------------------------------------------------------------------
2025/05/08 03:57:09 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1acf3-a01e-00a4-09cd-bfb55b000000
Time:2025-05-08T03:57:09.6085013Z
--------------------------------------------------------------------------------
2025/05/08 03:57:10 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1aec7-a01e-00a4-31cd-bfb55b000000
Time:2025-05-08T03:57:10.6665897Z
--------------------------------------------------------------------------------
2025/05/08 03:57:11 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1b10d-a01e-00a4-2dcd-bfb55b000000
Time:2025-05-08T03:57:11.7238352Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1b10d-a01e-00a4-2dcd-bfb55b000000
Time:2025-05-08T03:57:11.7238352Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestDeduplicateNewestByHash
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:57:20 DEBUG : also/: Creating directory marker
2025/05/08 03:57:20 INFO : Azure container rclone-test-zozeyof1xere: Looking for duplicate md5 hashes using newest mode.
2025/05/08 03:57:20 NOTICE: 9b423be124def2e708083a3c637b8160: Found 3 files with duplicate md5 hashes
2025/05/08 03:57:20 INFO : one: Deleted
2025/05/08 03:57:20 INFO : also/one: Deleted
2025/05/08 03:57:20 NOTICE: 9b423be124def2e708083a3c637b8160: Deleted 2 extra copies
2025/05/08 03:57:21 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1c3df-a01e-00a4-13cd-bfb55b000000
Time:2025-05-08T03:57:21.2346494Z
--------------------------------------------------------------------------------
2025/05/08 03:57:22 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1c647-a01e-00a4-34cd-bfb55b000000
Time:2025-05-08T03:57:22.2933808Z
--------------------------------------------------------------------------------
2025/05/08 03:57:23 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1c7f5-a01e-00a4-2ecd-bfb55b000000
Time:2025-05-08T03:57:23.3532527Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1c7f5-a01e-00a4-2ecd-bfb55b000000
Time:2025-05-08T03:57:23.3532527Z
--------------------------------------------------------------------------------
2025/05/08 03:57:24 DEBUG : also/: Removing directory marker
2025/05/08 03:57:24 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1c97d-a01e-00a4-77cd-bfb55b000000
Time:2025-05-08T03:57:24.4693563Z
--------------------------------------------------------------------------------
2025/05/08 03:57:25 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1caf2-a01e-00a4-3dcd-bfb55b000000
Time:2025-05-08T03:57:25.5270885Z
--------------------------------------------------------------------------------
2025/05/08 03:57:26 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1cca7-a01e-00a4-45cd-bfb55b000000
Time:2025-05-08T03:57:26.5853820Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1cca7-a01e-00a4-45cd-bfb55b000000
Time:2025-05-08T03:57:26.5853820Z
--------------------------------------------------------------------------------
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.86s)
=== RUN TestDeduplicateOldest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:57:34 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1dad4-a01e-00a4-4bcd-bfb55b000000
Time:2025-05-08T03:57:34.8880516Z
--------------------------------------------------------------------------------
2025/05/08 03:57:35 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1dd1d-a01e-00a4-50cd-bfb55b000000
Time:2025-05-08T03:57:35.9457703Z
--------------------------------------------------------------------------------
2025/05/08 03:57:36 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1de74-a01e-00a4-7dcd-bfb55b000000
Time:2025-05-08T03:57:37.0032590Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1de74-a01e-00a4-7dcd-bfb55b000000
Time:2025-05-08T03:57:37.0032590Z
--------------------------------------------------------------------------------
2025/05/08 03:57:38 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1e01d-a01e-00a4-6dcd-bfb55b000000
Time:2025-05-08T03:57:38.0607531Z
--------------------------------------------------------------------------------
2025/05/08 03:57:39 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1e1c3-a01e-00a4-63cd-bfb55b000000
Time:2025-05-08T03:57:39.1193459Z
--------------------------------------------------------------------------------
2025/05/08 03:57:40 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1e339-a01e-00a4-1dcd-bfb55b000000
Time:2025-05-08T03:57:40.1770306Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1e339-a01e-00a4-1dcd-bfb55b000000
Time:2025-05-08T03:57:40.1770306Z
--------------------------------------------------------------------------------
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.59s)
=== RUN TestDeduplicateLargest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:57:48 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f2a0-a01e-00a4-46cd-bfb55b000000
Time:2025-05-08T03:57:48.4679062Z
--------------------------------------------------------------------------------
2025/05/08 03:57:49 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f400-a01e-00a4-7fcd-bfb55b000000
Time:2025-05-08T03:57:49.5250301Z
--------------------------------------------------------------------------------
2025/05/08 03:57:50 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f5cd-a01e-00a4-02cd-bfb55b000000
Time:2025-05-08T03:57:50.5826169Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f5cd-a01e-00a4-02cd-bfb55b000000
Time:2025-05-08T03:57:50.5826169Z
--------------------------------------------------------------------------------
2025/05/08 03:57:51 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f746-a01e-00a4-46cd-bfb55b000000
Time:2025-05-08T03:57:51.6410980Z
--------------------------------------------------------------------------------
2025/05/08 03:57:52 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1f913-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:57:52.6989147Z
--------------------------------------------------------------------------------
2025/05/08 03:57:53 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1fa6a-a01e-00a4-57cd-bfb55b000000
Time:2025-05-08T03:57:53.7562355Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc1fa6a-a01e-00a4-57cd-bfb55b000000
Time:2025-05-08T03:57:53.7562355Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestDeduplicateSmallest
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20732-a01e-00a4-61cd-bfb55b000000
Time:2025-05-08T03:58:02.0505021Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20942-a01e-00a4-4fcd-bfb55b000000
Time:2025-05-08T03:58:03.1086568Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20af2-a01e-00a4-43cd-bfb55b000000
Time:2025-05-08T03:58:04.1744018Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20af2-a01e-00a4-43cd-bfb55b000000
Time:2025-05-08T03:58:04.1744018Z
--------------------------------------------------------------------------------
2025/05/08 03:58:05 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20c9f-a01e-00a4-3ecd-bfb55b000000
Time:2025-05-08T03:58:05.2320047Z
--------------------------------------------------------------------------------
2025/05/08 03:58:06 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc20e7c-a01e-00a4-58cd-bfb55b000000
Time:2025-05-08T03:58:06.2893229Z
--------------------------------------------------------------------------------
2025/05/08 03:58:07 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc210a3-a01e-00a4-4bcd-bfb55b000000
Time:2025-05-08T03:58:07.3492741Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc210a3-a01e-00a4-4bcd-bfb55b000000
Time:2025-05-08T03:58:07.3492741Z
--------------------------------------------------------------------------------
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.59s)
=== RUN TestDeduplicateRename
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc21d80-a01e-00a4-31cd-bfb55b000000
Time:2025-05-08T03:58:15.6402658Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc21efc-a01e-00a4-6acd-bfb55b000000
Time:2025-05-08T03:58:16.6969225Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc22094-a01e-00a4-4ecd-bfb55b000000
Time:2025-05-08T03:58:17.7547778Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc22094-a01e-00a4-4ecd-bfb55b000000
Time:2025-05-08T03:58:17.7547778Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc22257-a01e-00a4-63cd-bfb55b000000
Time:2025-05-08T03:58:18.8135073Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc223ae-a01e-00a4-0ecd-bfb55b000000
Time:2025-05-08T03:58:19.8704358Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc22501-a01e-00a4-35cd-bfb55b000000
Time:2025-05-08T03:58:20.9288682Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc22501-a01e-00a4-35cd-bfb55b000000
Time:2025-05-08T03:58:20.9288682Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestMergeDirs
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
dedupe_test.go:256: Can't merge directories
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc23233-a01e-00a4-10cd-bfb55b000000
Time:2025-05-08T03:58:29.2167493Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc23417-a01e-00a4-42cd-bfb55b000000
Time:2025-05-08T03:58:30.2739471Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc235a7-a01e-00a4-18cd-bfb55b000000
Time:2025-05-08T03:58:31.3313747Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc235a7-a01e-00a4-18cd-bfb55b000000
Time:2025-05-08T03:58:31.3313747Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc23784-a01e-00a4-07cd-bfb55b000000
Time:2025-05-08T03:58:32.3894076Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2392b-a01e-00a4-6bcd-bfb55b000000
Time:2025-05-08T03:58:33.4471755Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc23ad5-a01e-00a4-5fcd-bfb55b000000
Time:2025-05-08T03:58:34.5041229Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc23ad5-a01e-00a4-5fcd-bfb55b000000
Time:2025-05-08T03:58:34.5041229Z
--------------------------------------------------------------------------------
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.58s)
=== RUN TestListDirSorted
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:58:43 DEBUG : sub dir/: Creating directory marker
2025/05/08 03:58:43 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/08 03:58:43 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/08 03:58:44 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/08 03:58:44 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/08 03:58:44 DEBUG : sub dir/: Removing directory marker
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc24cab-a01e-00a4-32cd-bfb55b000000
Time:2025-05-08T03:58:45.0107147Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc24e70-a01e-00a4-40cd-bfb55b000000
Time:2025-05-08T03:58:46.0677976Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2506c-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T03:58:47.1247228Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2506c-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T03:58:47.1247228Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc25265-a01e-00a4-49cd-bfb55b000000
Time:2025-05-08T03:58:48.1823190Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc25428-a01e-00a4-5acd-bfb55b000000
Time:2025-05-08T03:58:49.2407032Z
--------------------------------------------------------------------------------
2025/05/08 03:58: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc25631-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:58:50.3036247Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc25631-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:58:50.3036247Z
--------------------------------------------------------------------------------
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 (15.80s)
=== RUN TestListDirSortedFn
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:58:58 DEBUG : sub dir/: Creating directory marker
2025/05/08 03:58:59 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/08 03:58:59 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/08 03:59:00 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/08 03:59:00 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/08 03:59:00 DEBUG : sub dir/: Removing directory marker
2025/05/08 03:59:00 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc26ac3-a01e-00a4-55cd-bfb55b000000
Time:2025-05-08T03:59:00.8023472Z
--------------------------------------------------------------------------------
2025/05/08 03:59:01 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc26d10-a01e-00a4-61cd-bfb55b000000
Time:2025-05-08T03:59:01.8599704Z
--------------------------------------------------------------------------------
2025/05/08 03:59:02 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc26f9b-a01e-00a4-50cd-bfb55b000000
Time:2025-05-08T03:59:02.9176803Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc26f9b-a01e-00a4-50cd-bfb55b000000
Time:2025-05-08T03:59:02.9176803Z
--------------------------------------------------------------------------------
2025/05/08 03:59:03 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc271ea-a01e-00a4-5ecd-bfb55b000000
Time:2025-05-08T03:59:03.9772478Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2744f-a01e-00a4-02cd-bfb55b000000
Time:2025-05-08T03:59:05.0343323Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc276b5-a01e-00a4-28cd-bfb55b000000
Time:2025-05-08T03:59:06.0909501Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc276b5-a01e-00a4-28cd-bfb55b000000
Time:2025-05-08T03:59:06.0909501Z
--------------------------------------------------------------------------------
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 (15.79s)
=== RUN TestListJSON
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:59:14 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/08 03:59:15 DEBUG : sub/: Removing directory marker
2025/05/08 03:59:15 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2899a-a01e-00a4-6fcd-bfb55b000000
Time:2025-05-08T03:59:15.7118907Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc28b47-a01e-00a4-6acd-bfb55b000000
Time:2025-05-08T03:59:16.7696000Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc28e28-a01e-00a4-08cd-bfb55b000000
Time:2025-05-08T03:59:17.8263211Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc28e28-a01e-00a4-08cd-bfb55b000000
Time:2025-05-08T03:59:17.8263211Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2906c-a01e-00a4-09cd-bfb55b000000
Time:2025-05-08T03:59:18.8833617Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc29230-a01e-00a4-1acd-bfb55b000000
Time:2025-05-08T03:59:19.9407947Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2943e-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T03:59:20.9983907Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2943e-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T03:59:20.9983907Z
--------------------------------------------------------------------------------
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.90s)
--- FAIL: TestListJSON/Default (0.06s)
--- PASS: TestListJSON/FilesOnly (0.06s)
--- FAIL: TestListJSON/DirsOnly (0.06s)
--- FAIL: TestListJSON/Recurse (0.12s)
--- PASS: TestListJSON/SubDir (0.06s)
--- PASS: TestListJSON/NoModTime (0.06s)
--- PASS: TestListJSON/NoMimeType (0.06s)
--- PASS: TestListJSON/ShowHash (0.06s)
--- PASS: TestListJSON/HashTypes (0.06s)
--- FAIL: TestListJSON/Metadata (0.06s)
=== RUN TestStatJSON
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:59:29 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/08 03:59:30 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/notfound"
2025/05/08 03:59:30 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 03:59:30 DEBUG : Azure container rclone-test-zozeyof1xere path notfound: Using directory markers
2025/05/08 03:59:30 DEBUG : sub/: Removing directory marker
2025/05/08 03:59:30 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2aabd-a01e-00a4-32cd-bfb55b000000
Time:2025-05-08T03:59:30.9420977Z
--------------------------------------------------------------------------------
2025/05/08 03:59:31 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2acca-a01e-00a4-80cd-bfb55b000000
Time:2025-05-08T03:59:31.9992300Z
--------------------------------------------------------------------------------
2025/05/08 03:59:33 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2af75-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:59:33.0562564Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2af75-a01e-00a4-29cd-bfb55b000000
Time:2025-05-08T03:59:33.0562564Z
--------------------------------------------------------------------------------
2025/05/08 03:59:34 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2b1fd-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T03:59:34.1136197Z
--------------------------------------------------------------------------------
2025/05/08 03:59:35 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2b471-a01e-00a4-40cd-bfb55b000000
Time:2025-05-08T03:59:35.1721482Z
--------------------------------------------------------------------------------
2025/05/08 03:59:36 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2b6a6-a01e-00a4-39cd-bfb55b000000
Time:2025-05-08T03:59:36.2296034Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2b6a6-a01e-00a4-39cd-bfb55b000000
Time:2025-05-08T03:59:36.2296034Z
--------------------------------------------------------------------------------
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 (15.23s)
--- PASS: TestStatJSON/Root (0.06s)
--- PASS: TestStatJSON/RootFilesOnly (0.00s)
--- PASS: TestStatJSON/RootDirsOnly (0.06s)
--- PASS: TestStatJSON/Dir (0.11s)
--- PASS: TestStatJSON/DirWithTrailingSlash (0.06s)
--- PASS: TestStatJSON/File (0.06s)
--- PASS: TestStatJSON/NotFound (0.11s)
--- PASS: TestStatJSON/DirFilesOnly (0.06s)
--- PASS: TestStatJSON/FileFilesOnly (0.06s)
--- PASS: TestStatJSON/NotFoundFilesOnly (0.06s)
--- PASS: TestStatJSON/DirDirsOnly (0.06s)
--- PASS: TestStatJSON/FileDirsOnly (0.06s)
--- PASS: TestStatJSON/NotFoundDirsOnly (0.06s)
--- PASS: TestStatJSON/RootNotFound (0.17s)
=== RUN TestMkdir
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:59:44 INFO : Azure container rclone-test-zozeyof1xere: Making directory
2025/05/08 03:59:44 INFO : Azure container rclone-test-zozeyof1xere: Making directory
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2d368-a01e-00a4-24cd-bfb55b000000
Time:2025-05-08T03:59:44.5770515Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2d79e-a01e-00a4-66cd-bfb55b000000
Time:2025-05-08T03:59:45.6342867Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2db32-a01e-00a4-6acd-bfb55b000000
Time:2025-05-08T03:59:46.6912754Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2db32-a01e-00a4-6acd-bfb55b000000
Time:2025-05-08T03:59:46.6912754Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2df0f-a01e-00a4-0acd-bfb55b000000
Time:2025-05-08T03:59:47.7482961Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2e4ce-a01e-00a4-39cd-bfb55b000000
Time:2025-05-08T03:59:48.8052065Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2e752-a01e-00a4-7bcd-bfb55b000000
Time:2025-05-08T03:59:49.8635707Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2e752-a01e-00a4-7bcd-bfb55b000000
Time:2025-05-08T03:59:49.8635707Z
--------------------------------------------------------------------------------
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.65s)
=== RUN TestLsd
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 03:59:58 DEBUG : sub dir/: Creating directory marker
2025/05/08 03:59:58 DEBUG : sub dir/: Removing directory marker
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2fbed-a01e-00a4-26cd-bfb55b000000
Time:2025-05-08T03:59:58.7650272Z
--------------------------------------------------------------------------------
2025/05/08 03:59: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc2fead-a01e-00a4-37cd-bfb55b000000
Time:2025-05-08T03:59:59.8253565Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc30134-a01e-00a4-70cd-bfb55b000000
Time:2025-05-08T04:00:00.8821245Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc30134-a01e-00a4-70cd-bfb55b000000
Time:2025-05-08T04:00:00.8821245Z
--------------------------------------------------------------------------------
2025/05/08 04:00:01 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc304df-a01e-00a4-7bcd-bfb55b000000
Time:2025-05-08T04:00:01.9396808Z
--------------------------------------------------------------------------------
2025/05/08 04:00:02 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc307d9-a01e-00a4-46cd-bfb55b000000
Time:2025-05-08T04:00:02.9976782Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc30a80-a01e-00a4-16cd-bfb55b000000
Time:2025-05-08T04:00:04.0554630Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc30a80-a01e-00a4-16cd-bfb55b000000
Time:2025-05-08T04:00:04.0554630Z
--------------------------------------------------------------------------------
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 (14.18s)
=== RUN TestLs
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:00: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc321a0-a01e-00a4-09cd-bfb55b000000
Time:2025-05-08T04:00:12.9731222Z
--------------------------------------------------------------------------------
2025/05/08 04:00:14 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc324e3-a01e-00a4-06cd-bfb55b000000
Time:2025-05-08T04:00:14.0310016Z
--------------------------------------------------------------------------------
2025/05/08 04:00:15 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc327ec-a01e-00a4-42cd-bfb55b000000
Time:2025-05-08T04:00:15.0884079Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc327ec-a01e-00a4-42cd-bfb55b000000
Time:2025-05-08T04:00:15.0884079Z
--------------------------------------------------------------------------------
2025/05/08 04:00:16 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc32a9d-a01e-00a4-21cd-bfb55b000000
Time:2025-05-08T04:00:16.1454616Z
--------------------------------------------------------------------------------
2025/05/08 04:00:17 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc32d5e-a01e-00a4-33cd-bfb55b000000
Time:2025-05-08T04:00:17.2051446Z
--------------------------------------------------------------------------------
2025/05/08 04:00:18 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3315b-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T04:00:18.2632858Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3315b-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T04:00:18.2632858Z
--------------------------------------------------------------------------------
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 (14.21s)
=== RUN TestLsWithFilesFrom
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:00:26 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/05/08 04:00:26 DEBUG : empty space: Excluded
2025/05/08 04:00:26 DEBUG : BackupDir: Excluded
2025/05/08 04:00:26 DEBUG : dst: Excluded
2025/05/08 04:00: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc34ad7-a01e-00a4-23cd-bfb55b000000
Time:2025-05-08T04:00:27.2454306Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f39cac-801e-001a-31cd-bfdd22000000
Time:2025-05-08T04:00:28.3137938Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f39e22-801e-001a-6dcd-bfdd22000000
Time:2025-05-08T04:00:29.3713650Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f39e22-801e-001a-6dcd-bfdd22000000
Time:2025-05-08T04:00:29.3713650Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f39fec-801e-001a-03cd-bfdd22000000
Time:2025-05-08T04:00:30.4286499Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3a171-801e-001a-46cd-bfdd22000000
Time:2025-05-08T04:00:31.4877718Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3a2b6-801e-001a-4dcd-bfdd22000000
Time:2025-05-08T04:00:32.5451732Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3a2b6-801e-001a-4dcd-bfdd22000000
Time:2025-05-08T04:00:32.5451732Z
--------------------------------------------------------------------------------
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 (14.27s)
=== RUN TestLsLong
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:00:41 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3aea0-801e-001a-1ccd-bfdd22000000
Time:2025-05-08T04:00:41.4667464Z
--------------------------------------------------------------------------------
2025/05/08 04:00:42 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3aff9-801e-001a-37cd-bfdd22000000
Time:2025-05-08T04:00:42.5249349Z
--------------------------------------------------------------------------------
2025/05/08 04:00:43 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b171-801e-001a-67cd-bfdd22000000
Time:2025-05-08T04:00:43.5831530Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b171-801e-001a-67cd-bfdd22000000
Time:2025-05-08T04:00:43.5831530Z
--------------------------------------------------------------------------------
2025/05/08 04:00:44 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b2c3-801e-001a-04cd-bfdd22000000
Time:2025-05-08T04:00:44.6408166Z
--------------------------------------------------------------------------------
2025/05/08 04:00:45 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b471-801e-001a-4ecd-bfdd22000000
Time:2025-05-08T04:00:45.6985982Z
--------------------------------------------------------------------------------
2025/05/08 04:00:46 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b5c2-801e-001a-55cd-bfdd22000000
Time:2025-05-08T04:00:46.7559126Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3b5c2-801e-001a-55cd-bfdd22000000
Time:2025-05-08T04:00:46.7559126Z
--------------------------------------------------------------------------------
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 (14.21s)
=== RUN TestHashSums
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
=== RUN TestHashSums/Md5
=== RUN TestHashSums/Md5Download
2025/05/08 04:00:55 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c356-801e-001a-70cd-bfdd22000000
Time:2025-05-08T04:00:55.8591131Z
--------------------------------------------------------------------------------
2025/05/08 04:00:56 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c50f-801e-001a-69cd-bfdd22000000
Time:2025-05-08T04:00:56.9168989Z
--------------------------------------------------------------------------------
2025/05/08 04:00:57 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c6f0-801e-001a-17cd-bfdd22000000
Time:2025-05-08T04:00:57.9744471Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c6f0-801e-001a-17cd-bfdd22000000
Time:2025-05-08T04:00:57.9744471Z
--------------------------------------------------------------------------------
2025/05/08 04:00: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c828-801e-001a-17cd-bfdd22000000
Time:2025-05-08T04:00:59.0330358Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3c990-801e-001a-3bcd-bfdd22000000
Time:2025-05-08T04:01:00.0914841Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3cadd-801e-001a-4ccd-bfdd22000000
Time:2025-05-08T04:01:01.1496978Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3cadd-801e-001a-4ccd-bfdd22000000
Time:2025-05-08T04:01:01.1496978Z
--------------------------------------------------------------------------------
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 (14.40s)
--- PASS: TestHashSums/Md5 (0.11s)
--- PASS: TestHashSums/Md5Download (0.18s)
=== RUN TestHashSumsWithErrors
2025/05/08 04:01:09 DEBUG : Creating backend with remote ":memory:"
2025/05/08 04:01:09 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN TestHashStream
2025/05/08 04:01:09 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/08 04:01:09 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/05/08 04:01:09 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:01:09 DEBUG : sub dir/: Creating directory marker
2025/05/08 04:01:10 DEBUG : sub dir/: Removing directory marker
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3d734-801e-001a-31cd-bfdd22000000
Time:2025-05-08T04:01:10.3814445Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3d8e3-801e-001a-24cd-bfdd22000000
Time:2025-05-08T04:01:11.4386218Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3dac1-801e-001a-43cd-bfdd22000000
Time:2025-05-08T04:01:12.4978820Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3dac1-801e-001a-43cd-bfdd22000000
Time:2025-05-08T04:01:12.4978820Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3dc4c-801e-001a-0acd-bfdd22000000
Time:2025-05-08T04:01:13.5561684Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3ddb5-801e-001a-47cd-bfdd22000000
Time:2025-05-08T04:01:14.6136228Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3df5b-801e-001a-80cd-bfdd22000000
Time:2025-05-08T04:01:15.6718541Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f3df5b-801e-001a-80cd-bfdd22000000
Time:2025-05-08T04:01:15.6718541Z
--------------------------------------------------------------------------------
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 (14.52s)
=== RUN TestDelete
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:01:24 DEBUG : Waiting for deletions to finish
2025/05/08 04:01:24 DEBUG : large: Excluded (Size Filter)
2025/05/08 04:01:24 INFO : medium: Deleted
2025/05/08 04:01:24 INFO : small: Deleted
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3c74c-a01e-00a4-6ccd-bfb55b000000
Time:2025-05-08T04:01:24.8299537Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3c9b3-a01e-00a4-0ccd-bfb55b000000
Time:2025-05-08T04:01:25.8889047Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3cbd1-a01e-00a4-66cd-bfb55b000000
Time:2025-05-08T04:01:26.9470456Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3cbd1-a01e-00a4-66cd-bfb55b000000
Time:2025-05-08T04:01:26.9470456Z
--------------------------------------------------------------------------------
2025/05/08 04:01: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3cd9a-a01e-00a4-7acd-bfb55b000000
Time:2025-05-08T04:01:28.0036612Z
--------------------------------------------------------------------------------
2025/05/08 04:01:29 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3d06b-a01e-00a4-11cd-bfb55b000000
Time:2025-05-08T04:01:29.0617066Z
--------------------------------------------------------------------------------
2025/05/08 04:01:30 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3d2b4-a01e-00a4-0acd-bfb55b000000
Time:2025-05-08T04:01:30.1198974Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc3d2b4-a01e-00a4-0acd-bfb55b000000
Time:2025-05-08T04:01:30.1198974Z
--------------------------------------------------------------------------------
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 (14.47s)
=== RUN TestMaxDelete
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:01:38 DEBUG : Waiting for deletions to finish
2025/05/08 04:01:38 ERROR : small: Got fatal error on delete: --max-delete threshold reached
2025/05/08 04:01:38 INFO : large: Deleted
2025/05/08 04:01:38 INFO : medium: Deleted
2025/05/08 04:01:39 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f406b4-801e-001a-1fcd-bfdd22000000
Time:2025-05-08T04:01:39.2984337Z
--------------------------------------------------------------------------------
2025/05/08 04:01:40 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4089a-801e-001a-4bcd-bfdd22000000
Time:2025-05-08T04:01:40.3562511Z
--------------------------------------------------------------------------------
2025/05/08 04:01:41 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f409fe-801e-001a-09cd-bfdd22000000
Time:2025-05-08T04:01:41.4146314Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f409fe-801e-001a-09cd-bfdd22000000
Time:2025-05-08T04:01:41.4146314Z
--------------------------------------------------------------------------------
2025/05/08 04:01:42 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f40bcd-801e-001a-13cd-bfdd22000000
Time:2025-05-08T04:01:42.4728033Z
--------------------------------------------------------------------------------
2025/05/08 04:01:43 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f40d34-801e-001a-40cd-bfdd22000000
Time:2025-05-08T04:01:43.5297485Z
--------------------------------------------------------------------------------
2025/05/08 04:01:44 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f40f59-801e-001a-69cd-bfdd22000000
Time:2025-05-08T04:01:44.5894605Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f40f59-801e-001a-69cd-bfdd22000000
Time:2025-05-08T04:01:44.5894605Z
--------------------------------------------------------------------------------
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/08 04:01:52 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f41db7-801e-001a-0ccd-bfdd22000000
Time:2025-05-08T04:01:52.8846378Z
--------------------------------------------------------------------------------
2025/05/08 04:01:53 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f41f56-801e-001a-6fcd-bfdd22000000
Time:2025-05-08T04:01:53.9419825Z
--------------------------------------------------------------------------------
2025/05/08 04:01:54 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f420bd-801e-001a-24cd-bfdd22000000
Time:2025-05-08T04:01:55.0057686Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f420bd-801e-001a-24cd-bfdd22000000
Time:2025-05-08T04:01:55.0057686Z
--------------------------------------------------------------------------------
2025/05/08 04:01:56 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f42237-801e-001a-63cd-bfdd22000000
Time:2025-05-08T04:01:56.0679651Z
--------------------------------------------------------------------------------
2025/05/08 04:01:57 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f423ae-801e-001a-2fcd-bfdd22000000
Time:2025-05-08T04:01:57.1254775Z
--------------------------------------------------------------------------------
2025/05/08 04:01:58 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4254d-801e-001a-18cd-bfdd22000000
Time:2025-05-08T04:01:58.1827913Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4254d-801e-001a-18cd-bfdd22000000
Time:2025-05-08T04:01:58.1827913Z
--------------------------------------------------------------------------------
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 (28.05s)
=== RUN TestMaxDeleteSizeLargeFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:02:06 DEBUG : Waiting for deletions to finish
2025/05/08 04:02:07 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2025/05/08 04:02:07 INFO : medium: Deleted
2025/05/08 04:02:07 INFO : small: Deleted
2025/05/08 04:02:07 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc41f95-a01e-00a4-1bcd-bfb55b000000
Time:2025-05-08T04:02:07.3788791Z
--------------------------------------------------------------------------------
2025/05/08 04:02:08 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc421d9-a01e-00a4-26cd-bfb55b000000
Time:2025-05-08T04:02:08.4403373Z
--------------------------------------------------------------------------------
2025/05/08 04:02:09 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc423d4-a01e-00a4-53cd-bfb55b000000
Time:2025-05-08T04:02:09.4982311Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc423d4-a01e-00a4-53cd-bfb55b000000
Time:2025-05-08T04:02:09.4982311Z
--------------------------------------------------------------------------------
2025/05/08 04:02:10 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc425da-a01e-00a4-1dcd-bfb55b000000
Time:2025-05-08T04:02:10.5556914Z
--------------------------------------------------------------------------------
2025/05/08 04:02:11 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc42822-a01e-00a4-2ecd-bfb55b000000
Time:2025-05-08T04:02:11.6132044Z
--------------------------------------------------------------------------------
2025/05/08 04:02:12 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc42a94-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T04:02:12.6705535Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc42a94-a01e-00a4-73cd-bfb55b000000
Time:2025-05-08T04:02:12.6705535Z
--------------------------------------------------------------------------------
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/08 04:02:20 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc439c6-a01e-00a4-03cd-bfb55b000000
Time:2025-05-08T04:02:20.9593820Z
--------------------------------------------------------------------------------
2025/05/08 04:02:22 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc43c35-a01e-00a4-36cd-bfb55b000000
Time:2025-05-08T04:02:22.0165110Z
--------------------------------------------------------------------------------
2025/05/08 04:02:23 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc43e6e-a01e-00a4-41ce-bfb55b000000
Time:2025-05-08T04:02:23.0742816Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc43e6e-a01e-00a4-41ce-bfb55b000000
Time:2025-05-08T04:02:23.0742816Z
--------------------------------------------------------------------------------
2025/05/08 04:02:24 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc44107-a01e-00a4-1ece-bfb55b000000
Time:2025-05-08T04:02:24.1317726Z
--------------------------------------------------------------------------------
2025/05/08 04:02:25 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc443c3-a01e-00a4-15ce-bfb55b000000
Time:2025-05-08T04:02:25.1929503Z
--------------------------------------------------------------------------------
2025/05/08 04:02:26 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc44606-a01e-00a4-21ce-bfb55b000000
Time:2025-05-08T04:02:26.2503949Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:dbc44606-a01e-00a4-21ce-bfb55b000000
Time:2025-05-08T04:02:26.2503949Z
--------------------------------------------------------------------------------
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 (28.06s)
=== RUN TestMaxDeleteSize
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:02:34 DEBUG : Waiting for deletions to finish
2025/05/08 04:02:35 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached
2025/05/08 04:02:35 INFO : large: Deleted
2025/05/08 04:02:35 INFO : medium: Deleted
2025/05/08 04:02:35 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f462ff-801e-001a-23ce-bfdd22000000
Time:2025-05-08T04:02:35.4184932Z
--------------------------------------------------------------------------------
2025/05/08 04:02:36 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f464d1-801e-001a-46ce-bfdd22000000
Time:2025-05-08T04:02:36.4761774Z
--------------------------------------------------------------------------------
2025/05/08 04:02:37 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f46695-801e-001a-49ce-bfdd22000000
Time:2025-05-08T04:02:37.5335213Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f46695-801e-001a-49ce-bfdd22000000
Time:2025-05-08T04:02:37.5335213Z
--------------------------------------------------------------------------------
2025/05/08 04:02:38 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4687b-801e-001a-06ce-bfdd22000000
Time:2025-05-08T04:02:38.5906107Z
--------------------------------------------------------------------------------
2025/05/08 04:02:39 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f46a6f-801e-001a-3bce-bfdd22000000
Time:2025-05-08T04:02:39.6481884Z
--------------------------------------------------------------------------------
2025/05/08 04:02:40 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f46c66-801e-001a-02ce-bfdd22000000
Time:2025-05-08T04:02:40.7066210Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f46c66-801e-001a-02ce-bfdd22000000
Time:2025-05-08T04:02:40.7066210Z
--------------------------------------------------------------------------------
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/08 04:02:48 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f47d65-801e-001a-58ce-bfdd22000000
Time:2025-05-08T04:02:48.9977140Z
--------------------------------------------------------------------------------
2025/05/08 04:02: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f47f51-801e-001a-13ce-bfdd22000000
Time:2025-05-08T04:02:50.0582830Z
--------------------------------------------------------------------------------
2025/05/08 04:02: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4815d-801e-001a-6bce-bfdd22000000
Time:2025-05-08T04:02:51.1168548Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4815d-801e-001a-6bce-bfdd22000000
Time:2025-05-08T04:02:51.1168548Z
--------------------------------------------------------------------------------
2025/05/08 04:02:52 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f48333-801e-001a-16ce-bfdd22000000
Time:2025-05-08T04:02:52.1765827Z
--------------------------------------------------------------------------------
2025/05/08 04:02:53 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f48539-801e-001a-4fce-bfdd22000000
Time:2025-05-08T04:02:53.2342486Z
--------------------------------------------------------------------------------
2025/05/08 04:02:54 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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4875c-801e-001a-21ce-bfdd22000000
Time:2025-05-08T04:02:54.2955362Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4875c-801e-001a-21ce-bfdd22000000
Time:2025-05-08T04:02:54.2955362Z
--------------------------------------------------------------------------------
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 (28.04s)
=== RUN TestReadFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:03:03 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f49a27-801e-001a-16ce-bfdd22000000
Time:2025-05-08T04:03:03.0578344Z
--------------------------------------------------------------------------------
2025/05/08 04:03:04 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f49c2d-801e-001a-66ce-bfdd22000000
Time:2025-05-08T04:03:04.1160795Z
--------------------------------------------------------------------------------
2025/05/08 04:03:05 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f49f5b-801e-001a-45ce-bfdd22000000
Time:2025-05-08T04:03:05.1755976Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f49f5b-801e-001a-45ce-bfdd22000000
Time:2025-05-08T04:03:05.1755976Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4a21f-801e-001a-62ce-bfdd22000000
Time:2025-05-08T04:03:06.2331414Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4a43a-801e-001a-35ce-bfdd22000000
Time:2025-05-08T04:03:07.2903708Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4a65b-801e-001a-29ce-bfdd22000000
Time:2025-05-08T04:03:08.3477130Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4a65b-801e-001a-29ce-bfdd22000000
Time:2025-05-08T04:03:08.3477130Z
--------------------------------------------------------------------------------
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/08 04:03: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4b5b3-801e-001a-01ce-bfdd22000000
Time:2025-05-08T04:03:16.6404881Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4b769-801e-001a-11ce-bfdd22000000
Time:2025-05-08T04:03:17.7038332Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4b939-801e-001a-32ce-bfdd22000000
Time:2025-05-08T04:03:18.7610968Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4b939-801e-001a-32ce-bfdd22000000
Time:2025-05-08T04:03:18.7610968Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4bb1c-801e-001a-61ce-bfdd22000000
Time:2025-05-08T04:03:19.8185112Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4bcfa-801e-001a-08ce-bfdd22000000
Time:2025-05-08T04:03:20.8763659Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4beba-801e-001a-7ece-bfdd22000000
Time:2025-05-08T04:03:21.9391429Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4beba-801e-001a-7ece-bfdd22000000
Time:2025-05-08T04:03:21.9391429Z
--------------------------------------------------------------------------------
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.65s)
=== RUN TestRetry
2025/05/08 04:03:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/05/08 04:03:30 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/05/08 04:03:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/08 04:03:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/08 04:03:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/08 04:03:30 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/08 04:03:30 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:03:31 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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d0ea-801e-001a-23ce-bfdd22000000
Time:2025-05-08T04:03:31.9611341Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d2b3-801e-001a-39ce-bfdd22000000
Time:2025-05-08T04:03:33.0196111Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d4b0-801e-001a-80ce-bfdd22000000
Time:2025-05-08T04:03:34.0776719Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d4b0-801e-001a-80ce-bfdd22000000
Time:2025-05-08T04:03:34.0776719Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d660-801e-001a-6ace-bfdd22000000
Time:2025-05-08T04:03:35.1357798Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4d83e-801e-001a-57ce-bfdd22000000
Time:2025-05-08T04:03:36.1944775Z
--------------------------------------------------------------------------------
2025/05/08 04:03: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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4da03-801e-001a-73ce-bfdd22000000
Time:2025-05-08T04:03:37.2518753Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:21f4da03-801e-001a-73ce-bfdd22000000
Time:2025-05-08T04:03:37.2518753Z
--------------------------------------------------------------------------------
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 (15.25s)
=== RUN TestPurge
2025/05/08 04:03:45 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-ratuday9yori"
2025/05/08 04:03:45 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/08 04:03:45 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 04:03:45 DEBUG : Azure container rclone-test-ratuday9yori: Using directory markers
2025/05/08 04:03:45 DEBUG : Creating backend with remote "/tmp/rclone3224692908"
run.go:180: Remote "Azure container rclone-test-ratuday9yori", Local "Local file system at /tmp/rclone3224692908", Modify Window "1ns"
2025/05/08 04:03:45 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/08 04:03:45 DEBUG : A1/B1/: Creating directory marker
2025/05/08 04:03:45 DEBUG : A1/: Creating directory marker
2025/05/08 04:03:46 INFO : A2: Making directory
2025/05/08 04:03:46 DEBUG : A2/: Creating directory marker
2025/05/08 04:03:46 INFO : A1/B2: Making directory
2025/05/08 04:03:46 DEBUG : A1/B2/: Creating directory marker
2025/05/08 04:03:46 INFO : A1/B2/C2: Making directory
2025/05/08 04:03:46 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/08 04:03:46 INFO : A1/B1/C3: Making directory
2025/05/08 04:03:46 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/08 04:03:46 INFO : A3: Making directory
2025/05/08 04:03:46 DEBUG : A3/: Creating directory marker
2025/05/08 04:03:46 INFO : A3/B3: Making directory
2025/05/08 04:03:46 DEBUG : A3/B3/: Creating directory marker
2025/05/08 04:03:46 INFO : A3/B3/C4: Making directory
2025/05/08 04:03:47 DEBUG : A3/B3/C4/: Creating directory marker
2025/05/08 04:03:47 DEBUG : Waiting for deletions to finish
2025/05/08 04:03:47 INFO : A1/B1/C1/one: Deleted
2025/05/08 04:03:47 DEBUG : removing 2 level 3 directories
2025/05/08 04:03:47 INFO : A1/B1/C3: Removing directory
2025/05/08 04:03:47 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/08 04:03:47 INFO : A1/B1/C1: Removing directory
2025/05/08 04:03:47 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/08 04:03:47 DEBUG : removing 1 level 2 directories
2025/05/08 04:03:47 INFO : A1/B1: Removing directory
2025/05/08 04:03:47 DEBUG : A1/B1/: Removing directory marker
2025/05/08 04:03:48 DEBUG : Azure container rclone-test-ratuday9yori: Purge remote
2025/05/08 04:03:48 NOTICE: purge failed: bucket already deleted
--- PASS: TestPurge (2.72s)
=== RUN TestRmdirsNoLeaveRoot
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:03:48 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/08 04:03:48 DEBUG : A1/B1/: Creating directory marker
2025/05/08 04:03:48 DEBUG : A1/: Creating directory marker
2025/05/08 04:03:48 INFO : A2: Making directory
2025/05/08 04:03:48 DEBUG : A2/: Creating directory marker
2025/05/08 04:03:48 INFO : A1/B2: Making directory
2025/05/08 04:03:48 DEBUG : A1/B2/: Creating directory marker
2025/05/08 04:03:48 INFO : A1/B2/C2: Making directory
2025/05/08 04:03:49 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/08 04:03:49 INFO : A1/B1/C3: Making directory
2025/05/08 04:03:49 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/08 04:03:49 INFO : A3: Making directory
2025/05/08 04:03:49 DEBUG : A3/: Creating directory marker
2025/05/08 04:03:49 INFO : A3/B3: Making directory
2025/05/08 04:03:49 DEBUG : A3/B3/: Creating directory marker
2025/05/08 04:03:49 INFO : A3/B3/C4: Making directory
2025/05/08 04:03:49 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/08 04:03:57 DEBUG : removing 1 level 3 directories
2025/05/08 04:03:57 INFO : A3/B3/C4: Removing directory
2025/05/08 04:03:57 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/08 04:04:05 DEBUG : removing 2 level 3 directories
2025/05/08 04:04:05 INFO : A1/B2/C2: Removing directory
2025/05/08 04:04:05 DEBUG : A1/B2/C2/: Removing directory marker
2025/05/08 04:04:05 INFO : A1/B1/C3: Removing directory
2025/05/08 04:04:05 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/08 04:04:05 DEBUG : removing 4 level 2 directories
2025/05/08 04:04:05 INFO : dst/: Removing directory
2025/05/08 04:04:05 DEBUG : dst//: Removing directory marker
2025/05/08 04:04:05 INFO : A1/B2: Removing directory
2025/05/08 04:04:05 DEBUG : A1/B2/: Removing directory marker
2025/05/08 04:04:05 INFO : A3/B3: Removing directory
2025/05/08 04:04:05 DEBUG : A3/B3/: Removing directory marker
2025/05/08 04:04:05 INFO : BackupDir/: Removing directory
2025/05/08 04:04:05 DEBUG : BackupDir//: Removing directory marker
2025/05/08 04:04:05 DEBUG : removing 4 level 1 directories
2025/05/08 04:04:05 INFO : dst: Removing directory
2025/05/08 04:04:05 DEBUG : dst/: Removing directory marker
2025/05/08 04:04:05 INFO : A2: Removing directory
2025/05/08 04:04:05 DEBUG : A2/: Removing directory marker
2025/05/08 04:04:05 INFO : A3: Removing directory
2025/05/08 04:04:05 DEBUG : A3/: Removing directory marker
2025/05/08 04:04:05 INFO : BackupDir: Removing directory
2025/05/08 04:04:05 DEBUG : BackupDir/: Removing directory marker
2025/05/08 04:04:05 ERROR : dst: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:40984afc-201e-0003-1dce-bf5d99000000
Time:2025-05-08T04:04:05.2651209Z
--------------------------------------------------------------------------------
2025/05/08 04:04:05 ERROR : BackupDir: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2a0120b2-b01e-0087-16ce-bf2f98000000
Time:2025-05-08T04:04:05.2632730Z
--------------------------------------------------------------------------------
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-zozeyof1xere/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2a0120b2-b01e-0087-16ce-bf2f98000000
Time:2025-05-08T04:04:05.2632730Z
--------------------------------------------------------------------------------
Test: TestRmdirsNoLeaveRoot
2025/05/08 04:04:05 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/08 04:04:05 DEBUG : A1/B1/: Removing directory marker
2025/05/08 04:04:05 DEBUG : A1/: Removing directory marker
--- FAIL: TestRmdirsNoLeaveRoot (17.58s)
=== RUN TestRmdirsLeaveRoot
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:05 INFO : A1: Making directory
2025/05/08 04:04:05 DEBUG : A1/: Creating directory marker
2025/05/08 04:04:05 INFO : A1/B1: Making directory
2025/05/08 04:04:05 DEBUG : A1/B1/: Creating directory marker
2025/05/08 04:04:06 INFO : A1/B1/C1: Making directory
2025/05/08 04:04:06 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/08 04:04:06 DEBUG : removing 1 level 3 directories
2025/05/08 04:04:06 INFO : A1/B1/C1: Removing directory
2025/05/08 04:04:06 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/08 04:04:06 DEBUG : removing 1 level 2 directories
2025/05/08 04:04:06 INFO : A1/B1: Removing directory
2025/05/08 04:04:06 DEBUG : A1/B1/: Removing directory marker
2025/05/08 04:04:06 DEBUG : A1/: Removing directory marker
--- PASS: TestRmdirsLeaveRoot (1.10s)
=== RUN TestRmdirsWithFilter
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:06 INFO : A1: Making directory
2025/05/08 04:04:06 DEBUG : A1/: Creating directory marker
2025/05/08 04:04:06 INFO : A1/B1: Making directory
2025/05/08 04:04:07 DEBUG : A1/B1/: Creating directory marker
2025/05/08 04:04:07 INFO : A1/B1/C1: Making directory
2025/05/08 04:04:07 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/08 04:04:07 DEBUG : removing 1 level 3 directories
2025/05/08 04:04:07 INFO : A1/B1/C1: Removing directory
2025/05/08 04:04:07 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/08 04:04:07 DEBUG : removing 1 level 2 directories
2025/05/08 04:04:07 INFO : A1/B1: Removing directory
2025/05/08 04:04:07 DEBUG : A1/B1/: Removing directory marker
2025/05/08 04:04:07 DEBUG : A1/: Removing directory marker
--- PASS: TestRmdirsWithFilter (1.16s)
=== RUN TestCopyURL
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:08 DEBUG : filename.txt: File name found in url
2025/05/08 04:04:08 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
--- PASS: TestCopyURL (1.18s)
=== RUN TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN TestMoveFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:09 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/08 04:04:09 DEBUG : sub/: Creating directory marker
2025/05/08 04:04:09 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 04:04:09 INFO : file1: Copied (new) to: sub/file2
2025/05/08 04:04:09 INFO : file1: Deleted
2025/05/08 04:04:09 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 04:04:09 DEBUG : file1: Unchanged skipping
2025/05/08 04:04:09 INFO : file1: Deleted
2025/05/08 04:04:09 DEBUG : Azure container rclone-test-zozeyof1xere: don't need to copy/move sub/file2, it is already at target location
2025/05/08 04:04:09 DEBUG : sub/: Removing directory marker
--- PASS: TestMoveFile (0.78s)
=== RUN TestMoveFileWithIgnoreExisting
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:10 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/08 04:04:10 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 04:04:10 INFO : file1: Copied (new)
2025/05/08 04:04:10 INFO : file1: Deleted
2025/05/08 04:04:10 DEBUG : file1: Destination exists, skipping
2025/05/08 04:04:10 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
--- PASS: TestMoveFileWithIgnoreExisting (0.54s)
=== RUN TestCaseInsensitiveMoveFile
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFile (0.11s)
=== RUN TestCaseInsensitiveMoveFileDryRun
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
--- PASS: TestCaseInsensitiveMoveFileDryRun (0.12s)
=== RUN TestMoveFileBackupDir
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:10 DEBUG : dst/: Creating directory marker
2025/05/08 04:04:11 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/backup"
2025/05/08 04:04:11 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/08 04:04:11 DEBUG : Azure container rclone-test-zozeyof1xere path backup: Using directory markers
2025/05/08 04:04:11 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-zozeyof1xere/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-zozeyof1xere/backup"
2025/05/08 04:04:11 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/08 04:04:11 DEBUG : dst/: Creating directory marker
2025/05/08 04:04:11 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/08 04:04:11 INFO : dst/file1: Copied (server-side copy)
2025/05/08 04:04:11 INFO : dst/file1: Deleted
2025/05/08 04:04:11 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/08 04:04:11 INFO : dst/file1: Copied (new)
2025/05/08 04:04:11 INFO : dst/file1: Deleted
2025/05/08 04:04:12 DEBUG : dst/: Removing directory marker
2025/05/08 04:04:12 DEBUG : backup/dst/: Removing directory marker
2025/05/08 04:04:12 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:5a67c845-d01e-0075-75ce-bfd7d1000000
Time:2025-05-08T04:04:12.4338399Z
--------------------------------------------------------------------------------
2025/05/08 04:04:13 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:5a67c91f-d01e-0075-27ce-bfd7d1000000
Time:2025-05-08T04:04:13.4910426Z
--------------------------------------------------------------------------------
2025/05/08 04:04:14 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-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:5a67ca4e-d01e-0075-33ce-bfd7d1000000
Time:2025-05-08T04:04:14.5492685Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-zozeyof1xere/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:5a67ca4e-d01e-0075-33ce-bfd7d1000000
Time:2025-05-08T04:04:14.5492685Z
--------------------------------------------------------------------------------
--- PASS: TestMoveFileBackupDir (4.90s)
=== 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:15 DEBUG : A1/: Creating directory marker
2025/05/08 04:04:16 DEBUG : A1/B1/: Creating directory marker
2025/05/08 04:04:16 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/08 04:04:16 DEBUG : A1/B1/C2/: Creating directory marker
2025/05/08 04:04:16 INFO : A1/B2: Making directory
2025/05/08 04:04:17 DEBUG : A1/B2/: Creating directory marker
2025/05/08 04:04:17 INFO : A1/B1/C3: Making directory
2025/05/08 04:04:17 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/08 04:04:17 DEBUG : A2/: Creating directory marker
2025/05/08 04:04:17 DEBUG : A2/B1/: Creating directory marker
2025/05/08 04:04:17 DEBUG : A2/B1/C1/: Creating directory marker
2025/05/08 04:04:18 DEBUG : A2/B1/C2/: Creating directory marker
2025/05/08 04:04:18 DEBUG : A2/B1/C3/: Creating directory marker
2025/05/08 04:04:18 DEBUG : A2/B2/: Creating directory marker
2025/05/08 04:04:18 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/08 04:04:18 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three
2025/05/08 04:04:18 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/08 04:04:18 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four
2025/05/08 04:04:18 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/08 04:04:18 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five
2025/05/08 04:04:18 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 04:04:18 INFO : A1/one: Copied (server-side copy) to: A2/one
2025/05/08 04:04:18 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/08 04:04:18 INFO : A1/two: Copied (server-side copy) to: A2/two
2025/05/08 04:04:18 INFO : A1/B1/C1/four: Deleted
2025/05/08 04:04:18 INFO : A1/B1/C2/five: Deleted
2025/05/08 04:04:18 INFO : A1/B1/three: Deleted
2025/05/08 04:04:18 INFO : A1/one: Deleted
2025/05/08 04:04:18 INFO : A1/two: Deleted
2025/05/08 04:04:18 DEBUG : A1/B2/: Removing directory marker
2025/05/08 04:04:18 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/08 04:04:18 DEBUG : A1/B1/C2/: Removing directory marker
2025/05/08 04:04:19 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/08 04:04:19 DEBUG : A1/B1/: Removing directory marker
2025/05/08 04:04:19 DEBUG : A1/: Removing directory marker
2025/05/08 04:04:19 DEBUG : A3/: Creating directory marker
2025/05/08 04:04:19 DEBUG : A3/B1/: Creating directory marker
2025/05/08 04:04:19 DEBUG : A3/B1/C1/: Creating directory marker
2025/05/08 04:04:19 DEBUG : A3/B1/C2/: Creating directory marker
2025/05/08 04:04:20 DEBUG : A3/B1/C3/: Creating directory marker
2025/05/08 04:04:20 DEBUG : A3/B2/: Creating directory marker
2025/05/08 04:04:20 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/08 04:04:20 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four
2025/05/08 04:04:20 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/08 04:04:20 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three
2025/05/08 04:04:20 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/08 04:04:20 INFO : A2/two: Copied (server-side copy) to: A3/two
2025/05/08 04:04:20 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/08 04:04:20 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five
2025/05/08 04:04:20 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 04:04:20 INFO : A2/one: Copied (server-side copy) to: A3/one
2025/05/08 04:04:20 INFO : A2/B1/C1/four: Deleted
2025/05/08 04:04:20 INFO : A2/two: Deleted
2025/05/08 04:04:20 INFO : A2/B1/three: Deleted
2025/05/08 04:04:20 INFO : A2/B1/C2/five: Deleted
2025/05/08 04:04:20 INFO : A2/one: Deleted
2025/05/08 04:04:20 DEBUG : A2/B2/: Removing directory marker
2025/05/08 04:04:20 DEBUG : A2/B1/C3/: Removing directory marker
2025/05/08 04:04:20 DEBUG : A2/B1/C2/: Removing directory marker
2025/05/08 04:04:20 DEBUG : A2/B1/C1/: Removing directory marker
2025/05/08 04:04:20 DEBUG : A2/B1/: Removing directory marker
2025/05/08 04:04:21 DEBUG : A2/: Removing directory marker
2025/05/08 04:04:21 INFO : Azure container rclone-test-zozeyof1xere: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/05/08 04:04:21 DEBUG : A4/: Creating directory marker
2025/05/08 04:04:21 DEBUG : A4/B1/: Creating directory marker
2025/05/08 04:04:21 DEBUG : A4/B1/C1/: Creating directory marker
2025/05/08 04:04:21 DEBUG : A4/B1/C2/: Creating directory marker
2025/05/08 04:04:21 DEBUG : A4/B1/C3/: Creating directory marker
2025/05/08 04:04:22 DEBUG : A4/B2/: Creating directory marker
2025/05/08 04:04:22 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/08 04:04:22 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four
2025/05/08 04:04:22 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/08 04:04:22 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five
2025/05/08 04:04:22 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/08 04:04:22 INFO : A3/two: Copied (server-side copy) to: A4/two
2025/05/08 04:04:22 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/08 04:04:22 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three
2025/05/08 04:04:22 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/08 04:04:22 INFO : A3/one: Copied (server-side copy) to: A4/one
2025/05/08 04:04:22 INFO : A3/B1/C1/four: Deleted
2025/05/08 04:04:22 INFO : A3/B1/C2/five: Deleted
2025/05/08 04:04:22 INFO : A3/two: Deleted
2025/05/08 04:04:22 INFO : A3/B1/three: Deleted
2025/05/08 04:04:22 INFO : A3/one: Deleted
2025/05/08 04:04:22 DEBUG : A3/B2/: Removing directory marker
2025/05/08 04:04:22 DEBUG : A3/B1/C3/: Removing directory marker
2025/05/08 04:04:22 DEBUG : A3/B1/C2/: Removing directory marker
2025/05/08 04:04:22 DEBUG : A3/B1/C1/: Removing directory marker
2025/05/08 04:04:22 DEBUG : A3/B1/: Removing directory marker
2025/05/08 04:04:22 DEBUG : A3/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/B2/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/B1/C3/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/B1/C2/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/B1/C1/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/B1/: Removing directory marker
2025/05/08 04:04:23 DEBUG : A4/: Removing directory marker
--- PASS: TestDirMove (8.21s)
=== RUN TestGetFsInfo
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
--- PASS: TestGetFsInfo (0.12s)
=== RUN TestRcat
=== RUN TestRcat/withChecksum=false,ignoreChecksum=false
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:24 DEBUG : Azure container rclone-test-zozeyof1xere: File to upload is small (34 bytes), uploading instead of streaming
2025/05/08 04:04:24 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/08 04:04:24 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/08 04:04:24 NOTICE: Azure container rclone-test-zozeyof1xere: Streaming uploads using chunk size 4Mi will have maximum file size of 195.312Gi
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: multipart upload finished
2025/05/08 04:04:24 DEBUG : no_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/08 04:04:24 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:25 DEBUG : Azure container rclone-test-zozeyof1xere: File to upload is small (34 bytes), uploading instead of streaming
2025/05/08 04:04:25 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/08 04:04:25 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: multipart upload finished
2025/05/08 04:04:25 DEBUG : with_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/08 04:04:25 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:25 DEBUG : Azure container rclone-test-zozeyof1xere: File to upload is small (34 bytes), uploading instead of streaming
2025/05/08 04:04:25 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/08 04:04:25 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/08 04:04:25 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/08 04:04:25 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/08 04:04:25 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/08 04:04:25 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/08 04:04:25 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-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:26 DEBUG : Azure container rclone-test-zozeyof1xere: File to upload is small (34 bytes), uploading instead of streaming
2025/05/08 04:04:26 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/08 04:04:26 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/08 04:04:26 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
--- PASS: TestRcat (2.92s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.97s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.65s)
--- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.65s)
--- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.65s)
=== RUN TestRcatMetadata
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1532: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatMetadata (0.12s)
=== RUN TestRcatSize
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:27 DEBUG : Azure container rclone-test-zozeyof1xere: File to upload is small (60 bytes), uploading instead of streaming
2025/05/08 04:04:27 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/05/08 04:04:27 DEBUG : potato2: Size and md5 of src and dst objects identical
--- PASS: TestRcatSize (0.53s)
=== RUN TestRcatSizeMetadata
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1613: Skipping as destination doesn't support user metadata
--- SKIP: TestRcatSizeMetadata (0.12s)
=== RUN TestTouchDir
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
2025/05/08 04:04:27 DEBUG : sub dir/: Creating directory marker
2025/05/08 04:04:28 DEBUG : Azure container rclone-test-zozeyof1xere: Touching "sub dir/potato3"
2025/05/08 04:04:28 DEBUG : Azure container rclone-test-zozeyof1xere: Touching "empty space"
2025/05/08 04:04:28 DEBUG : Azure container rclone-test-zozeyof1xere: Touching "potato2"
2025/05/08 04:04:28 DEBUG : sub dir/: Removing directory marker
--- PASS: TestTouchDir (1.29s)
=== RUN TestMkdirMetadata
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
--- SKIP: TestMkdirMetadata (0.12s)
=== RUN TestMkdirModTime
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
--- SKIP: TestMkdirModTime (0.12s)
=== RUN TestCopyDirMetadata
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestCopyDirMetadata (0.12s)
=== RUN TestSetDirModTime
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
--- SKIP: TestSetDirModTime (0.12s)
=== RUN TestDirsEqual
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
--- SKIP: TestDirsEqual (0.12s)
=== RUN TestRemoveExisting
run.go:180: Remote "Azure container rclone-test-zozeyof1xere", Local "Local file system at /tmp/rclone1434708799", Modify Window "1ns"
operations_test.go:1892: Skipping as remote can't Move
--- SKIP: TestRemoveExisting (0.12s)
=== 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/08 04:04:29 DEBUG : Azure container rclone-test-zozeyof1xere: Purge remote
"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose" - Finished ERROR in 10m34.097804991s (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]