"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose -fast-list" - Starting (try 1/5)
2025/05/13 03:04:07 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko"
2025/05/13 03:04:07 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:07 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:07 DEBUG : Azure container rclone-test-xixolev1riko: Using directory markers
2025/05/13 03:04:07 DEBUG : Creating backend with remote "/tmp/rclone1695899629"
=== 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:08 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/13 03:04:08 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/13 03:04:08 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/13 03:04:08 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/13 03:04:08 DEBUG : chunksize-probe: Removing empty object
=== RUN TestMultithreadCopy/upload=false,size=8388607,streams=2
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: open chunk writer: started multipart upload
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: multipart upload: starting chunk 1 size 4.000Mi offset 4Mi/8.000Mi
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/13 03:04:08 DEBUG : test-multithread-copy-false-8388607-2: multipart upload finished
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: write buffer set to 131072
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi starting
2025/05/13 03:04:09 DEBUG : test-multithread-copy-false-8388607-2: writing chunk 0
2025/05/13 03:04:10 DEBUG : test-multithread-copy-false-8388607-2: multi-thread copy: chunk 1/1 (0-8388607) size 8.000Mi finished
2025/05/13 03:04:10 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/13 03:04:10 DEBUG : test-multithread-copy-false-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/13 03:04:10 DEBUG : test-multithread-copy-false-8388608-2: open chunk writer: started multipart upload
2025/05/13 03:04:10 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8Mi
2025/05/13 03:04:10 DEBUG : test-multithread-copy-false-8388608-2: multipart upload: starting chunk 0 size 4Mi offset 0/8Mi
2025/05/13 03:04:10 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multipart upload finished
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: write buffer set to 131072
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8Mi
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: Starting multi-thread copy with 1 chunks of size 8Mi with 1 parallel streams
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi starting
2025/05/13 03:04:11 DEBUG : test-multithread-copy-false-8388608-2: writing chunk 0
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388608-2: multi-thread copy: chunk 1/1 (0-8388608) size 8Mi finished
2025/05/13 03:04:12 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/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: open chunk writer: started multipart upload
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 0 size 4Mi offset 0/8.000Mi
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 2 size 1 offset 8Mi/8.000Mi
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: multipart upload: starting chunk 1 size 4Mi offset 4Mi/8.000Mi
2025/05/13 03:04:12 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multipart upload finished
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: disabling buffering because destination uses OpenWriterAt
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: write buffer set to 131072
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk size 64Mi was bigger than source file size 8.000Mi
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: using backend concurrency of 4 instead of --multi-thread-streams 2
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: number of streams 4 was bigger than number of chunks 1
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: Starting multi-thread copy with 1 chunks of size 8.000Mi with 1 parallel streams
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi starting
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: writing chunk 0
2025/05/13 03:04:13 DEBUG : test-multithread-copy-false-8388609-2: multi-thread copy: chunk 1/1 (0-8388609) size 8.000Mi finished
2025/05/13 03:04:13 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/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: disabling buffering because source is local disk
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: open chunk writer: started multipart upload
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi starting
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194303 to 0
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: Seek from 4194304 to 0
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 2 with 4194303 bytes
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 2/2 (4194304-8388607) size 4.000Mi finished
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/13 03:04:15 DEBUG : test-multithread-copy-true-8388607-2: multipart upload finished
2025/05/13 03:04:15 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/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: disabling buffering because source is local disk
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: Multipart upload session started for 2 parts of size 4Mi
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: open chunk writer: started multipart upload
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: number of streams 16 was bigger than number of chunks 2
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: Starting multi-thread copy with 2 chunks of size 4Mi with 2 parallel streams
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi starting
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi starting
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: Seek from 4194304 to 0
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 1/2 (0-4194304) size 4Mi finished
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multi-thread copy: chunk 2/2 (4194304-8388608) size 4Mi finished
2025/05/13 03:04:17 DEBUG : test-multithread-copy-true-8388608-2: multipart upload finished
2025/05/13 03:04:17 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/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: disabling buffering because source is local disk
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Multipart upload session started for 3 parts of size 4Mi
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: open chunk writer: started multipart upload
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 2
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Seek from 1 to 0
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Seek from 4194304 to 0
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 3 with 1 bytes
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 finished
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: multipart upload finished
2025/05/13 03:04:19 DEBUG : test-multithread-copy-true-8388609-2: Finished multi-thread copy with 3 parts of size 4Mi
--- PASS: TestMultithreadCopy (12.42s)
--- PASS: TestMultithreadCopy/upload=false,size=8388607,streams=2 (2.27s)
--- PASS: TestMultithreadCopy/upload=false,size=8388608,streams=2 (2.21s)
--- PASS: TestMultithreadCopy/upload=false,size=8388609,streams=2 (1.69s)
--- PASS: TestMultithreadCopy/upload=true,size=8388607,streams=2 (1.90s)
--- PASS: TestMultithreadCopy/upload=true,size=8388608,streams=2 (1.87s)
--- PASS: TestMultithreadCopy/upload=true,size=8388609,streams=2 (2.01s)
=== RUN TestMultithreadCopyAbort
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:20 DEBUG : chunksize-probe: Multipart upload session started for 25 parts of size 4Mi
2025/05/13 03:04:20 DEBUG : chunksize-probe: open chunk writer: started multipart upload
2025/05/13 03:04:20 DEBUG : chunksize-probe: Clearing uncommitted blocks
2025/05/13 03:04:20 DEBUG : chunksize-probe: Committing 0 blocks to remove uncommitted blocks
2025/05/13 03:04:20 DEBUG : chunksize-probe: Removing empty object
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: disabling buffering because source is local disk
2025/05/13 03:04:21 DEBUG : test-multithread-abort: Multipart upload session started for 3 parts of size 4Mi
2025/05/13 03:04:21 DEBUG : test-multithread-abort: open chunk writer: started multipart upload
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: using backend concurrency of 16 instead of --multi-thread-streams 1
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: number of streams 16 was bigger than number of chunks 3
2025/05/13 03:04:21 DEBUG : test-multithread-abort: Starting multi-thread copy with 3 chunks of size 4Mi with 3 parallel streams
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 (8388608-8388609) size 1 starting
2025/05/13 03:04:21 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi starting
2025/05/13 03:04:21 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi starting
2025/05/13 03:04:21 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/13 03:04:21 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/13 03:04:21 DEBUG : Open with options = [RangeOption(0,4194303)]
2025/05/13 03:04:21 DEBUG : test-multithread-abort: Seek from 4194304 to 0
2025/05/13 03:04:21 DEBUG : Open with options = [RangeOption(4194304,8388607)]
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multipart upload wrote chunk 1 with 4194304 bytes
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: chunk 1/3 (0-4194304) size 4Mi finished
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multipart upload wrote chunk 2 with 4194304 bytes
2025/05/13 03:04:21 DEBUG : test-multithread-abort: multi-thread copy: chunk 2/3 (4194304-8388608) size 4Mi finished
2025/05/13 03:04:22 DEBUG : Returning error reader
2025/05/13 03:04:22 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:22 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 1/10: BOOM: simulated read failure
2025/05/13 03:04:22 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:23 DEBUG : Returning error reader
2025/05/13 03:04:23 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:23 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 2/10: BOOM: simulated read failure
2025/05/13 03:04:23 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:24 DEBUG : Returning error reader
2025/05/13 03:04:24 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:24 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 3/10: BOOM: simulated read failure
2025/05/13 03:04:24 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:25 DEBUG : Returning error reader
2025/05/13 03:04:25 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:25 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 4/10: BOOM: simulated read failure
2025/05/13 03:04:25 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:26 DEBUG : Returning error reader
2025/05/13 03:04:26 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:26 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 5/10: BOOM: simulated read failure
2025/05/13 03:04:26 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:27 DEBUG : Returning error reader
2025/05/13 03:04:27 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:27 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 6/10: BOOM: simulated read failure
2025/05/13 03:04:27 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:28 DEBUG : Returning error reader
2025/05/13 03:04:28 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:28 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 7/10: BOOM: simulated read failure
2025/05/13 03:04:28 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:29 DEBUG : Returning error reader
2025/05/13 03:04:29 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:29 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 8/10: BOOM: simulated read failure
2025/05/13 03:04:29 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:30 DEBUG : Returning error reader
2025/05/13 03:04:30 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:30 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 9/10: BOOM: simulated read failure
2025/05/13 03:04:30 DEBUG : Open with options = [RangeOption(8388608,8388608)]
2025/05/13 03:04:31 DEBUG : Returning error reader
2025/05/13 03:04:31 DEBUG : BOOM: simulated read failure
2025/05/13 03:04:31 DEBUG : test-multithread-abort: Reopening on read failure after offset 0 bytes: retry 10/10: BOOM: simulated read failure
2025/05/13 03:04:31 DEBUG : test-multithread-abort: Reopen failed after offset 0 bytes read: failed to reopen: too many retries
2025/05/13 03:04:31 DEBUG : test-multithread-abort: multi-thread copy: chunk 3/3 failed: multi-thread copy: failed to write chunk: BOOM: simulated read failure
2025/05/13 03:04:31 DEBUG : test-multithread-abort: multi-thread copy: cancelling transfer on exit
2025/05/13 03:04:31 DEBUG : test-multithread-abort: Clearing uncommitted blocks
2025/05/13 03:04:31 DEBUG : test-multithread-abort: 2 Uncommitted blocks found
2025/05/13 03:04:31 DEBUG : test-multithread-abort: Committing 0 blocks to remove uncommitted blocks
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:299:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:330
Error: Should be true
Test: TestMultithreadCopyAbort
Messages: listing wrong, want
test-multithread-abort (100) got
test-multithread-abort (0)
fstest.go:144:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:340
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/multithread_test.go:330
Error: Not equal:
expected: 100
actual : 0
Test: TestMultithreadCopyAbort
Messages: test-multithread-abort: size incorrect file=100 vs obj=0
--- FAIL: TestMultithreadCopyAbort (18.44s)
=== RUN TestSizeDiffers
--- PASS: TestSizeDiffers (0.00s)
=== RUN TestReOpen
=== RUN TestReOpen/Normal
=== RUN TestReOpen/Normal/Basics
2025/05/13 03:04:38 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/ErrorAtStart
=== RUN TestReOpen/Normal/WithErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/Normal/TooManyErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/Normal/Seek
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Seek from 5 to 2
=== RUN TestReOpen/Normal/AccountRead
=== RUN TestReOpen/Normal/AccountReadDelay
2025/05/13 03:04:38 DEBUG : potato: Seek from 10 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 10 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 10 to 0
=== RUN TestReOpen/Normal/AccountReadError
=== RUN TestReOpen/WithRangeOption
=== RUN TestReOpen/WithRangeOption/Basics
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/ErrorAtStart
=== RUN TestReOpen/WithRangeOption/WithErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithRangeOption/TooManyErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithRangeOption/Seek
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Seek from 5 to 2
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 4
=== RUN TestReOpen/WithRangeOption/AccountRead
=== RUN TestReOpen/WithRangeOption/AccountReadDelay
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 0
=== RUN TestReOpen/WithRangeOption/AccountReadError
=== RUN TestReOpen/WithSeekOption
=== RUN TestReOpen/WithSeekOption/Basics
2025/05/13 03:04:38 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/ErrorAtStart
=== RUN TestReOpen/WithSeekOption/WithErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/WithSeekOption/TooManyErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/WithSeekOption/Seek
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Seek from 5 to 2
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 5
=== RUN TestReOpen/WithSeekOption/AccountRead
=== RUN TestReOpen/WithSeekOption/AccountReadDelay
2025/05/13 03:04:38 DEBUG : potato: Seek from 8 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 8 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 8 to 0
=== RUN TestReOpen/WithSeekOption/AccountReadError
=== RUN TestReOpen/UnknownSize
=== RUN TestReOpen/UnknownSize/Basics
2025/05/13 03:04:38 DEBUG : potato: Seek from 9 to 0
=== RUN TestReOpen/UnknownSize/ErrorAtStart
=== RUN TestReOpen/UnknownSize/WithErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error
=== RUN TestReOpen/UnknownSize/TooManyErrors
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error
2025/05/13 03:04:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries
=== RUN TestReOpen/UnknownSize/Seek
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error
2025/05/13 03:04:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error
2025/05/13 03:04:38 DEBUG : potato: Seek from 5 to 2
2025/05/13 03:04:38 DEBUG : potato: Seek from 7 to 6
=== RUN TestReOpen/UnknownSize/AccountRead
=== RUN TestReOpen/UnknownSize/AccountReadDelay
2025/05/13 03:04:38 DEBUG : potato: Seek from 9 to 0
2025/05/13 03:04:38 DEBUG : potato: Seek from 9 to 0
2025/05/13 03:04:38 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", 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.30s)
--- PASS: TestCheck/1 (0.04s)
--- PASS: TestCheck/2 (0.04s)
--- PASS: TestCheck/3 (0.04s)
--- PASS: TestCheck/4 (0.07s)
--- PASS: TestCheck/5 (0.07s)
--- PASS: TestCheck/6 (0.12s)
--- PASS: TestCheck/7 (0.12s)
=== RUN TestCheckFsError
2025/05/13 03:04:40 DEBUG : Creating backend with remote "nonexistent"
2025/05/13 03:04:40 DEBUG : Creating backend with remote "nonexistent"
2025/05/13 03:04:40 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish
2025/05/13 03:04:40 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/13 03:04:40 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found
2025/05/13 03:04:40 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
=== RUN TestCheckDownload/1
=== RUN TestCheckDownload/2
=== RUN TestCheckDownload/3
=== RUN TestCheckDownload/4
=== RUN TestCheckDownload/5
=== RUN TestCheckDownload/6
=== RUN TestCheckDownload/7
--- PASS: TestCheckDownload (1.54s)
--- PASS: TestCheckDownload/1 (0.08s)
--- PASS: TestCheckDownload/2 (0.08s)
--- PASS: TestCheckDownload/3 (0.08s)
--- PASS: TestCheckDownload/4 (0.11s)
--- PASS: TestCheckDownload/5 (0.11s)
--- PASS: TestCheckDownload/6 (0.11s)
--- PASS: TestCheckDownload/7 (0.11s)
=== RUN TestCheckSizeOnly
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", 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.35s)
--- PASS: TestCheckSizeOnly/1 (0.04s)
--- PASS: TestCheckSizeOnly/2 (0.04s)
--- PASS: TestCheckSizeOnly/3 (0.04s)
--- PASS: TestCheckSizeOnly/4 (0.07s)
--- PASS: TestCheckSizeOnly/5 (0.07s)
--- PASS: TestCheckSizeOnly/6 (0.12s)
--- PASS: TestCheckSizeOnly/7 (0.12s)
=== RUN TestCheckEqualReaders
--- PASS: TestCheckEqualReaders (0.00s)
=== RUN TestParseSumFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/13 03:04:43 NOTICE: test.sum: 2 warning(s) suppressed...
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 4
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 5
2025/05/13 03:04:43 NOTICE: test.sum: improperly formatted checksum line 6
2025/05/13 03:04:43 NOTICE: test.sum: 2 warning(s) suppressed...
--- PASS: TestParseSumFile (0.42s)
=== RUN TestCheckSum
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:43 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/data"
2025/05/13 03:04:43 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:43 DEBUG : Azure container rclone-test-xixolev1riko path data: Using directory markers
2025/05/13 03:04:43 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/13 03:04:46 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSum (2.97s)
--- PASS: TestCheckSum/subtest1 (0.11s)
--- PASS: TestCheckSum/subtest2 (0.15s)
--- PASS: TestCheckSum/subtest3 (0.15s)
--- PASS: TestCheckSum/subtest4 (0.15s)
--- PASS: TestCheckSum/subtest5 (0.15s)
--- PASS: TestCheckSum/subtest6 (0.15s)
--- PASS: TestCheckSum/subtest7 (0.15s)
=== RUN TestCheckSumDownload
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:46 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/data"
2025/05/13 03:04:46 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:46 DEBUG : Azure container rclone-test-xixolev1riko path data: Using directory markers
2025/05/13 03:04:46 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/13 03:04:49 DEBUG : data/: Removing directory marker
--- PASS: TestCheckSumDownload (3.13s)
--- PASS: TestCheckSumDownload/subtest1 (0.15s)
--- PASS: TestCheckSumDownload/subtest2 (0.19s)
--- PASS: TestCheckSumDownload/subtest3 (0.19s)
--- PASS: TestCheckSumDownload/subtest4 (0.19s)
--- PASS: TestCheckSumDownload/subtest5 (0.18s)
--- PASS: TestCheckSumDownload/subtest6 (0.19s)
--- PASS: TestCheckSumDownload/subtest7 (0.19s)
=== RUN TestApplyTransforms
2025/05/13 03:04:49 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-gegizuf9dibe"
2025/05/13 03:04:49 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:49 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:49 DEBUG : Azure container rclone-test-gegizuf9dibe: Using directory markers
2025/05/13 03:04:49 DEBUG : Creating backend with remote "/tmp/rclone2398244086"
run.go:180: Remote "Azure container rclone-test-gegizuf9dibe", Local "Local file system at /tmp/rclone2398244086", Modify Window "1ns"
upper checkfile vs. lower remote (without normalization)
2025/05/13 03:04:49 ERROR : hello, world!: sum not found
2025/05/13 03:04:49 ERROR : HELLO, WORLD!: file not in Azure container rclone-test-gegizuf9dibe
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-gegizuf9dibe: 1 files missing
2025/05/13 03:04:49 NOTICE: 1 hashes missing
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-gegizuf9dibe: 2 differences found
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-gegizuf9dibe: 2 errors while checking
upper checkfile vs. lower remote (with normalization)
2025/05/13 03:04:49 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-gegizuf9dibe: 0 differences found
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-gegizuf9dibe: 1 matching files
2025/05/13 03:04:49 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-giviluj3bopo"
2025/05/13 03:04:49 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:49 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:49 DEBUG : Azure container rclone-test-giviluj3bopo: Using directory markers
2025/05/13 03:04:49 DEBUG : Creating backend with remote "/tmp/rclone2690594807"
run.go:180: Remote "Azure container rclone-test-giviluj3bopo", Local "Local file system at /tmp/rclone2690594807", Modify Window "1ns"
lower checkfile vs. upper remote (without normalization)
2025/05/13 03:04:49 ERROR : HELLO, WORLD!: sum not found
2025/05/13 03:04:49 ERROR : hello, world!: file not in Azure container rclone-test-giviluj3bopo
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-giviluj3bopo: 1 files missing
2025/05/13 03:04:49 NOTICE: 1 hashes missing
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-giviluj3bopo: 2 differences found
2025/05/13 03:04:49 NOTICE: Azure container rclone-test-giviluj3bopo: 2 errors while checking
lower checkfile vs. upper remote (with normalization)
2025/05/13 03:04:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-giviluj3bopo: 0 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-giviluj3bopo: 1 matching files
2025/05/13 03:04:50 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-hegoful7seje"
2025/05/13 03:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:50 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:50 DEBUG : Azure container rclone-test-hegoful7seje: Using directory markers
2025/05/13 03:04:50 DEBUG : Creating backend with remote "/tmp/rclone863055253"
run.go:180: Remote "Azure container rclone-test-hegoful7seje", Local "Local file system at /tmp/rclone863055253", Modify Window "1ns"
lower checkfile vs. upperlowermixed remote (without normalization)
2025/05/13 03:04:50 ERROR : HeLlO, wOrLd!: sum not found
2025/05/13 03:04:50 ERROR : hello, world!: file not in Azure container rclone-test-hegoful7seje
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-hegoful7seje: 1 files missing
2025/05/13 03:04:50 NOTICE: 1 hashes missing
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-hegoful7seje: 2 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-hegoful7seje: 2 errors while checking
lower checkfile vs. upperlowermixed remote (with normalization)
2025/05/13 03:04:50 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-hegoful7seje: 0 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-hegoful7seje: 1 matching files
2025/05/13 03:04:50 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-nozosok3wadi"
2025/05/13 03:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:50 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:50 DEBUG : Azure container rclone-test-nozosok3wadi: Using directory markers
2025/05/13 03:04:50 DEBUG : Creating backend with remote "/tmp/rclone2674696358"
run.go:180: Remote "Azure container rclone-test-nozosok3wadi", Local "Local file system at /tmp/rclone2674696358", Modify Window "1ns"
upperlowermixed checkfile vs. upper remote (without normalization)
2025/05/13 03:04:50 ERROR : HELLO, WORLD!: sum not found
2025/05/13 03:04:50 ERROR : HeLlO, wOrLd!: file not in Azure container rclone-test-nozosok3wadi
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-nozosok3wadi: 1 files missing
2025/05/13 03:04:50 NOTICE: 1 hashes missing
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-nozosok3wadi: 2 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-nozosok3wadi: 2 errors while checking
upperlowermixed checkfile vs. upper remote (with normalization)
2025/05/13 03:04:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-nozosok3wadi: 0 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-nozosok3wadi: 1 matching files
2025/05/13 03:04:50 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-bajumaw3hule"
2025/05/13 03:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:50 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:50 DEBUG : Azure container rclone-test-bajumaw3hule: Using directory markers
2025/05/13 03:04:50 DEBUG : Creating backend with remote "/tmp/rclone2530302613"
run.go:180: Remote "Azure container rclone-test-bajumaw3hule", Local "Local file system at /tmp/rclone2530302613", Modify Window "1ns"
NFD checkfile vs. NFC remote (without normalization)
2025/05/13 03:04:50 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:50 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-bajumaw3hule
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-bajumaw3hule: 1 files missing
2025/05/13 03:04:50 NOTICE: 1 hashes missing
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-bajumaw3hule: 2 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-bajumaw3hule: 2 errors while checking
NFD checkfile vs. NFC remote (with normalization)
2025/05/13 03:04:50 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-bajumaw3hule: 0 differences found
2025/05/13 03:04:50 NOTICE: Azure container rclone-test-bajumaw3hule: 1 matching files
2025/05/13 03:04:50 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-bavijit3hefa"
2025/05/13 03:04:50 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:50 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:50 DEBUG : Azure container rclone-test-bavijit3hefa: Using directory markers
2025/05/13 03:04:50 DEBUG : Creating backend with remote "/tmp/rclone1714386283"
run.go:180: Remote "Azure container rclone-test-bavijit3hefa", Local "Local file system at /tmp/rclone1714386283", Modify Window "1ns"
NFC checkfile vs. NFD remote (without normalization)
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ: file not in Azure container rclone-test-bavijit3hefa
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-bavijit3hefa: 1 files missing
2025/05/13 03:04:51 NOTICE: 1 hashes missing
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-bavijit3hefa: 2 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-bavijit3hefa: 2 errors while checking
NFC checkfile vs. NFD remote (with normalization)
2025/05/13 03:04:51 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-bavijit3hefa: 0 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-bavijit3hefa: 1 matching files
2025/05/13 03:04:51 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-ruqajin7jiwi"
2025/05/13 03:04:51 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:51 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:51 DEBUG : Azure container rclone-test-ruqajin7jiwi: Using directory markers
2025/05/13 03:04:51 DEBUG : Creating backend with remote "/tmp/rclone2203423331"
run.go:180: Remote "Azure container rclone-test-ruqajin7jiwi", Local "Local file system at /tmp/rclone2203423331", Modify Window "1ns"
NFDx2 checkfile vs. both remote (without normalization)
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-ruqajin7jiwi
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-ruqajin7jiwi: 1 files missing
2025/05/13 03:04:51 NOTICE: 1 hashes missing
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-ruqajin7jiwi: 2 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-ruqajin7jiwi: 2 errors while checking
NFDx2 checkfile vs. both remote (with normalization)
2025/05/13 03:04:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-ruqajin7jiwi: 0 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-ruqajin7jiwi: 1 matching files
2025/05/13 03:04:51 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-payebuf8sure"
2025/05/13 03:04:51 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:51 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:51 DEBUG : Azure container rclone-test-payebuf8sure: Using directory markers
2025/05/13 03:04:51 DEBUG : Creating backend with remote "/tmp/rclone1086356199"
run.go:180: Remote "Azure container rclone-test-payebuf8sure", Local "Local file system at /tmp/rclone1086356199", Modify Window "1ns"
NFCx2 checkfile vs. both remote (without normalization)
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-payebuf8sure
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-payebuf8sure: 1 files missing
2025/05/13 03:04:51 NOTICE: 1 hashes missing
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-payebuf8sure: 2 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-payebuf8sure: 2 errors while checking
NFCx2 checkfile vs. both remote (with normalization)
2025/05/13 03:04:51 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-payebuf8sure: 0 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-payebuf8sure: 1 matching files
2025/05/13 03:04:51 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-rezoxig5zovu"
2025/05/13 03:04:51 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:51 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:51 DEBUG : Azure container rclone-test-rezoxig5zovu: Using directory markers
2025/05/13 03:04:51 DEBUG : Creating backend with remote "/tmp/rclone2697225405"
run.go:180: Remote "Azure container rclone-test-rezoxig5zovu", Local "Local file system at /tmp/rclone2697225405", Modify Window "1ns"
both checkfile vs. NFDx2 remote (without normalization)
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:51 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-rezoxig5zovu
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-rezoxig5zovu: 1 files missing
2025/05/13 03:04:51 NOTICE: 1 hashes missing
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-rezoxig5zovu: 2 differences found
2025/05/13 03:04:51 NOTICE: Azure container rclone-test-rezoxig5zovu: 2 errors while checking
both checkfile vs. NFDx2 remote (with normalization)
2025/05/13 03:04:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-rezoxig5zovu: 0 differences found
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-rezoxig5zovu: 1 matching files
2025/05/13 03:04:52 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-sesucef9puna"
2025/05/13 03:04:52 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:04:52 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-sesucef9puna: Using directory markers
2025/05/13 03:04:52 DEBUG : Creating backend with remote "/tmp/rclone4044715811"
run.go:180: Remote "Azure container rclone-test-sesucef9puna", Local "Local file system at /tmp/rclone4044715811", Modify Window "1ns"
both checkfile vs. NFCx2 remote (without normalization)
2025/05/13 03:04:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found
2025/05/13 03:04:52 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Azure container rclone-test-sesucef9puna
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-sesucef9puna: 1 files missing
2025/05/13 03:04:52 NOTICE: 1 hashes missing
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-sesucef9puna: 2 differences found
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-sesucef9puna: 2 errors while checking
both checkfile vs. NFCx2 remote (with normalization)
2025/05/13 03:04:52 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-sesucef9puna: 0 differences found
2025/05/13 03:04:52 NOTICE: Azure container rclone-test-sesucef9puna: 1 matching files
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-sesucef9puna: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-rezoxig5zovu: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-payebuf8sure: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-ruqajin7jiwi: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-bavijit3hefa: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-bajumaw3hule: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-nozosok3wadi: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-hegoful7seje: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-giviluj3bopo: Purge remote
2025/05/13 03:04:52 DEBUG : Azure container rclone-test-gegizuf9dibe: Purge remote
--- PASS: TestApplyTransforms (3.57s)
=== RUN TestTruncateString
--- PASS: TestTruncateString (0.00s)
=== RUN TestCopyFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:53 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/13 03:04:53 DEBUG : sub/: Creating directory marker
2025/05/13 03:04:53 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:04:53 INFO : file1: Copied (new) to: sub/file2
2025/05/13 03:04:53 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:04:53 DEBUG : file1: Unchanged skipping
2025/05/13 03:04:53 DEBUG : Azure container rclone-test-xixolev1riko: don't need to copy/move sub/file2, it is already at target location
2025/05/13 03:04:53 DEBUG : sub/: Removing directory marker
--- PASS: TestCopyFile (0.51s)
=== RUN TestCopyLongFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
copy_test.go:153: Test only runs on local
--- SKIP: TestCopyLongFile (0.07s)
=== RUN TestCopyFileBackupDir
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:53 DEBUG : dst/: Creating directory marker
2025/05/13 03:04:53 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/backup"
2025/05/13 03:04:53 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:53 DEBUG : Azure container rclone-test-xixolev1riko path backup: Using directory markers
2025/05/13 03:04:53 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/backup"
2025/05/13 03:04:53 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/13 03:04:54 DEBUG : dst/: Creating directory marker
2025/05/13 03:04:54 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/13 03:04:54 INFO : dst/file1: Copied (server-side copy)
2025/05/13 03:04:54 INFO : dst/file1: Deleted
2025/05/13 03:04:54 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:04:54 INFO : dst/file1: Copied (new)
2025/05/13 03:04:54 DEBUG : dst/: Removing directory marker
2025/05/13 03:04:54 DEBUG : backup/dst/: Removing directory marker
2025/05/13 03:04: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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b1c72-201e-00aa-7ab3-c39ceb000000
Time:2025-05-13T03:04:54.6556969Z
--------------------------------------------------------------------------------
2025/05/13 03:04: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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b1d39-201e-00aa-05b3-c39ceb000000
Time:2025-05-13T03:04:55.6931381Z
--------------------------------------------------------------------------------
2025/05/13 03:04: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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b1dfb-201e-00aa-21b3-c39ceb000000
Time:2025-05-13T03:04:56.7314337Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b1dfb-201e-00aa-21b3-c39ceb000000
Time:2025-05-13T03:04:56.7314337Z
--------------------------------------------------------------------------------
--- PASS: TestCopyFileBackupDir (4.13s)
=== RUN TestCopyFileCompareDest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:04:57 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/dst"
2025/05/13 03:04:57 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:57 DEBUG : Azure container rclone-test-xixolev1riko path dst: Using directory markers
2025/05/13 03:04:57 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:57 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:04:57 DEBUG : Azure container rclone-test-xixolev1riko path CompareDest: Using directory markers
2025/05/13 03:04:57 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:57 DEBUG : one: Need to transfer - File not found at Destination
2025/05/13 03:04:58 DEBUG : /: Creating directory marker
2025/05/13 03:04:58 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:04:58 INFO : one: Copied (new)
2025/05/13 03:04:58 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:58 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/13 03:04:58 DEBUG : /: Creating directory marker
2025/05/13 03:04:58 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/13 03:04:58 INFO : one: Copied (replaced existing)
2025/05/13 03:04:58 DEBUG : dst/: Creating directory marker
2025/05/13 03:04:58 DEBUG : CompareDest/: Creating directory marker
2025/05/13 03:04:58 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:58 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/13 03:04:58 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:04:58 DEBUG : one: Destination found in --compare-dest, skipping
2025/05/13 03:04:59 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:59 DEBUG : two: Need to transfer - File not found at Destination
2025/05/13 03:04:59 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:04:59 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/13 03:04:59 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:59 DEBUG : two: Need to transfer - File not found at Destination
2025/05/13 03:04:59 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:04:59 DEBUG : two: Destination found in --compare-dest, skipping
2025/05/13 03:04:59 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CompareDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CompareDest"
2025/05/13 03:04:59 DEBUG : two: Need to transfer - File not found at Destination
2025/05/13 03:04:59 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/05/13 03:04:59 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/05/13 03:04:59 INFO : two: Copied (new)
2025/05/13 03:05:00 DEBUG : dst/: Removing directory marker
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b20a2-201e-00aa-43b3-c39ceb000000
Time:2025-05-13T03:05:00.1531710Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b218e-201e-00aa-03b3-c39ceb000000
Time:2025-05-13T03:05:01.1913445Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b227d-201e-00aa-35b3-c39ceb000000
Time:2025-05-13T03:05:02.2293538Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b227d-201e-00aa-35b3-c39ceb000000
Time:2025-05-13T03:05:02.2293538Z
--------------------------------------------------------------------------------
2025/05/13 03:05:03 DEBUG : CompareDest/: Removing directory marker
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,3 @@
-([]string) {
+([]string) (len=1) {
+ (string) (len=3) "dst"
}
Test: TestCopyFileCompareDest
Messages: directories
--- FAIL: TestCopyFileCompareDest (12.62s)
=== RUN TestCopyFileCopyDest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:05:10 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/dst"
2025/05/13 03:05:10 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:05:10 DEBUG : Azure container rclone-test-xixolev1riko path dst: Using directory markers
2025/05/13 03:05:10 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:10 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:05:10 DEBUG : Azure container rclone-test-xixolev1riko path CopyDest: Using directory markers
2025/05/13 03:05:10 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" to be canonical "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:10 DEBUG : one: Need to transfer - File not found at Destination
2025/05/13 03:05:10 DEBUG : /: Creating directory marker
2025/05/13 03:05:10 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:05:10 INFO : one: Copied (new)
2025/05/13 03:05:10 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:10 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/13 03:05:10 DEBUG : /: Creating directory marker
2025/05/13 03:05:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/13 03:05:11 INFO : one: Copied (replaced existing)
2025/05/13 03:05:11 DEBUG : dst/: Creating directory marker
2025/05/13 03:05:11 DEBUG : CopyDest/: Creating directory marker
2025/05/13 03:05:11 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/BackupDir"
2025/05/13 03:05:11 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:05:11 DEBUG : Azure container rclone-test-xixolev1riko path BackupDir: Using directory markers
2025/05/13 03:05:11 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/BackupDir" to be canonical "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/BackupDir"
2025/05/13 03:05:11 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:11 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/13 03:05:11 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:05:11 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/05/13 03:05:11 DEBUG : /: Creating directory marker
2025/05/13 03:05:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:05:11 INFO : one: Copied (server-side copy)
2025/05/13 03:05:11 INFO : one: Deleted
2025/05/13 03:05:11 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/05/13 03:05:11 INFO : one: Copied (server-side copy)
2025/05/13 03:05:11 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/05/13 03:05:12 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:12 DEBUG : two: Need to transfer - File not found at Destination
2025/05/13 03:05:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:05:12 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/13 03:05:12 INFO : two: Copied (server-side copy)
2025/05/13 03:05:12 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/05/13 03:05:12 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:05:12 DEBUG : two: Unchanged skipping
2025/05/13 03:05:12 DEBUG : fs cache: switching user supplied name "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/CopyDest" for canonical name "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/CopyDest"
2025/05/13 03:05:12 DEBUG : three: Need to transfer - File not found at Destination
2025/05/13 03:05:12 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/05/13 03:05:12 DEBUG : three: Destination not found in --copy-dest
2025/05/13 03:05:13 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/05/13 03:05:13 INFO : three: Copied (new)
2025/05/13 03:05:13 DEBUG : dst/: Removing directory marker
2025/05/13 03:05:13 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b2f2d-201e-00aa-64b3-c39ceb000000
Time:2025-05-13T03:05:13.5341815Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3089-201e-00aa-0ab3-c39ceb000000
Time:2025-05-13T03:05:14.5715329Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b31db-201e-00aa-3eb3-c39ceb000000
Time:2025-05-13T03:05:15.6089227Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b31db-201e-00aa-3eb3-c39ceb000000
Time:2025-05-13T03:05:15.6089227Z
--------------------------------------------------------------------------------
2025/05/13 03:05:16 DEBUG : CopyDest/: Removing directory marker
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b338a-201e-00aa-3db3-c39ceb000000
Time:2025-05-13T03:05:16.6858877Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b34b4-201e-00aa-46b3-c39ceb000000
Time:2025-05-13T03:05:17.7236625Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3595-201e-00aa-76b3-c39ceb000000
Time:2025-05-13T03:05:18.7615040Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3595-201e-00aa-76b3-c39ceb000000
Time:2025-05-13T03:05:18.7615040Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyFileCopyDest
Messages: directories
--- FAIL: TestCopyFileCopyDest (16.49s)
=== RUN TestCopyInplace
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
copy_test.go:370: Partial uploads not supported
2025/05/13 03:05:26 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3d19-201e-00aa-4cb3-c39ceb000000
Time:2025-05-13T03:05:26.9540970Z
--------------------------------------------------------------------------------
2025/05/13 03:05:27 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3eaa-201e-00aa-26b3-c39ceb000000
Time:2025-05-13T03:05:27.9919216Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3fd5-201e-00aa-0db3-c39ceb000000
Time:2025-05-13T03:05:29.0300207Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b3fd5-201e-00aa-0db3-c39ceb000000
Time:2025-05-13T03:05:29.0300207Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b40dd-201e-00aa-67b3-c39ceb000000
Time:2025-05-13T03:05:30.0682508Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b41a8-201e-00aa-0db3-c39ceb000000
Time:2025-05-13T03:05:31.1066271Z
--------------------------------------------------------------------------------
2025/05/13 03:05: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b428d-201e-00aa-38b3-c39ceb000000
Time:2025-05-13T03:05:32.1457754Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b428d-201e-00aa-38b3-c39ceb000000
Time:2025-05-13T03:05:32.1457754Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy_test.go:370
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyInplace
Messages: directories
--- FAIL: TestCopyInplace (13.39s)
=== RUN TestCopyLongFileName
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
copy_test.go:403: Partial uploads not supported
2025/05/13 03:05:40 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4985-201e-00aa-33b3-c39ceb000000
Time:2025-05-13T03:05:40.3394844Z
--------------------------------------------------------------------------------
2025/05/13 03:05:41 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4a71-201e-00aa-5fb3-c39ceb000000
Time:2025-05-13T03:05:41.3790056Z
--------------------------------------------------------------------------------
2025/05/13 03:05:42 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4b51-201e-00aa-0eb3-c39ceb000000
Time:2025-05-13T03:05:42.4165441Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4b51-201e-00aa-0eb3-c39ceb000000
Time:2025-05-13T03:05:42.4165441Z
--------------------------------------------------------------------------------
2025/05/13 03:05:43 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4c42-201e-00aa-24b3-c39ceb000000
Time:2025-05-13T03:05:43.4550327Z
--------------------------------------------------------------------------------
2025/05/13 03:05:44 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4d02-201e-00aa-2cb3-c39ceb000000
Time:2025-05-13T03:05:44.4930121Z
--------------------------------------------------------------------------------
2025/05/13 03:05:45 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4e20-201e-00aa-14b3-c39ceb000000
Time:2025-05-13T03:05:45.5309453Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b4e20-201e-00aa-14b3-c39ceb000000
Time:2025-05-13T03:05:45.5309453Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestCopyFileMaxTransfer
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:05:53 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination
2025/05/13 03:05:53 DEBUG : TestCopyFileMaxTransfer/: Creating directory marker
2025/05/13 03:05:53 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:05:53 INFO : TestCopyFileMaxTransfer/file1: Copied (new)
2025/05/13 03:05:53 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination
2025/05/13 03:05:54 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: single part upload read failed: max transfer limit reached as set by --max-transfer
2025/05/13 03:05:54 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination
2025/05/13 03:05:54 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination
2025/05/13 03:05:54 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 9cbbb4f7191f4e5fa02336634d07d1e1 OK
2025/05/13 03:05:54 INFO : TestCopyFileMaxTransfer/file4: Copied (new)
2025/05/13 03:05:54 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b568a-201e-00aa-6eb3-c39ceb000000
Time:2025-05-13T03:05:54.7409516Z
--------------------------------------------------------------------------------
2025/05/13 03:05:55 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b5798-201e-00aa-39b3-c39ceb000000
Time:2025-05-13T03:05:55.7793062Z
--------------------------------------------------------------------------------
2025/05/13 03:05:56 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b587d-201e-00aa-70b3-c39ceb000000
Time:2025-05-13T03:05:56.8178177Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b587d-201e-00aa-70b3-c39ceb000000
Time:2025-05-13T03:05:56.8178177Z
--------------------------------------------------------------------------------
2025/05/13 03:05:57 DEBUG : TestCopyFileMaxTransfer/: Removing directory marker
2025/05/13 03:05:57 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b5a53-201e-00aa-1eb3-c39ceb000000
Time:2025-05-13T03:05:57.8951659Z
--------------------------------------------------------------------------------
2025/05/13 03:05:58 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b5beb-201e-00aa-09b3-c39ceb000000
Time:2025-05-13T03:05:58.9332395Z
--------------------------------------------------------------------------------
2025/05/13 03:05:59 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b5d52-201e-00aa-31b3-c39ceb000000
Time:2025-05-13T03:05:59.9720911Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b5d52-201e-00aa-31b3-c39ceb000000
Time:2025-05-13T03:05:59.9720911Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCopyFileMaxTransfer
Messages: directories
--- FAIL: TestCopyFileMaxTransfer (14.44s)
=== RUN TestDeduplicateInteractive
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:06:08 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b64d8-201e-00aa-4eb3-c39ceb000000
Time:2025-05-13T03:06:08.1658910Z
--------------------------------------------------------------------------------
2025/05/13 03:06:09 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b6593-201e-00aa-70b3-c39ceb000000
Time:2025-05-13T03:06:09.2037377Z
--------------------------------------------------------------------------------
2025/05/13 03:06:10 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b6693-201e-00aa-35b3-c39ceb000000
Time:2025-05-13T03:06:10.2415128Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b6693-201e-00aa-35b3-c39ceb000000
Time:2025-05-13T03:06:10.2415128Z
--------------------------------------------------------------------------------
2025/05/13 03:06:11 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b6791-201e-00aa-7db3-c39ceb000000
Time:2025-05-13T03:06:11.2803977Z
--------------------------------------------------------------------------------
2025/05/13 03:06:12 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b688d-201e-00aa-3db3-c39ceb000000
Time:2025-05-13T03:06:12.3189144Z
--------------------------------------------------------------------------------
2025/05/13 03:06:13 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b697f-201e-00aa-74b3-c39ceb000000
Time:2025-05-13T03:06:13.3566336Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b697f-201e-00aa-74b3-c39ceb000000
Time:2025-05-13T03:06:13.3566336Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateSkip
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b7171-201e-00aa-6eb4-c39ceb000000
Time:2025-05-13T03:06:21.5510296Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b7295-201e-00aa-5cb4-c39ceb000000
Time:2025-05-13T03:06:22.5886641Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b741c-201e-00aa-3cb4-c39ceb000000
Time:2025-05-13T03:06:23.6265398Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b741c-201e-00aa-3cb4-c39ceb000000
Time:2025-05-13T03:06:23.6265398Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b755e-201e-00aa-0eb4-c39ceb000000
Time:2025-05-13T03:06:24.6642359Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b766a-201e-00aa-6ab4-c39ceb000000
Time:2025-05-13T03:06:25.7025497Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b77ae-201e-00aa-66b4-c39ceb000000
Time:2025-05-13T03:06:26.7402170Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b77ae-201e-00aa-66b4-c39ceb000000
Time:2025-05-13T03:06:26.7402170Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateSizeOnly
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b8104-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:06:34.9331580Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b820f-201e-00aa-02b4-c39ceb000000
Time:2025-05-13T03:06:35.9712279Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b8339-201e-00aa-6ab4-c39ceb000000
Time:2025-05-13T03:06:37.0090620Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b8339-201e-00aa-6ab4-c39ceb000000
Time:2025-05-13T03:06:37.0090620Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b8441-201e-00aa-48b4-c39ceb000000
Time:2025-05-13T03:06:38.0471875Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b85ea-201e-00aa-1db4-c39ceb000000
Time:2025-05-13T03:06:39.0850146Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b875d-201e-00aa-50b4-c39ceb000000
Time:2025-05-13T03:06:40.1225346Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b875d-201e-00aa-50b4-c39ceb000000
Time:2025-05-13T03:06:40.1225346Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateFirst
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9134-201e-00aa-5db4-c39ceb000000
Time:2025-05-13T03:06:48.3166825Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9222-201e-00aa-1eb4-c39ceb000000
Time:2025-05-13T03:06:49.3547228Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b931d-201e-00aa-61b4-c39ceb000000
Time:2025-05-13T03:06:50.3921474Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b931d-201e-00aa-61b4-c39ceb000000
Time:2025-05-13T03:06:50.3921474Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b93f8-201e-00aa-19b4-c39ceb000000
Time:2025-05-13T03:06:51.4305907Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b94ae-201e-00aa-2ab4-c39ceb000000
Time:2025-05-13T03:06:52.4705120Z
--------------------------------------------------------------------------------
2025/05/13 03:06: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9584-201e-00aa-51b4-c39ceb000000
Time:2025-05-13T03:06:53.5097068Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9584-201e-00aa-51b4-c39ceb000000
Time:2025-05-13T03:06:53.5097068Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:107
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateFirst
Messages: directories
--- FAIL: TestDeduplicateFirst (13.39s)
=== RUN TestDeduplicateNewest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9d88-201e-00aa-7ab4-c39ceb000000
Time:2025-05-13T03:07:01.7031934Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9e72-201e-00aa-39b4-c39ceb000000
Time:2025-05-13T03:07:02.7407491Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9f72-201e-00aa-17b4-c39ceb000000
Time:2025-05-13T03:07:03.7784022Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4b9f72-201e-00aa-17b4-c39ceb000000
Time:2025-05-13T03:07:03.7784022Z
--------------------------------------------------------------------------------
2025/05/13 03:07:04 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba04f-201e-00aa-3fb4-c39ceb000000
Time:2025-05-13T03:07:04.8165447Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba122-201e-00aa-68b4-c39ceb000000
Time:2025-05-13T03:07:05.8549576Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba229-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:07:06.8927288Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba229-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:07:06.8927288Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateNewestByHash
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:07:15 DEBUG : also/: Creating directory marker
2025/05/13 03:07:15 INFO : Azure container rclone-test-xixolev1riko: Looking for duplicate md5 hashes using newest mode.
2025/05/13 03:07:15 NOTICE: 343641b2570c68464229e28a6f0106c9: Found 3 files with duplicate md5 hashes
2025/05/13 03:07:15 INFO : one: Deleted
2025/05/13 03:07:15 INFO : also/one: Deleted
2025/05/13 03:07:15 NOTICE: 343641b2570c68464229e28a6f0106c9: Deleted 2 extra copies
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba933-201e-00aa-30b4-c39ceb000000
Time:2025-05-13T03:07:15.9006098Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ba9b3-201e-00aa-08b4-c39ceb000000
Time:2025-05-13T03:07:16.9385415Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4baa91-201e-00aa-36b4-c39ceb000000
Time:2025-05-13T03:07:17.9770693Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4baa91-201e-00aa-36b4-c39ceb000000
Time:2025-05-13T03:07:17.9770693Z
--------------------------------------------------------------------------------
2025/05/13 03:07:18 DEBUG : also/: Removing directory marker
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bab62-201e-00aa-57b4-c39ceb000000
Time:2025-05-13T03:07:19.0568588Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bac24-201e-00aa-72b4-c39ceb000000
Time:2025-05-13T03:07:20.0949892Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bacea-201e-00aa-0eb4-c39ceb000000
Time:2025-05-13T03:07:21.1339606Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bacea-201e-00aa-0eb4-c39ceb000000
Time:2025-05-13T03:07:21.1339606Z
--------------------------------------------------------------------------------
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.24s)
=== RUN TestDeduplicateOldest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb510-201e-00aa-74b4-c39ceb000000
Time:2025-05-13T03:07:29.3280688Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb5e5-201e-00aa-22b4-c39ceb000000
Time:2025-05-13T03:07:30.3658209Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb6a2-201e-00aa-31b4-c39ceb000000
Time:2025-05-13T03:07:31.4040801Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb6a2-201e-00aa-31b4-c39ceb000000
Time:2025-05-13T03:07:31.4040801Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb752-201e-00aa-32b4-c39ceb000000
Time:2025-05-13T03:07:32.4424692Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb821-201e-00aa-4db4-c39ceb000000
Time:2025-05-13T03:07:33.4805666Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb8fd-201e-00aa-6bb4-c39ceb000000
Time:2025-05-13T03:07:34.5183997Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bb8fd-201e-00aa-6bb4-c39ceb000000
Time:2025-05-13T03:07:34.5183997Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateLargest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:07:42 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc02d-201e-00aa-1fb4-c39ceb000000
Time:2025-05-13T03:07:42.7127771Z
--------------------------------------------------------------------------------
2025/05/13 03:07:43 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc1be-201e-00aa-3cb4-c39ceb000000
Time:2025-05-13T03:07:43.7502901Z
--------------------------------------------------------------------------------
2025/05/13 03:07:44 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc2f1-201e-00aa-24b4-c39ceb000000
Time:2025-05-13T03:07:44.7876400Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc2f1-201e-00aa-24b4-c39ceb000000
Time:2025-05-13T03:07:44.7876400Z
--------------------------------------------------------------------------------
2025/05/13 03:07:45 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc400-201e-00aa-78b4-c39ceb000000
Time:2025-05-13T03:07:45.8266722Z
--------------------------------------------------------------------------------
2025/05/13 03:07:46 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc573-201e-00aa-30b4-c39ceb000000
Time:2025-05-13T03:07:46.8646962Z
--------------------------------------------------------------------------------
2025/05/13 03:07:47 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc6bb-201e-00aa-3ab4-c39ceb000000
Time:2025-05-13T03:07:47.9025775Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bc6bb-201e-00aa-3ab4-c39ceb000000
Time:2025-05-13T03:07:47.9025775Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateSmallest
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:07:56 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bce49-201e-00aa-76b4-c39ceb000000
Time:2025-05-13T03:07:56.0966931Z
--------------------------------------------------------------------------------
2025/05/13 03:07:57 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bcf15-201e-00aa-08b4-c39ceb000000
Time:2025-05-13T03:07:57.1343507Z
--------------------------------------------------------------------------------
2025/05/13 03:07:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bcfd7-201e-00aa-25b4-c39ceb000000
Time:2025-05-13T03:07:58.1719946Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bcfd7-201e-00aa-25b4-c39ceb000000
Time:2025-05-13T03:07:58.1719946Z
--------------------------------------------------------------------------------
2025/05/13 03:07: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bd0b3-201e-00aa-5ab4-c39ceb000000
Time:2025-05-13T03:07:59.2100851Z
--------------------------------------------------------------------------------
2025/05/13 03:08: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bd175-201e-00aa-63b4-c39ceb000000
Time:2025-05-13T03:08:00.2481315Z
--------------------------------------------------------------------------------
2025/05/13 03:08: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bd25e-201e-00aa-1fb4-c39ceb000000
Time:2025-05-13T03:08:01.2863829Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bd25e-201e-00aa-1fb4-c39ceb000000
Time:2025-05-13T03:08:01.2863829Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestDeduplicateRename
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:24: Can't test deduplicate - no duplicate files possible
2025/05/13 03:08:09 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bda8b-201e-00aa-35b4-c39ceb000000
Time:2025-05-13T03:08:09.4821623Z
--------------------------------------------------------------------------------
2025/05/13 03:08:10 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdb68-201e-00aa-5bb4-c39ceb000000
Time:2025-05-13T03:08:10.5196192Z
--------------------------------------------------------------------------------
2025/05/13 03:08:11 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdc29-201e-00aa-6fb4-c39ceb000000
Time:2025-05-13T03:08:11.5574173Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdc29-201e-00aa-6fb4-c39ceb000000
Time:2025-05-13T03:08:11.5574173Z
--------------------------------------------------------------------------------
2025/05/13 03:08:12 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdd15-201e-00aa-1eb4-c39ceb000000
Time:2025-05-13T03:08:12.5949684Z
--------------------------------------------------------------------------------
2025/05/13 03:08:13 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bde13-201e-00aa-6cb4-c39ceb000000
Time:2025-05-13T03:08:13.6343419Z
--------------------------------------------------------------------------------
2025/05/13 03:08:14 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdf12-201e-00aa-29b4-c39ceb000000
Time:2025-05-13T03:08:14.6723611Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bdf12-201e-00aa-29b4-c39ceb000000
Time:2025-05-13T03:08:14.6723611Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1121
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1097
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:24
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/dedupe_test.go:214
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDeduplicateRename
Messages: directories
--- FAIL: TestDeduplicateRename (13.39s)
=== RUN TestMergeDirs
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
dedupe_test.go:256: Can't merge directories
2025/05/13 03:08:22 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4be626-201e-00aa-58b4-c39ceb000000
Time:2025-05-13T03:08:22.8713762Z
--------------------------------------------------------------------------------
2025/05/13 03:08:23 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4be719-201e-00aa-17b4-c39ceb000000
Time:2025-05-13T03:08:23.9092586Z
--------------------------------------------------------------------------------
2025/05/13 03:08:24 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4be87d-201e-00aa-0db4-c39ceb000000
Time:2025-05-13T03:08:24.9475865Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4be87d-201e-00aa-0db4-c39ceb000000
Time:2025-05-13T03:08:24.9475865Z
--------------------------------------------------------------------------------
2025/05/13 03:08:25 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4be929-201e-00aa-06b4-c39ceb000000
Time:2025-05-13T03:08:25.9859492Z
--------------------------------------------------------------------------------
2025/05/13 03:08:27 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bea04-201e-00aa-2ab4-c39ceb000000
Time:2025-05-13T03:08:27.0242037Z
--------------------------------------------------------------------------------
2025/05/13 03:08:28 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4beb00-201e-00aa-77b4-c39ceb000000
Time:2025-05-13T03:08:28.0618703Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4beb00-201e-00aa-77b4-c39ceb000000
Time:2025-05-13T03:08:28.0618703Z
--------------------------------------------------------------------------------
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.38s)
=== RUN TestListDirSorted
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:08:36 DEBUG : sub dir/: Creating directory marker
2025/05/13 03:08:36 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/13 03:08:36 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/13 03:08:37 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/13 03:08:37 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/13 03:08:37 DEBUG : sub dir/: Removing directory marker
2025/05/13 03:08:37 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf411-201e-00aa-15b4-c39ceb000000
Time:2025-05-13T03:08:37.7264191Z
--------------------------------------------------------------------------------
2025/05/13 03:08:38 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf4fb-201e-00aa-5db4-c39ceb000000
Time:2025-05-13T03:08:38.7647336Z
--------------------------------------------------------------------------------
2025/05/13 03:08:39 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf5fa-201e-00aa-29b4-c39ceb000000
Time:2025-05-13T03:08:39.8032227Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf5fa-201e-00aa-29b4-c39ceb000000
Time:2025-05-13T03:08:39.8032227Z
--------------------------------------------------------------------------------
2025/05/13 03:08:40 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf6ff-201e-00aa-79b4-c39ceb000000
Time:2025-05-13T03:08:40.8424837Z
--------------------------------------------------------------------------------
2025/05/13 03:08:41 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bf800-201e-00aa-46b4-c39ceb000000
Time:2025-05-13T03:08:41.8804480Z
--------------------------------------------------------------------------------
2025/05/13 03:08:42 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bfa30-201e-00aa-7db4-c39ceb000000
Time:2025-05-13T03:08:42.9188926Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4bfa30-201e-00aa-7db4-c39ceb000000
Time:2025-05-13T03:08:42.9188926Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:111
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestListDirSorted
Messages: directories
--- FAIL: TestListDirSorted (14.86s)
=== RUN TestListDirSortedFn
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:08:51 DEBUG : sub dir/: Creating directory marker
2025/05/13 03:08:51 DEBUG : sub dir/ignore dir/: Creating directory marker
2025/05/13 03:08:51 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/13 03:08:52 DEBUG : sub dir/sub sub dir/: Removing directory marker
2025/05/13 03:08:52 DEBUG : sub dir/ignore dir/: Removing directory marker
2025/05/13 03:08:52 DEBUG : sub dir/: Removing directory marker
2025/05/13 03:08: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c0444-201e-00aa-60b4-c39ceb000000
Time:2025-05-13T03:08:52.5814862Z
--------------------------------------------------------------------------------
2025/05/13 03:08: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c0550-201e-00aa-34b4-c39ceb000000
Time:2025-05-13T03:08:53.6195543Z
--------------------------------------------------------------------------------
2025/05/13 03:08: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c06ae-201e-00aa-0bb4-c39ceb000000
Time:2025-05-13T03:08:54.6575041Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c06ae-201e-00aa-0bb4-c39ceb000000
Time:2025-05-13T03:08:54.6575041Z
--------------------------------------------------------------------------------
2025/05/13 03:08:55 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c07e2-201e-00aa-66b4-c39ceb000000
Time:2025-05-13T03:08:55.6963808Z
--------------------------------------------------------------------------------
2025/05/13 03:08:56 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c08b1-201e-00aa-0cb4-c39ceb000000
Time:2025-05-13T03:08:56.7344280Z
--------------------------------------------------------------------------------
2025/05/13 03:08:57 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c09a6-201e-00aa-4cb4-c39ceb000000
Time:2025-05-13T03:08:57.7726770Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c09a6-201e-00aa-4cb4-c39ceb000000
Time:2025-05-13T03:08:57.7726770Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/runtime/panic.go:629
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1006
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:57
/home/rclone/go/src/github.com/rclone/rclone/fs/operations/listdirsorted_test.go:125
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestListDirSortedFn
Messages: directories
--- FAIL: TestListDirSortedFn (14.86s)
=== RUN TestListJSON
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:09:06 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/13 03:09:06 DEBUG : sub/: Removing directory marker
2025/05/13 03:09:06 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c10fc-201e-00aa-6ab4-c39ceb000000
Time:2025-05-13T03:09:06.8835577Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c11d5-201e-00aa-13b4-c39ceb000000
Time:2025-05-13T03:09:07.9211193Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c12ab-201e-00aa-44b4-c39ceb000000
Time:2025-05-13T03:09:08.9593325Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c12ab-201e-00aa-44b4-c39ceb000000
Time:2025-05-13T03:09:08.9593325Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1389-201e-00aa-6db4-c39ceb000000
Time:2025-05-13T03:09:09.9970517Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1434-201e-00aa-76b4-c39ceb000000
Time:2025-05-13T03:09:11.0358962Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1527-201e-00aa-37b4-c39ceb000000
Time:2025-05-13T03:09:12.0745493Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1527-201e-00aa-37b4-c39ceb000000
Time:2025-05-13T03:09:12.0745493Z
--------------------------------------------------------------------------------
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.30s)
--- FAIL: TestListJSON/Default (0.04s)
--- PASS: TestListJSON/FilesOnly (0.04s)
--- FAIL: TestListJSON/DirsOnly (0.04s)
--- FAIL: TestListJSON/Recurse (0.07s)
--- PASS: TestListJSON/SubDir (0.04s)
--- PASS: TestListJSON/NoModTime (0.04s)
--- PASS: TestListJSON/NoMimeType (0.04s)
--- PASS: TestListJSON/ShowHash (0.04s)
--- PASS: TestListJSON/HashTypes (0.04s)
--- FAIL: TestListJSON/Metadata (0.04s)
=== RUN TestStatJSON
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:09:20 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/13 03:09:21 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/notfound"
2025/05/13 03:09:21 DEBUG : Config file has changed externally - reloading
2025/05/13 03:09:21 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:09:21 DEBUG : Azure container rclone-test-xixolev1riko path notfound: Using directory markers
2025/05/13 03:09:21 DEBUG : sub/: Removing directory marker
2025/05/13 03:09:21 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1e9c-201e-00aa-3fb4-c39ceb000000
Time:2025-05-13T03:09:21.3681492Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c1f84-201e-00aa-6eb4-c39ceb000000
Time:2025-05-13T03:09:22.4058527Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2089-201e-00aa-37b4-c39ceb000000
Time:2025-05-13T03:09:23.4444559Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2089-201e-00aa-37b4-c39ceb000000
Time:2025-05-13T03:09:23.4444559Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c21c3-201e-00aa-7fb4-c39ceb000000
Time:2025-05-13T03:09:24.4829384Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c22d0-201e-00aa-5ab4-c39ceb000000
Time:2025-05-13T03:09:25.5213577Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c23b4-201e-00aa-0cb4-c39ceb000000
Time:2025-05-13T03:09:26.5593767Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c23b4-201e-00aa-0cb4-c39ceb000000
Time:2025-05-13T03:09:26.5593767Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestStatJSON
Messages: directories
--- FAIL: TestStatJSON (14.48s)
--- PASS: TestStatJSON/Root (0.04s)
--- PASS: TestStatJSON/RootFilesOnly (0.00s)
--- PASS: TestStatJSON/RootDirsOnly (0.04s)
--- PASS: TestStatJSON/Dir (0.07s)
--- PASS: TestStatJSON/DirWithTrailingSlash (0.04s)
--- PASS: TestStatJSON/File (0.04s)
--- PASS: TestStatJSON/NotFound (0.08s)
--- PASS: TestStatJSON/DirFilesOnly (0.04s)
--- PASS: TestStatJSON/FileFilesOnly (0.04s)
--- PASS: TestStatJSON/NotFoundFilesOnly (0.04s)
--- PASS: TestStatJSON/DirDirsOnly (0.04s)
--- PASS: TestStatJSON/FileDirsOnly (0.04s)
--- PASS: TestStatJSON/NotFoundDirsOnly (0.04s)
--- PASS: TestStatJSON/RootNotFound (0.11s)
=== RUN TestMkdir
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:09:34 INFO : Azure container rclone-test-xixolev1riko: Making directory
2025/05/13 03:09:34 INFO : Azure container rclone-test-xixolev1riko: Making directory
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2c90-201e-00aa-3db4-c39ceb000000
Time:2025-05-13T03:09:34.7911860Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2da7-201e-00aa-26b4-c39ceb000000
Time:2025-05-13T03:09:35.8296048Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2ee0-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:09:36.8685222Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c2ee0-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:09:36.8685222Z
--------------------------------------------------------------------------------
2025/05/13 03:09:37 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c3041-201e-00aa-27b4-c39ceb000000
Time:2025-05-13T03:09:37.9067305Z
--------------------------------------------------------------------------------
2025/05/13 03:09:38 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c31d5-201e-00aa-7ab4-c39ceb000000
Time:2025-05-13T03:09:38.9444880Z
--------------------------------------------------------------------------------
2025/05/13 03:09:39 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c3325-201e-00aa-35b4-c39ceb000000
Time:2025-05-13T03:09:39.9830256Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c3325-201e-00aa-35b4-c39ceb000000
Time:2025-05-13T03:09:39.9830256Z
--------------------------------------------------------------------------------
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.42s)
=== RUN TestLsd
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:09:48 DEBUG : sub dir/: Creating directory marker
2025/05/13 03:09:48 DEBUG : sub dir/: Removing directory marker
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4187-201e-00aa-1cb4-c39ceb000000
Time:2025-05-13T03:09:48.5601308Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c42bd-201e-00aa-7cb4-c39ceb000000
Time:2025-05-13T03:09:49.5980878Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4408-201e-00aa-78b4-c39ceb000000
Time:2025-05-13T03:09:50.6360169Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4408-201e-00aa-78b4-c39ceb000000
Time:2025-05-13T03:09:50.6360169Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4531-201e-00aa-60b4-c39ceb000000
Time:2025-05-13T03:09:51.6740424Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4659-201e-00aa-51b4-c39ceb000000
Time:2025-05-13T03:09:52.7117022Z
--------------------------------------------------------------------------------
2025/05/13 03:09: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c473e-201e-00aa-09b4-c39ceb000000
Time:2025-05-13T03:09:53.7499373Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c473e-201e-00aa-09b4-c39ceb000000
Time:2025-05-13T03:09:53.7499373Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsd
Messages: directories
--- FAIL: TestLsd (13.77s)
=== RUN TestLs
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c4fe6-201e-00aa-10b4-c39ceb000000
Time:2025-05-13T03:10:02.3631888Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c50fb-201e-00aa-75b4-c39ceb000000
Time:2025-05-13T03:10:03.4013121Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c51f5-201e-00aa-38b4-c39ceb000000
Time:2025-05-13T03:10:04.4391725Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c51f5-201e-00aa-38b4-c39ceb000000
Time:2025-05-13T03:10:04.4391725Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c5359-201e-00aa-58b4-c39ceb000000
Time:2025-05-13T03:10:05.4772272Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c54b4-201e-00aa-74b4-c39ceb000000
Time:2025-05-13T03:10:06.5151358Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c5608-201e-00aa-77b4-c39ceb000000
Time:2025-05-13T03:10:07.5534711Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c5608-201e-00aa-77b4-c39ceb000000
Time:2025-05-13T03:10:07.5534711Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLs
Messages: directories
--- FAIL: TestLs (13.80s)
=== RUN TestLsWithFilesFrom
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:10:15 DEBUG : empty space: Excluded (FilesFrom Filter)
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c5f01-201e-00aa-70b4-c39ceb000000
Time:2025-05-13T03:10:16.2341452Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c5fb8-201e-00aa-7eb4-c39ceb000000
Time:2025-05-13T03:10:17.2730500Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c60c2-201e-00aa-46b4-c39ceb000000
Time:2025-05-13T03:10:18.3119225Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c60c2-201e-00aa-46b4-c39ceb000000
Time:2025-05-13T03:10:18.3119225Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6199-201e-00aa-6eb4-c39ceb000000
Time:2025-05-13T03:10:19.3504005Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c62bd-201e-00aa-40b4-c39ceb000000
Time:2025-05-13T03:10:20.3879728Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c63e8-201e-00aa-0ab4-c39ceb000000
Time:2025-05-13T03:10:21.4260380Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c63e8-201e-00aa-0ab4-c39ceb000000
Time:2025-05-13T03:10:21.4260380Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsWithFilesFrom
Messages: directories
--- FAIL: TestLsWithFilesFrom (13.87s)
=== RUN TestLsLong
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:10:30 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6c8f-201e-00aa-0cb4-c39ceb000000
Time:2025-05-13T03:10:30.0382184Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6d4a-201e-00aa-27b4-c39ceb000000
Time:2025-05-13T03:10:31.0758727Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6e27-201e-00aa-48b4-c39ceb000000
Time:2025-05-13T03:10:32.1153562Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6e27-201e-00aa-48b4-c39ceb000000
Time:2025-05-13T03:10:32.1153562Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c6f0d-201e-00aa-74b4-c39ceb000000
Time:2025-05-13T03:10:33.1551244Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c7039-201e-00aa-6cb4-c39ceb000000
Time:2025-05-13T03:10:34.1940530Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c71d3-201e-00aa-19b4-c39ceb000000
Time:2025-05-13T03:10:35.2324398Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c71d3-201e-00aa-19b4-c39ceb000000
Time:2025-05-13T03:10:35.2324398Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestLsLong
Messages: directories
--- FAIL: TestLsLong (13.81s)
=== RUN TestHashSums
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
=== RUN TestHashSums/Md5
=== RUN TestHashSums/Md5Download
2025/05/13 03:10:43 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16f4cc-d01e-005a-0db4-c3da1a000000
Time:2025-05-13T03:10:43.9543954Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16f6a0-d01e-005a-30b4-c3da1a000000
Time:2025-05-13T03:10:44.9919978Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16f923-d01e-005a-03b4-c3da1a000000
Time:2025-05-13T03:10:46.0291630Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16f923-d01e-005a-03b4-c3da1a000000
Time:2025-05-13T03:10:46.0291630Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16fb88-d01e-005a-39b4-c3da1a000000
Time:2025-05-13T03:10:47.0662964Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16fdfb-d01e-005a-60b4-c3da1a000000
Time:2025-05-13T03:10:48.1044700Z
--------------------------------------------------------------------------------
2025/05/13 03:10: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16ff62-d01e-005a-01b4-c3da1a000000
Time:2025-05-13T03:10:49.1424779Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b16ff62-d01e-005a-01b4-c3da1a000000
Time:2025-05-13T03:10:49.1424779Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestHashSums
Messages: directories
--- FAIL: TestHashSums (13.91s)
--- PASS: TestHashSums/Md5 (0.07s)
--- PASS: TestHashSums/Md5Download (0.12s)
=== RUN TestHashSumsWithErrors
2025/05/13 03:10:57 DEBUG : Creating backend with remote ":memory:"
2025/05/13 03:10:57 DEBUG : Config file has changed externally - reloading
2025/05/13 03:10:57 ERROR : file1: hash unsupported: hash type not supported
--- PASS: TestHashSumsWithErrors (0.00s)
=== RUN TestHashStream
2025/05/13 03:10:57 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating md5 hash of 0 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating sha1 hash of 0 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating md5 hash of 12 bytes read from input stream
2025/05/13 03:10:57 DEBUG : Creating sha1 hash of 12 bytes read from input stream
2025/05/13 03:10:57 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:10:57 DEBUG : sub dir/: Creating directory marker
2025/05/13 03:10:57 DEBUG : sub dir/: Removing directory marker
2025/05/13 03:10:57 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b170ece-d01e-005a-69b4-c3da1a000000
Time:2025-05-13T03:10:57.9379356Z
--------------------------------------------------------------------------------
2025/05/13 03:10:58 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1710f9-d01e-005a-5ab4-c3da1a000000
Time:2025-05-13T03:10:58.9758548Z
--------------------------------------------------------------------------------
2025/05/13 03:10:59 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1712eb-d01e-005a-7bb4-c3da1a000000
Time:2025-05-13T03:11:00.0136591Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1712eb-d01e-005a-7bb4-c3da1a000000
Time:2025-05-13T03:11:00.0136591Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17149d-d01e-005a-02b4-c3da1a000000
Time:2025-05-13T03:11:01.0509728Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1716c6-d01e-005a-05b4-c3da1a000000
Time:2025-05-13T03:11:02.0892332Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b171922-d01e-005a-2db4-c3da1a000000
Time:2025-05-13T03:11:03.1265740Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b171922-d01e-005a-2db4-c3da1a000000
Time:2025-05-13T03:11:03.1265740Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCount
Messages: directories
--- FAIL: TestCount (13.98s)
=== RUN TestDelete
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:11:11 DEBUG : Waiting for deletions to finish
2025/05/13 03:11:11 DEBUG : large: Excluded (Size Filter)
2025/05/13 03:11:11 INFO : medium: Deleted
2025/05/13 03:11:11 INFO : small: Deleted
2025/05/13 03:11:11 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c99cf-201e-00aa-78b4-c39ceb000000
Time:2025-05-13T03:11:11.8935656Z
--------------------------------------------------------------------------------
2025/05/13 03:11:12 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9ade-201e-00aa-57b4-c39ceb000000
Time:2025-05-13T03:11:12.9322199Z
--------------------------------------------------------------------------------
2025/05/13 03:11:13 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9bf8-201e-00aa-49b4-c39ceb000000
Time:2025-05-13T03:11:13.9704919Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9bf8-201e-00aa-49b4-c39ceb000000
Time:2025-05-13T03:11:13.9704919Z
--------------------------------------------------------------------------------
2025/05/13 03:11:14 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9ced-201e-00aa-0ab4-c39ceb000000
Time:2025-05-13T03:11:15.0091521Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9dc7-201e-00aa-3eb4-c39ceb000000
Time:2025-05-13T03:11:16.0468770Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9e90-201e-00aa-62b4-c39ceb000000
Time:2025-05-13T03:11:17.0852763Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4c9e90-201e-00aa-62b4-c39ceb000000
Time:2025-05-13T03:11:17.0852763Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDelete
Messages: directories
--- FAIL: TestDelete (13.96s)
=== RUN TestMaxDelete
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:11:25 DEBUG : Waiting for deletions to finish
2025/05/13 03:11:25 ERROR : small: Got fatal error on delete: --max-delete threshold reached
2025/05/13 03:11:25 INFO : medium: Deleted
2025/05/13 03:11:25 INFO : large: Deleted
2025/05/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ca83c-201e-00aa-2db4-c39ceb000000
Time:2025-05-13T03:11:25.8495444Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ca913-201e-00aa-5bb4-c39ceb000000
Time:2025-05-13T03:11:26.8872320Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4caa33-201e-00aa-3bb4-c39ceb000000
Time:2025-05-13T03:11:27.9250754Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4caa33-201e-00aa-3bb4-c39ceb000000
Time:2025-05-13T03:11:27.9250754Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cab13-201e-00aa-6db4-c39ceb000000
Time:2025-05-13T03:11:28.9636516Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cabc2-201e-00aa-74b4-c39ceb000000
Time:2025-05-13T03:11:30.0022055Z
--------------------------------------------------------------------------------
2025/05/13 03:11:31 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cacc6-201e-00aa-4bb4-c39ceb000000
Time:2025-05-13T03:11:31.0408064Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cacc6-201e-00aa-4bb4-c39ceb000000
Time:2025-05-13T03:11:31.0408064Z
--------------------------------------------------------------------------------
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/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb48a-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:11:39.2339418Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb59d-201e-00aa-19b4-c39ceb000000
Time:2025-05-13T03:11:40.2718106Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb692-201e-00aa-5fb4-c39ceb000000
Time:2025-05-13T03:11:41.3106878Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb692-201e-00aa-5fb4-c39ceb000000
Time:2025-05-13T03:11:41.3106878Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb782-201e-00aa-11b4-c39ceb000000
Time:2025-05-13T03:11:42.3494577Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb891-201e-00aa-41b4-c39ceb000000
Time:2025-05-13T03:11:43.3876890Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb98b-201e-00aa-06b4-c39ceb000000
Time:2025-05-13T03:11:44.4255653Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cb98b-201e-00aa-06b4-c39ceb000000
Time:2025-05-13T03:11:44.4255653Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDelete
Messages: directories
--- FAIL: TestMaxDelete (27.34s)
=== RUN TestMaxDeleteSizeLargeFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:11:52 DEBUG : Waiting for deletions to finish
2025/05/13 03:11:52 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached
2025/05/13 03:11:52 INFO : small: Deleted
2025/05/13 03:11:52 INFO : medium: Deleted
2025/05/13 03:11:53 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc24e-201e-00aa-13b4-c39ceb000000
Time:2025-05-13T03:11:53.1869175Z
--------------------------------------------------------------------------------
2025/05/13 03:11:54 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc38c-201e-00aa-53b4-c39ceb000000
Time:2025-05-13T03:11:54.2251129Z
--------------------------------------------------------------------------------
2025/05/13 03:11:55 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc494-201e-00aa-80b4-c39ceb000000
Time:2025-05-13T03:11:55.2632109Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc494-201e-00aa-80b4-c39ceb000000
Time:2025-05-13T03:11:55.2632109Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc55a-201e-00aa-17b4-c39ceb000000
Time:2025-05-13T03:11:56.3020706Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc629-201e-00aa-48b4-c39ceb000000
Time:2025-05-13T03:11:57.3402760Z
--------------------------------------------------------------------------------
2025/05/13 03:11: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc71f-201e-00aa-15b4-c39ceb000000
Time:2025-05-13T03:11:58.3790635Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cc71f-201e-00aa-15b4-c39ceb000000
Time:2025-05-13T03:11:58.3790635Z
--------------------------------------------------------------------------------
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/13 03:12: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4ccf39-201e-00aa-45b4-c39ceb000000
Time:2025-05-13T03:12:06.5739967Z
--------------------------------------------------------------------------------
2025/05/13 03:12: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd04b-201e-00aa-33b4-c39ceb000000
Time:2025-05-13T03:12:07.6118315Z
--------------------------------------------------------------------------------
2025/05/13 03:12: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd14b-201e-00aa-16b4-c39ceb000000
Time:2025-05-13T03:12:08.6497688Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd14b-201e-00aa-16b4-c39ceb000000
Time:2025-05-13T03:12:08.6497688Z
--------------------------------------------------------------------------------
2025/05/13 03:12: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd268-201e-00aa-01b4-c39ceb000000
Time:2025-05-13T03:12:09.6876394Z
--------------------------------------------------------------------------------
2025/05/13 03:12: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd347-201e-00aa-34b4-c39ceb000000
Time:2025-05-13T03:12:10.7263160Z
--------------------------------------------------------------------------------
2025/05/13 03:12: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd428-201e-00aa-75b4-c39ceb000000
Time:2025-05-13T03:12:11.7645050Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:3e4cd428-201e-00aa-75b4-c39ceb000000
Time:2025-05-13T03:12:11.7645050Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSizeLargeFile
Messages: directories
--- FAIL: TestMaxDeleteSizeLargeFile (27.34s)
=== RUN TestMaxDeleteSize
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:12:20 DEBUG : Waiting for deletions to finish
2025/05/13 03:12:20 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached
2025/05/13 03:12:20 INFO : large: Deleted
2025/05/13 03:12:20 INFO : medium: Deleted
2025/05/13 03:12: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1786fb-d01e-005a-6cb4-c3da1a000000
Time:2025-05-13T03:12:20.5317454Z
--------------------------------------------------------------------------------
2025/05/13 03:12:21 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b178862-d01e-005a-1eb4-c3da1a000000
Time:2025-05-13T03:12:21.5692566Z
--------------------------------------------------------------------------------
2025/05/13 03:12:22 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1789ed-d01e-005a-03b4-c3da1a000000
Time:2025-05-13T03:12:22.6068279Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1789ed-d01e-005a-03b4-c3da1a000000
Time:2025-05-13T03:12:22.6068279Z
--------------------------------------------------------------------------------
2025/05/13 03:12:23 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b178bd5-d01e-005a-3db4-c3da1a000000
Time:2025-05-13T03:12:23.6465969Z
--------------------------------------------------------------------------------
2025/05/13 03:12:24 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b178d5d-d01e-005a-10b4-c3da1a000000
Time:2025-05-13T03:12:24.6845730Z
--------------------------------------------------------------------------------
2025/05/13 03:12:25 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b178f2c-d01e-005a-6bb4-c3da1a000000
Time:2025-05-13T03:12:25.7220438Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b178f2c-d01e-005a-6bb4-c3da1a000000
Time:2025-05-13T03:12:25.7220438Z
--------------------------------------------------------------------------------
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/13 03:12:33 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b179c3c-d01e-005a-60b4-c3da1a000000
Time:2025-05-13T03:12:33.9133238Z
--------------------------------------------------------------------------------
2025/05/13 03:12:34 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b179de6-d01e-005a-52b4-c3da1a000000
Time:2025-05-13T03:12:34.9507817Z
--------------------------------------------------------------------------------
2025/05/13 03:12:35 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b179f92-d01e-005a-4bb4-c3da1a000000
Time:2025-05-13T03:12:35.9889207Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b179f92-d01e-005a-4bb4-c3da1a000000
Time:2025-05-13T03:12:35.9889207Z
--------------------------------------------------------------------------------
2025/05/13 03:12:37 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17a0ca-d01e-005a-50b4-c3da1a000000
Time:2025-05-13T03:12:37.0260318Z
--------------------------------------------------------------------------------
2025/05/13 03:12:38 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17a27d-d01e-005a-41b4-c3da1a000000
Time:2025-05-13T03:12:38.0657231Z
--------------------------------------------------------------------------------
2025/05/13 03:12:39 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17a41e-d01e-005a-23b4-c3da1a000000
Time:2025-05-13T03:12:39.1033852Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17a41e-d01e-005a-23b4-c3da1a000000
Time:2025-05-13T03:12:39.1033852Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestMaxDeleteSize
Messages: directories
--- FAIL: TestMaxDeleteSize (27.34s)
=== RUN TestReadFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:12:47 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17af89-d01e-005a-6cb4-c3da1a000000
Time:2025-05-13T03:12:47.5891801Z
--------------------------------------------------------------------------------
2025/05/13 03:12:48 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b0ef-d01e-005a-1eb4-c3da1a000000
Time:2025-05-13T03:12:48.6267305Z
--------------------------------------------------------------------------------
2025/05/13 03:12:49 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b211-d01e-005a-1ab4-c3da1a000000
Time:2025-05-13T03:12:49.6652033Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b211-d01e-005a-1ab4-c3da1a000000
Time:2025-05-13T03:12:49.6652033Z
--------------------------------------------------------------------------------
2025/05/13 03:12:50 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b400-d01e-005a-47b4-c3da1a000000
Time:2025-05-13T03:12:50.7041117Z
--------------------------------------------------------------------------------
2025/05/13 03:12:51 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b562-d01e-005a-78b4-c3da1a000000
Time:2025-05-13T03:12:51.7414379Z
--------------------------------------------------------------------------------
2025/05/13 03:12:52 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b6c4-d01e-005a-2ab4-c3da1a000000
Time:2025-05-13T03:12:52.7793459Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17b6c4-d01e-005a-2ab4-c3da1a000000
Time:2025-05-13T03:12:52.7793459Z
--------------------------------------------------------------------------------
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/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c270-d01e-005a-53b4-c3da1a000000
Time:2025-05-13T03:13:00.9728955Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c3a5-d01e-005a-4ab4-c3da1a000000
Time:2025-05-13T03:13:02.0109564Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c52a-d01e-005a-14b4-c3da1a000000
Time:2025-05-13T03:13:03.0490753Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c52a-d01e-005a-14b4-c3da1a000000
Time:2025-05-13T03:13:03.0490753Z
--------------------------------------------------------------------------------
2025/05/13 03:13:04 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c705-d01e-005a-44b4-c3da1a000000
Time:2025-05-13T03:13:04.0882814Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17c8c5-d01e-005a-53b4-c3da1a000000
Time:2025-05-13T03:13:05.1256955Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17caaf-d01e-005a-09b4-c3da1a000000
Time:2025-05-13T03:13:06.1628307Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17caaf-d01e-005a-09b4-c3da1a000000
Time:2025-05-13T03:13:06.1628307Z
--------------------------------------------------------------------------------
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.06s)
=== RUN TestRetry
2025/05/13 03:13:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5
2025/05/13 03:13:14 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5
2025/05/13 03:13:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/13 03:13:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/13 03:13:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/13 03:13:14 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG
2025/05/13 03:13:14 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17d909-d01e-005a-2ab4-c3da1a000000
Time:2025-05-13T03:13:15.4907474Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17da78-d01e-005a-67b4-c3da1a000000
Time:2025-05-13T03:13:16.5281745Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17dbac-d01e-005a-76b4-c3da1a000000
Time:2025-05-13T03:13:17.5652025Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17dbac-d01e-005a-76b4-c3da1a000000
Time:2025-05-13T03:13:17.5652025Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17dd25-d01e-005a-27b4-c3da1a000000
Time:2025-05-13T03:13:18.6023185Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17de71-d01e-005a-3bb4-c3da1a000000
Time:2025-05-13T03:13:19.6433725Z
--------------------------------------------------------------------------------
2025/05/13 03:13: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17dfcb-d01e-005a-66b4-c3da1a000000
Time:2025-05-13T03:13:20.6820890Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b17dfcb-d01e-005a-66b4-c3da1a000000
Time:2025-05-13T03:13:20.6820890Z
--------------------------------------------------------------------------------
fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3
fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3
fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3
fstest.go:321:
Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321
/home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:173
/home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:388
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1176
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1354
/home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.0.linux-amd64/src/testing/testing.go:1684
Error: Not equal:
expected: []string{}
actual : []string{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestCat
Messages: directories
--- FAIL: TestCat (14.47s)
=== RUN TestPurge
2025/05/13 03:13:28 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-qovimid8waca"
2025/05/13 03:13:28 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/05/13 03:13:28 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:13:28 DEBUG : Azure container rclone-test-qovimid8waca: Using directory markers
2025/05/13 03:13:28 DEBUG : Creating backend with remote "/tmp/rclone203065039"
run.go:180: Remote "Azure container rclone-test-qovimid8waca", Local "Local file system at /tmp/rclone203065039", Modify Window "1ns"
2025/05/13 03:13:28 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/13 03:13:28 DEBUG : A1/B1/: Creating directory marker
2025/05/13 03:13:29 DEBUG : A1/: Creating directory marker
2025/05/13 03:13:29 INFO : A2: Making directory
2025/05/13 03:13:29 DEBUG : A2/: Creating directory marker
2025/05/13 03:13:29 INFO : A1/B2: Making directory
2025/05/13 03:13:29 DEBUG : A1/B2/: Creating directory marker
2025/05/13 03:13:29 INFO : A1/B2/C2: Making directory
2025/05/13 03:13:29 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/13 03:13:29 INFO : A1/B1/C3: Making directory
2025/05/13 03:13:29 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/13 03:13:29 INFO : A3: Making directory
2025/05/13 03:13:29 DEBUG : A3/: Creating directory marker
2025/05/13 03:13:29 INFO : A3/B3: Making directory
2025/05/13 03:13:29 DEBUG : A3/B3/: Creating directory marker
2025/05/13 03:13:29 INFO : A3/B3/C4: Making directory
2025/05/13 03:13:29 DEBUG : A3/B3/C4/: Creating directory marker
2025/05/13 03:13:30 DEBUG : Waiting for deletions to finish
2025/05/13 03:13:30 INFO : A1/B1/C1/one: Deleted
2025/05/13 03:13:30 DEBUG : removing 2 level 3 directories
2025/05/13 03:13:30 INFO : A1/B1/C3: Removing directory
2025/05/13 03:13:30 INFO : A1/B1/C1: Removing directory
2025/05/13 03:13:30 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/13 03:13:30 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/13 03:13:30 DEBUG : removing 1 level 2 directories
2025/05/13 03:13:30 INFO : A1/B1: Removing directory
2025/05/13 03:13:30 DEBUG : A1/B1/: Removing directory marker
2025/05/13 03:13:30 DEBUG : Azure container rclone-test-qovimid8waca: Purge remote
2025/05/13 03:13:30 NOTICE: purge failed: bucket already deleted
--- PASS: TestPurge (1.73s)
=== RUN TestRmdirsNoLeaveRoot
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:13:30 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/13 03:13:30 DEBUG : A1/B1/: Creating directory marker
2025/05/13 03:13:30 DEBUG : A1/: Creating directory marker
2025/05/13 03:13:30 INFO : A2: Making directory
2025/05/13 03:13:30 DEBUG : A2/: Creating directory marker
2025/05/13 03:13:30 INFO : A1/B2: Making directory
2025/05/13 03:13:30 DEBUG : A1/B2/: Creating directory marker
2025/05/13 03:13:31 INFO : A1/B2/C2: Making directory
2025/05/13 03:13:31 DEBUG : A1/B2/C2/: Creating directory marker
2025/05/13 03:13:31 INFO : A1/B1/C3: Making directory
2025/05/13 03:13:31 DEBUG : A1/B1/C3/: Creating directory marker
2025/05/13 03:13:31 INFO : A3: Making directory
2025/05/13 03:13:31 DEBUG : A3/: Creating directory marker
2025/05/13 03:13:31 INFO : A3/B3: Making directory
2025/05/13 03:13:31 DEBUG : A3/B3/: Creating directory marker
2025/05/13 03:13:31 INFO : A3/B3/C4: Making directory
2025/05/13 03:13:31 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/13 03:13:38 DEBUG : removing 1 level 3 directories
2025/05/13 03:13:38 INFO : A3/B3/C4: Removing directory
2025/05/13 03:13:38 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/13 03:13:46 DEBUG : removing 2 level 3 directories
2025/05/13 03:13:46 INFO : A1/B2/C2: Removing directory
2025/05/13 03:13:46 DEBUG : A1/B2/C2/: Removing directory marker
2025/05/13 03:13:46 INFO : A1/B1/C3: Removing directory
2025/05/13 03:13:46 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/13 03:13:46 DEBUG : removing 2 level 2 directories
2025/05/13 03:13:46 INFO : A3/B3: Removing directory
2025/05/13 03:13:46 DEBUG : A3/B3/: Removing directory marker
2025/05/13 03:13:46 INFO : A1/B2: Removing directory
2025/05/13 03:13:46 DEBUG : A1/B2/: Removing directory marker
2025/05/13 03:13:46 DEBUG : removing 4 level 1 directories
2025/05/13 03:13:46 INFO : dst: Removing directory
2025/05/13 03:13:46 DEBUG : dst/: Removing directory marker
2025/05/13 03:13:46 INFO : A3: Removing directory
2025/05/13 03:13:46 DEBUG : A3/: Removing directory marker
2025/05/13 03:13:46 INFO : A2: Removing directory
2025/05/13 03:13:46 DEBUG : A2/: Removing directory marker
2025/05/13 03:13:46 INFO : BackupDir: Removing directory
2025/05/13 03:13:46 DEBUG : BackupDir/: Removing directory marker
2025/05/13 03:13:46 ERROR : dst: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b180de6-d01e-005a-03b5-c3da1a000000
Time:2025-05-13T03:13:46.4023054Z
--------------------------------------------------------------------------------
2025/05/13 03:13:46 ERROR : BackupDir: Failed to rmdir: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:818ae045-b01e-005c-2db5-c3e9a5000000
Time:2025-05-13T03:13:46.4386502Z
--------------------------------------------------------------------------------
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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:818ae045-b01e-005c-2db5-c3e9a5000000
Time:2025-05-13T03:13:46.4386502Z
--------------------------------------------------------------------------------
Test: TestRmdirsNoLeaveRoot
2025/05/13 03:13:46 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b180e5b-d01e-005a-6bb5-c3da1a000000
Time:2025-05-13T03:13:46.6278629Z
--------------------------------------------------------------------------------
2025/05/13 03:13:47 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b181017-d01e-005a-77b5-c3da1a000000
Time:2025-05-13T03:13:47.6649393Z
--------------------------------------------------------------------------------
2025/05/13 03:13:48 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1811d6-d01e-005a-0cb5-c3da1a000000
Time:2025-05-13T03:13:48.7023463Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1811d6-d01e-005a-0cb5-c3da1a000000
Time:2025-05-13T03:13:48.7023463Z
--------------------------------------------------------------------------------
2025/05/13 03:13:49 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b181385-d01e-005a-1ab5-c3da1a000000
Time:2025-05-13T03:13:49.7394480Z
--------------------------------------------------------------------------------
2025/05/13 03:13:50 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18156c-d01e-005a-55b5-c3da1a000000
Time:2025-05-13T03:13:50.7784783Z
--------------------------------------------------------------------------------
2025/05/13 03:13:51 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18177d-d01e-005a-2bb5-c3da1a000000
Time:2025-05-13T03:13:51.8171878Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18177d-d01e-005a-2bb5-c3da1a000000
Time:2025-05-13T03:13:51.8171878Z
--------------------------------------------------------------------------------
2025/05/13 03:13:52 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/13 03:13:52 DEBUG : A1/B1/: Removing directory marker
2025/05/13 03:13:52 DEBUG : A1/: 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
/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/operations_test.go:705
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: TestRmdirsNoLeaveRoot
Messages: directories
--- FAIL: TestRmdirsNoLeaveRoot (29.52s)
=== RUN TestRmdirsLeaveRoot
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:14:00 INFO : A1: Making directory
2025/05/13 03:14:00 DEBUG : A1/: Creating directory marker
2025/05/13 03:14:00 INFO : A1/B1: Making directory
2025/05/13 03:14:00 DEBUG : A1/B1/: Creating directory marker
2025/05/13 03:14:00 INFO : A1/B1/C1: Making directory
2025/05/13 03:14:00 DEBUG : A1/B1/C1/: 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:750
Error: Not equal:
expected: []string{"A1", "A1/B1", "A1/B1/C1"}
actual : []string{"A1", "A1/B1", "A1/B1/C1", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,5 +1,7 @@
-([]string) (len=3) {
+([]string) (len=5) {
(string) (len=2) "A1",
(string) (len=5) "A1/B1",
- (string) (len=8) "A1/B1/C1"
+ (string) (len=8) "A1/B1/C1",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsLeaveRoot
Messages: directories
2025/05/13 03:14:07 DEBUG : removing 1 level 3 directories
2025/05/13 03:14:07 INFO : A1/B1/C1: Removing directory
2025/05/13 03:14:07 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/13 03:14:07 DEBUG : removing 1 level 2 directories
2025/05/13 03:14:07 INFO : A1/B1: Removing directory
2025/05/13 03:14:07 DEBUG : A1/B1/: 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:764
Error: Not equal:
expected: []string{"A1"}
actual : []string{"A1", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-([]string) (len=1) {
- (string) (len=2) "A1"
+([]string) (len=3) {
+ (string) (len=2) "A1",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsLeaveRoot
Messages: directories
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1841c3-d01e-005a-4bb5-c3da1a000000
Time:2025-05-13T03:14:15.0505776Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1843eb-d01e-005a-34b5-c3da1a000000
Time:2025-05-13T03:14:16.0878595Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1845cd-d01e-005a-6eb5-c3da1a000000
Time:2025-05-13T03:14:17.1261195Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1845cd-d01e-005a-6eb5-c3da1a000000
Time:2025-05-13T03:14:17.1261195Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1847a8-d01e-005a-2bb5-c3da1a000000
Time:2025-05-13T03:14:18.1637156Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b184969-d01e-005a-49b5-c3da1a000000
Time:2025-05-13T03:14:19.2010588Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b184b71-d01e-005a-15b5-c3da1a000000
Time:2025-05-13T03:14:20.2391981Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b184b71-d01e-005a-15b5-c3da1a000000
Time:2025-05-13T03:14:20.2391981Z
--------------------------------------------------------------------------------
2025/05/13 03:14:21 DEBUG : A1/: 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{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsLeaveRoot
Messages: directories
--- FAIL: TestRmdirsLeaveRoot (28.35s)
=== RUN TestRmdirsWithFilter
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:14:28 INFO : A1: Making directory
2025/05/13 03:14:28 DEBUG : A1/: Creating directory marker
2025/05/13 03:14:28 INFO : A1/B1: Making directory
2025/05/13 03:14:28 DEBUG : A1/B1/: Creating directory marker
2025/05/13 03:14:28 INFO : A1/B1/C1: Making directory
2025/05/13 03:14:28 DEBUG : A1/B1/C1/: 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:789
Error: Not equal:
expected: []string{"A1", "A1/B1", "A1/B1/C1"}
actual : []string{"A1", "A1/B1", "A1/B1/C1", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,5 +1,7 @@
-([]string) (len=3) {
+([]string) (len=5) {
(string) (len=2) "A1",
(string) (len=5) "A1/B1",
- (string) (len=8) "A1/B1/C1"
+ (string) (len=8) "A1/B1/C1",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsWithFilter
Messages: directories
2025/05/13 03:14:36 DEBUG : removing 1 level 3 directories
2025/05/13 03:14:36 INFO : A1/B1/C1: Removing directory
2025/05/13 03:14:36 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/13 03:14:36 DEBUG : removing 1 level 2 directories
2025/05/13 03:14:36 INFO : A1/B1: Removing directory
2025/05/13 03:14:36 DEBUG : A1/B1/: 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:803
Error: Not equal:
expected: []string{"A1"}
actual : []string{"A1", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-([]string) (len=1) {
- (string) (len=2) "A1"
+([]string) (len=3) {
+ (string) (len=2) "A1",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsWithFilter
Messages: directories
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1876f4-d01e-005a-01b5-c3da1a000000
Time:2025-05-13T03:14:43.3971806Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b187901-d01e-005a-31b5-c3da1a000000
Time:2025-05-13T03:14:44.4343980Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b187add-d01e-005a-5db5-c3da1a000000
Time:2025-05-13T03:14:45.4721403Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b187add-d01e-005a-5db5-c3da1a000000
Time:2025-05-13T03:14:45.4721403Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b187d39-d01e-005a-1ab5-c3da1a000000
Time:2025-05-13T03:14:46.5096675Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b187f87-d01e-005a-33b5-c3da1a000000
Time:2025-05-13T03:14:47.5482777Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18825e-d01e-005a-50b5-c3da1a000000
Time:2025-05-13T03:14:48.5864371Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18825e-d01e-005a-50b5-c3da1a000000
Time:2025-05-13T03:14:48.5864371Z
--------------------------------------------------------------------------------
2025/05/13 03:14:49 DEBUG : A1/: 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{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestRmdirsWithFilter
Messages: directories
--- FAIL: TestRmdirsWithFilter (29.61s)
=== RUN TestCopyURL
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:14:58 DEBUG : filename.txt: File name found in url
2025/05/13 03:14:58 DEBUG : headerfilename.txt: filename found in Content-Disposition header.
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a1aa-d01e-005a-53b5-c3da1a000000
Time:2025-05-13T03:14:58.8118845Z
--------------------------------------------------------------------------------
2025/05/13 03:14: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a370-d01e-005a-65b5-c3da1a000000
Time:2025-05-13T03:14:59.8495009Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a55d-d01e-005a-19b5-c3da1a000000
Time:2025-05-13T03:15:00.8870434Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a55d-d01e-005a-19b5-c3da1a000000
Time:2025-05-13T03:15:00.8870434Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a73d-d01e-005a-44b5-c3da1a000000
Time:2025-05-13T03:15:01.9252762Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18a8f9-d01e-005a-4eb5-c3da1a000000
Time:2025-05-13T03:15:02.9629161Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18aae0-d01e-005a-03b5-c3da1a000000
Time:2025-05-13T03:15:04.0012748Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18aae0-d01e-005a-03b5-c3da1a000000
Time:2025-05-13T03:15:04.0012748Z
--------------------------------------------------------------------------------
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: TestCopyURL
Messages: directories
--- FAIL: TestCopyURL (14.11s)
=== RUN TestCopyURLToWriter
--- PASS: TestCopyURLToWriter (0.00s)
=== RUN TestMoveFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:15:12 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/13 03:15:12 DEBUG : sub/: Creating directory marker
2025/05/13 03:15:12 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:15:12 INFO : file1: Copied (new) to: sub/file2
2025/05/13 03:15:12 INFO : file1: Deleted
2025/05/13 03:15:12 DEBUG : file1: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:15:12 DEBUG : file1: Unchanged skipping
2025/05/13 03:15:12 INFO : file1: Deleted
2025/05/13 03:15:12 DEBUG : Azure container rclone-test-xixolev1riko: don't need to copy/move sub/file2, it is already at target location
2025/05/13 03:15:12 DEBUG : sub/: Removing directory marker
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18ba9d-d01e-005a-0db5-c3da1a000000
Time:2025-05-13T03:15:12.7538878Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18bc3a-d01e-005a-7fb5-c3da1a000000
Time:2025-05-13T03:15:13.7915993Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18bdf8-d01e-005a-16b5-c3da1a000000
Time:2025-05-13T03:15:14.8287181Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18bdf8-d01e-005a-16b5-c3da1a000000
Time:2025-05-13T03:15:14.8287181Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18bfc7-d01e-005a-34b5-c3da1a000000
Time:2025-05-13T03:15:15.8703405Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18c1b6-d01e-005a-62b5-c3da1a000000
Time:2025-05-13T03:15:16.9073401Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18c360-d01e-005a-61b5-c3da1a000000
Time:2025-05-13T03:15:17.9452727Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18c360-d01e-005a-61b5-c3da1a000000
Time:2025-05-13T03:15:17.9452727Z
--------------------------------------------------------------------------------
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: TestMoveFile
Messages: directories
--- FAIL: TestMoveFile (13.94s)
=== RUN TestMoveFileWithIgnoreExisting
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:15:26 DEBUG : file1: Need to transfer - File not found at Destination
2025/05/13 03:15:26 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:15:26 INFO : file1: Copied (new)
2025/05/13 03:15:26 INFO : file1: Deleted
2025/05/13 03:15:26 DEBUG : file1: Destination exists, skipping
2025/05/13 03:15:26 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set
2025/05/13 03:15:26 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d135-d01e-005a-07b5-c3da1a000000
Time:2025-05-13T03:15:26.5055616Z
--------------------------------------------------------------------------------
2025/05/13 03:15:27 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d2f8-d01e-005a-12b5-c3da1a000000
Time:2025-05-13T03:15:27.5428050Z
--------------------------------------------------------------------------------
2025/05/13 03:15:28 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d4e8-d01e-005a-42b5-c3da1a000000
Time:2025-05-13T03:15:28.5806377Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d4e8-d01e-005a-42b5-c3da1a000000
Time:2025-05-13T03:15:28.5806377Z
--------------------------------------------------------------------------------
2025/05/13 03:15:29 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d6a4-d01e-005a-41b5-c3da1a000000
Time:2025-05-13T03:15:29.6182404Z
--------------------------------------------------------------------------------
2025/05/13 03:15:30 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18d88c-d01e-005a-7db5-c3da1a000000
Time:2025-05-13T03:15:30.6558482Z
--------------------------------------------------------------------------------
2025/05/13 03:15:31 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18da7b-d01e-005a-37b5-c3da1a000000
Time:2025-05-13T03:15:31.6932389Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18da7b-d01e-005a-37b5-c3da1a000000
Time:2025-05-13T03:15:31.6932389Z
--------------------------------------------------------------------------------
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: TestMoveFileWithIgnoreExisting
Messages: directories
--- FAIL: TestMoveFileWithIgnoreExisting (13.75s)
=== RUN TestCaseInsensitiveMoveFile
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18e81b-d01e-005a-42b5-c3da1a000000
Time:2025-05-13T03:15:39.8853609Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18e9cd-d01e-005a-3db5-c3da1a000000
Time:2025-05-13T03:15:40.9219753Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18eb6f-d01e-005a-34b5-c3da1a000000
Time:2025-05-13T03:15:41.9585719Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18eb6f-d01e-005a-34b5-c3da1a000000
Time:2025-05-13T03:15:41.9585719Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18ed91-d01e-005a-20b5-c3da1a000000
Time:2025-05-13T03:15:42.9958118Z
--------------------------------------------------------------------------------
2025/05/13 03:15:44 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18f0b0-d01e-005a-0db5-c3da1a000000
Time:2025-05-13T03:15:44.0325703Z
--------------------------------------------------------------------------------
2025/05/13 03:15:45 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18f2ab-d01e-005a-57b5-c3da1a000000
Time:2025-05-13T03:15:45.0716314Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18f2ab-d01e-005a-57b5-c3da1a000000
Time:2025-05-13T03:15:45.0716314Z
--------------------------------------------------------------------------------
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: TestCaseInsensitiveMoveFile
Messages: directories
--- FAIL: TestCaseInsensitiveMoveFile (13.38s)
=== RUN TestCaseInsensitiveMoveFileDryRun
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:15:53 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b18fed4-d01e-005a-16b5-c3da1a000000
Time:2025-05-13T03:15:53.2601940Z
--------------------------------------------------------------------------------
2025/05/13 03:15:54 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b190098-d01e-005a-16b5-c3da1a000000
Time:2025-05-13T03:15:54.2976238Z
--------------------------------------------------------------------------------
2025/05/13 03:15:55 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1902e9-d01e-005a-72b5-c3da1a000000
Time:2025-05-13T03:15:55.3346229Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1902e9-d01e-005a-72b5-c3da1a000000
Time:2025-05-13T03:15:55.3346229Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b19049b-d01e-005a-44b5-c3da1a000000
Time:2025-05-13T03:15:56.3715747Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1905f2-d01e-005a-6ab5-c3da1a000000
Time:2025-05-13T03:15:57.4086548Z
--------------------------------------------------------------------------------
2025/05/13 03:15: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1907e6-d01e-005a-1cb5-c3da1a000000
Time:2025-05-13T03:15:58.4453043Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1907e6-d01e-005a-1cb5-c3da1a000000
Time:2025-05-13T03:15:58.4453043Z
--------------------------------------------------------------------------------
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: TestCaseInsensitiveMoveFileDryRun
Messages: directories
--- FAIL: TestCaseInsensitiveMoveFileDryRun (13.38s)
=== RUN TestMoveFileBackupDir
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:16:06 DEBUG : dst/: Creating directory marker
2025/05/13 03:16:06 DEBUG : Creating backend with remote "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/backup"
2025/05/13 03:16:06 DEBUG : TestAzureBlob: detected overridden config - adding "{juk_h}" suffix to name
2025/05/13 03:16:06 DEBUG : Azure container rclone-test-xixolev1riko path backup: Using directory markers
2025/05/13 03:16:07 DEBUG : fs cache: renaming cache item "TestAzureBlob,directory_markers:rclone-test-xixolev1riko/backup" to be canonical "TestAzureBlob{juk_h}:rclone-test-xixolev1riko/backup"
2025/05/13 03:16:07 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18)
2025/05/13 03:16:07 DEBUG : dst/: Creating directory marker
2025/05/13 03:16:07 DEBUG : dst/file1: md5 = 05164b153084ba910184c26e561a7c18 OK
2025/05/13 03:16:07 INFO : dst/file1: Copied (server-side copy)
2025/05/13 03:16:07 INFO : dst/file1: Deleted
2025/05/13 03:16:07 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK
2025/05/13 03:16:07 INFO : dst/file1: Copied (new)
2025/05/13 03:16:07 INFO : dst/file1: Deleted
2025/05/13 03:16:07 DEBUG : dst/: Removing directory marker
2025/05/13 03:16: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b1919c2-d01e-005a-19b5-c3da1a000000
Time:2025-05-13T03:16:07.7737415Z
--------------------------------------------------------------------------------
2025/05/13 03:16: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b191ba0-d01e-005a-4cb5-c3da1a000000
Time:2025-05-13T03:16:08.8105504Z
--------------------------------------------------------------------------------
2025/05/13 03:16: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b191d89-d01e-005a-01b5-c3da1a000000
Time:2025-05-13T03:16:09.8476539Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b191d89-d01e-005a-01b5-c3da1a000000
Time:2025-05-13T03:16:09.8476539Z
--------------------------------------------------------------------------------
2025/05/13 03:16:10 DEBUG : backup/dst/: Removing directory marker
2025/05/13 03:16:10 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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b191f8d-d01e-005a-51b5-c3da1a000000
Time:2025-05-13T03:16:10.9230441Z
--------------------------------------------------------------------------------
2025/05/13 03:16:11 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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b192203-d01e-005a-1cb5-c3da1a000000
Time:2025-05-13T03:16:11.9604483Z
--------------------------------------------------------------------------------
2025/05/13 03:16:12 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-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b19240b-d01e-005a-79b5-c3da1a000000
Time:2025-05-13T03:16:12.9978758Z
--------------------------------------------------------------------------------
run.go:128: removing dir "backup" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/backup/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b19240b-d01e-005a-79b5-c3da1a000000
Time:2025-05-13T03:16:12.9978758Z
--------------------------------------------------------------------------------
2025/05/13 03:16:14 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b192649-d01e-005a-7ab5-c3da1a000000
Time:2025-05-13T03:16:14.0350355Z
--------------------------------------------------------------------------------
2025/05/13 03:16:15 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b192887-d01e-005a-7eb5-c3da1a000000
Time:2025-05-13T03:16:15.0727679Z
--------------------------------------------------------------------------------
2025/05/13 03:16:16 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b192a51-d01e-005a-25b5-c3da1a000000
Time:2025-05-13T03:16:16.1109269Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:7b192a51-d01e-005a-25b5-c3da1a000000
Time:2025-05-13T03:16:16.1109269Z
--------------------------------------------------------------------------------
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: TestMoveFileBackupDir
Messages: directories
--- FAIL: TestMoveFileBackupDir (17.66s)
=== 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-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:16:24 DEBUG : A1/: Creating directory marker
2025/05/13 03:16:24 DEBUG : A1/B1/: Creating directory marker
2025/05/13 03:16:24 DEBUG : A1/B1/C1/: Creating directory marker
2025/05/13 03:16:24 DEBUG : A1/B1/C2/: Creating directory marker
2025/05/13 03:16:25 INFO : A1/B2: Making directory
2025/05/13 03:16:25 DEBUG : A1/B2/: Creating directory marker
2025/05/13 03:16:25 INFO : A1/B1/C3: Making directory
2025/05/13 03:16:25 DEBUG : A1/B1/C3/: 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:1365
Error: Not equal:
expected: []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C2", "A1/B1/C3", "A1/B2"}
actual : []string{"A1", "A1/B1", "A1/B1/C1", "A1/B1/C2", "A1/B1/C3", "A1/B2", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=6) {
+([]string) (len=8) {
(string) (len=2) "A1",
@@ -6,3 +6,5 @@
(string) (len=8) "A1/B1/C3",
- (string) (len=5) "A1/B2"
+ (string) (len=5) "A1/B2",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDirMove
Messages: directories
2025/05/13 03:16:32 DEBUG : A2/: Creating directory marker
2025/05/13 03:16:32 DEBUG : A2/B1/: Creating directory marker
2025/05/13 03:16:32 DEBUG : A2/B1/C1/: Creating directory marker
2025/05/13 03:16:32 DEBUG : A2/B1/C2/: Creating directory marker
2025/05/13 03:16:33 DEBUG : A2/B1/C3/: Creating directory marker
2025/05/13 03:16:33 DEBUG : A2/B2/: Creating directory marker
2025/05/13 03:16:33 DEBUG : A1/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/13 03:16:33 INFO : A1/B1/three: Copied (server-side copy) to: A2/B1/three
2025/05/13 03:16:33 DEBUG : A1/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:16:33 INFO : A1/one: Copied (server-side copy) to: A2/one
2025/05/13 03:16:33 DEBUG : A1/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/13 03:16:33 INFO : A1/B1/C1/four: Copied (server-side copy) to: A2/B1/C1/four
2025/05/13 03:16:33 DEBUG : A1/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/13 03:16:33 INFO : A1/two: Copied (server-side copy) to: A2/two
2025/05/13 03:16:33 INFO : A1/B1/three: Deleted
2025/05/13 03:16:33 INFO : A1/one: Deleted
2025/05/13 03:16:33 DEBUG : A1/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/13 03:16:33 INFO : A1/B1/C2/five: Copied (server-side copy) to: A2/B1/C2/five
2025/05/13 03:16:33 INFO : A1/B1/C1/four: Deleted
2025/05/13 03:16:33 INFO : A1/two: Deleted
2025/05/13 03:16:33 INFO : A1/B1/C2/five: Deleted
2025/05/13 03:16:33 DEBUG : A1/B2/: Removing directory marker
2025/05/13 03:16:33 DEBUG : A1/B1/C3/: Removing directory marker
2025/05/13 03:16:33 DEBUG : A1/B1/C2/: Removing directory marker
2025/05/13 03:16:33 DEBUG : A1/B1/C1/: Removing directory marker
2025/05/13 03:16:33 DEBUG : A1/B1/: Removing directory marker
2025/05/13 03:16:33 DEBUG : A1/: 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:1386
Error: Not equal:
expected: []string{"A2", "A2/B1", "A2/B1/C1", "A2/B1/C2", "A2/B1/C3", "A2/B2"}
actual : []string{"A2", "A2/B1", "A2/B1/C1", "A2/B1/C2", "A2/B1/C3", "A2/B2", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=6) {
+([]string) (len=8) {
(string) (len=2) "A2",
@@ -6,3 +6,5 @@
(string) (len=8) "A2/B1/C3",
- (string) (len=5) "A2/B2"
+ (string) (len=5) "A2/B2",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDirMove
Messages: directories
2025/05/13 03:16:41 DEBUG : A3/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A3/B1/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A3/B1/C1/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A3/B1/C2/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A3/B1/C3/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A3/B2/: Creating directory marker
2025/05/13 03:16:41 DEBUG : A2/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/13 03:16:41 INFO : A2/B1/three: Copied (server-side copy) to: A3/B1/three
2025/05/13 03:16:41 DEBUG : A2/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/13 03:16:41 INFO : A2/B1/C2/five: Copied (server-side copy) to: A3/B1/C2/five
2025/05/13 03:16:41 DEBUG : A2/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/13 03:16:41 INFO : A2/two: Copied (server-side copy) to: A3/two
2025/05/13 03:16:41 DEBUG : A2/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/13 03:16:41 INFO : A2/B1/C1/four: Copied (server-side copy) to: A3/B1/C1/four
2025/05/13 03:16:41 DEBUG : A2/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:16:41 INFO : A2/one: Copied (server-side copy) to: A3/one
2025/05/13 03:16:41 INFO : A2/B1/three: Deleted
2025/05/13 03:16:41 INFO : A2/B1/C2/five: Deleted
2025/05/13 03:16:41 INFO : A2/two: Deleted
2025/05/13 03:16:41 INFO : A2/B1/C1/four: Deleted
2025/05/13 03:16:41 INFO : A2/one: Deleted
2025/05/13 03:16:41 DEBUG : A2/B2/: Removing directory marker
2025/05/13 03:16:42 DEBUG : A2/B1/C3/: Removing directory marker
2025/05/13 03:16:42 DEBUG : A2/B1/C2/: Removing directory marker
2025/05/13 03:16:42 DEBUG : A2/B1/C1/: Removing directory marker
2025/05/13 03:16:42 DEBUG : A2/B1/: Removing directory marker
2025/05/13 03:16:42 DEBUG : A2/: 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:1411
Error: Not equal:
expected: []string{"A3", "A3/B1", "A3/B1/C1", "A3/B1/C2", "A3/B1/C3", "A3/B2"}
actual : []string{"A3", "A3/B1", "A3/B1/C1", "A3/B1/C2", "A3/B1/C3", "A3/B2", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=6) {
+([]string) (len=8) {
(string) (len=2) "A3",
@@ -6,3 +6,5 @@
(string) (len=8) "A3/B1/C3",
- (string) (len=5) "A3/B2"
+ (string) (len=5) "A3/B2",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDirMove
Messages: directories
2025/05/13 03:16:49 INFO : Azure container rclone-test-xixolev1riko: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes
2025/05/13 03:16:49 DEBUG : A4/: Creating directory marker
2025/05/13 03:16:49 DEBUG : A4/B1/: Creating directory marker
2025/05/13 03:16:49 DEBUG : A4/B1/C1/: Creating directory marker
2025/05/13 03:16:49 DEBUG : A4/B1/C2/: Creating directory marker
2025/05/13 03:16:49 DEBUG : A4/B1/C3/: Creating directory marker
2025/05/13 03:16:50 DEBUG : A4/B2/: Creating directory marker
2025/05/13 03:16:50 DEBUG : A3/one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/05/13 03:16:50 INFO : A3/one: Copied (server-side copy) to: A4/one
2025/05/13 03:16:50 DEBUG : A3/B1/C2/five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/05/13 03:16:50 INFO : A3/B1/C2/five: Copied (server-side copy) to: A4/B1/C2/five
2025/05/13 03:16:50 DEBUG : A3/B1/C1/four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/05/13 03:16:50 INFO : A3/B1/C1/four: Copied (server-side copy) to: A4/B1/C1/four
2025/05/13 03:16:50 DEBUG : A3/two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/05/13 03:16:50 INFO : A3/two: Copied (server-side copy) to: A4/two
2025/05/13 03:16:50 DEBUG : A3/B1/three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/05/13 03:16:50 INFO : A3/B1/three: Copied (server-side copy) to: A4/B1/three
2025/05/13 03:16:50 INFO : A3/one: Deleted
2025/05/13 03:16:50 INFO : A3/B1/C1/four: Deleted
2025/05/13 03:16:50 INFO : A3/two: Deleted
2025/05/13 03:16:50 INFO : A3/B1/C2/five: Deleted
2025/05/13 03:16:50 INFO : A3/B1/three: Deleted
2025/05/13 03:16:50 DEBUG : A3/B2/: Removing directory marker
2025/05/13 03:16:50 DEBUG : A3/B1/C3/: Removing directory marker
2025/05/13 03:16:50 DEBUG : A3/B1/C2/: Removing directory marker
2025/05/13 03:16:50 DEBUG : A3/B1/C1/: Removing directory marker
2025/05/13 03:16:50 DEBUG : A3/B1/: Removing directory marker
2025/05/13 03:16:50 DEBUG : A3/: 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:1439
Error: Not equal:
expected: []string{"A4", "A4/B1", "A4/B1/C1", "A4/B1/C2", "A4/B1/C3", "A4/B2"}
actual : []string{"A4", "A4/B1", "A4/B1/C1", "A4/B1/C2", "A4/B1/C3", "A4/B2", "BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,2 @@
-([]string) (len=6) {
+([]string) (len=8) {
(string) (len=2) "A4",
@@ -6,3 +6,5 @@
(string) (len=8) "A4/B1/C3",
- (string) (len=5) "A4/B2"
+ (string) (len=5) "A4/B2",
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDirMove
Messages: directories
2025/05/13 03:16: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eecfee5-d01e-0007-3cb5-c3d09e000000
Time:2025-05-13T03:16:58.1249063Z
--------------------------------------------------------------------------------
2025/05/13 03:16: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0025-d01e-0007-3ab5-c3d09e000000
Time:2025-05-13T03:16:59.1630392Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0195-d01e-0007-77b5-c3d09e000000
Time:2025-05-13T03:17:00.2034888Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0195-d01e-0007-77b5-c3d09e000000
Time:2025-05-13T03:17:00.2034888Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed02d7-d01e-0007-7cb5-c3d09e000000
Time:2025-05-13T03:17:01.2413468Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0484-d01e-0007-79b5-c3d09e000000
Time:2025-05-13T03:17:02.2796460Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0574-d01e-0007-3fb5-c3d09e000000
Time:2025-05-13T03:17:03.3218451Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0574-d01e-0007-3fb5-c3d09e000000
Time:2025-05-13T03:17:03.3218451Z
--------------------------------------------------------------------------------
2025/05/13 03:17:04 DEBUG : A4/B2/: Removing directory marker
2025/05/13 03:17:04 DEBUG : A4/B1/C3/: Removing directory marker
2025/05/13 03:17:04 DEBUG : A4/B1/C2/: Removing directory marker
2025/05/13 03:17:04 DEBUG : A4/B1/C1/: Removing directory marker
2025/05/13 03:17:04 DEBUG : A4/B1/: Removing directory marker
2025/05/13 03:17:04 DEBUG : A4/: 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{"BackupDir", "dst"}
Diff:
--- Expected
+++ Actual
@@ -1,2 +1,4 @@
-([]string) {
+([]string) (len=2) {
+ (string) (len=9) "BackupDir",
+ (string) (len=3) "dst"
}
Test: TestDirMove
Messages: directories
--- FAIL: TestDirMove (47.45s)
=== RUN TestGetFsInfo
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:17:11 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0e60-d01e-0007-4eb5-c3d09e000000
Time:2025-05-13T03:17:11.7556313Z
--------------------------------------------------------------------------------
2025/05/13 03:17:12 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed0f6c-d01e-0007-32b5-c3d09e000000
Time:2025-05-13T03:17:12.7941383Z
--------------------------------------------------------------------------------
2025/05/13 03:17:13 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed1096-d01e-0007-36b5-c3d09e000000
Time:2025-05-13T03:17:13.8328272Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed1096-d01e-0007-36b5-c3d09e000000
Time:2025-05-13T03:17:13.8328272Z
--------------------------------------------------------------------------------
2025/05/13 03:17:14 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed1210-d01e-0007-02b5-c3d09e000000
Time:2025-05-13T03:17:14.8713480Z
--------------------------------------------------------------------------------
2025/05/13 03:17:15 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed13ae-d01e-0007-66b5-c3d09e000000
Time:2025-05-13T03:17:15.9099976Z
--------------------------------------------------------------------------------
2025/05/13 03:17:16 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed14e0-d01e-0007-61b5-c3d09e000000
Time:2025-05-13T03:17:16.9485775Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed14e0-d01e-0007-61b5-c3d09e000000
Time:2025-05-13T03:17:16.9485775Z
--------------------------------------------------------------------------------
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: TestGetFsInfo
Messages: directories
--- FAIL: TestGetFsInfo (13.39s)
=== RUN TestRcat
=== RUN TestRcat/withChecksum=false,ignoreChecksum=false
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:17:25 DEBUG : Azure container rclone-test-xixolev1riko: File to upload is small (34 bytes), uploading instead of streaming
2025/05/13 03:17:25 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/13 03:17:25 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/13 03:17:25 NOTICE: Azure container rclone-test-xixolev1riko: Streaming uploads using chunk size 4Mi will have maximum file size of 195.312Gi
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: multipart upload finished
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/13 03:17:25 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed1eec-d01e-0007-27b5-c3d09e000000
Time:2025-05-13T03:17:25.6852027Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed2099-d01e-0007-16b5-c3d09e000000
Time:2025-05-13T03:17:26.7243963Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed2243-d01e-0007-06b5-c3d09e000000
Time:2025-05-13T03:17:27.7627282Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed2243-d01e-0007-06b5-c3d09e000000
Time:2025-05-13T03:17:27.7627282Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed2413-d01e-0007-13b5-c3d09e000000
Time:2025-05-13T03:17:28.8017368Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed2591-d01e-0007-6bb5-c3d09e000000
Time:2025-05-13T03:17:29.8405082Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed27f9-d01e-0007-6bb5-c3d09e000000
Time:2025-05-13T03:17:30.8783162Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed27f9-d01e-0007-6bb5-c3d09e000000
Time:2025-05-13T03:17:30.8783162Z
--------------------------------------------------------------------------------
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: TestRcat/withChecksum=false,ignoreChecksum=false
Messages: directories
=== RUN TestRcat/withChecksum=true,ignoreChecksum=false
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:17:39 DEBUG : Azure container rclone-test-xixolev1riko: File to upload is small (34 bytes), uploading instead of streaming
2025/05/13 03:17:39 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK
2025/05/13 03:17:39 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: multipart upload finished
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/13 03:17:39 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3456-d01e-0007-1cb5-c3d09e000000
Time:2025-05-13T03:17:39.6313178Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed35c5-d01e-0007-4bb5-c3d09e000000
Time:2025-05-13T03:17:40.6703130Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3738-d01e-0007-15b5-c3d09e000000
Time:2025-05-13T03:17:41.7090074Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3738-d01e-0007-15b5-c3d09e000000
Time:2025-05-13T03:17:41.7090074Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed38aa-d01e-0007-5cb5-c3d09e000000
Time:2025-05-13T03:17:42.7477861Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3a86-d01e-0007-05b5-c3d09e000000
Time:2025-05-13T03:17:43.7862361Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3c7f-d01e-0007-69b5-c3d09e000000
Time:2025-05-13T03:17:44.8257149Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed3c7f-d01e-0007-69b5-c3d09e000000
Time:2025-05-13T03:17:44.8257149Z
--------------------------------------------------------------------------------
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: TestRcat/withChecksum=true,ignoreChecksum=false
Messages: directories
=== RUN TestRcat/withChecksum=false,ignoreChecksum=true
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:17:53 DEBUG : Azure container rclone-test-xixolev1riko: File to upload is small (34 bytes), uploading instead of streaming
2025/05/13 03:17:53 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/13 03:17:53 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/05/13 03:17:53 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed4a09-d01e-0007-54b5-c3d09e000000
Time:2025-05-13T03:17:53.5621439Z
--------------------------------------------------------------------------------
2025/05/13 03:17:54 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed4c3e-d01e-0007-5cb5-c3d09e000000
Time:2025-05-13T03:17:54.6010293Z
--------------------------------------------------------------------------------
2025/05/13 03:17:55 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed4e86-d01e-0007-66b5-c3d09e000000
Time:2025-05-13T03:17:55.6390181Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed4e86-d01e-0007-66b5-c3d09e000000
Time:2025-05-13T03:17:55.6390181Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed4ffb-d01e-0007-1cb5-c3d09e000000
Time:2025-05-13T03:17:56.6774177Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed515a-d01e-0007-4eb5-c3d09e000000
Time:2025-05-13T03:17:57.7159699Z
--------------------------------------------------------------------------------
2025/05/13 03:17: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed52b6-d01e-0007-72b5-c3d09e000000
Time:2025-05-13T03:17:58.7547387Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed52b6-d01e-0007-72b5-c3d09e000000
Time:2025-05-13T03:17:58.7547387Z
--------------------------------------------------------------------------------
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: TestRcat/withChecksum=false,ignoreChecksum=true
Messages: directories
=== RUN TestRcat/withChecksum=true,ignoreChecksum=true
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:18:06 DEBUG : Azure container rclone-test-xixolev1riko: File to upload is small (34 bytes), uploading instead of streaming
2025/05/13 03:18:07 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/13 03:18:07 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: Multipart upload session started for -1 parts of size 4Mi
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: open chunk writer: started multipart upload
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload: starting chunk 0 size 100.001Ki offset 0/off
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload wrote chunk 1 with 102401 bytes
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: multipart upload finished
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: Dst hash empty - aborting Src hash check
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check
2025/05/13 03:18:07 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed5f50-d01e-0007-4eb5-c3d09e000000
Time:2025-05-13T03:18:07.4966666Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed607a-d01e-0007-51b5-c3d09e000000
Time:2025-05-13T03:18:08.5351502Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed6183-d01e-0007-22b5-c3d09e000000
Time:2025-05-13T03:18:09.5732504Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed6183-d01e-0007-22b5-c3d09e000000
Time:2025-05-13T03:18:09.5732504Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed62b6-d01e-0007-1fb5-c3d09e000000
Time:2025-05-13T03:18:10.6123184Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed6414-d01e-0007-58b5-c3d09e000000
Time:2025-05-13T03:18:11.6509869Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed656c-d01e-0007-04b5-c3d09e000000
Time:2025-05-13T03:18:12.6894937Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed656c-d01e-0007-04b5-c3d09e000000
Time:2025-05-13T03:18:12.6894937Z
--------------------------------------------------------------------------------
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: TestRcat/withChecksum=true,ignoreChecksum=true
Messages: directories
--- FAIL: TestRcat (55.74s)
--- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (13.93s)
--- FAIL: TestRcat/withChecksum=true,ignoreChecksum=false (13.95s)
--- FAIL: TestRcat/withChecksum=false,ignoreChecksum=true (13.93s)
--- FAIL: TestRcat/withChecksum=true,ignoreChecksum=true (13.93s)
=== RUN TestRcatMetadata
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1532: Skipping as destination doesn't support user metadata
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed6f8f-d01e-0007-0db5-c3d09e000000
Time:2025-05-13T03:18:20.8855512Z
--------------------------------------------------------------------------------
2025/05/13 03:18:21 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed714c-d01e-0007-4fb5-c3d09e000000
Time:2025-05-13T03:18:21.9238974Z
--------------------------------------------------------------------------------
2025/05/13 03:18:22 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed72f1-d01e-0007-3fb5-c3d09e000000
Time:2025-05-13T03:18:22.9626999Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed72f1-d01e-0007-3fb5-c3d09e000000
Time:2025-05-13T03:18:22.9626999Z
--------------------------------------------------------------------------------
2025/05/13 03:18:23 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed73e9-d01e-0007-06b5-c3d09e000000
Time:2025-05-13T03:18:24.0019937Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed74ea-d01e-0007-63b5-c3d09e000000
Time:2025-05-13T03:18:25.0398918Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed75e0-d01e-0007-2bb5-c3d09e000000
Time:2025-05-13T03:18:26.0794553Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed75e0-d01e-0007-2bb5-c3d09e000000
Time:2025-05-13T03:18:26.0794553Z
--------------------------------------------------------------------------------
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/operations_test.go:1532
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: TestRcatMetadata
Messages: directories
--- FAIL: TestRcatMetadata (13.39s)
=== RUN TestRcatSize
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:18:34 DEBUG : Azure container rclone-test-xixolev1riko: File to upload is small (60 bytes), uploading instead of streaming
2025/05/13 03:18:34 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/05/13 03:18:34 DEBUG : potato2: Size and md5 of src and dst objects identical
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed8072-d01e-0007-6db5-c3d09e000000
Time:2025-05-13T03:18:34.6219864Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed8197-d01e-0007-6ab5-c3d09e000000
Time:2025-05-13T03:18:35.6609344Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed82ed-d01e-0007-02b5-c3d09e000000
Time:2025-05-13T03:18:36.6990331Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed82ed-d01e-0007-02b5-c3d09e000000
Time:2025-05-13T03:18:36.6990331Z
--------------------------------------------------------------------------------
2025/05/13 03:18:37 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed83ee-d01e-0007-5bb5-c3d09e000000
Time:2025-05-13T03:18:37.7377697Z
--------------------------------------------------------------------------------
2025/05/13 03:18:38 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed853a-d01e-0007-71b5-c3d09e000000
Time:2025-05-13T03:18:38.7762222Z
--------------------------------------------------------------------------------
2025/05/13 03:18:39 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed866f-d01e-0007-74b5-c3d09e000000
Time:2025-05-13T03:18:39.8143003Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed866f-d01e-0007-74b5-c3d09e000000
Time:2025-05-13T03:18:39.8143003Z
--------------------------------------------------------------------------------
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: TestRcatSize
Messages: directories
--- FAIL: TestRcatSize (13.74s)
=== RUN TestRcatSizeMetadata
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1613: Skipping as destination doesn't support user metadata
2025/05/13 03:18:47 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed921d-d01e-0007-7cb5-c3d09e000000
Time:2025-05-13T03:18:48.0102359Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed9355-d01e-0007-80b5-c3d09e000000
Time:2025-05-13T03:18:49.0488040Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed9488-d01e-0007-01b5-c3d09e000000
Time:2025-05-13T03:18:50.0874859Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed9488-d01e-0007-01b5-c3d09e000000
Time:2025-05-13T03:18:50.0874859Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed95a6-d01e-0007-70b5-c3d09e000000
Time:2025-05-13T03:18:51.1262016Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed971a-d01e-0007-74b5-c3d09e000000
Time:2025-05-13T03:18:52.1666091Z
--------------------------------------------------------------------------------
2025/05/13 03:18: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed9871-d01e-0007-76b5-c3d09e000000
Time:2025-05-13T03:18:53.2064669Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eed9871-d01e-0007-76b5-c3d09e000000
Time:2025-05-13T03:18:53.2064669Z
--------------------------------------------------------------------------------
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/operations_test.go:1613
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: TestRcatSizeMetadata
Messages: directories
--- FAIL: TestRcatSizeMetadata (13.39s)
=== RUN TestTouchDir
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
2025/05/13 03:19:01 DEBUG : sub dir/: Creating directory marker
2025/05/13 03:19:01 DEBUG : Azure container rclone-test-xixolev1riko: Touching "sub dir/potato3"
2025/05/13 03:19:01 DEBUG : Azure container rclone-test-xixolev1riko: Touching "empty space"
2025/05/13 03:19:01 DEBUG : Azure container rclone-test-xixolev1riko: Touching "potato2"
2025/05/13 03:19:02 DEBUG : sub dir/: Removing directory marker
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda3d0-d01e-0007-01b5-c3d09e000000
Time:2025-05-13T03:19:02.2665311Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda4f9-d01e-0007-09b5-c3d09e000000
Time:2025-05-13T03:19:03.3059633Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda659-d01e-0007-2db5-c3d09e000000
Time:2025-05-13T03:19:04.3449006Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda659-d01e-0007-2db5-c3d09e000000
Time:2025-05-13T03:19:04.3449006Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda765-d01e-0007-79b5-c3d09e000000
Time:2025-05-13T03:19:05.3830778Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda85b-d01e-0007-4eb5-c3d09e000000
Time:2025-05-13T03:19:06.4217488Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda9dd-d01e-0007-1cb5-c3d09e000000
Time:2025-05-13T03:19:07.4600788Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeda9dd-d01e-0007-1cb5-c3d09e000000
Time:2025-05-13T03:19:07.4600788Z
--------------------------------------------------------------------------------
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: TestTouchDir
Messages: directories
--- FAIL: TestTouchDir (14.26s)
=== RUN TestMkdirMetadata
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1703: Skipping test as remote does not support MkdirMetadata
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb2ee-d01e-0007-25b5-c3d09e000000
Time:2025-05-13T03:19:15.6583084Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb46e-d01e-0007-71b5-c3d09e000000
Time:2025-05-13T03:19:16.6970152Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb5d6-d01e-0007-2bb5-c3d09e000000
Time:2025-05-13T03:19:17.7350071Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb5d6-d01e-0007-2bb5-c3d09e000000
Time:2025-05-13T03:19:17.7350071Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb76f-d01e-0007-0eb5-c3d09e000000
Time:2025-05-13T03:19:18.7732199Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedb889-d01e-0007-77b5-c3d09e000000
Time:2025-05-13T03:19:19.8117851Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedba4f-d01e-0007-0ab5-c3d09e000000
Time:2025-05-13T03:19:20.8501509Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedba4f-d01e-0007-0ab5-c3d09e000000
Time:2025-05-13T03:19:20.8501509Z
--------------------------------------------------------------------------------
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/operations_test.go:1703
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: TestMkdirMetadata
Messages: directories
--- FAIL: TestMkdirMetadata (13.39s)
=== RUN TestMkdirModTime
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1722: Skipping test as remote does not support DirSetModTime or MkdirMetadata
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedc733-d01e-0007-1fb5-c3d09e000000
Time:2025-05-13T03:19:29.0447712Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedc891-d01e-0007-34b5-c3d09e000000
Time:2025-05-13T03:19:30.0848188Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedc9da-d01e-0007-42b5-c3d09e000000
Time:2025-05-13T03:19:31.1227839Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedc9da-d01e-0007-42b5-c3d09e000000
Time:2025-05-13T03:19:31.1227839Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedcb39-d01e-0007-58b5-c3d09e000000
Time:2025-05-13T03:19:32.1615088Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedcc5f-d01e-0007-4ab5-c3d09e000000
Time:2025-05-13T03:19:33.1998736Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedcd98-d01e-0007-44b5-c3d09e000000
Time:2025-05-13T03:19:34.2390736Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedcd98-d01e-0007-44b5-c3d09e000000
Time:2025-05-13T03:19:34.2390736Z
--------------------------------------------------------------------------------
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/operations_test.go:1722
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: TestMkdirModTime
Messages: directories
--- FAIL: TestMkdirModTime (13.39s)
=== RUN TestCopyDirMetadata
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
2025/05/13 03:19:42 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedd8e5-d01e-0007-6ab5-c3d09e000000
Time:2025-05-13T03:19:42.4349261Z
--------------------------------------------------------------------------------
2025/05/13 03:19:43 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedda05-d01e-0007-5ab5-c3d09e000000
Time:2025-05-13T03:19:43.4742330Z
--------------------------------------------------------------------------------
2025/05/13 03:19:44 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeddb6c-d01e-0007-5bb5-c3d09e000000
Time:2025-05-13T03:19:44.5130607Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeddb6c-d01e-0007-5bb5-c3d09e000000
Time:2025-05-13T03:19:44.5130607Z
--------------------------------------------------------------------------------
2025/05/13 03:19:45 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeddcb5-d01e-0007-76b5-c3d09e000000
Time:2025-05-13T03:19:45.5514571Z
--------------------------------------------------------------------------------
2025/05/13 03:19:46 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 2/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedde1f-d01e-0007-36b5-c3d09e000000
Time:2025-05-13T03:19:46.5915920Z
--------------------------------------------------------------------------------
2025/05/13 03:19:47 DEBUG : BackupDir/: Removing directory marker
run.go:125: removing dir "BackupDir" failed - try 3/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeddf7e-d01e-0007-68b5-c3d09e000000
Time:2025-05-13T03:19:47.6292111Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeddf7e-d01e-0007-68b5-c3d09e000000
Time:2025-05-13T03:19:47.6292111Z
--------------------------------------------------------------------------------
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/operations_test.go:1743
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: TestCopyDirMetadata
Messages: directories
--- FAIL: TestCopyDirMetadata (13.39s)
=== RUN TestSetDirModTime
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1779: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime
2025/05/13 03:19:55 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedebc5-d01e-0007-0db5-c3d09e000000
Time:2025-05-13T03:19:55.8263455Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eeded56-d01e-0007-6eb5-c3d09e000000
Time:2025-05-13T03:19:56.8643661Z
--------------------------------------------------------------------------------
2025/05/13 03:19: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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedef4a-d01e-0007-5cb5-c3d09e000000
Time:2025-05-13T03:19:57.9033366Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedef4a-d01e-0007-5cb5-c3d09e000000
Time:2025-05-13T03:19:57.9033366Z
--------------------------------------------------------------------------------
2025/05/13 03:19:58 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedf136-d01e-0007-31b5-c3d09e000000
Time:2025-05-13T03:19:58.9422415Z
--------------------------------------------------------------------------------
2025/05/13 03:19:59 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedf3a3-d01e-0007-58b5-c3d09e000000
Time:2025-05-13T03:19:59.9812891Z
--------------------------------------------------------------------------------
2025/05/13 03:20:00 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedf5e9-d01e-0007-4bb5-c3d09e000000
Time:2025-05-13T03:20:01.0198297Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eedf5e9-d01e-0007-4bb5-c3d09e000000
Time:2025-05-13T03:20:01.0198297Z
--------------------------------------------------------------------------------
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/operations_test.go:1779
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: TestSetDirModTime
Messages: directories
--- FAIL: TestSetDirModTime (13.40s)
=== RUN TestDirsEqual
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata
2025/05/13 03:20:09 DEBUG : dst/: Removing directory marker
run.go:125: removing dir "dst" failed - try 1/3: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0249-d01e-0007-63b5-c3d09e000000
Time:2025-05-13T03:20:09.2217400Z
--------------------------------------------------------------------------------
2025/05/13 03:20:10 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0331-d01e-0007-1ab5-c3d09e000000
Time:2025-05-13T03:20:10.2604380Z
--------------------------------------------------------------------------------
2025/05/13 03:20:11 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0407-d01e-0007-45b5-c3d09e000000
Time:2025-05-13T03:20:11.2987054Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0407-d01e-0007-45b5-c3d09e000000
Time:2025-05-13T03:20:11.2987054Z
--------------------------------------------------------------------------------
2025/05/13 03:20:12 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0508-d01e-0007-13b5-c3d09e000000
Time:2025-05-13T03:20:12.3373624Z
--------------------------------------------------------------------------------
2025/05/13 03:20:13 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0629-d01e-0007-79b5-c3d09e000000
Time:2025-05-13T03:20:13.3758689Z
--------------------------------------------------------------------------------
2025/05/13 03:20:14 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0815-d01e-0007-24b5-c3d09e000000
Time:2025-05-13T03:20:14.4144440Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee0815-d01e-0007-24b5-c3d09e000000
Time:2025-05-13T03:20:14.4144440Z
--------------------------------------------------------------------------------
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/operations_test.go:1823
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: TestDirsEqual
Messages: directories
--- FAIL: TestDirsEqual (13.39s)
=== RUN TestRemoveExisting
run.go:180: Remote "Azure container rclone-test-xixolev1riko", Local "Local file system at /tmp/rclone1695899629", Modify Window "1ns"
operations_test.go:1892: Skipping as remote can't Move
2025/05/13 03:20:22 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee114b-d01e-0007-15b5-c3d09e000000
Time:2025-05-13T03:20:22.6138583Z
--------------------------------------------------------------------------------
2025/05/13 03:20:23 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee1230-d01e-0007-50b5-c3d09e000000
Time:2025-05-13T03:20:23.6521960Z
--------------------------------------------------------------------------------
2025/05/13 03:20:24 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-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee13a4-d01e-0007-0db5-c3d09e000000
Time:2025-05-13T03:20:24.6908458Z
--------------------------------------------------------------------------------
run.go:128: removing dir "dst" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/dst/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee13a4-d01e-0007-0db5-c3d09e000000
Time:2025-05-13T03:20:24.6908458Z
--------------------------------------------------------------------------------
2025/05/13 03:20:25 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee14dc-d01e-0007-17b5-c3d09e000000
Time:2025-05-13T03:20:25.7289791Z
--------------------------------------------------------------------------------
2025/05/13 03:20:26 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee15f0-d01e-0007-01b5-c3d09e000000
Time:2025-05-13T03:20:26.7668033Z
--------------------------------------------------------------------------------
2025/05/13 03:20:27 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-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee1726-d01e-0007-09b5-c3d09e000000
Time:2025-05-13T03:20:27.8067024Z
--------------------------------------------------------------------------------
run.go:128: removing dir "BackupDir" failed: removing directory marker failed: DELETE https://rclone.blob.core.windows.net/rclone-test-xixolev1riko/BackupDir/
--------------------------------------------------------------------------------
RESPONSE 404: 404 The specified blob does not exist.
ERROR CODE: BlobNotFound
--------------------------------------------------------------------------------
BlobNotFound
The specified blob does not exist.
RequestId:2eee1726-d01e-0007-09b5-c3d09e000000
Time:2025-05-13T03:20:27.8067024Z
--------------------------------------------------------------------------------
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/operations_test.go:1892
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: TestRemoveExisting
Messages: directories
--- FAIL: TestRemoveExisting (13.39s)
=== 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/13 03:20:35 DEBUG : Azure container rclone-test-xixolev1riko: Purge remote
"./operations.test -test.v -test.timeout 1h0m0s -remote 'TestAzureBlob,directory_markers:' -verbose -fast-list" - Finished ERROR in 16m28.158538275s (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 TestRmdirsLeaveRoot TestRmdirsWithFilter TestCopyURL TestMoveFile TestMoveFileWithIgnoreExisting TestCaseInsensitiveMoveFile TestCaseInsensitiveMoveFileDryRun TestMoveFileBackupDir TestDirMove TestGetFsInfo TestRcat/withChecksum=false,ignoreChecksum=false TestRcat/withChecksum=true,ignoreChecksum=false TestRcat/withChecksum=false,ignoreChecksum=true TestRcat/withChecksum=true,ignoreChecksum=true TestRcatMetadata TestRcatSize TestRcatSizeMetadata TestTouchDir TestMkdirMetadata TestMkdirModTime TestCopyDirMetadata TestSetDirModTime TestDirsEqual TestRemoveExisting]